Recently active
Hello, I want to write superscript text m/s2 as m/s2 Tried using html tag <sup> but dint work out. Can we have any option to directly write in the field. Thanks Sunay
Education is the most important aspect of LiveWorx. An All Access pass includes 240+ breakout sessions but there is also the opportunity to additionally invest in PTC University trainings to develop an IoT application, create an AR experience all from the ThingWorx platform. Choose a course that’s right for you: For beginners with no prerequisites or coding experience required: ThingWorx Crash Course ThingWorx Fundamentals Rapid AR Development Introduction to Industrial Control Systems (ICS) and Kepware ThingWorx Studio Fundamentals Fundamental Knowledge of ThingWorx Composer and IoT Solution architecture or completed ThingWorx Fundamentals: IoT Workshop IoT Modeling with ThingWorx ThingWorx Platform Administration Requires completion of Introduction to ThingWorx or good knowledge of ThingWorx Modeling: Leveraging the ThingWorx Navigate Framework and ThingWorx Integration Technologies to Create Modular Custom Apps Visit the full list
Hi, I've created a mashup with various tree tables that gets Windchill Attributes (such as name/number/quantity...) of a part when the part number is inputted into a search box. Once I click the button to search for the number, the various tables populate with it's corresponding data. I then click another 'CreatePDF' button where I want it to create a PDF of the populated data, however, when I use the 'CreatePDF' button it only creates a file showing empty tables and does not create a pdf of the updated/populated mashup tables. (I have already configured the necessary 'CreatePDF' parameters (FileRepository/OutputFileName/ServerAddress/.....)). The server address is that of the mashup URL. How do I get the PDF tool to create the PDF of the populated tree tables? Thanks, Atif
Hi all, I'm struggling here trying to find a solution: I need to set the value of Units programmatically while creating a new ThingShape, so far I haven't found a way to set it. Is there a way to do this? Thank you.
Hi.I am able to send the text message to an email by configuring the Text Area widget with the Button widget using the Send Message service from the mashup level.Is it possible to send the values to an Email which we get from EMS to ThingWorx. I am using the Property Display widget to display all the set of properties in the mashup. By clicking on the Button widget, I want to send the data that is displayed in the Property Display to an Email. Can anyone help me with this issue.Regards,Yogesh
Hi community, I'm checking sample mashup design from thingworx demo page (link). I couldn't find mashup design of demos for composer. Are there available from somewhere? Regards,
Hi, I have a problem in lauching thingworx through tom cat.I guess its because when the thingworx war file is copied into the webapp,the extensions inside the thingworx folder are not generated properly.Only 4 extensions are generated.How could i solve this??
Hi,I followed each and every steps on "AWS IoT connector quickstart" guide,but i m stuck in Setting up Thingworx AWS IoT connection Server step 6.i am getting error like This: "Template validation error: Template error: Unable to get mapping for RegionMap::us-west-2::ConnectorAMI"and its showing "Link is not available" in estimated cost.,i have attached screenshots. please provide me Guidence.Thank you,Regards,Akshaykumar.
Has anyone used user task in your workflow? Can you please say me what exactly it does? Will it send a mail to performer with the link of mashup included? Where will the mashup open up?
Hi Guys I am finding it difficult to find the ThingworxPostgresDBSetup.sh script and other related postgress platform scripts in order to connect my thingworx instance with an RDS setup. in the Thingworx Foundation downloads zip i cannot find any folder that has the SQL and .sh script files. I may be looking at the wrong place for the scripts. Could someone point to me the location of these scripts in the new 8.2 release Thingworx foundation zip file. The file I downloaded has this name: Thingworx-Foundation-8-2-1.zip Regards Naresh K
In 8.0 release notes it was stated that the Everyone Organization no longer grants read access to all entities. What access does it grant? What is the use of the Everyone Org, and what is the best practice regarding using this Org in 8.2
I would like to run a two part query that as a type of "And" and "Or". Something like this: var query2 = { "filters": { "type": "Or", "filters": [ { "type": "Matches", "fieldName": "Name", "expression": "Asset_1" }, { "type": "Matches", "fieldName": "Name", "expression": "Asset_2" } ], "type": "AND", "filters":[ { "fieldName":"modelNumber", "value":"theModelNumber", "type":"EQ" } ] } }; Although this seems like it should match, it does not return anything. I can not find an example of this kind of query, I'm guessing my syntax is wrong somehow. Has anyone every done this before?
I created a very simple “weather dashboard” and its working ok when previewing with Composer.I was wondering how I can set a custom URL to view it as a user?When I use server.com/ThingWorx/Mashups/mashup it just shows a blank page. So I suppose by question is two part:1. How can I access a mashup URL outside of Composer view?2. Can that URL be customized?thanks!
Hello , I have a thing template, where i have written a service to get the property value in the MultiRowTable format using "GetPropertyValuesAsMultiRowTable" and used Query to filter out certain properties. I have thing which uses this template, when i run the service in the composer from the Thing i see the values coming in. But when i use the same service in the mashup i see the value NAN. Note: i have used dynamic thing template and passed the thing name to the EntityName. Not sure what am i missing. Thanks Sunay
Hi Guys How do I pass data from my mashup widget into my thingtemplate service..?
Unable to start download thingworx8.2. Download button is not working. No download starts when I click download button on link https://developer.thingworx.com/resources/downloads I am trying to download the thingworx8.2 fundamental platform
Hi All, I started a 30-day trial for the Thingworx Evaluation Server with following details . I started following the Predictive Model guide to create my own analytics. But when configuring the analytics builder via setting, the Analytics gateway list comes empty no matter what I doEmpty gateway list. On searching the community, I found very few results on this issue but the only one I found said to ensure these things: 1) Configuration Service hasn't been run -> done 2) Session Variables haven't been added -> (I did delete and re-added it from this list. Deleting the entity entirely though produces the error "extension objects can't be deleted") 3) The Application Key expiration-date hasn't been extended -> done. Also, there's no AnalyticsServer_Thing also. I don't know what else to do as I'm new to this field and I'm stuck at this point.
In the 8.2 release, we made significant improvements to our Mashup visualization platform with the new Collection widget and CSS Editor. With these two new features, you can now create compelling and modern new web UIs with ThingWorx. Collection Widget The Collection widget is a new powerful tool which allows you to replicate visual content in a Mashup quickly. The widget is flexible enough for innumerable uses including menu systems, dashboards, tables, and other layouts. The Collection is a significant improvement over the existing Repeater widget in terms of its performance, browser memory usage, configurability, style and user experience. There are over 60 different configuration properties for the Collection, many of which offer input and/or output bindings for dynamic behavior and flexibility. There are many other properties which offer detailed control over spacing, padding, headers, footers, sections, animation, gravity, layout and more.&nb
Hello, I am new with ThingWorx and I am trying to update a property Thing on a Mashup with Postman. (I just want to see a value change on my webpage). To do this, I have: - created a Thing "Ju_TestThing" (ThingTemplate : GenericThing) with a property "Ju_value" (Base type : TEXT), default value=10. - created a Mashup "Ju_TestMashup" - added a label on the Mashup and connected "Ju_value" to my label with "GetPropertyValues". - added a "Auto Refresh" widget (interval : 2s) In System / Subsystems / PlatformSubsystem / Configuration, I have checked "Allow Request Method Switch" and unchecked "Filter Content-Type". When I click on "View Mashup", it opens a new window with URL like this: https://pp-XXXXXXXXXXlu.devportal.ptc.io/Thingworx/Runtime/index.html#mashup=Ju_TestMashup&__fromBuilder=112c786d-7cd1-4aa0-826b-db2d9b2324de Question : Is the end of the URL my appKey ? In Postman: - set PUT - set URL : http://pp-XXXXXXXXXXlu.devportal.ptc.
I have made a simple workflow and validate it.But It is not showing in Workflow Management.Can anyone explain how to correctly make a workflow and suggest some tutorial for thingworx utilities ?
Hello folks, Can any one please guide me, I had a requirement to develop "we have different software versions stored in a repository, once use login we will check authorization to download and provide them information and download link" 1.where to store and check userid password 2.How can i develop sessions 3.how to give repository file access based on roles please help me onthis,i designed some static mashups but dnt know where to start
Hi, Today I was going through one of the QuickStart Guides: https://developer.thingworx.com/resources/guides/thingworx-raspberry-pi-quickstart/ Where ThingWorx team has used Adafruit DHT11 Temperature Sensor to connect it to Raspberry Pi. But in place of that I have TMP36 Analog Temperature Sensor and Arduino Uno. As Raspberry Pi cannot read/convert analog values into digital values, I have attached the sensor to Arduino and than connect it to Raspberry Pi. In Arduino I have used this: const int temperaturePin = 0; void setup() { Serial.begin(9600); } void loop() { float voltage, degreesC; voltage = getVoltage(temperaturePin); degreesC = (voltage - 0.5) * 100.0; Serial.print("Temp="); Serial.println(degreesC); delay(1000); } float getVoltage(int pin) { return (analogRead(pin) * 0.004882814); } Python Script that I have place in /micro
Hi, tried to install the Thingworx-Foundation-8-2-1 under Ubuntu according to the descritption : https://support.ptc.com/WCMS/files/174097/en/Installing_ThingWorx_8.2_1.0.pdf . I got stuck at page 32, points 2 and 3: I can not find the files "thingworxPostgresDBSetup.sh" and "MED-61111-CD-074_F000_ThingWorx-Platform-Postgres-8-0- 0.zip". Where can I download them ?
i have added above columns, but i don't want to use connections like-connections = Networks['NetwrokName"'].GetNetworkConnectionsWithTemplate();i have a simple data table where i have added three columns- "from","to", "connectionType".after querying i am getting data. but while binding with tree, i don't see any data in tree.Note : i have tried with network connections, then tree is populated, but i don't want to bind network data, simply i want to display some data in tree view. so is there anyway where i can achieve binding tree view without getting network connection.My tree has nothing to do with network connection, it simply need to bind data based on parent value like -ClassroomA -A -B -CClassroomB -D -E  
Hi, I am using the trial version of Thingworx 8 Foundation server hosted on the developer portal of the thingworx website. I have created a new Application Key in the thingworx composer and assigned it to user 'Administrator' I have created a new Thing in the Composer itself. Now, I am trying to access the Things property using the REST API in postman. I have tried sending the appKey parameter in URL. I have also tried sending appKey in Header. In both cases, I am getting a 404 not found error. Can someone help me with the correct way to make rest api calls in Thingworx 8. Any help will be greatly appreciated. Thanks.
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.