Recently active
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
Hello, I have the same issue and I find and delete registry keys in regedit: (HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services ->Thingworx_server) (HKEY_LOCAL_MACHINE->SOFTWARE->PTC and POSTGRESQL) I delete folders in C:/ too, but I have the same problem in the installation of manufacturing apps. I can´t do re-create my server 2012 R2. Are there other registry keys in regedit? Could you help me with this problem? I attach 2 images and the log about installation. Thank you in advance Best regards
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.
Hi, In Thingworx 7.4, it is using custom-rhino-js-5.1.0.jar (Rhino 1.7R4, ES5 supported). It says that's a custom jar, may i know what i need to custom a standard rhino jar to get it work with Thingworx? Everything seems to be perfectly working with the latest version of Rhino engine (ES6+ supported). My Bests, Hung Tran
Hi, The WSEMS is stopped on the Thing_123, but I could see there are about more than 40.000 errors every hour in ApplicationLog.log, that's significantly downgrading the system's performance. Is there any way to get rid of this error? Tunnel 012a331c-9f11-4dfb-ace0-00002c97ccb4 is not found. " 2019-02-20 12:56:48.109-0600 [L: ERROR] [O: c.t.w.p.APIProcessor] [I: ] [U: thingworxRead] [S: ] [T: WSExecutionProcessor-4978] Unable to dispatch [ uri = /Things/Thing_123/Services/TunnelCommandFromEdge/]: Unable to Invoke Service TunnelCommandFromEdge on Thing_123: Tunnel 012a331c-9f11-4dfb-ace0-00002c97ccb4 not found 2019-02-20 12:56:48.109-0600 [L: ERROR] [O: c.t.s.s.w.p.WSExecutionInstance] [I: ] [U: ] [S: ] [T: WSExecutionProcessor-4978] error executing APIRequest Message: Unable to dispatch [ uri = /Things/Thing_123/Services/TunnelCommandFromEdge/]: Unable to Invoke Service TunnelCommandFromEdge on Thing_123: Tunnel 012a331c-9f11-4dfb-ace0-00002c97ccb4 not found, se
How can i go for duplicating a service of a specific thing inside other entities like things or thing templates?
Hello Everyone! I am preparing Dashboard for Customer demo and need to do one mashup in form of colored circle diagram according dynamically changed several parameters from the Customer site. I would like to use and to customize PTC Factory Metrics Widget according customer properties value. How can I control the color? the area ? I cannot find the way to control it neither in User Manual nor in the Mashups control panel (left lower corner). Any idea or help or ref are welcome!
Hello everyone! I have a table (Excel, for example), the data from which I need to import into Composer. Is it possible? Or does ThingWorx import data only from files with its own format (twx.)? This is about data, not about entities.
Hi Folks, Want to send data (string,infotable,etc) from Thingworx to Web based application. I tried invoke its web service using its URL in ContentLoader Functions (PostText) and got response. Kindly help how to achieve this. Thanks!
Want to do a REST call from ThingWorxWant to use REST to send request to External System.Want to get data from other system using RESTHere is how you can do this....ThingWorx has ContentLoaderFunctions API which provides services to load or post content to and from other web applications. One can issue an HTTP request using any of the allowed actions (GET, POST, PUT, DELETE).List of available ContentLoaderFunctions:DeleteGetCookiesGetJSONGetTextGetXMLLoadBinaryLoadImageLoadJSONLoadMediaEntityLoadTextLoadXMLPostBinaryPostImagePostJSONPostMultipartPostTextPostXMLPutBinaryPutJSONPutTextPutXMLExample:Using LoadXML snippet in a custom service to retrieve an XML document from a specific URLInsert the LoadXML snippet into a custom servicevar params = { proxyScheme: undefined /* STRING */, headers: "{ 'header1':'value1','header2':'value2'}" /* JSON */, ignoreSSLErrors: false /* BOOLEAN */, useProxy: undefined /* BOOLEAN */
Hi guys, I was looking for a way to test my Service (written in Java) with the Thingworx platform installed on an other machine on the same local network.Since the "Import&Test" way is a bit cumbersome.. is there an available plugin for eclipse for this purpose? Thanks!!
Hello all, We have established Raspberry Pi connection to Thingworx server with Edge microserver and Lua Script Resource and the property values update correctly. (https://developer.thingworx.com/resources/guides/thingworx-raspberry-pi-quickstart) How can we get the values to be logged to a value stream? Value stream is defined and connected to the PiThing. Properties from RaspberryPi are bind and marked as "persistent" and "logged" (for example cpu_temperature). Initial record to the value stream is created when LSR is started but after this no new records are added. The initial record with the original time stamp just gets a new value (eg. cpu_temperature). I am querying the value stream with "QueryPropertyHistory" service. What are we missing here? Any help would be appreciated. ThingWorx 8.4.2-b2151
Per this topic: successful to create barcode but can't successful to read any barcode image in thingworx mashup. I have QRCodeExention in that we can create barcode but there is also read barcode there but don't know how to use it to read the barcode? Also it is possible? when we access mashup into mobile and give access to mobile camera to read the barcode? Thanks!
Hi, Is it possible for the user to browse and upload a image in value display from local directory using file upload widget? Thanks, Shalini V.
Hi, Is it possible to define a from ip range and to ip range and when the user logs in using organization if his ip fall's within from and to range he should land in a specific page. Eg: If the user ip is 192.168.0.100 - 192.168.0.109 he should land in station mashup. If user ip is between 192.168.0.110 - 192.168.0.120 he should land in Plant mashup. Thanks in advance, Shalini V.
Hello all, We have installed Thingworx Industrial Connectivity in our PC. We forgot Administrator password, is there any way to reset it. Thanks in advance. Regards, VR
Hi Developers, I'm currently working on a use case where the OEE has to be displayed as shown below. By default in Production Advisor app OEE and its related kpi's can be viewed over a week. Is there any quick way to extrapolate the same feature to months? Also please suggest an high level design for this use case. I've planned to use DataTable to store kpi's against dates and project it in the chart. Thanks and Regards, Saran
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.