Recently active
Not able to connect to Thingworx from Kepware , Thingworx is running in Ubuntu server and Kepware is running on a windows server. Attached screenshot of the config done in properties. Thingworx URL: http://<server>:8080/Thingworx/Composer/index.html#/modeler/details/Mashup~MotorDashboardCollectionTrendMashup/design?mode=edit Error screenshot attached. Please let us know more details on this unknown error.
I try to write extension with java but no luck to execute. I try it to add mashup and that way i know its not working. But how to make it executable in service page?
i try to invoke service wich returns blob output with Thing db = ThingUtilities.findThing("dbThing");InfoTable result = db.processServiceRequest("customService", null); but how to convert infotable to byte array? best reggards
Hi All, I have a problem with QueryNamedPropertyHistory. I want to run the Query based on another properties value this property is logged but not persisted and on the same thingshape. When I run the query with a query not defined it returns the values but when I set the query to what I need it returns no values why is this? or could you please provide an example. this is my query{ "filters": { "fieldName": "MachinePartNumber", "expression": "3351", "type": "Matches" } }Thanks in advance
Hello, I have used the image widget for background , but I am unable to add other widgets over the image widgetIs there any way by which it can be achieved .
Hi Developers, I try to add calender widget onto my mashup but it doesnt work. How can I configure the widget ? ptcschartschedule Ideal scheduler view
Hello all,I have a user group and I am trying to get user extensions data of all users to an infotable. The infotable would consist of user extensions as columns. how can I do this? Thanks and Regards.
The audit log contains an explicit message stating, "Logout for user: xxx" when the user logs out (via Composer > User > Logout or via a logout widget in a mashup). But when a session times out (30 minutes by default as configured in UserManagementSubsystem), there is no recording of that. Is there a way to create an audit log message when the session times out?
Hi Experts, Has anyone connected any laser engraving machine via Thingworx? Can you please let me know how to connect and if any example there then let us know? Thanks
Is there a way to do that? I have only found the services to set REMOTE bindings as is explained in this links: http://support.ptc.com/help//thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/ProgrammaticallyAddingPropertiestoThings.htmlhttps://www.ptc.com/en/support/article/CS233812 I am using Thingworx 8.5 Thanks
Hello everyone,Currently, I am working on Thingworx 9.3 version, and I am recreating a mashup that contains a grid widget. In thingworx 8.4.3 the edit function from the grid was more convenient than in Thingworx 9.3. I want to change the UI of this grid from Thingworx 9.3 to look the same as the older one. I have attached the file that shows the UI of both the grid.Please let me know how can change the edit functionality from this new version. Thank You
Hello ,I am new to Thingworx and exploring certain things , i want to know how data from devices is captured, stored, and searched , modified and then displayed on the mashups.Also I am using Azure SQL as my external database. how to capture the data which is generated by device in a specific interval of time. Regards
We are trying to merge two objects as follows, const object1 = { name: 'Flavio' } const object2 = { age: 35 } result = {...object1, ...object2 } We are getting syntax error with Thingworx. How can we do with Thingworx?
I replaced a working code with wrong one in thingworx services. Is it possible to retrieve the old one back?
How to apply CSS for elements legends, titles, values inside chart LayoutI am trying to apply custom CSS for the elements like legends, labels, titles, values to apply the custom fonts styling and the alignments of the sub-elements inside the chart.I can see the elements after inspecting on the browser with prefixes name - ptc-legend, title, rootinside the chart layout,I am using the charts - Bar Chart, Line Chart, Schedule Chart.1. Could you please help me, how to apply the customs CSS on chart layout elements?2. How we can minimize the chart layout padding, Inside the collection I used the bar chart but the padding of outside the chart layout increases the height of the collection cell. how we can remove or decrease the chart layout scale?
hello all, How can I group email ids of different users and create a group in thingworx platform? Thanks and Regards.
Hey team! I'm working with one of our integrators to install MFG Apps (release 9.1) in thingworx 9.2 but we're not able to make the import. We tried troubleshooting it, including changing the import permissions in the settings.JSON file but once we save the changes, tomcat doesn't start. I looked through the logs but I was hoping you could help me guys to see if I missed anything important related to the errors that appear there. Thanks in advance!
Hi Folks,@PaiChung @VladimirN I have used a boolean Mashup parameter between Main mashup and navigation modal popup and popup should return a boolean value(true/false) on popup close which is not happening. I also tried to used default value(true) of mashup parameter but thats also not getting passed to main mashup.I can observe this issue in multiple Mashups wherever Mashup parameters are used for Modal popup. Kindly suggest some suggestions to fix this? I am using Thingworx version 8.5.6b110
Is there any process, where one can Replicate same Thingworx Kepware Edge Setup and settings in another Virtual Machine.@paic@slangley@c_lowy@VladimirN @CarlesColl Thanks,Shashi.
Hello, I am having some troubles with thingworx. I followed a video installation, but for some reason I get the blank page that says page unavailable when trying to open composer. I checked the logs and it says the following:2022-01-21 15:07:46.195-0600 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] *** CRITICAL ERROR ON STARTUP: Failed to create com.thingworx.persistence.postgres.PostgresPersistenceProviderPackage. Cause was due to 'null'2022-01-21 15:07:46.195-0600 [L: ERROR] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [P: ] [T: localhost-startStop-1] *** Web Application STATE is being set to ERROR! *** In my platform settings I have the following: {"PersistenceProviderPackageConfigs": {"PostgresPersistenceProviderPackage": {"ConnectionInformation": {"acquireIncrement": 5,"acquireRetryAttempts": 3,"acquireRetryDelay": 10000,"checkoutTimeout": 1000000,"driverClass": "org.postgresql.Driver","fetchSize":
Hello ,I have installed thingworx flow successfully , but can't access it .- I am trying to access , with my hostname and port no.It does not give any error message , only a blank screen is visible.and The status of the following ThingWorx Flow components is also ‘online’:•flow-api•flow-engine•flow-exchange•flow-lookup•flow-oauth-server•flow-trigger
I am using Thingworx 8, with the MQTT extension I connected my Thing to the broker, with a property "Test" that works correctly But then I made a mashup showing that value in a Label Widget. It only updates if I press F5 on my web browser. when I go to the thing's properties, I can see the value correctly updates In the mashup I have used GetProperties, with "Automatically update values when enable" checked. I also used an AutoRefresh Widget, but nothing works. I created a subscription on another thing, to the property "Test" on Data Change. It never activates the subscription
Hi, How can we read the ODATA queries in ThingWorx foundation? Is there any connectors available for it? Thanks in advance, Shalini V.
How to set permission in grid display all mashup name and beside that check box and assign all permission related ?
how can i get list of user group? and how to set permission dynamically?\ how can assign group into organization?
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.