Recently active
Hello, I see moment.js library in libraries list of ThingWorx. I try to use it: const currentDate = moment(); But in this case service returns error: "moment" is not defined What can be a problem? Thank you in advance.
Hello everyone, I am trying to change a user password from the frontend of my application, to keep it secure I need the user to first provide the old password and then compare the provided password to the stored password. Is there a way to do it? Where is the user password stored? Do I need to encrypt the provided password first? How do I achieve that the password is safely transfered from the users browser to server? Thanks in advance for all the provided help and pointers, Jiri
Hi, Is there any industrial connectivity or any other extension to connect with FTTM with ThingWorx? Thanks, Shalini V.
I have a Combobox list and binding the list data by a service call after this service called I invoke another service to get selected item and binding again to SelectedText properties of Combobox then the event selected row change of Combobox will auto-trigger. How can I avoid this case, because this action will trigger another service in my logics Thanks All!
Hi, I have a java web application that needs to connect to Thingworx foundation server and fetch data according to user's actions. One of the scenarios involves sequence of these operations - 1. Metadata creation - Fetch all ThingNames, Fetch properties of each Thing 2. Data operations - Fetch and filter historical data of Things with the help from the above fetched metadata. The first metadata creation is a heavy task and might be dealing with things counting in millions. This will be done in custom logic of chunks so that invokeservice request won't timeout. The second operations also needs to deal with huge data. During this time, how is the client supposed to be used? Do we disconnect/shutdown client after every invokeservice operation completes, and start client again at next service call? Or we simply check for isConnected() before invokeservice to ensure no NullPointer and start client if needed? Also, what is difference between client.shutd
Hello friends, I'm using the free version of thingworx 8.5 for now, for learning purposes. would like your help to find out if it is possible to create monitoring alerts example: if one of the devices drops its value to 1 open a message / alert saying "low level" and when that value increases it disappears. thank you in advance for your attention. att Marcus.
In 8.3 and prior, we've been using the Expression widget to force focus to a textbox. We do this on mashups that are driven by keyboard wedge barcode scanners. We need to force focus back to the textbox after barcode is scanned, or after a user scans a barcode and then presses some buttons. I just checked the latest release, 8.4.4, and I still see no way to force focus to a textbox. Is anyone else in this same situation? Does anyone have any suggestions on how to force focus to a widget in 8.4 based on other mashup events?
Hi all, I have created a workflow in TWX flow, when I use 'GetDrawing' action for Windchill I'm not getting any output. PFB PNG for reference. /VR
hello friends, below the example of the result I want to achieve (image 1), and my current project (image 2). I would like to know if it is possible with the available tools: Add writing to the gaugeincreasethe thickness of the border (the option on the website as in the print is not working. as in image 3) THANK YOU VERY MUCH IN ADVANCE.
I've bound my widget to the all data of My template and it has 40+ properties and so all of them are present in my filter widget.So i selected only the required properties for the filter widget but still while viewing the mashup the 40+ properties are displayed and the configuration doesn't get saved.What should be done?
Hi All, I have a thingTemplate A; A has a property name of type string; I have a thingTemplate B which has a property a of type A. How Can i do a query to retrieve all B with A.name = "myName" ? Thanks for your help.
Hi, Is there any possibility to refresh fileupload widget after successful file upload?
Hi, I'm currently dealing with a project in which I want to download the contents inside a grid in .exe format. I request for a solution. Regards, Shahnaz
Dear friends, I'm a beginner on the platform.would anyone have the exception of the progress gauge responsive to provide me?
I am trying to execute one service called GetFields which exist as a part of integrity connector. I am not able to understand the input set. I have created a custom data shape for data Shape name input field. Also provided on field name in field names input. Now what needs to be provided for last dataShape Field. When i click it it gives me error : Must have datashape defined to add rows. I also tried to create a wrapper thing to call this thing's services but no luck there as well. I get Nullpointer exception. I am able to execute other services which does not require input or need simple input. Any help would be appreciated.
I am on thingworx 8.5, creating a dashboard as per the developer guide https://developer.thingworx.com/en/resources/guides/customizable-responsive-ui/dashboard-finalize-dashboard I added dashboard widget, linked a dashboard id. But when I clicked Add new Group on Dashboard options, no response from Thingworx Composer to enter group. Cant proceed further. Tried restarting server, client could not help. In application and error logs no message observed. Any inputs to fix the issue? Regards, Hari
If i try execute service of thing which update itselfs property manually - it works fine, but if i call service from subscritpion in another thing - nothing happened
Hi, I'm trying to execute remote service via Federation subsytem. When I try to execute service I'm getting timeout error Error executing service ServiceName. Message :: Timed out APIRequestMessage [requestId: 28, endpointId: -1, sessionId: -1, method: POST, entityName: *THING@HOST, characteristic: Services, target: TargetServiceName] - See Script Error Log for more details. I have modified script timeout value as 300 seconds in platform-settings.json file. Still I'm facing timeout issue. Could any one help me to solve this issue. Thanks in advance. /VR
Hi, I have used sample mqtt project for connector.It allows only single property write at a time. Is there any way so that i can do multiple property write in single JSON.
Even I am facing the same issue . Same problem with thingworx 8.3.3 version. Could you please help in this regard?
In the attached screenshot,you can see String name,style definition for that particular string names which are configured in State definition.In this both String name,style definition are predefined.I am using this State definition in pie chart.I want to pass both string name ,style definition to State definition using service dynamically.Is it possible using thingworx ?If so,can you attach it as a zip file to get a better picture?
Hi , I have to use vertical divider, how we can draw this in TWX 8.5.2 ? i see we can easily use horizontal divider but i was not able to do it vertical. Thanks
I found the thing property is logged to influxDB only when its value is changed. I'd like to let it be logged periodically. How can I do this?
I had successully installed Thingworx Foundation 8.4.3 previously but the grace period expired. I then decided to uninstall Thingworx and tried reinstalling. It always fails with this error: >> Found existing license.bin file>> Trial has already been loaded and has expired.>> Developer Trial Edition License expired. Shutting down the platform! The install then rolls back and removes the install folder. I have since then acquired a valid license for Thingworx but have no idea how to complete the install so that I can configure the valid license. This is a total blocker for me. Completely unable to install TWX What am I supposed to do to install this product
Hi community, So I have a main mashup in which i have some data visible in two label widgets.I also have a button below which is used to navigate to a popup.The purpose of this popup is to get new values for the labels in the mashup.So how do I get the values from the user and save it such a way that as soon as I close the popup the main mashup updates to the new values i.e the old values in both the label widgets are replaced by the new values the user has given now.Also I want to validate that the user has entered both the values in both the labels,and even if one label is empty i need to display a msg.How do I do that?
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.