Recently active
I want to download the source control entities folder structure present in an "Azure DevOps Repo" to a "Thingworx Repository" through API. Kindly suggest the service to be written. Once the download is complete, I want to call Import Source Control Entities service to complete the deployment.
I'm working to create some container images for Thingworx and I'm looking for a way to script the import of Thingworx extensions, unfortunately the only documentation that I've found about that explains how to import using Composer. Is there any API or external call that I can do to import an extension?
Hi Can you help me about, How can i export real time data from thingsworx to Vuforia Studio ? Please
How to set height and width for container 9.2.3 thingworx version? Any css codes are there?
Hi Team, Suppose I have:-1. Ist Mashup which is having main service for collection data.2. 2nd mashup which is actually static mashup of collection having one button.3. 3rd mashup which is a popup and it opens after clicking on button in 2nd mashup. I want to refresh the ist mashup's main service on popup close, then how will I pass the popup close event from 3rd mashup to ist mashup? Thanks in advance.
Hello there, I am trying to send a JSON as input parameter of a service that I created, from Postman, but I get the following error message : "Unable To Parse JSON Request" Here is the structure of my json : { "box" : 1531, "date" : "2021-07-01 14:19:48", "count" : [4,0] } So I selected the follow inputs for my service : box -> number date -> string count -> ??? (I don't know what I have to put, I tried 2D, infotable, json, but nothing works...The parameter count is an array...) Please could you help me to resolve my issue? Best regards, Thomas
Hello all, I hope to seek for some advice on upgrading the TWX version from 9.1.0 to 9.2.3 with Thingworx foundation for postgresql window installer. I read that i am able to use the Thingworx foundation to upgrade. My current version of the TWX is as per followed: PostgreSql: 12.4 Apache Tomcat: 9.037 jre: 11.0.9 I checked with the PTC Release advisor that to have 9.2.3 pre-requisition is: PostgreSql: 13 Apache Tomcat:9:052. I had using the Thingworx Foundation installer to attempt to install...it immediate show the following message. can anyone advise a proper steps to upgrade without have to affect my projects files in my existing Twx.? if i uninstall the existing version it will be wipe off, so it like a fresh installation, fresh database, everything new. is there anyway to upgrade "smoothly"..... Any advice? Thank you in advance, Best regards Newbie kek
I have been trying to connect the Azure IoT hub to my Thingworx platform. I have followed every steps in documentation and ab able to get cx-server in platforms monitoring>connection server. But the thing which I have created is not able to connect to the Iot hub connector.ThingWorx platform: 9Thingworx-Azure-IoT-Hub-Connector-4.2.0.4
Hi all, In mashup, I have a dropdown to select/change language for the user. Whenever dropdown value changed I'm setting user language preference through service. The problem is localization values are not updating until I refresh the mashup manually. I tried using navigation function also still didn't work. Could any one help me to solve this. I want localization value should be updated automatically /VR
What is the purpose of State panel in Thingworx? I don't find any documentation on the same. It seems default widget available in Thingworx 9.2.
In a Thing, Made an Service Testing2, In this calling a Service(AddAlertEntry) from DataTable, when this is executed normally/Individually works fine.When the same service(Testing2) is called from an subscription for every 15mins gives the following error: Error in: Test_Thing.Testing2 javascript service. Message ::TypeError: Cannot call method "AddAlertEntry" of null (Testing2#1) AddAlertEntry Code: logger.warn(Code+ " " + Asset+ " " + Time+ " " + Alerts+ " " + Priority+ " " + Status+ " " + AlertDuration+ " " + UserInformation+ " " + Resolved); var values = me.CreateValues(); values.Code = Code; values.Asset = Asset; values.Time =Time; values.Alerts = Alerts; values.Priority = Priority; values.Status = Status; values.AlertDuration = AlertDuration; values.UserInformation = "Shashi"; values.Resolved = me.GetMaxID()+1; var params = { values: values, }; var result = Things["ActiveAlert_DataTable"].AddDataTableEntry(params); @paic &n
Hi, Does ThingWorx Foundation 9.2 installed in windows support HA clustering? I see that in the help document (https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/ThingWorxHighAvailability/OverviewOfThingworxHighAvailability.html#wwID0EBQX5B) the architecture diagram has the TW Foundation supoprted but why does the release matrix say that the TW Foundation HA with windows is not supported? Thanks in Advance, SV.
Apologize if this has been asked before, can't seem to find a similar question on the forums. Is there a way to load a large number of properties into a Thing at once? I have over 450 Boolean alarms from Kepware I'd like to load into a Thing so I can monitor them in a Mashup. I could do "Manage Binding" and load all tags; but each tag in Kepware has the name of the PLC tag address so I'd have to change the name in "Manage Binding" one by one which will take a long time. Anyone have any ideas?
Hi, We were not able to find any document about Tomcat Key Pair Alias Name & password. What should be given in that section or is there any document pertaining to this topic? Thanks in advance, Shalini V.
Hi, We are experiencing this issue everyday. The ThingWorx suddenly goes blank and works only on restart of tomcat. The system specification are properly maintained as per the document but still the heap size goes very high and thingworx goes blank or gets stuck. Once we restart the system, it works again. How can we resolve this issue? I have attached the logs. Thanks in advance, Shalini V.
I want to show multiple icons with respect integer using "Value Display and State Formatting".Ex:1 - Icon 12 - Icon 23 - Icon 3Others - Icon 4 But, I don't want to display integer value(1, 2, 3, Others).
TWX Version: ThingWorx 9.1.0-b10877 When I click add it creates the new row and allows me to enter in the information. However, when I click save it does not invoke the service (editing works fine)I have also tried this on Thingworx version: 9.2.0-b30 and it works fine
Hi,Is there any way to Get the All DataTable/Thing Names in to an INFOTABLE, gone through lot of functions in Thingworx, couldn't find any solution.@paic , @c_lowy , @slangley Thanks,Shashi
I am trying to filter a DataTable using QueryDataTableEntries for a column that contains tags.According the the documentation I am using this filter expression (where type of field Context is TAGS and Tag type is Model Tags), but the filter does not seem to have any effect: let filters = { "filters": { "type": "NotTaggedWith", "fieldName": "Context", "tags": "PTC:factory-mv" } }; let result = me.QueryDataTableEntries({ values: undefined /* INFOTABLE */, maxItems: 500 /* NUMBER */, tags: undefined /* TAGS */, source: undefined /* STRING */, query: filters /* QUERY */ }); I also tried to get all the data, put it into an Infotable and query that one with the same effect. Can anyone help on this?
As per this thread, similar issue. helloi imported ProgressGauge1.zip successfully but i don't see it in my widgets dropdown. please advise
Hi there, I've been searching around for the updated DemoSimulatorPackage (kepware simulator + twx entities + twx data) but I'm afraid I found broken links or outdated stuff. Could you point out where the DemoSimulatorPackage or similar for manufacturing apps 9.x is located at? PD: here Sharon mentioned it was going to be released on June 2020. Regards, Nahuel
Hi there, I want to emulate a real discrete manufacturing scenario where parts are produced in a production line. Although this Kepware demo (it is located under the "Load Factory Simulator into ThingWorx Kepware Server" section) has some Assets that may seem under the same production line, when looking at the emulation behavior it can be seen that the parts that one Asset produces are not linked in anyway to the parts produced by any other Asset. Is there any other Kepware demo or dataset (that could be used as input to emulate within Kepware) closer to reality? Regards, Nahuel
Hi, Are the two scenarios possible in ThingWorx? When we keep cursor in a text box, is it possible to open the virtual keyboard? On click of a button, is it possible to open the virtual keyboard? Thanks in advance, SV.
Hello comunity, In relation to AWS IoT and Reducing messaging costs with basic ingest I wonder if kepware configuration for the IoT Gateway client is able to resolve the topic format of $aws/rules/topic. Anyone with previous successful experience about this? So far, it doesn't work for me, and I don't see any error/warning messages logs. Regards, DJ
I need my Custom CSS for a given mashup to be dynamic. In order to do that I need to be able to update my mashup Custom CSS through a service. Is there a way to do this?
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.