Recently active
Dear all, If I build the data analysis model in Python or Matlab, could I use the new input data from thingworx and do prediction with the data analysis model from Python or Matlab, finally show the prediction result in thingworx mashup? How does Thingworx work with other data analysis model built in Python or C/C#? Any example? Thanks a lot
I have a service that return data with fields1-time2-status (some numeric value)3- idas shown in the attachmentthe result of the service is represented by time series chart defaultbut the time series chart v2 is blank both the charts are binded with the same serviceany help?I am not able to figure why its is not showing the dataI have set the x axis field and data field
Hello everyone I am not sure about is any one face this issue or not ? That is while taking backup of any project entity wise and imported this into other system it come properly as it is. but if am doing same thing by taking entire backup through database (Postgre) then I can see there is some internal modification happened that is changed alignment of controls present on mashup, changes controls size and all. could you please tell me what is this issue ? why this is happened ? Thanks in advance
hello everyone I want to create xml file on button click and write some content into this. which API do i need to used how to used it. could you please help me into this. Thanks in advance
I generated a PMML file from AnalyticsServer_TrainingThing and it is stored in Thingworx storage.Now this PMML file should be used in another application.How to get this file directly from Thingworx storage to that application?
I want to create a custom model in Thingworx Analytic Bulider.Thingworx analytical Builder is not supporting CATEGORICAL data as goal .How can we create it?
i'm using mqtt thing with some data from mqtt server in thingworx. i made two alerts in mqtt thing one is for above 50 and one is for below 50. when sensor data come from mqtt server and it is either above 50 or below 50 this alerts does not trigger. but when disconnected from mqtt server and set the thing property by manually above 50 or below 50 it triggers alerts. strange but is happening with me. please help with this.
Hello, I'm trying to modify an existing token using the standard version of composer (not new composer) and it doesn't work, is that normal? It works fine with version 8.2 but not with version 8.3. Thank you.
Hi Developers, I'm trying this SAP Hands On Tutorial on Thingworx 8.0.1-b39. I have a SAP Gateway - Demo System (ES5) and my account have access to "https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/". I have the integration runtime properly configured and running.In Step 3 the following are the parameters i have given (the username and password are properly given not as shown below): Generic Connector Connection Settings Authentication Type = fixed HTTP Connector Connection Settings Username = <SAP Gateway user> Password = < SAP Gateway pwd> Base URL : https://sapes5.sapdevcenter.com/sap Relative URL : /opu/odata/IWBEP/GWSAMPLE_BASIC/ Connection URL : /opu/odata/IWBEP/GWSAMPLE_BASIC/$metadata The following are the errors i observed : ValidateConnection Status Message ConnectorTemplate Failed Check logs for more details SAPODataConnector GetEndpointList [context:
I am trying to display sensor data over an image widget. I have an image of a motor and I would like to display motor temperature over a image of the motor. I have added a image widget but cannot not add any other widgets over the image? Is there a way to do it?
I have created user and given the developer permission but i am not getting the predefined templates while trying to create thing. i have referred the Article - CS252902 (How to grant users independent and secure developer permission to entities in Thingworx) to give developer permission to the user
What type of documentation and on what topic surrouding SSO/Security do you find missing from what is currently available?Are there any specific gaps that seem to be pain points when setting up/configuring SSO in terms of available guides?We would love to hear any input feedback as we work on expanding our knowledgbase.
I currently have two mashups: 1. Mashup A: has a repeater widget 2. Mashup B: a mashup that is going to be a row in the repeater widget in Mashup A very similar to what's shown in this video: https://www.youtube.com/watch?v=zXrKq1tvntU&list=WL&index=6&t=0s In Mashup B, there is a dropdown widget which has all the selections and is also bound to a mashup parameter so that its selectedText can be populated in Mashup A for that row. Although all the parameters and data are being passed in properly for other widgets like label, textbox, etc., the dropdown selectedText feature does not work in this case and it just shows no selection. Is there a way to get the selectedText feature of a dropdown widget to work in a repeater using a mashup parameter? I did look at https://www.ptc.com/en/support/article?n=CS252413 and tried the "work around", but that also did not work. Thank you!
What's the purpose of the Logout button widget if it doesn't actually log out the user? I'm experiencing the same, where when I click the Logout button, it redirects to the FormLogin for my organization. But, I can simply hit the browser 'Back' button and have full access to the Mashup again. Related to post
Hi Jakub,Sorry, this is old thread, but i am seeing same scenario for Mashup. It worked for executing service in Composer, i can see the rows with data, but when it goes to Mashup, when i am assigning this infotable to gird, grid showing empty rows (no data) ?is there anything that changed ? i am trying this snippet with Thingworx-SDK 8.3below is my code. @ThingworxServiceDefinition(name="getSampleInfotable", category="", isAllowOverride=true, description="") @ThingworxServiceResult(name="result", baseType="INFOTABLE", description="Sample Infotable Service") public InfoTable getSampleInfotable() throws Exception{ DataShapeDefinition dsd = new DataShapeDefinition(); dsd.addFieldDefinition(new FieldDefinition("field1", "NUMBER")); dsd.addFieldDefinition(new FieldDefinition("field2", "NUMBER")); dsd.addFieldDefinition(new FieldDefinition("field3", "NUMBER")); InfoTable it = new InfoTable(dsd); ValueCollection row = new ValueCollection(); Random rnd = new Random(); for(int i
How can I generate a pmml file from thingworx. Related to post
Hi, I'm doing some market research on IoT platforms and I am wondering whether I can bill end users of my product/application from Thingworx? Can I set up rules to mediate how occurrences are rated and charged from Thingworx and if not, are there any partners that Thinworx recommends to add such functionality? Please advise, Thanks
Is there a way I can view system objects (Mashups and Things) to duplicate or access the scripts. I tried with Administrator account but doesn't work.
Hi Developers, I'm working on a time series chart where i have to show two property graphs superimposed over each other so that the user would be able to see the influence of Property A (running hours in minutes) over Property B (No. of coils in counts). PFA the screenshot of the time series chart. For this i have opted for dual y-axis option since the properties have different units. I'm not able to show the legends for the y-axis. I wanted to show "Counts" near the left side y-axis and "minutes" over the right one. And also the left y-axis is showing a range 0-220 and the left is showing 0-100. But it fells that the values of the property are more or less on the same scale which is not the case here. I want to show the significant change between the two property values in a way that the user would intuitively understand it. Please suggest relevant options to configure for this. Regards, Saran
According to this article https://www.ptc.com/en/support/article?n=CS242815 it should be possible to right click on a menu item in order to open a new window on click. However, the link created by the menu is invalid (testing in Thingworx 8.3). Is this feature disabled / a bug or is anyone aware of a way to acheive this? This is what I want to acheive: Standard - user clicks and the link is replacing the contained mashup. Right click and open in new tab - the target mashup is opened in a new window. Many thanks Erik
Hi, I am trying to install Thingworx Analytics. The installation stalls at some point. I think it is when it tries and installs ThingWorx Analytics - Analytics Worker This is the message from the install.log [11:17:59] - Started installing ThingWorx Analytics - Analytics Worker... I have Windows 7 Enterprise. Thanks for the help!
Hello,I have created and published an analytics predictive model and configured an analysis event. Now everytime the event is triggered i keep getting this error on the application log : "Job was not found in runningJobs, could cause processing to stop". although the job is finished and i am getting results in the property i mapped in the results on the Analysis Event.Best Regards. Here are some screenshots.
Hi, I have created an extension in java. I want to create a subscription. I've found "@ThingworxSubscription" annotation to create a subscription. But I didn't find source event ! For exemple, I can't create a subscription on event "DataChange". Is it possible to get event list in java code ? Thanks. Regards, Julien
Hi folks, How to show/calculate time between first and last row in Data Table.
Greetings to All, I'm trying to create a mashup where, using a collection, I can mini mashups of multiple things using the same template. I was able to do this with the GetImplementingThingsWithData service for that template. My issue is to limit what is displayed based on the user login. And I don't just mean making it not visible, thereby creating blank spaces. I know I can do this by creating templates and mashups for different users, but I figure there has to be a simpler way to do this without the extra work. Thanks for your help.
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.