Recently active
In my mashup, I have dropdown widget. It takes datas from SQL querry, so it shows you a lot of possible choices and you can select one. Unfortunatelly, this list is quite long. So we would like to start type begining of name (eg. DA), and system should show you only selection which starts with this string (so DA01st20, DA01st30, but not DE01st30).
Hi Guys, I have a req., to bring a dropdown inside tree advanced grid, since it became OOTB for dropdown inside grid, I moved to collection, then the struggle is to manage the tree structure. Any suggestion please... regards,John
I'm upgrading TWX HA 9.3.5 to TWX HA 9.4 and I would like to know if there are any (ThingWorx specific) instructions on how to upgrade ZK and Ignite in a TWX HA environment? Everything I found is for fresh installs. Release advisor link: ThingWorx Foundation 9.4.0.0 Release Matrix - PTC Release Advisor Install/Upgrade links:Upgrading ThingWorx High Availability Clustering (ptc.com)Installing and Configuring ZooKeeper for ThingWorx HA (ptc.com)Installing and Configuring Ignite for ThingWorx HA (ptc.com)ZooKeeper: Because Coordinating Distributed Systems is a Zoo (apache.org)Installing Using ZIP Archive | Ignite Documentation (apache.org)Installing Using DEP and RPM Package | Ignite Documentation (apache.org)
Hi All, I'm a beginner on Thingworx apps and I would like to understand it there is a way to create an integration between MES system and PLC (OPC) using kepware/thingworx. The idea is to read data form MES (es. SQL query) elaborate the data and then write result in a PLC tag (OPC). In the same way I would like to understand if there is the possibility to read data from PLC and send it to MES sistem via Restfull API calls. So my idea is not to create something relate to Analytics or enable AI, but a real-time system that work as integration layer beetween MES and PLC (in both directions). Is there the possibility to build something like that usign Kepware+Thingworks? Thanks in advance!
Hi I'm trying to follow the new custom CSS syntax for Part @supports (ptcs-style-unit: "PTCS-BUTTON.primary") { [part=label] { color: Blue; font-style: Italic; } } Which affects all the buttons in the mashup How to apply this custom CSS for specific button using CustomClass property Thanks in advance /VR
There are around 1200 assets to be connected to Thingworx platform from Kepware Gateway. Understand we can create entity and bind the tags from Industrial connector thing. Please suggest if there is any accelerator app which can automate creation of things through Kepware Industrial connection gateway thing.
i've a file in repository in which i need to remove some lines and add new line the deleted line. i've got the text inside the file using loadText snnippet. Now it need to change some text inside the file. How we can achieve this. Thanks in Advance! Regards, Keerthivarman
I am trying to send data from Teltonika RUT955 to ThingWorx server and getting the below error - any idea how to fix this. [WARN ] 2023-06-20 12:15:54,297: SDK Version: 2.2.1[WARN ] 2023-06-20 12:15:54,298: TLS Library: OpenSSL[WARN ] 2023-06-20 12:15:54,299: TLS Library Version: 1.1.1t[WARN ] 2023-06-20 12:15:54,301: FIPS Capable[ERROR] 2023-06-20 12:15:54,334: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:15:54,334: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:15:59,352: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:15:59,353: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:16:04,362: twWs_Create: Error creating BSD socket to be used for the websocket[ERROR] 2023-06-20 12:16:04,363: twApi_Initialize: Error creating websocket structure, retrying[ERROR] 2023-06-20 12:16:09,374: twWs_Create: Error creating BSD socket to b
I'm doing the demo case on Thingworx CWC 3.1.1 . and try to import the SerialNumbersRefer this link :https://support.ptc.com/help/thingworx_applications_setup/r1.0/en/?_gl=1*6fhmig*_ga*NzY0OTIxOTMuMTY3MzYyOTMyOQ..*_ga_1QBT6P6HR1*MTY4ODEzODcyOC43OS4xLjE2ODgxMzk3NTAuMC4wLjA.*_ga_CBN5QVB9VJ*MTY4ODEzODcyOC4xMy4xLjE2ODgxMzk3NTAuMC4wLjA.#page/applications_setup/Common_Endpoints_Config_SN_Cust_Service.html#I don't found the Things name and the Service name to import the JSON value{"SerialNumbers":["Serial1","Serial2"],"WorkOrder": "WorkOrder1","ErrorCode": 0,"ErrorMessage": "Success"}Please recommend how to import SerialNumbers.Note: I saw "Job Order Import" using the Things Name : PTC.FSU.CORE.JobOrder.EndPoint_TGand service name : ImportJobOrder_END from this link and work wellhttps://support.ptc.com/help/thingworx_applications_setup/r1.0/en/?_gl=1*6fhmig*_ga*NzY0OTIxOTMuMTY3MzYyOTMyOQ..*_ga_1QBT6P6HR1*MTY4ODEzODcyOC43OS4xLjE2ODgxMzk3NTAuMC4wLjA.*_ga_CBN5QVB9VJ*MTY4ODEzODcyOC4xMy4xLjE2ODgxM
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.
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.