Recently active
I am experiencing the same issue, was there any solution for this?
Hi, I have successfully create a ssh-connection and a vnc-connection over a edge device to an rpi via EMS. Now I try the same with RDP but this will not work. I have installed xrdp on the rpi (tcp-port 3389). I have setup the firewall of the edge device (where the EMS is running) to allow TCP 3389. When I try to connect via remote access widget I get the error message [ERROR] 2019-12-04 12:11:18,313 SDK: twTunnelManager_TaskerFunction: Error connecting to 1.0.1.2:3389. tid: 75da34af-e679-4338-984b-d2ec35f8818a. Error: 111 on EMS-side.
Hi, I need to connect to a device using TCP/IP connection. Have got the Ip and Port for the TCP. Is there any extension available to pull the data. I have also tried to use WebSocketsTunnelWidgetAndLibrary3.0.1. But its not getting connected. Have made changes in the Configuration column. Please suggest. Regards, Saddam
Hi, I wonder why the TransferExecutor sometimes rejected a FileCopyTask when active threads are still less than pool size JavaException: java.util.concurrent.RejectedExecutionException: Task com.thingworx.system.subsystems.filetransfer.engine.FileCopyTask@659cadf7 rejected from com.thingworx.system.subsystems.filetransfer.engine.TransferExecutor@1d58682b[Running, pool size = 50, active threads = 16, queued tasks = 1, completed tasks = 100193] ... JavaException: java.util.concurrent.RejectedExecutionException: Task com.thingworx.system.subsystems.filetransfer.engine.FileCopyTask@75ec5668 rejected from com.thingworx.system.subsystems.filetransfer.engine.TransferExecutor@1d58682b[Running, pool size = 50, active threads = 0, queued tasks = 0, completed tasks = 101136] { "async": false, "sourceRepo": "DEVICE_225016", "targetRepo": "ABCD", "targetFile": "test225016.txt", "targetPath": "/", "sourceFile": "test.txt", "sourcePath":
I have installed thingworx manufacturing application trail version. Please provide steps to configure and how to open thingworx composer.
I have to install Thingworx 8.5 on RHEL 7.6 with Postgresql and influxdb. I need to know where the data is stored and what size to calculate to create the file system and the corresponding partitions. My client asks me for that information. I will install as a user with few privileges. Thanks
Hi, I got error "Internal server error" when opening monitoring->ApplicationLog and click , no such error occurs if open other Log , for example: ScriptLog. Please check the attached error.log. Thingworx 8.5.1. Postgresql 10.11, Windows server 2016 Regards, Sean
// creating data table var createResult = Things[thingname].customCreateEntity({templateName: "DataTable" /* THINGTEMPLATENAME */,entityName: dtName /* STRING */,description: dtDesc /* STRING */,tags: undefined /* TAGS */});Things[dtName].EnableThing();Things[dtName].RestartThing(); //Now set the Datashape for this DTThings[dtName].SetDataShape({ name: dataShape });Things[dtName].EnableThing();Things[dtName].RestartThing();// Assign thingshape to this DT Resources["EntityServices"].AddShapeToThing({name: dtName /* THINGNAME */,thingShapeName: customThingShape /* THINGSHAPENAME */});Things[dtName].EnableThing();Things[dtName].RestartThing();
Hi All, I need a litle help. I would like to solve that, you don't have to sign in every time, it goes automatically log in to user. So i would like to create a Mashup access without login. I tried with Mashup parameter: USER, and PASSWORD, but no success. It will also be asked to sign in. I tried with Application Key, x-thingworx-session=true, but the result is: you mustn't log in, but it goes with error. Am I missing something? Can someone help me? Thank you, Ilona
I am following the guide here: https://developer.thingworx.com/en/resources/guides/foundation-linux-install-guide I set up the self-signed cert. I enter the initial configuration info and the installation starts and fails almost immediately with the error: There has been an error. Failed to install dependencies: Chef Client The application will exit now. I am trying this on an ubuntu 16.04 VM. I have Oracle Java installed: jdk-8u202 64 bit. Trying to install Foundation-Installer-Linux-8-5 obtained from the developer's site. Appreciate learning what my options are to move forward.
Hello, everyone! With the release of ThingWorx 8.5, we’ve incorporated a lot of new functionality into our manufacturing and service apps. To cover a few, I’ve included the list below. We created a manufacturing common layer extension to bundle all the PTC-offered IoT apps (Operator Advisor, Asset Advisor, Production KPIs and Controls Advisor) into one extension to enable you to use them even more quickly. We added a UI to Operator Advisor to strengthen your development of work instructions. We introduced new shift and crew data models and user interfaces to standardize how to track workers’ shifts and crew availability. We also introduced Flexible KPIs to help you more rapidly develop apps to calculate common metrics. We enhanced the Operator Advisor MPMLink connector to allow users to access navigation criteria for filtering parameters based on required criteria with support for standard processes. We incorporated multiple context supports for assets—like different bu
Hello all, We have a web application which supports only SOAP service. I'm trying to fetch data from Thingworx Server from my web application. Is there any possibility to create SOAP response in Thingworx ? Thanks in advance. Regards, VR
At the moment I trie to use Thingworx 8.5 + Manufacturing Apps + KEPServerEX 6.7 I want to publish MQTT Messages Thingworx with the KEPServer and the MQTT Driver (Not MQTT Extension). I successfully subscribe the Data in Thingworx. I created the Tags in KEP and I see the messages from a MQTT Client (Node-Red) via the MQTT Broker (Mosquitto) to the KEPServer. In Thingworx I created with Discover the Thing (Remote Thing) with the Binding to the KEPServer Tag. Everything works fine and I see the Value in the Properties. But if I trie to change the value in the properties i see in the event log from KEPServer: Warning MQTT Client Channel2.Device1 | Unable to write to address on device. | Address = 'thingworx+invalue'. In KEP the Client Access = Read/Write. if change it to Read only I get an error in Thingworx. In the MQTT Manual I found: Reading data from a MQTT server (writes are currently not supported) Bu
Hello. I have a time series chart with a 30-day history of a property, and a target value. I want the line to be coloured differently when it is above/below the target. The State Formatting option only colours the marker from the data point, but not the line. Does anyone know how to colour the line? My purpose is to have it like this: Red line when below the target Green line when above the target Thank you
Hello all, I have download WorxAlert extension from Marketplace. Link In guide it is mentioned we can use 'SendMessage' service to trigger notification, but I'm not able to find service in extension entities. Could anyone help me with this ? Thanks in advance. /VR
Hello Everyone, i would like to create a navbar for my master mashup. I can see my mashups in the menu widget, but if click on a mashup button in the menu i simply navigate to the mashup, leaving the master. It seems that is working as a simple link. Could you please help me?
How to config the datetimepicker to display only the year and month? There is not OOTB solution for this. What are the other ways to achieve this?
i need to block selected rows changed trigger. i have four Drop Downs, on first DD selection its selected value is passed to next DD on selected rows changed trigger, likewise it works for all four DD. now i want to do the same in reverse way i.e if last DD is called then its parent should automatically get populated. but here even if i populate its parent then the parent DD is row is getting changed and it automatically triggers selected rows changed for its child. goes in a loop. is there any way to block or stop selected rows changed trigger.
Recently a customer from the ThingWorx Academic Program sent in a sample program they were having problems with. They were trying to post data from a Raspberry PI using Python to their ThingWorx server. It turns out that their program did work just fine and was also a great example of posting data from a PI using REST.Here is how to set up this example.1. Import the attached "Things_TempAndHumidityThing.xml" entity file.2. from the PI run 'sudo pip install requests'3. from the PI run 'sudo pip install logging'4. from the PI run 'sudo pip install http_client'5. Create a python file call test.py that contains this example code:#!/usr/bin/pythonimport requestsimport jsonimport loggingimport sys# These two lines enable debugging at httplib level (requests->urllib3->http.client)# You will see the REQUEST, including HEADERS and DATA, and RESPONSE with HEADERS but without DATA.# The only thing missing will be the response.body which is not logged.try: import http.clien
Hello, I'm interesting in developing custom widget. It is possible to find a source code for standard widgets (button, image) as an example for learning purpose or as a base for new widget?
Hi, I am trying to create an extension(Thing template with one service) which is used to read the data in an Excel file and convert it to Json. My problem is I don't know how to get file path from the user as input parameter to the service. I have attached the code below. If I give the whole file path in the java code itself, extension is working fine. But,If I try to get file path from the user my result after executing the service is blank. Anybody help me with this.
Hey Everyone, I am using ThingWorx v 8.5.0 and am having trouble increasing the font size of a drop down list . I am using the 'DropDown' widget, and have changed the 'item-value' font-size style property to 20px. However, this seems to only make the 'hint text' in the drop down list larger, but when I expand the drop down, all the values are still a smaller font size. Am I missing something basic here? How can I increase the font-size of the selection items in the new drop down widget? Thanks so much for your help! Andrew
Hi, I try to send a POST command to an API with this code : var json = {"machinecode": "E5","dispatchtypecode": "PANNE","description": "Temps de vide trop long > Chambre Droite","tradecode": "Maintenance"}; var url1 = "https://xxx.com/api/1.0/dispatches/open/?auth=abcdefghij&site=50"; var params = {headers: header /* JSON */,url: url1 /* STRING */,content: json /* JSON */}; // result: JSONvar result = Resources["ContentLoaderFunctions"].PostJSON(params); But I receive this return : {"headers":"","success":false,"error":"Unexpected error in open. If problem persists contact Support."} Could you help me, please ?
Hi, I'm running the c-sdk 2-2-3-1545 in a device and when I try to download a file from the Thingworx repository to the device, by using twFileManager_GetFile(), I receive the following error: [ERROR] 2019-12-03 15:09:59,666: twMessaging::handleMessage: Response ID 20 has code 160: Entity FileTransferSubsystem does not exist or is not yet associated with a Thing [ERROR] 2019-12-03 15:09:59,666: twFileManager_TransferFile: Error invoking Copy service on FileTransferSubsystem I tried to call the Subsystems["FileTransferSubsystem"].Copy() service (In the Thingworx side) to validate the parameters that I was using, and everything worked fine. Can anybody help me with that ? Did you faced that error before? Thanks in advance.
Hello Everyone, I would like to extend an existing FileRepository Thing with links to directories in the same network as the Thingworx server. When simply copying the Links into the FileRepository (on the Thingworx server, not the composer view), the content of these directory links is not traversed when running e.g "BrowseDirectory" service of the Repository. Is there a way to also access the content of these links? The reason is that we have some projects distributed in the network and the files of these projects should be accessed via a Thingworx Thing (preferably fileRepositoryThing) Any suggestions are appreciated very much! Best Regards, Dominik
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.