Recently active
Hello,I am trying to retrieve data from a REST API of a 3DPrinter and convert it into real time information through Vuforia View.I'm stuck when i need to get the data into a Thing Property.I've created a genericThing and i use getJSON snippets to retrieve JSON from the printer API.I have no problem getting the JSON from the API using getJSON and those parameters : let params = {url: "http://172.25.2.8:10800/v1/printer/nozzle1?token=6721b6ca0a4ea42f3a933e356546588e" /* STRING */,};// result: JSONlet result = Resources["ContentLoaderFunctions"].GetJSON(params); I get this JSON : {"headers": "","data": {"nozzle_cur_temp": 26,"nozzle_tar_temp": 0,"flow_cur_rate": 100,"flow_tar_rate": 100},"status": 1}What i want is to define "nozzle_cur_temp" value (26) as a Thing Property that updates each time i execute the script.Like this i can use it in Vuforia.Thanks,Best Regards,
Hi, We have installed a demo application, which comes with bundled packages. The startThingworx.bat needs to be runned to start the thingworx instance containing the demo application. Currently the instance license is getting expired and we downloaded the license file and replaced it in place of existing license.bin.Ran AcquireLicense in LicenseAndSubsystems and we are getting the output as : [object ProgressEvent] and the istance is not running. I even tried renaming the licence file to license_capability_response.bin, but its not working. Regards.
Hi Everyone, I have used repeater widget to show some name on selection of dropdown entry.Now I want to delete a row from the repeater by clicking on repeater row. I am using Thingworx 8.2 I know its too old version but I don't have option right now. I could not find any solution on it. If you guide the solution it will help me, Please refer attachment
We got a popup saying - "Unable to execute service SpotlightSearch on SearchFunctions : Unable to get search entries: [2,006] Unknown error occurred. Contact the administrator if this re-occurs.". When we tried to clear storage space in server, we lost connection with thingworx. Database log: [T: http-nio-8080-exec-21] Unexpected exception while trying to get all avatars from the database. Application log: [T: FileTransfer-5] Error removing job reservation or removing job from database. [L: ERROR] [O: c.t.s.s.f.e.FileCopyTask] [I: ] [U: ] [S: ] [P: ] [T: FileTransfer-6] Error occurred during transfer.
Hi everyone, In case you’re looking for more reasons to appreciate the power of Azure, today we’re answering 10 frequently asked questions around how and why to use Azure SQL with ThingWorx. You likely already know that we support multiple persistence providers, like Azure SQL, InfluxDB, H2, MSSQL and PostgreSQL, for you to store and persist your ThingWorx data. Here’s an up-close-and-personal look into why we recommend Azure SQL. 1. What is Azure SQL? Azure SQL is a relational database hosted in the Azure cloud and is a fully managed Platform as a Service (PaaS) Database Engine. Azure SQL Database engine is based on the Enterprise Edition of SQL Server. The Azure platform fully manages every Azure SQL Database with a high percentage of data availability and guarantees no data loss. Azure SQL Database comes with built-in high availability, disaster recovery, and upgrade for the database. Refer to Microsoft's Azure SQL D
Hello everyone, Installation of ThingworxWorxFoundationPostgres-9.1.0.-x64 fails with the message: "There has been an error. An error occurred during installation. For more information review the log files. Clicking ok will stop the current installation. The application will exit now". This message appears at final "Waiting..." step after a while. Operating System is Windows Server 2019Java AWS Corretto version is: "openJDK version 11.0.8" PostgresSQL version is 14.1.1Installation folder: C:\ThingWorxFoundation After the error message, all Thingworx folders are deleted with no possibility to check the log.I followed this:https://community.ptc.com/t5/ThingWorx-Developers/Error-installation-Thingworx-Foundation-9-1/td-p/724053But changing the server language did not improve the issue. I managed to get the log (see pdf attached). I've taken this log before the error message appears, so the final message could not be present. After the error message, before hi
@ronyT has the bug been fixed? Could you please share the details of the case?
When the Collection widget is added to a dynamic panel widget, it does not fill the entire space when the panel expands or collapses. What to do for this?
Hello.As WindchillConnector entity is meant to disappear, we plan to follow PTC's suggestion to use ODataConnector instead.Currently, we have about fifty custom REST services, configured in a ThingTemplate implementing WindchillConnector. Then we have one thing for each server configuration, as we have several of them.I struggle to replicate the same architecture with ODataConnector. Article CS284781 tells that custom REST services endpoints are enabled with ODataConnector property SwaggerJSON. It's impossible to do so within a ThingTemplate, but only in a Thing.How can I separate services declaration and server configuration?ThanksGilles Monchoux
How to filter the info table with the combination of two columns in info table. In distinct snippet, I am able to give only one column name. But I want to filter the info table with the combination of two columns. How to do that?
Hi,Created An widget Extension with ( jdk11.0.13version ) and imported in composer. its showing successfully imported.In mashup widget panel->>ALL->>imported(0).IDK why??please help me out thissee the attachments given below..
I'm looking to somehow integrate our Thingworx platform with OKTA. I've seen other posts on the community about this, but nothing really provides any clear direction on what to do to make this work. Creating something custom for this is not a problem, but what I'm not clear on is where the customization would go. Is a custom Authenticator needed, or a custom Directory Service entity? Also, can anyone shed some light on where these two Entity types exist in the Thingworx authentication flow and architecture, i.e. does a custom Authenticator check against Thingworx users, or is a custom Authenticator a place where custom authentication against other softwares (such as OKTA) take place? Any help/guidance is appreciated.
Does ThingWorx provides any feature to support Remote Access to edge device with Windows Operating system. It should support voice call and pointer feature to assist the user at edge side.
hii,I have input textfield and button in my mashup. If we input the value and press the button the row containing the value should be deleted from the info table. how can I do this? Thanks and Regards
Hi Team, How to set and update mail server thing's configuration settings via custom service? Please share the snippet to set all the properties of SMTP Configuration settings. Thanks in advance.
hello! I want to store data from Textfield to info table(property in a thing) when clicking to submit button. How can I do it? p.s: I am new on the Thingworx platform
how can I get this elipse plugin if l don't have the download access in the front web link? Can you give me a favor to download this plugin directly? thank you very much ! l am looking forword to you reply!
Hello ,I have a data source with parent child relation.Eg:Fruits True,Orange False,AppleVegetables False,Potato False,Tomato I should allow the user to select few fruits and few vegetables. What would be the best approach to achieve it.I tried with Advanced Tree Grid but i could not get the checkbox to be in the first column from the positioning in the settings.1. What can i do to get the check box appear in the first column.2. If there is any better approach with other available widgets. Thingworx version 9.1.5 Thanks
Hello colleagues! Please tell me how to pull out the hover on hover with a proportional chart and display it over the chart? I need to display the percentage of each color.On hover, data appears, I need to display it on the graph itself
Hi all, I came across this Creating Custom Chart Tooltips (ptc.com) link to customize tooltip for charts. Is it possible to do same for label widget ? / VR
It's an old question but "In PostgreSQL and H2, stream entries are keyed by the unique key entries of the timestamp and source." - https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/DataStorage/Streams.html If you use another persistence provide you seem to be out of luck "The timestamp is a key field for streams. If you add an entry with the same timestamp, it will overwrite the previous timestamp (upsert). To avoid overwriting, specify milliseconds for the timestamp." - same source
Hi all, I have a collection widget with selection enabled. Whenever I expand the side container, the selected row gets refreshed (Refer GIF) During this event, we are not able to select anything in mashup. Is there any way to solve this issue TWX Version : 9.0 /VR
hiii,i have created one master which includes some menu and under that menu there is submenu.now i want to show the mashup name on label after clicking on menu or submenu how i do that please suggest.
Hi, ThingWorx use Rhino as its JavaScript engine , but Rhino is too slow , comparing to V8 its 10 times slower , why not use J2V8 (the Java integration of V8) instead ? Regards, Sean
Hello all, I have some questions regarding the data mapping process in the Thingworx-Analytics-Manager for creating an Analysis event. Here are some basic information about the predicitve model: - I want to predict the Time to Failure (TTF) and have followed this instruction: https://community.ptc.com/t5/IoT-Tech-Tips/Predicting-Time-To-Failure-with-ThingWorx-Analytics/m-p/579897#M1095 - In my model I used the function "useGoalHistory" becaus this showed better results for my usecase - the data set is a time series data set - ThingWorx Version 9.0 My questions: 1. In the Input Data Shape my goal variable appears ("TTF"). How can this happen? I thought that I have to map the goal variable in the Result mapping? Is this maybe caused by the fact that I am using the goal history? 2. One input parameter changed the datytype. During uploading the dataset on ThingWorx Analytics for training the model, the parameter was described as "Integer". Now when I w
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.