Recently active
How can I import data from KEPServerEx to a remote client or any data source? Also how can I import it in C# ?
I am trying to connect TW connectivity(kepserver) with another machine that runs the composer on the same network. I can even run composer from the machine that runs kepserver. I Have correctly setup application key etc. But I get the following error in the kepserver log console. 5/7/18 4:15:00 PM Information KEPServerEX\Runtime Runtime re-initialization started.5/7/18 4:15:02 PM Information KEPServerEX\Historian Historian service starting.5/7/18 4:15:02 PM Information KEPServerEX\Runtime Stopping Simulator device driver.5/7/18 4:15:02 PM Information KEPServerEX\Runtime Simulator device driver loaded successfully.5/7/18 4:15:02 PM Information KEPServerEX\Runtime Starting Simulator device driver.5/7/18 4:15:02 PM Information Simulator Simulator Device Driver 'V6.4.321.0'5/7/18 4:15:02 PM Information KEPServerEX\Runtime Advanced Tags Plug-in V6.4.321.05/7/18 4:15:02 PM Information KEPServerEX\Runtime Data Logger Plug-in V6.4.321.05/7/18 4:15:02 PM Information KEPServer
Hi there...I'm trying to get the excel file content from file repository and load it into gird.I have tried a couple of services such as csv parsing and load text. While using csv parsing service, i'm getting the content but not able to load it into the grid.(I checked it in debug option)I'm a beginner to this platform. It will be very helpful if i get some suggestions.
Does anyone know how to download the latest thingserver package?
1. Empty green tooltip displayed when hovering over a List Widget with Dropdown View that already contains a value selected in ThingWorx 2. Cannot remove the tooltip green arrow from a dropdown widget, even though there isn't any tooltip text associated with it Thingworx version are 7.3.10 thanks
Hello Has anyone been successful with creating a PDF file using PDF Export service from the PDF extension 3.0, using an HTTPS address on ThingWorx 8.2.1.? I have worked with this extension in the past with PDF extension 2.0 and this worked fine, however to note I was using a HTTP address.Also using ThingWorx 8.2.1. Any support would be appreciated, Thanks, Sean
Hi all, I create a thing and use MQTT to receive data. The Connection is true. I create a property to receive the information, but only when i click Refresh Properties i can see the info received, How can autorefresh this property without click Refresh Properties. Then i create a subscription that save message received in other property, and doesn´t work, maybe doesn't detect that Property "Prueba" changed, Please i need help.
Hi, I am using thingworx 8.0.1 for past 6 months. It works perfectly for me without any issue but today suddenly it Tomcat stops in sometime after starting and the thingworx application does not open. The thingworx.war do not deploy properly. All the extension files inside C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions did not load and is missing. I deleted and deployed the war file again but still it did not show up. What is the possible reason for suddenly throwing an issue like this? Herewith I have attached applicationlog.log file and catalina err. Please help me in resolving this issue. Also I have two questions: 1) I am worried that after fixing this issue and when my Thingworx composer starts up will all the entities i created in thingworx will be retrieved or would have been deleted because I do not have any backup of the entities. It consists of two real time projects. 2) If I take an backup from postgre now will al
Hi, I have a problem with the extension pdf export 3.0, I have set the values for the configuration (as in the photo), respectively: AppKey of the administratorFile Repository - A random repositoryOutput file name - the name of the output pdfResolution - 800 * 600 or default value 1366*768Server address - the name associated with my mashap in the twx server : "https://pp-1805020827wt.devportal.ptc.io/Thingworx/Runtime/index.html#&mashup=nameMashap " Testing through the test button in the service of extension whit name "create pdf" , but in the log it goes out error (as in photos). Has anyone already had a similar problem?Thanks for your help
Hi, I should create a service that converts the Boolean value of the isConnect parameter, into an infotable value to feed to a time Series chart, someone would know how to do it? In the code in the picture I have to create a new Infotable? thank you
Hello All, I upgraded thingWorx_8.0.1 to 8.1.3 and ThingWorx Navigate_1.5.0 to 1.6.0. It's upgraded fine. I have a developed extension. If i import this developed extension into 8.1. ptc-windchill-demo thing is not running. When i delete this developed extension then ptc-windchill-demo thing is working. Can anyone please suggest the solution and cause behind it Regards, madhu
I am trying to deploy ems on RPi3 b. My ems seems to be connected, but when I am running LSR I am getting below error, --------------------------------- [INFO ] 2018-05-09 09:06:48,19 ./wsems: Creating the WsEms proxy.[INFO ] 2018-05-09 09:06:48,19 ./wsems: Starting HTTP Server.[ERROR] 2018-05-09 09:06:48,19 Main: Error initializing HTTP Server[FORCE] 2018-05-09 09:06:48,19 Main: Exiting....[DEBUG] 2018-05-09 09:06:48,19 jsonConfigurator::~jsonConfigurator: Deleting JSON object ------------------------------------------------- Below is my config.json file : ---------------------------------------------------- "ws_servers": [{ "host": "192.168.43.25", "port": 8080 }], "http_server": { "host": "127.0.0.1", "port": 8090, "ssl": false, "authenticate": false }, "appKey": "990d0f05-c17f-4416-aa07-beefd1e61b50", "logger": { "level": "DEBUG" }, "auto_bind": [{ "name": "PiThing", "gateway": false }], "certificates": { "validate": false, "allow_self_signed
Hi, I am following the C SDK guide and working with 194-C-SDK-1-4-0( version 1.4.0). I am working from a windows 10 laptop and built the SteamSensor example with VS 2017. On executing the program, my connection is established fine but all API calls to the thingworx is returning 404 error. [FORCE] 2018-05-03 14:57:50,441: Starting up[DEBUG] 2018-05-03 14:57:50,442: twWs_Create: Initializing Websocket Client for xx-xxxxxxxxxxxx.devportal.ptc.io:443//Thingworx/WS[DEBUG] 2018-05-03 14:57:50,443: twTlsClient_Create: Initializing TLS Client[DEBUG] 2018-05-03 14:57:50,505: twApi_Initialize: Websocket Established after 0 tries[INFO ] 2018-05-03 14:57:50,514: twOffLineMsgStore_SetDir: Created offline message file /opt/thingworx/offline_msgs.bin[DEBUG] 2018-05-03 14:57:50,514: subscribedPropsMgr_Initialize: Initializing subscribed properties manager[TRACE] 2018-05-03 14:57:50,521: All property subscriptions have been received from the server. Subscribed properties can now be updated.
In the below script thingShape is undefined. I am using ThingWorx 8.1 Don't we have a way to retrieve a ThingShape and modify it or retrieve its property definitions programmatically once we created it with this code: Resources["EntityServices"].CreateThingShape(params); var params = { name: "MyThingShape" /* STRING */, description: undefined /* STRING */, tags: undefined /* TAGS */ }; // no return Resources["EntityServices"].CreateThingShape(params);var thingShape = ThingShapes["MyThingShape"] I would like to created ThingShapes properties as remote ones and give it Remote Prop Name. The only way I could find if a ThingShape exists is by using this code: var params = { maxItems: undefined /* NUMBER */, nameMask: thingShape /* STRING */, type: "ThingShape" /* STRING */, tags: undefined /* TAGS */ }; // result: INFOTABLE dataShape: RootEntityList var matchingEntries = Resources["EntityServices"].GetEntityList(params); ... but this ret
Hi All, is there anyone who try to set Group Associations by script? I can see some service for permissions in snippets but can't see more. ...
Hi all I know thingworx server use zookeeper to select master I start two thingworx server, and after that I check the data of znode on zookeeper, as bellow I'm not sure how thingworx pickup a master in such kind of architecture,for example thingworx will read to the data of znode ,and chose the larger numbers of the two node'ip part? can anybody tell me the operation process, Thanks a lot.
Team - Good day! I'm getting below error; Looks like firewall issue from device(our) side; But would like to check with you guys-Experts. Version details: SDK 2.0.4, EMS 5.4: Thanks for the support and look forward to hearing from you:-) [FORCE] 2018-04-18 22:13:58,318 ./wsems: Initializing EMS .... [FORCE] 2018-04-18 22:13:58,318 main: Using config file /home/pi/Downloads/microserver/etc/config.json [INFO ] 2018-04-18 22:13:58,318 ./wsems: Creating the WsEms proxy. [INFO ] 2018-04-18 22:13:58,318 ./wsems: Starting HTTP Server. [INFO ] 2018-04-18 22:13:58,318 Main: Using custom certificate and private key for HTTP Server [WARN ] 2018-04-18 22:13:58,318 Main: Encryption is disabled on HTTP Server. [WARN ] 2018-04-18 22:13:58,318 Main: Authentication is disabled on the HTTP Server. [FORCE] 2018-04-18 22:13:58,319 httpServer: starting http server port=8080 [INFO ] 2018-04-18 22:13:58,319 ./wsems: [INFO ] 2018-04-18 22:13:58,319 wsEmsProxy::initialize: FIPS is disabled. [DEBUG] 2018-
I have service with output as Infotable, of which one of the column (Temperature) has some values but data type is String. How can I change Data Type of all the values and then add all the values.
Hiee everyone !Well, I am working on an agricultural robot with regard to my project 'Smart Agro-Automation System'. Of course, I have completed the mashup stuff (image attached) and I am able to observe the values getting updated only when I click the Refresh button. Is there any automatic way of refreshing and updating the values so that it could enhance the end-user outlook ?ThanksVinith Kannan ARMK Engineering CollegeIndia
Hi,I am using Font labeling Widget but i can't able to upload ttf fonts using Media entity. Is there any solution?Thingworx Version 8.0Regards,Sathishkumar C.
Hi, I am following the C SDK guide and working with 194-C-SDK-1-4-0( version 1.4.0). I am working from a windows 10 laptop and built the SteamSensor example with VS 2017. On executing the program, my connection is established fine but all API calls to the thingworx is returning 404 error. I also tried to execute the wsems and it is giving me the same issue. Logs for wsems [FORCE] 2018-05-03 10:27:20,917 C:\CDEMO_EMS\wsems.exe: Initializing EMS ....[FORCE] 2018-05-03 10:27:20,917 main: Using config file C:\CDEMO_EMS\etc\config.json[INFO ] 2018-05-03 10:27:20,917 C:\CDEMO_EMS\wsems.exe: Creating the WsEms proxy.[INFO ] 2018-05-03 10:27:20,917 C:\CDEMO_EMS\wsems.exe: Starting HTTP Server.[INFO ] 2018-05-03 10:27:20,917 Main: Using custom certificate and private key for HTTP Server[WARN ] 2018-05-03 10:27:20,917 Main: Encryption is disabled on HTTP Server.[WARN ] 2018-05-03 10:27:20,917 Main: Authentication is disabled on the HTTP Server.[INFO ] 2018-05-03 10:27:20,917 C:\CDE
Hi All, I created a service using the snippet function GetText and received this mesage error: "Name or service not known - See Script Error Log for more details." See the code below for details var token = "eyJhbGciOiJSUzI1NiJ9.eyJqdGkiOiJlNDIzNjI2NS1kMjBlLTQwYmMtODExMC1mYWVlYWFlZjE4ZjUiLCJzdWIiOiJhZG1pbiIsImF1dGhvcml0aWVzIjpbImNsaWVudHMucmVhZCIsImhpc3Rvcmlhbl9yZXN0X2FwaS5yZWFkIiwicGFzc3dvcmQud3JpdGUiLCJjbGllbnRzLnNlY3JldCIsImhpc3Rvcmlhbl9yZXN0X2FwaS5hZG1pbiIsImhpc3Rvcmlhbl9yZXN0X2FwaS53cml0ZSIsImNsaWVudC5hZG1pbiIsImNsaWVudHMud3JpdGUiLCJ1YWEuYWRtaW4iLCJzY2ltLndyaXRlIiwic2NpbS5yZWFkIl0sInNjb3BlIjpbImNsaWVudHMucmVhZCIsImhpc3Rvcmlhbl9yZXN0X2FwaS5yZWFkIiwicGFzc3dvcmQud3JpdGUiLCJjbGllbnRzLnNlY3JldCIsImhpc3Rvcmlhbl9yZXN0X2FwaS5hZG1pbiIsImhpc3Rvcmlhbl9yZXN0X2FwaS53cml0ZSIsImNsaWVudC5hZG1pbiIsImNsaWVudHMud3JpdGUiLCJ1YWEuYWRtaW4iLCJzY2ltLndyaXRlIiwic2NpbS5yZWFkIl0sImNsaWVudF9pZCI6ImFkbWluIiwiY2lkIjoiYWRtaW4iLCJhenAiOiJhZG1pbiIsImdyYW50X3R5cGUiOiJjbGllbnRfY3JlZGVudGlhbHMiLC
Hey guys, If I create a localization token which contains the letter c but I get an , in result. For example I will show how many machine are in my machine list. So I create a token: Token name: MachineCount Language: 0 machines On sureface I get: 16 mas,hines How can I fix this bug?
I want to run a custom script that will syncronize ThingTemplate property names and types to 2 columns in a DataTable so when somebody uses a mashup with that DataTable as the data source will always see up to date information. The goal is to add columns ThingTemplateName and ThingTemplatePropertyName as Primary Keys and additional columns that will depend of this Primary Key. This way I can add some extra Aspects to each column. I am aware of me.ThingStart(); method, but this only happens on a Thing. Is this triggered when a Thing is saved for the first time and Enabled is selected? What about going from Enabled to Not Enabled, Save action and at some later point Re-Enable and Save it again. Will that again cause me.ThingStart to trigger? But this is not related to Property additions, changes etc. Thanks, Rad
Hi, I have 2 Questions? Question 1: ASPECT_ISLOGGED string is missing from .net SDK. Why? Any way we can still create it on the agent side? I am using this code on Thingworx agent to add a property PropertyDefinition propertyDef = new PropertyDefinition("MyPropertyName", "Description", GetType()); AspectCollection aspects = new AspectCollection(); bool isReadOnly = true aspects.Add(Aspects.ASPECT_ISREADONLY, new BooleanPrimitive(isReadOnly)); propertyDef.setAspects(aspects); I am trying to add "logged" aspect In Java Sdk I can see static strings defined as: public final class Aspects { public static final String ASPECT_ISREADONLY = "isReadOnly"; public static final String ASPECT_ISLOGGED = "isLogged"; While in C# I can these aspects are defined only as empty strings. I am not sure if that is true as this is decompiled code. public class Aspects { public static readonly string ASPECT_ISREADONLY; Can I still use isLogged aspect in
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.