Recently active
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).
Hey Community Members –I have exciting news to share! Last week, PTC announced that ThingWorx was recognized as a frontrunner IIOT Platform in four leading analyst research reports on the industrial software market. In alphabetical order, the reports PTC/ThingWorx was named in were:ABI Research’s Smart Manufacturing Platforms Competitive RankingThe Forrester Wave™: Industrial IoT Software Platforms, Q3 2021The Gartner® Magic QuadrantTM for Industrial IoT PlatformsIDC MarketScape for Industrial IoT Platforms and Applications for ManufacturingNot only is PTC the only company included in all four reports, but it also placed as a leader in all four, which hopefully makes you feel confident in your choice to use ThingWorx. The research criteria the analyst firms use to make selections is unique to each firm, but to us, all of them measure the value ThingWorx can bring to an industrial business. What value does ThingWorx bring to you? Stay connected,Rachel &nb
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
Recently I needed to be able to parse and handle XML data natively inside of a ThingWorx script, and this XML file happened to have a SOAP namespace as well. I learned a few things along the way that I couldn’t find a lot of documentation on, so am sharing here. Lessons Learned The biggest lesson I learned is that ThingWorx uses “E4X” XML handling. This is a language that Mozilla created as a way for JavaScript to handle XML (the full name is “ECMAscript for XML”). While Mozilla deprecated the language in 2014, Rhino, the JavaScript engine that ThingWorx uses on the server, still supports it, so ThingWorx does too. Here’s a tutorial on E4X - https://developer.mozilla.org/en-US/docs/Archive/Web/E4X_tutorial The built-in linter in ThingWorx will complain about E4X syntax, but it still works. I learned how to get to the data I wanted and loop through to create an InfoTable. Hopefully this is what you want to do as well. Selecting an Element and Iterating My data came insi
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?
As per the thread Have you got any best practices about nested collection widgets?
Good day!Please tell me how to reduce the top dynamic panel?It is necessary that the split is just below the drop-down list so that after selecting a line, you can hide the filter
Hi, I have collection widget with some data in it. Now I want to highlight the selected row mashup by enlarging content in it. Could anyone help on this ? Thanks, VR
The customers are asking if we have any method to connect Thingworx and kafka. I checked my support site, and only find two cases about that.https://community.ptc.com/t5/ThingWorx-Developers/Write-data-to-kafka-from-thingworx/td-p/588808?art_lang=en&posno=2&q=thingworx%20kafka&source=searchand https://community.ptc.com/t5/ThingWorx-Developers/Is-there-a-case-and-connection-method-for-ThingWorx-kafka/m-p/527816#M21670But both were created in 2017. Is there any new case or technical update about Thingworx - Kafka connection?
Dear Experts, Once after configuring TWX with Azure SSO - sso-settings.json, symmetric etc., and launching thingworx - If fails with error "The security strength of SHA-1 digest algorithm is not sufficient for this key size" Anyone have came across this error ? - TWX : 9.1 WC : 11.1 Azure Security log : 2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticationFilter] [I: ] [U: ] [S: ] [P: ] [T: http-nio-8080-exec-6] Could not handle request2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-6] errorMessage: [Unauthorized], statusCode: [401]2021-10-06 13:25:27.982+0000 [L: ERROR] [O: S.c.t.s.a.AuthenticatorExceptionHandler] [I: ] [U: ???] [S: ] [P: ] [T: http-nio-8080-exec-6] [ org.opensaml.ws.message.encoder.MessageEncodingException: Unable to sign URL query string ][ Unable to sign URL query string ][ Error during signature generation ]
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.