Recently active
Hello all, I have forgot my ThingworxIndustrialConnectivity username and password. Can anyone help me to reset username and password ? Regards, Velkumar R
I'm working with a mashup where I have the output from one service feeding the input of another service. I've expanded the "All Data" piece of the first service and dragged one of the String outputs into a String input parameter of the second service.What I would expect to happen would be that the receiving service would receive some sort of collection of all the values of that column - perhaps a json string? But what appears to actually happen is that the receiving service only receives the value from the first entry - the rest of the data is lost.What is the easiest way to send all of that data to the receiver? The only thing I can come up with would be to send/receive the entire infotable, but I am hoping there is an easier way.
Hi All,on my local PC after starting Apache/Tomcat and I use the local Thingworx Composer I receive in the first composer page the following message“Error searching - please try again ('Unable to Invoke Service SpotlightSearch on SearchFunctions : Unable to get search entries: [1.018] Data store unknown error: [Error occurred while accessing the model provider.]')”Sometimes I succeed to use Thingworx Composer after one or more restart of Apache/TomcatSometimes Thingworx Composer works only after restart of the PCThis morning Thingworx Composer returns always the above message , even if I restarted Apache/Tomcat more times and the PC as wellAny suggestion ? Thanks!BRDimitriI use Windows 7 (64bit) - java-jdk1.8.101 - Apache/Tomcat 8.0.36 - Thingworx 7.2.3-b48
Is there any other option available in Thingworx to make api calls, except through thing's service?
Hi, In any services related to user permissions, how to add multiple inputs like multiple groups or multiple entities in single service at once. eg: Things["ThingName"].AddRunTimePermission({ principal: "CM_Administrators_group" /* STRING */, //here if I need to add multiple groups allow: true /* BOOLEAN */, resource: "*" /* STRING */, type: "PropertyRead" /* STRING */, //here if I need to add multiple types principalType: "Group" /* STRING */ }); Regards, Abhishek Kumar
To log which mash up is being loaded.
Hi there, I have searched similar issues and I can´t resolve my issue. I have a trial account of ThingWorx and I want to test .NET sample but I can´t connect to ThingWorx. First I created SteamSensor1, SteamSensor2 and SteamSensorAppKey in the composer. My apiUri is: https://pp-1806041235nn.devportal.ptc.io/Thingworx Is it okay? I haven´t changed the code provided in the sample. I try the sample in debug mode with Visual Studio 2017. These are my errors: com.thingworx.communications.client.TwApiWrapper Error: 0 : [Error] Error intializing SSL connection com.thingworx.communications.client.TwApiWrapper Error: 0 : [Error] twWs_Connect: Error restarting socket. Error 0
Hi, I am trying to display label above each bar of bar chart. I tried to display using custom chart but it doesnt work properly. Is there any other way of doing this? Thanks, V Shalini.
when i browsing the given url from previous post it's not allowing me to download the packages as you given in the screenshot. its redirecting me to the below site. https://www.ptc.com/marketplace
Good morning everybody, I have been trying to install the Thingworx 8.2 version and I can´t make it work. I have installed Tomcat, Postgres, generated the thingworx table with the .bat files, added the Environment Variables, added the folders on the drive, given rights to the proper users, etc. But I can´t manage to make it work.As soon as I paste the Thingworx.war file on the webapps in Tomcat and it starts the autodeployment, Tomcat ends up hanging after 20 seconds more or less. It generates all the folders on the root of the drive and inside the webapps folder, but it does´t work. After some testing I have found out that it is related to the connection between Thingworx and Postgres, that somehow the deployment corrupts Postgres and that makes that Tomcat hangs and that Thingworx don´t work, but I can´t find anywhere how to fix the problem.I don´t understand how the 7.x versions were almost just drag&drop and the 8.x versions give so many problems for something as s
I have spent a a couple days trying to get a raspberry to talk to Thingworx using the tutorial. I am able to get connected to the websocket and everything, and I can see that the value for isConnected on the PiThing Properties tab change to true. My issue is that I can't get the luaScriptResources to finish the connection process and send any of the variables over to Thingworx to bind them. Here is the output from both ./wsems and ./luaScriptResources. If any of you see anything that sticks out or know of something else I can try please let me know.$: sudo ./wsems[FORCE] 2018-02-28 21:49:34,205 ./wsems: Initializing EMS ....[FORCE] 2018-02-28 21:49:34,205 main: Using config file /home/pi/microserver/etc/config.json[INFO ] 2018-02-28 21:49:34,205 ./wsems: Creating the WsEms proxy.[INFO ] 2018-02-28 21:49:34,205 ./wsems: Starting HTTP Server.[INFO ] 2018-02-28 21:49:34,206 Main: Using custom certificate and private key for HTTP Server[WARN ] 2018-02-28 21:49:34,206 Main: Encryption is di
Hi, I have general question about RemoteThing and REST API Why is that I am not able to use REST API to modify properties of a Thing which a RemoteThing as template ? When I go through documentation, I understand we need to use Edge Microserver to set property values. Is there a way to use REST API ( say using curl or postman) to set and get property values. If now what the reason behind it ?
Hi, Is it possible to make a sliding panel on clicking of a menu? Like there is a menu represented as icon on top right corner and on clicking of it I wanted to display a set of label but it has come sliding from right and on clicking on the top menu again it has to slide back and should not be visible. Can this condition be achieved? Herewith I have attached an example for my requirement Please provide some help. Thanks, V Shalini
Hello all, I want to create 'Tags' available in Kepware(Thingworx Industrial Connectivity) as 'Property' in Thing using service. Regards, Velkumar R
Moved to the Studio Forum in the Augmented Reality Category.
Trying to connect Raspberry Pi to ThingWorx using the Edge MicroServer (EMS). Getting issue while binding the remote thing properties. Please guide to fix the issue. Something need to check OS: Windows 10 Apache Tomcat : Apache Tomcat 8.5.13 Server (Java: Java\jre1.8.0_161) Thingworx Platform: MED-61182-CD-080_SP7_ThingWorx-Platform-H2-8-0-7 Raspberry Pi - Linux raspberrypi 4.9.59-v7, armv7l architecture EMS (v5.4.0) and LSR hosted same Both systems are in same network. EMS - http server on the default port (localhost:8000). Lua script default port (localhost:8001). Launched EMS sucessfully. Configured the LSR & able to execute it (Logs: $ sudo ./luaScriptResource) [FORCE] 2018-03-03 09:49:28,242 httpServer: starting http server port=8001 [INFO ] 2018-03-03 09:49:28,263 thingworx.shape: Creating a new shape. [INFO ] 2018-03-03 09:49:28,264 PiThing: -- Configuration ------------------------------- [INFO ] 2018-03-03 09:49:28,265 Pi
I want to send the data on a grid which is displayed on a model pop up window, there is one button when I click that button that data will be inserted into body of e-mail and send to the user. anybody can please help me out.
I have a combo box with multiple values to be seleted,Need to get those selected values into string input field.The combo box widget input came from datatable,I was able to bind those data tables values to combo box widget,and the SELECTED VALUES wired to string but i couldn't get the selected values
I need to get the input from the front end mashup then i like to create the style definition based on the input using services, further i like to update the particular widgets style definition with that newly created style. thanks in advance...
Hi, im trying to find the UI installation guide for a customer but unable to locate this. Kindly assist. Thanks!!
Hi, I have a pie chart bound with data (e.g i have Bound production count of 3 machines in pie chart but I am able to view which count belongs to which machine only using mouse hover which is very difficult to understand each and every time on opening the page and also will be difficult if machine number increases. I wanted to display the label (machine name) above pie chart according to its data. Please provide some solutions as We are doing a development project. Thanks, V Shalini.
I have an error while installing.tried to adjust the cpu and memory, the error is still. Unable to install. Please help Please see attachment for errors. System environment:windows 7 x64 Professional version Hardware Configuration:disk 160G ,RAM 32G ,cpu e5-2630 * 8 docker info: $ docker info Containers: 1 Running: 0 Paused: 0 Stopped: 1 Images: 1 Server Version: 18.05.0-ce Storage Driver: aufs Root Dir: /mnt/sda1/var/lib/docker/aufs Backing Filesystem: extfs Dirs: 3 Dirperm1 Supported: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host macvlan null overlay Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 773c489c9c1b21a6d78b5c538cd395416ec50f88 runc version: 4fc53a81fb7c994640722ac585fa9ca548971871 init version: 949e6fa Security Options: seccomp Profile: default Kernel Version:
Hi,I am not fairly familar with javascript, but found that I could use the following code to get the current URL of the open webpage.var url = window.location.href;I am getting an error, "window" is not defined, which I do not understand why.Is it part of a library not in Thingworx and if so, how can I import that library into Thingworx?Thank you,Rami
Dear all I have an image mushup and need to add messages on it. Messages will emerge in case some event is trigged. List of mushaps contains some options that could meet my needs (like 'status message' or label, etc.) but the problem is that an image is resposible when others require a panel. Once I add a panel, the image becomes not responsible and looks quite poor. Is there any solution?
HiI'm creating a new user in the Thingworx Composer with no permissions, I want to give that user a small set of things it can see, as that user will be querying the API. I want to give this user permission to see the Stream system object ThingTemplates and read and run services on it, what is the best way to do it? If it is at all possible.Thank you in advance.
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.