Recently active
Hello all, Have you ever had this problem? When I try to run my host server show this image. I am using the host free. Regards.
We are using SUMA in Windchill and want to see what AML/AVL a specific Manufacturerpart is in. Since I apparently cannot use the service Things["ptc-windchill-integration-connector"].Structure_Get_Ancestors to do this as it's probably not a normal parent-child link, I wonder what service we can use to get this information? The SUMA typeID is com.ptc.windchill.suma.part.ManufacturerPart and the Structure_Get_Ancestors on an object gives an empty JSON.
Hi all, Today when I went to run my foundation (free server) happens the image below: Someone know how to resolve this?
Hi, I am using ThingWorx 8.2. I wanted to change the data type of the Kepware Thing in which I have binded the property. I was able to change it when I was using 8.0Version but once I upgraded to 8.2 I am not able to change the data type of the tag in ThingWorx. The option is disabled. Please help me to change the data type. Thanks, Shalini V.
Scenario: User sets a value that needs to be persisted for the session until the user logs out or sets a new value himself. What's done so far : 1. Created thingshape > added it to the user subsystem > property in the ThingShape is persistent 2. On the mashup there's a text box to accept value from the user > set button which calls the setter service with following code : Resources["CurrentSessionInfo"].SetGlobalSessionStringValue({ name: "unitNumber" /* STRING */, value: unitNumber /* STRING */ }); 3. There's a label widget on the mashup to show the value set by the user, which calls the Resources["CurrentSessionInfo"].GetGlobalSessionValues which returns a persistent property value unitNumber, set above by the setter service. 4. ServiceInvokeCompleted event from the setter service is bound to the Getter to return this value. 5. This works fine Problem: Once the mashup is refreshed or user navigates from current mashup to another and comes back,
Dear Team, I need to perform Digest Authentication for rest API. Kindly request you to help on how to achieve Digest Authentication from thingworx platform either through java extension or through from a service on thingworx platform and if so which apis to use from the platform Thanks,Regards, Vijay
Hi, I wonder how the thingworx prevent from the deadlock ? Do I need to take care of the deadlock during developing the javascript service ? Does the Query* / Get* / Find* service of Thing generate SQL like select xxx for update ? Regards, Sean
Here is a question: when I insert data into data Table, how to display data into chart widget and when I update the data from data table, the label chart's data will automatically updated. there is only two parts: data table and mashup widget.
It's probably a dumb question but just wondering if it's possible to display weather info in the google maps widget. I use markers to display where our assets are located and would also like to display weather info in the area. I followed the instructions in the link below to get weather info in json format and displayed it in html, but I was wondering if I can do this in the maps widget. https://github.com/google/maps-for-work-samples/tree/master/samples/maps/OpenWeatherMapLayer The following is a screenshot of the html:
Hi, I am trying to create a digital twin of a robotic arm. In this context I am hoping to find a way to visualize the finite element simulation realtime in Thingworx. So that internal stresses and strains in the model can be seen live at all times. Do any of you have an idea on how this can be done? Thank you for helping out! Bjørn
Curious if anybody has attempted a connection to an Azure Cosmos database that is stood up with the SQL API. We are fairly certain that we'll need to create an extension, but if anybody has any experience with it, any advice would be greatly appreciated. Thanks!
Hello All, I have a set of data coming from industrial gateway to ThingWorx using Manufacturing Apps Suite and we are successfully polling machine data. We are using kepware where machine data is pushed initially. We have a tag called Diameter. The data type of the tag on Kepware side is Float type. On the ThingWorx side, the tag is bound to a thing property of data type Number. The issue that I am facing is that, For example at Kepware we can see the value of the Diameter tag as 1.6. But when we receive this data in the ThingWorx property, the value is 1.600000023841858. I would like to understand the reason behind this behavior and also how I can fix this issue and get correct values. Appreciate all help. Thanks & Regards, Madhumita
I am trying to create a Thing template using the base template PTC.ISA95.EquipmentThingTemplate. I am trying to add the following Thingshapes: 1. PTC.Factory.PhysicalAssetThingShape 2. PTC.SCA.SCO.AssetIdentifierThingShape 3. PTC.SCA.SCO.StatusThingShape 4. PTC.ISA95.IdentifierThingShape 5. PTC.SCA.SCO.MonitoredPropertiesThingShape This is mentioned in the Thingworx Apps Customization Guide. However I am unable to add Thingshapes 2,4 and 5. I am getting an error which says "Name Conflict Detected. Cannot add Thingshape". Please resolve this issue.
Hello guys, I have the following scenario: A Thing Template with 10 properties, Things that use this Thing Template and a Mashup that I want to show first the list of Things that use this Thing Template (I used the service GetImplementingThings) and I want to show the Selected Row(s) 10 property names that I created in a list that the user can choose. Is there a service already for this or do I have to create one? Thank you.
Hi, I am using ThingWorx 8.2v. I am using multiple value displays which has the kepware tags as input data. I have a text box to search for the kepware tag value to locate in which value display, the searched value is present. When the value in search textbox and the value display matched, I wanted to turn the value display color to Blue. How can I achieve this using keyframe css? Thanks, Shalini V.
Hello everyone, I concern about a problem with the matching between user and Thing in Thingworx (For example: SIM/card management). Because the connection between user and Thing is one to one, so in the case there are a lot of things (e.g. 100 000 sim cards), then, I need to create 100 000 users and assign each thing to each user to ensure that other user can't see other thing in the Mashup. Hence, that is not a good ideal to do this because I need a lot of efforts to manage the users. I also think an other solution, that means create an unique "host" user in Thingworx for all user and an other database to store the user. When user login, I will authenticate with the database (use database extension) and if success, use the appKey of "host" user to load the mashup corresponding to the Thing connected to user (create a property named "username" and filter Thing by this property). But with this solution, I need to synchronous the appKey between Thingworx and my application. If the
Hello All, What do you follow as coding best practices within Thingworx Platform. I see that there are Thingworx Modeling best practices videos available. Can you share what you do as code review best practice in Thingworx?
I am using Thingworx Platform i have connected to kepserverEX to know the machine data's and now if i want to do predictive analysis should i go for Thingworx analytics or it can be done in Thingworx platform?
Hi , The customer need to kinds of mobile clients: mobile phone and iPad. If login with mobile phone then display less content than iPad, so the home page will be different. I know that Thingworx can set a Mobile mashup for a user , the questions are : Is it possible to define two mashups , one for mobile phone ,another one for iPad ? if Thingworx can only has one mobile mashup, how does the mashup knows the request comes from mobile phone or iPad so than I can hide/adjust certain widget according to the device flag ? Regards, Sean
Hi I added the below to the Java Options and every time Tomcat restarts, they go missing. New Installation- TWX 8.4.3 - MS SQL - Tomcat version - 8.5.23 -Dserver -Dd64-XX:+UseG1GC-Dfile.encoding=UTF-8-Djava.library.path=<path to Tomcat>\webapps\Thingworx\WEB-INF\extensions Did anyone face the same issue as mine? Thingworx platform automatically shuts down on ERROR. Appreciate your help with this! Thanks Sabarish
hi all, my use case is, i want to trigger a service when i hover my mouse over a grid. how idea or work around how i can achieve this?
I want to modify the appearance of Pie Chart Widget. My system is not showing icon, .js ans .css files which should be present in ../Thingworx/common/thingworx/widgets/ for Pie Chart. Can anyone provide those files as zip.
I would like to use the OpenStreetMap Widget with custom styling, instead of using blue for water i would like it to be black etc to match closer to the dark theme we are using.Using Google Maps Widget is not an option as it has a cost associated Per Click. Can this be done through some custom CSS?
Hey guys, I am trying to install a Thingworx Foundation H2 Trial on my computer. I am aware that I have already had another trial on this computer and I did uninstall it, but when I try to download another one running another .exe snapshot installer, this message is shown: I have already uninstalled it, what do I do? Thank you.
Energy. Innovation. Passion. That’s how I would describe LiveWorx19 in three words. From beginning to end, LiveWorx truly was a one-of-a-kind digital transformation event. Whether it was the top-notch demos, the delicious lunch from food trucks, or the unique integration of our products with our partners’ technologies, everywhere I turned, inspiration and excitement were booming. Here are my top three highlights: 1. Delivering a breakout session Chris Baldwin and I shared exciting new functionality that we’re releasing in ThingWorx to simplify and accelerate deployment of applications across your enterprise. We introduced Solution Central, a new portal in the cloud for application management and deployment (more info to come in a future post, but in the meantime, reach out with any questions). 2. Assisting with Xtropolis, our Demo Floor Speaking directly with you and hearing how you’re using ThingWorx to transform industries like medical devices, bee
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.