Recently active
Hi, After connecting KEPServerEX 6 to ThingWorx (isConnected property is true) I want to import tags from devices running in Kepware to properties. Although I the the error of "Unable to execute service BrowseGroups on name of industrial thing" as seen in the picture below. What can be the root cause of this? I get the same error when I try the manage remote bindings on the deviceThing. Thank you in advance
Hi, How can I export the grid data in pdf format using createpdf service of pdf widget from resource? Thanks in advance, Shalini V.
Hi, How does the multi select option work in Combo box of ThingWorx 8.2? I have an sql query where I have given input of combo box data. I have checked the multi select but it does'nt work. Should I write any script to make it work? Thanks, Shalini V
As I am trying to work with Thingworx and do the 'Fundamentals of IoT Development with ThingWorx' course something went wrong and I received following statement in my browser: 'Server error. Please confirm, if your portal environment is running.'. What should I do to continue the course?
Hi @slangley , We are unable to customize the Thingworx Organization login screen. Found a similar question posted in the community in the following link: https://community.ptc.com/t5/ThingWorx-Developers/is-it-possible-modify-login-page/td-p/516808 We are unclear as to how the SSO can be achieved. Can you please help us out with a detailed explanation? Also, If we create an external Login page and SSO into ThingWorx, can we still control and maintain the user, usergroup, Visibility, run time and design time controls via ThingWorx?
Hi, I am trying to add a alert through services for a property from kepware. It shows me invalid attribute. This is the service and alertAttr is my infotable having (limit with data type int and limitInclusive with data type boolean) How can I add an alert using AddOrUpdate service? Please provide some help. var params = {alertType: "Above" /* STRING */,alertName: "MyAlert" /* STRING */,property: "AM_Equipment1_Conductivity" /* STRING */,attributes: alertAttr /* INFOTABLE */,priority: 1 /* INTEGER */,persistent: true /* BOOLEAN */,enabled: true /* BOOLEAN */}; me.AddOrUpdateAlert(params); Thanks, Shalini V.
We were going to connect a Schneider-electic Modbus Device to Thingworks. We have install the Thingworks foundation and die Industrial Connectivity 8. This manual was used: https://developer.thingworx.com/en/resources/guides/thingworx-industrial-connectivity-guide https://www.kepware.com/getattachment/8febc608-82ca-4a2e-aeb9-00badbc4fe1d/modbus-ethernet-manual.pdf After Connect this Error in Industiral Connectivity: Date Zeit Ebene Quelle Ereignis05.04.2019 10:41:56 Fehler ThingWorx Industrial Connectivity\Runtime Versuch, das Element 'NNN.P1.Register1' hinzuzufügen, ist fehlgeschlagen.05.04.2019 10:41:56 Fehler ThingWorx Native Interface Fehler beim Hinzufügen des Elements. | Elementname = 'NNN_P1_Register1'. The Schneider Component: https://www.se.com/de/de/download/document/DOCA0115EN/ Can anyone help us with this problem?
I made a password text box but I want to do that if any one copy from that password textbox and paste in another textbox it will not decry-pt the password.then how can I do this please suggest me.
i created a subscription to an alert (on the same object). the subscription is enabled. i set the value of the property to the value that launch the alert i checked that the alert was issued (from monitor > Alert History) but the subscription code is never executed? how can i debug this issue?
From mashup i have to get time alone as input. Is it possible? I tried by using Date Time PIcker, but through that i can customize and get date. But i want time alone. Is any other widget there? or any other solutions??
I am seeing this same behavior with the defaultMapicon on the google maps widget. I have created a new user group and added it to a global group and organization that has visibility and Run Time access to the Google Map Thing. I did not actually see a resolution even though it states it is solved.
Did you get any solution for this?
Hi, I'm using tree widget which will get input in a dynamic way. I have used State as root element of tree, District, Substation and some other as children of the tree, Based on the user organization level of the user, I'm filtering the data and passing as input to the tree. such as Bangalore is district I have Koramangala and HSR are 2 substations/divisions. It has other sub elements. I have attached the output. But expected output has to be like the root element and the below tree structure under the root. Is there any possibilities to display tree structure including root element?? Thanks in advance
Hi, I am using the File upload widget to upload the files into system repository. How to validate the chosen file name is already available into repository before click on upload button?. Could you please give the steps how to validate?. Currently what is happening is its overriding existing file if file name is same. Thank you in advance.... Regards, Latha
Hi, i hope to change the fonts size of display content in the Property Display Widget. I had change the "Style", but it fonts size does not change at all. Can anyone guide me how to change the fonts size in Property Display Widget? any tutorial or document that i can read up. Thank you Newie Kek
Hi, I have created files under C:\ThingworxStorage\repository and need to move files to D:Drive. How to move the files one directory to another directory using service? Thank you in advance... Regards, Latha
Hello, I am able to showcase a model in Thingview, when I am selecting model in Thingview it replicate it on Tree and List, but when I am selecting model in Tree or List widget it's not selecting in Thingview. (I am able to select .prt files only) Can someone tell me is there any procedure to do that? How can I select .ASM file in Thingview and Tree? Please find attached image file for reference.
how can i pause a service using another service? Thanks in Advance!!
In this guide you will learn how to connect a Sigma Tile to a computer or server running Kepware KEPServerEX. After downloading and configuring the free trial version of Kepware KEPServerEX, you will be able to experience the power of the Industrial IoT with your Sigma Tile acting as PLC communicating to your server via MODBUS and representing a device, an asset or a line streaming its sensor data: temperature, humidity, pressure, acceleration and acting like a real production asset. You will also be able to control the Sigma Tile LED display from KEPServerEX.
Hi, The device I need to connect sents out its data via TCP socket request, not websocket request. My idea is to use PAT to get the data. PAT supports websocket by default, I can wrap the tcp packet as websocket request ( or any other channel PAT supports ) then sent it to PAT, but the more straightforward way is to create a custom Channel in PAT I think. But I don't know how to register a custom Channel and how to config it in connector.conf . Is there a guide for creating custom channel ? Regards, Sean
Is it possible to use 1 kepware to multiple thingworx platform. If not, any other possible solutions ? Thanks & Regards, Sathyanarayanan.M
Saw this great question in the Developers forum https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-Permission-Hierarchy/m-p/556829#M29312. Answered it there, copying it to here: Question Hi, I have a few of questions regarding the permissions model in Thingworx. I can't find any documentation that explains it clearly. Hoping someone can help, or point me in the right direction for more in depth documentation. My understanding is that permissions can be set at a number of different levels. Collection Level Template Level Instance Level Thing level My question is, how do these levels interact with one another. Do they all get 'AND'ed together, or do those at the lower levels supersede the ones set at higher levels. e.g. If I set some visibility at collection level would this overridden by me setting a different visibility at say the Template instance level, or would both visibility permissions be valid. At each of level there is the ability
I'm trying to dynamically show stream data of various stream on grid widget. I used a dropdownlist which is connected to getImplementingThing of stream template. I'm using dynamic property of stream template with service name queryStreamData. still its not working..? Is I'm doing somewhere wrong.? please help me with this. screenshots are attached with this massage.
Hi, How can I auto select the first row of combo box data. I am able to auto select the first row when I change the type to Drop down but I wanted to perform the auto selection of first row in Combo box, How can I do that? Thanks, Shalini V.
The input for the service is coming from reading a csv file. As per the data in the csv file the Things are created in Thingworx. I am trying to understand how much memory is being consumed in the process of creating multiple Thing objects form the above service.
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.