Recently active
Hi, It has been quite some time. I have been looking for a Service that creates Job Orders in CWC, but I have also been unable to find where to create the Job Orders on the UI. Thanks,
I have installed KEPServerEX6 with below Activation ID for Alarms & Events. UPGRADED V6 ACTIVATION ID : Question : Is it possible suppress "Quality Changed" events generated in KEPServerEX6 ?
Hi, I have created one form in 3 steps so I have created 3 tabs in a mashup, user clicked on the next button in the first tab so now I want to change to tab 2. so how can I achieve this
I want to know which protocol is used by thingworx to communicate with KEPServerEx and why only that protocol why not other? If you have a link of a documentation related to this please share with me.
I want to create a data table in which I want keep record of orders. My data table contains information like name, status, price etc. I want to extract data having status delivered and find the total sum of those order and display it on a label display widget but I can't find a good documentation related to this if some one can help me I shall be very thankful to you. I don't know to create services for that and how to bind with data table.
Hello, i need to get a single value and timestamp from the service, and i have trouble understanding the documentation - as in I can't seem to get it to work.The properties the service gets are as following:The output should be an infotable containing "timestamp" and "Modbus_Demobox2_kW", which is defined in a datashape.My main Problem is filtering right -- what do I have to do?
Tring to set value of bsl as null but other properties values like temperature or owner should remain same in session. this is the session input: {"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": [{"list_id": 1,"list_name": "BSL 1"}]}]}} output should be:{"containerListFilters":{"location":[],"temperature":[{"array": [{"list_id": 1,"list_name": "RT"}]}],"owner":[], "bsl":[{"array": []}} how can write the code for this?
I increased execution time to 10 mins in thingworx. And i got all 10 level cad structure in 9 mins by using getStructure API WRS which had almost 40k cad docs. Any other API is there to get all level CAD structure quickly?
Related to this thread: If this is possible then, as I am newbie here, I also want Push notifications for my Android device.
To whomsoever concerned, Could you please provide an example model that uses all the steps in the help topic: Setting up a model to work with PTC ThingWorx (SySim) ? Thank you. I use PTC Windchill Modeler 9.6 and PTC ThingWorx Foundation 9.3.8 for PostgreSQL.
hello, I need to make a post to thingworx with a XML parameter, I am trying to send it from postman and it is seen that the content of the parameter does not arrive to thingworx, I have a debug logger to see that it arrives and it always comes out undefined.What can be the solution?
I need to know how to use a variable in an infotable query. For example: (In this example I want to pass the server variable into the query. var server = "MYSERVER01"; var query ={"filters":{"type": "EQ","fieldName": "Server","value": "server"}};
I need to capture the user's information, such as the client IP and TWX Organization, by intercepting the Login event. Unfortunately, the LoginSucceeded event of the SecurityMonitor Thing does not provide the session information of the logged-in user, and the CurrentSessionInfo Snippets are also unable to access the user's session information as they are not executed by the logged-in user. Is there a solution available? Or should I customize the Authenticator?
How to configure thingworx URL without port in it ? Currently we are accessing the thingworx with port as shownhttps://localhost:8443/Thingworx/ I need to make it as https://localhost/Thingworx/
Hello community, The Data Logger poped out a warning window showing "unable to retrieve column information" when I was setting up the column mapping for a tag. My ODBC data source (32bit) had been configured and tested successfully, so as the target table in the database. I tried reinitializing the enviorment and reconfiguring the data source but did not make any progress. The snapshots are attached below. Any suggestions are welcomed and appreciated. Thanks again for your attention.
Refer this pagehttps://support.ptc.com/help/thingworx_applications_setup/r1.0/en/index.html#page/applications_setup/Common_Endpoints_Config_LP.html#andhttps://www.ptc.com/en/support/article/CS377920 I cannot found Thing PTC.FSU.CORE.Process.ProcessQueue_TM My Installation listThingWorx-Foundation-Installer-mssql-windows-9-3-9ThingWorx-CWC-311 Thank you.
Hi,Does binding PropertyNames to GetLoggedProperty not allowed? please refer below bindings of before and after the step.Thingworx version 9.3.7 before: at GetloggedProperty, selected row, add target, Data tab, checked propertyNames after adding target, Data binding of List is disconnected and need to rebind. List at Dashboard intermittently missing as well
When you first open a Database or JavaScript thing you can create or duplicate services. If you view a service you can't create or duplicate unless you close the Thing and reopen it. I am sure there is a shortcut somewhere i am missing as this is annoying. Using ThingWorx Composer 9.3x
Hello I am using Thingworx 9.3 and I am wondering if formatting a graph like this is possible?
Hi, I have a grid which has a state formatting which changes the color (of value) of row to red after some condition is hit, and keeps it default otherwise.I want to change the background color of row when i select a particular row, so, i applied background color on selection in style properties.But on selection of row, the background color doesnt change only the text becomes smaller, seems like the state definition is overriding with the style properties I want that background color on selection, is there any workaround it ?Above grid is the issue, bottom is the behaviour i want
Hello Community, I just finished federating data from one TWX instance to another. On the new instance I keep getting this error in the application log: << Error [authenticating connection], Server websocket will be closed. cause: Missing application key!. >> This error appears every millisecond. I tried to stop and start Thingworx by using a tomact start and stop, this restarted the server but did not eliminate the error. I am TWX version 9.3.8 Any ideas on how to tackle the problem. Regards, TB
Hi, Is there a way to remove the Idle session timeout? I saw few articles where it was mentioned that it can be set to very large value, but i want to if that property dependency can be removed so that the screens wont session timeout at all? Thank you in advance.Sadagopan PSSKP
Hi all, I'm currently trying to trace down the usage from some mashups. The idea is to create an extension containing js code that will be triggered whenever index.html > CombinedExtension get called. This will happen everytime any user opens any mashup (which is desired). It will contain (user, datetime, mashupname, current session id). Does anyone know how to obtain the current session id and also current mashup and master mashup name from the opened mashup (see the url below). There is a suggestion to use Function > Expression to call TW.location.href, which actually works only in Thingworx runtime. But if using this I need to create this function expression in every mashup and I have dozens of them. I will try to implement it in a deeper layer which is via extension and for this I need to use REST call, is there a way to call a Function > Expression > TW.location.href via REST Call? I tried to call TW.location.href from outside Thingworx runtime and fail
I am making a API call to a 3rd party service that returns a JSON response with the content of just the value (as opposed to "key":"value" of normal JSON). Thingworx does not seem to like this and doesn't return a usable response except for the headers. GetText does not work as the response is automatically formatted as JSON. See attached image for format of response from PostmanThingWorx 9.1.8-b845
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.