Recently active
Hello all, Could anyone tell me how to remove/Uninstall Thingworx Flow from Instance ? Thanks in advance. Regards, VR
Hi, I found the advanced grid doesn't display at all if set the Master for the mashup which hold the advanced grid. If remove the Master from mashup then the advanced grid show up. No application log found . Is this a known problem ? Version: ThingWorx 8.4 grid-advanced-4.2.0.zip Regards, Sean
Hi, I download the JDBC Connector from marketplace : https://marketplace.ptc.com/apps/195356/jdbc-connector-extension#!overview But uploading the driver file doesn't work with JdbcCreator, nothing happens after clicking choose file , while the standard upload widget works . (see the attached video)
I am trying to merge 9 Infotables into one. Right now I am using Union to merge two at a time, then merge the resulting tables together. Does anyone know of a more efficient way to do this? All of the infotables have the same data shape.var result12 = Resources["InfoTableFunctions"].Union({t1:result1,t2:result2});var result34=Resources["InfoTableFunctions"].Union({t1:result3,t2:result4});var result56=Resources["InfoTableFunctions"].Union({t1:result5,t2:result6});var result78=Resources["InfoTableFunctions"].Union({t1:result7,t2:result8});var result14=Resources["InfoTableFunctions"].Union({t1:result12,t2:result34});var result58=Resources["InfoTableFunctions"].Union({t1:result56,t2:result78});var result18=Resources["InfoTableFunctions"].Union({t1:result14,t2:result58});var result=Resources["InfoTableFunctions"].Union({t1:result18,t2:result9});
Hi, My project needs to show a list of attachments and each attachment's URL points to external file server, clicking the URL will show the browser's download page. The customer requires to hide the URL, for example, the URL should be https://10.20.3.5/files/xxxxx123 instead of https://10.20.3.5/files/testResult.pdf . Any idea to implement it ? Regards, Sean
How do i make the thing's properties to have latest of logged values? Because, in general, when the properties are logged, they should possess latest of the logged values. I have assigned the value stream and 'QueryPropertyHistory' service returns me the historical data yet, the properties are not possessing latest of the logged values. How to resolve this issue??
Good day All, I am having some difficulties getting the new version of the Google Maps Extension to work with a Google API key. I have followed the steps in the supporting documentation but I am clearly missing something. I have created the API key, downloaded the extension from the marketplace and saved to a directory. When I execute the GetGoogleMapConnectionString I get this result: And when I run the SetGoogleMapConnectionString I get the following error message: "Unable to Invoke Service SetGoogleMapsConnectionString on PlatformSubsystem : Table [PlatformInformation] does not have a field named [googleMapsConnectionString]". Any advice to what step I am missing? Kind regards, Johan Bester
Hi , There is a paging widget in ThingWorx 8.3, but where is it in ThingWorx 8.4 ? I couldn't find it . Regards, Sean
Hi , I want to highlight the image when moving the mouse over the image, "highlight" could be changing to another image with different color. Is there a way to implement it in Thingworx ?
Hi Everyone, I am trying to install thingworx 8.4. but after deploying (thingworx.war) war file. tomcate stopped working or most of the time it working but showing 401 exception. Also, license request file is not generating. could you please help me in this because for 8.2 its working fine.. Thanks in advance
Hi, I'm checking the guide https://community.ptc.com/t5/IoT-Tech-Tips/Protocol-Adapter-Toolkit-MQTT-Sample-Project-hands-on-1-1-x/m-p/534701 for Protocol Adapter Toolkit (PAT) . But I couldn't find it in the product market. ( picture is attached ) . Regards, Sean
Hi, I built a mashup where I call 2 services and they are linked to a "auto-refresh" (30 seconds) The 1st services is used to display a set of information. On the second service, I pass 2 parameters coming from the 1st service. When I execute the mashup, all data from the 1st service are displayed immediatly, but data from the second service is refreshed are not refreshed. I have to wait 30 second (after the 1st auto-refresh) to see my data. I can't understand why. Any idea ? Thanks.
Hi All, Composer is not opening.It is hanging so many times.Anyone please help me out. Regards, Surekha N.
Hello! Thingworx 7.4+ is running only with License. I used to run my instances with offline license. Now I am trying to work on docker images. The problem is that docker image after stop is changing it's deviceID which is causing error while acquiring license. Any option to use docker with offline license? Regards, Adam
Hello @BernardoAlb , I have the same issue when I create a profile job, then I can create an analytic model but I can´t view it. How did you solve the problem with profile job? Thank you in advance
Hi All Hope somebody can help me. I am tossing up whether to write my own Thing or use the HTTP integration example. I have read the documentation here and it doesn't really answer many of my questions http://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/#page/ThingWorx%2FHelp%2FExtensibility%2FIntegrationConnectors%2FConnectorOview.html%23 How do I add headers? Can headers be dynamic (e.g. thing calls the HTTP connector with different properties) Can Query String be dynamic? How should URL be structured? Which logs contain the HTTP integration errors? I am looking for an experience similar to postman. Andrei
Hello Guys, I am trying to add a iframe of a report from an external system into Thingworx mashup. So far only Webframe widget can do it but it comes with a top menu that I want to avoid ? Is there a way to do it within mashups so that I can shows report from a different system along side Thingworx data in a mashup ? Thanks
Hi All, I have a service which updates a description of a mashup, the code is as below. var params = {description: 'This is a test Mashup' /* STRING */};Mashups["testMashup"].SetDescription(params); It updates the description but is not seen in "Description" column of spotlight search result grid. See the "Description" column But when I edit the mashup, I can see the description. And when I edit and save the mashup, the updated description is seen on the description column of spotlight search result grid. Could anyone help on this? Can we see the updated description in spotlight search result description column without performing the edit and save operation? Thanks in advance.
Hi, I have upgraded to ThingWorx 8.4 but I am not able to generate License in ThingWorx_Platform. After restarting the tomcat along with Platform Setting.JSON file, Keystore password is generated but License Request File is not generated. I have attached the application log for your reference. How can I get through this and get successful license? Please provide some help. Thanks, Shalini V.
Hi, The default [server]/Thingworx/FormLogin/ has the field user and password , I would add an additional drop down list field, like , Location , and allow user to choose it when login. How can I customize the login form ? Best Regards, Sean
Hello, I would like to know if is there any possibility to download the mashups used in the demo "Connected products" published in the following URL: https://demo.thingworx.com/Thingworx/Runtime/index.html#master=ConnectedProducts.Master&mashup=ConnectedProducts.Home Thanks. Olatz
Hi, I have problems when executing wsems, any help will be appreciated. my config.json file is below {"ws_servers": [{ "host": "192.168.1.241", "port": 443 }], "http_server": { "host": "127.0.0.1", "port": 8080, "ssl": false, "authenticate": false }, "appKey": "96d6b33a-33c7-41c9-bda2-53416afa9876", "logger": { "level": "DEBUG" }, "auto_bind": [{ "name": "PiThing", "gateway": false }], "certificates": { "validate": false, "allow_self_signed":true }, "ws_connection": { "encryption": "ssl", "verbose": true, "msg_timeout": 1000 } } this is the error i received [FORCE] 2019-01-10 13:35:19,976 ./wsems: Initializing EMS ....[FORCE] 2019-01-10 13:35:19,976 main: Using config file /home/pi/microserver/etc/config.json[INFO ] 2019-01-10 13:35:19,976 ./wsems: Creating the WsEms proxy.[INFO ] 2019-01-10 13:35:19,977 ./wsems: Starting HTTP Server.[INFO ] 2019-01-10 13:35:19,977 Main: Using custom certificate and private key for HTTP Server[WARN ] 2019-01-10 13:35:19,9
How to create the Tree chart menu in Thingworx as the above picture . Last week ,I found the a exercise in the TW developer website for this one . But Unfortunately, TW developer website was update last weekend and this exercise is disappear . Do you have any tutorial or document or the links for this one ?
Hello Team, I need to take the data from default persistence provider of thingworx to external data store like hadoop. I think the solution can be get ModelEntities that has valuestream assigned and get the data entries from particular timestamp from the model,send to hadoop. Or is there any other solution/alternative to offload data from persistence provider which in our case is postgresql. Any approach will be appreciated Thanks,Regards, Vijay
Greetings, I am beginner level and I am using the guides to orientation. The plataform that I am using is ThingWorx Analytics and this guide: https://developer.thingworx.com/en/resources/guides/analytics-builder-quickstart/data-upload But, in this guide the databases is ready to download and I want to create a database from my PLC's tags (I am using ThingWorx Industrial Conecntivity to maps the PLC's tags) to use in Analytics Builder. How do I do this? 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.