Recently active
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 am connecting a Hurco CNC to Thingworx Mnf Apps. MTConnect is installed on the CNC. In Kepware I selected MTConnect when creating a channel. After creating Device I tried to create tags by clicking the create tags link from the tag generation tab , then I got the following errors: Warning: Unable to generate a tag database for device 'MTConnect.Hurco': 'HTTP error: 404' Warning: Unable to generate a tag database for device 'MTConnect.Device1': 'Unable to connect to the agent'.
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.
Thing properties became empty when I'm checking property vtq, it's showing unknown. These properties are updating from last two weeks but from yesterday it's showing empty values. Why values are getting empty and why the property quality is unknown? On what basis property quality is calculated? Did anyone faced this issue? Can anyone help me with this issue? Thanks, Abhiram Kuncham
I have been importing few of the mashups as a single entity from old instance to new instance .But the issue right now i am facing is it a collection mashup ,when i tried importing whole mashup its is only partically visible and other half disappeard ,i gave permissions for all users and modified service in order to add a line that references these mashups at the end.Still the page is not completely visible.
@dupatel How? 🙂 related to earlier post Do you know any existing post to your answer or maybe you can explain me please? Can I use this data with a Service (Snippet)? Which ways do exist to use (Value)Stream data? Thank you in advance. igor
Hi , i want to split one single image into rows and columns (PLEASE REFER THE IMAGE ATTACHED). is it possible to do that , if so how ? Thanks
Hi, I want to show the basic information to customer. If apply the license then only we can show the advanced information to customer. How can we can achieve in ThingWorx? Thank You
Hello Everyone, I am not able to login into the Thingworx Composer. After entering the correct username and password the login window disappears and appears again but with blank fields and nothing happens. I think it is because I disabled the PTC.login.Authenticator (I think its called like that but I am not totally sure), while I had access to the Composer. Apparently I can not login with my credentials with the Authenticator being disabled. Is there a way to activate this Authenticator e.g. via a Rest Call? Just like it is possible to update property values or execute services I hoped I could enable the Authenticator again. If anyone knows which call I should make and what the exact name of the Authenticator is, please let me know. I am also open for other approaches to tackle my problem. I am working with a Trial Version of Thingworx btw. and I do not have Administrator Rights (because I am using the Composer for Thingworx Studio - AR application)
Link to previous post..... If you guys don't mind, I'd like to jump in and ask how can I return things I've created by a specific property value? I understand I can use the queryimplementedthings service by passing the service a query (which I have created in a seperate service which I also configure to take a parameter for the value I'm looking for in my things properties). I then pass this query to the queryimplementedthings service. I only want the things and their associated properties that have a matching value for a specific property returned. Whats the best way to go about this as I am not getting the grid to return data based on my approach?
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.