Recently active
It takes a lot of time to load the Thingworx composer and save any changes in mashups or thing present in composer. Is it due to the number of users or the login attempts or any other reason?
The CPU is running at 100% and not able to perform any operations in Thingworx.Please let me know the solution for it
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.
Hi all, Today when I went to run my foundation (free server) happens the image below: Someone know how to resolve this?
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
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 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.
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?
Do you use an IoT platform? I’m looking into them for (mainly) Bluetooth services - connected home but also more industrial (mesh lighting, asset tracking) uses, and I don’t really know where to start. Any advice or recommendations welcome! For the IoT developers here, what are your favorite platforms/features in platforms you like or use the most? Do you prefer cloud provided IoT services or hosting your own (such as an open source platform)? Been getting into the IoT game myself and were curious on other's preferences/uses.
I want to make an image blackandwhite by CSS. Now I am trying to get a custom css work. I made a CSS-class which works if i put it on the "img" type. To get it work on the specific Image-Widget I need the correct selectors to reach the img. Is there a documentation anywhere which selectors are available on which widget, therefore I don't have to go vie webdebugger and try all combinations? .img_blackwhite .widget-image { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); } But when I apply "img_blackwhite" as custom class on my image-widget it doesn't work. Are the selectors correct? I also realized in the webdebugger that my style class is not applied anywhere. It was added to the dom under "mashup-styles" but not added to any element in the dom. Can you help here? Thanks in advance
I am trying to add user extensions to an infotable for user provisioning purposes. The infotable would have the username in one column and some of the user extensions in the other columns. This infotable will be used to populate a grid. With Things I know I can do something like: var newEntry = new Object(); newEntry.Description1 = Things[ThingName].Property1; // STRINGnewEntry.Description2 = Things[ThingName].Property2; // STRING newEntry.Description3 = Things[ThingName].Property3; // STRINGmyInfotable.AddRow(newEntry); Users are not Things, so I am not sure how to go about this. How can I do something similar with Users?
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.