Recently active
Consider I have developed Thingworx UI. It has data shown in Label chart and a button beside it to generate reports for that label chart.When I click the button,report pdf having label chart(Graphical representation) with one weeks data has to be downloaded.Is it possible to do this using thingworx?
Hi All, I have a one time-series chart having time on x-axis and one value-on y axis . I have created the state definition and blind it to the time-series chart.Still state definition not reflect on chart. I am taking the data from through KepserverEx Thanks in advance Sagar
Philosophical question for folks. Why would you use data tagging (like in a stream) versus just adding a field to the datashape (effectively adding a new "column"). Is there additional functionality behind data tagging? It doesn't seem faster to query using tags (vs just using "time"). Are there pros/cons to using one or the other? I just don't really understand the point behind the data tags.
Hi everyone, I am beginner with Thingworx. I am using: Thingworx free trial local 90 days. I have created a mashup and I would like to share the runtime with another coworkers. They are in another network. I was using once the Thingworx Free Cloud 30 days and when I cliked on button "view mashup" it gerated a link that I was able to share with another people to access it. How do I do it to local version? Regards.
Hello everyone, I want to ask: why there is no data shape choosing for infotable input in events router function? It makes event router useless for cases when data shape of function output is needed - for example, if I want to use output infotable for dropdown, list or data grid. I'm using TW 8.5 Thanks a lot
As the title, how can i use commit () and rollback () in sql service
Hi, Collapse/Expand option missing in Advance Mashup TWX 8.4. PFB PNG for reference Could anyone help me to solve this issue. /VR
Hello, is it possible to provide Thingworx Services in a OData API for other tools without building a wrapper for this.
Hello, Is interested about SAP MII (https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=SAPMII&action=show). Where can i download this extension? Any advice is appreciated. Thanks Extract: The composite application SAP Manufacturing Integration and Intelligence (SAP MII) enables adaptive manufacturing processes by synchronizing manufacturing operations with backend business systems. With the ThingWorx SAP MII extension, interact with SAP MII queries and business logic transactions directly from ThingWorx. To use the SAP MII extension, download and import the SAPMII_Extensions.zip into ThingWorx. The package imports the following into ThingWorx: • SAPMII Thing Template • SAPMII Thing Package
Hi Experts, I have data stored in AWS S3 buckets and now want to utilize that data to be displayed onto Thingworx Mashups. Could you please suggest some efficient ways to achieve this requirement of getting data from S3 buckets to Thingworx platform? Thanks!
Hi, I'm currently using MQTT to send sensor data to the thingworx platform. The data is in json format and looks like this: {"tire_pressure":4.7,"speed":55,"timestamp":"2020-05-07 11:25:19.971","status":"success","vehicle":"car"} In the MQTT master template I created a property called Speedometer which receives this json data. Now, I'm trying to extract the data by using another property (called Speed, base type: int) which subscribes to the Speedometer. The subscription looks like this: me.Speed = me.Speedometer.speed; But the property Speed doesn't change it's value. Do you know how to solve this?
I have one parameter and i am trying to put like operator in sql query but it is not working please help to resolve it
I can not express the circle(image named page.) in the existing paging widget(image named page2). I want to express a button that move to a first page or last page when I pressed. And I want to show three pages per page. For example -> previous< 1 2 3 >next / previous< 4 5 6>next I will be glad for your help.
Hallo, I have an issue creating a server for the 30-day Evaluation. By pressing the button "create server" an error "Error creating trial" occurs and no server is created. Any ideas how to solve this problem?Thank you very much!
Hi, I am using ThingWorx 8.5. The date time picker has a into mark to clear the selected date, on click of which returns 'Invalid date'. But, I wanted to clear the selected date time when clicking of that into mark. There is no clear property for date time picker. Is it possible to do? Thanks, Shalini V.
it seems to be possible for a normal user "USR1" (non admin and not on special groups) to see other user objects through a service. I have no rules on the "users collection" permissions that would allow USR1 to "see" other users In fact, If USR1 logs into the composer, he can see just itself on the users list But if with a service he calls Users["USR2"].fullName, this entity is visible and returns the fullName prop ! This shouldn't be possible. What I'm missing ? I use TWX 8.5
Friends, Any idea on implementing cascading attributes feature in Thingworx?
I am trying to use AddPropertyDefinition in a service where I am passing values like "ALWAYS" or "Always", "VALUE" or "value" etc it is showing error as shown:- [message: Execution error in service script [PropertyCreationAndValueUpdation] :: Invalid Data Change Type : [Value]] Could anyone let me the exact way of updating this part Code is as:- var params = {defaultValue: undefined /* STRING */,remoteBindingAspects: undefined /* JSON */,description: undefined /* STRING */,readOnly: false /* BOOLEAN */,remote: undefined /* BOOLEAN */,type: propertyType.toUpperCase() /* BASETYPENAME */,remotePropertyName: undefined /* STRING */,timeout: undefined /* INTEGER */,pushType: undefined /* STRING */,dataChangeThreshold: undefined /* NUMBER */,logged: true /* BOOLEAN */,name: propertyName /* STRING */,pushThreshold: undefined /* NUMBER */,dataChangeType: undefined /* STRING */, ----------> This part is showing error when passing above values.category:
Hi, I want to check whether any property already exists in thing or not, if not then I will create a new property using AddPropertyDefinition. Please provide the code snippet for this property existence check. Thanks in advance.
I used my email to create Thingworx user when I use reset password function and Thingworx return 500 error 500 Unexpected Error - Contact your system administrator for more details ex: https://myhost.com/Thingworx/FormLogin/reset/SLA?Summary=853342b5-44bf-4c5a-af08-f6089fdf08e7&thingworx-form-userid=vanxuanbinhan01@gmail.com with the above link, I can reset the password normally when userId like vanxuanbinhan01(not email pattern are OK) Thingworx Error logs: 2020-05-04 01:22:21.412-0500 [L: ERROR] [O: E.c.t.s.f.ValidatingHttpRequest] [I: ] [U: ] [S: ] [T: http-nio-0.0.0.0-80-exec-6] Error occurred while validating HTTP parameter: thingworx-form-userid 2020-05-04 01:22:21.412-0500 [L: ERROR] [O: E.o.a.j.l.ResetPassword_jsp] [I: ] [U: ] [S: ] [T: http-nio-0.0.0.0-80-exec-6] [context: com.thingworx.webservices.context.HttpExecutionContext@71f54c7f][message: Not Authorized to Reset the Password] com.thingworx.common.exceptions.InvalidRequestException: Not Authorize
Hi Team, I am one of the Thingworx user and currently i am using MQTT extension 2.1.1 to subscribe the topic from Hive Broker. I am facing two chellanges as following and looking for your guidance to resolve them.- 1. I have tried the wild card method to subscribe the topic in Thingworx but couldn't workout. 2. I have created the property in MQTT thing to subscribe the topic from MQTT broker but messages are not getting update automatically until i manually refresh the property in Thingworx. Please support. Re: post
hello friends, I'm users of the free Thingworx platform I would like to know how I inform the user when one of the variables is irregular, for example: production = 0 "production stopped" thanks in advance.
Hello! I've started working very recently with Thingworx and I'm trying to understand how permissions work. I have a mashup and 2 types of User groups: Group A developers, Group B clients. I gave Runtime permission to both user groups on the mashup but when I log in with a user from either group I can't see anything from the mashup, not a single widget, is blank... Any tips? Thank you!
Hiw I need the 3D Model Viewer Widget Extension, It's no longer available in Marketplace. Does anyone have the extension and can share it with me please. I need it to display a 3D structure inside my Mashup.
I've currently have a task on exporting a mashup to a PDF file. I downloaded pdf extension from this link https://community.ptc.com/t5/ThingWorx-Developers/Where-can-I-download-PDF-Extension-for-ThingWorx/td-p/632980 . And configured : AppKey:,ServerAddress:http://localhost:5000/Thingworx/Runtime/index.html#mashup=DRK_mhp_CustomerManagement,OutputFileName: Report.pdf, FileRepository: SystemRepository But it didn't work. Can anyone help me is configuration wrong or I have to download latest PDF extension(can u give me download link).
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.