Recently active
Hi all, I need to modify the padding of the line chart widget in ThingWorx 9.1.3-b593I have referred this: probable solution , which does not work for me, as it only applies for versions 9.1.5 & above.Kindly help. Thanks,Sujith
In Thingworx 9, I know that training a model will result in an automatically generated confusion matrix but is there a way to run another dataset through a model that is already trained, and get a confusion matrix on just the new dataset?
Hello, Env: Windows + Visual Studio + Edge SDK DotNET 5.8.5 + ThingWorx 9.3 Want to add a button into ThingWorx Industrial Connection (refer to attached picture), when clicking this button, Thingworx callbacks into my customizaiton code BrowseItems(). Thanks.
Hi, I tried to deploy a batch file to a IoT device running Windows and expected it to be executed after downloaded, but the feature seems to not work (downloaded but not be executed) Thingworx 8.5.19, WSEMS 5.3.2.1693 POST {{serverURI}}/Subsystems/FileTransferSubsystem/Services/Copy { "sourceRepo": "FileRepo", "sourceFile": "backup.cmd", "sourcePath": "/scripts", "targetRepo": "IPU_1323212", "targetPath": "/Tmp", "targetFile": "backup.cmd", "timeout": 120000, "async": false, "queueable": false, "metadata": { "download": { "executeAfterDownload": true } } } Any ideas would be much appreciated! Best Regards,Hung Tran
Hello community, I hope you can help me. I am trying to connect Csense with kepware (6.4 version) with the block "OPC Classic Client source" I have made the configurations both from GE and kepware as is, enable port 135, DCOM settings, but I still do not connect them, for the moment I just want to show both a graph in real time in conjunction with its historical. I am getting all the data from a siemens 1500 plc. If someone has done something similar I hope you can support me. I remain attentive to your comments. I attach images.
Just like this;2023-05-22 23:08:20:123421
OPC Software: KEPserverEX (Kepware OPC server software) Third party software: VB6.0 (Visual Basic 6.0) (OPC Client) There is a channel, device and tag items are available in Kepware OPC server and would like to read value of OPC tags into VB6.0 software using OPC DA or any other easy method. I would like to read/write value of OPC tag from VB6.0 software. Could you please help me providing the source code and supported files so that I can assemble in my computer without any issue. Thank you.
We are working on a scenario where we need to provide one set of two redundant OPC UA Servers that act as a proxy between our customer's system and multiple individual sets of redundant OPC UA servers.Because I do not have experience with connections to redundant OPC servers and OPC UA itself, I am not sure if this is at all possible and which packages I need for this. I tried contacting local system integrators as well as PTC itself, but I'm not getting any response. My hopes are therefore on this community! Any advise is much appreciated.Secondly there is a note from the customer that mentions functionality that is easy to understand and makes sense in a way, but it not mentioned anywhere in documentation: Buffering shall be turned on for the proxy OPC Servers to ensure that data collection continues when connection with the customer is lost. All buffered data will be transferred when the connection is restored. Check and confirm buffering duration. Is this at all possible
Hello I want to add delete and edit buttons in the grid row. when clicking on the Delete icon it should display a confirmation dialog,
Hello, can we use Bootstrap in Thingorx?if yes then How can we use the bootstrap in Thingworx mashup?
Hi, I made a model using analytics builder, and I want to use this model with real run-time data. How do I connect my real run time data with the model I created in analytics builder? Please provide me a step-by-step tutorial since it's my first time using Thingworx analytics builder. Thank you.
⬆️ I want to decrease the width of created_dts this container.
How to Check thingworx widgets version which is using in thingworx?
Hi Community,I am exploring my MS Sql database as persistence provider and was going through it's table structure. I need to perform simple query to fetch all entities with name as custom name mentioned while creating a thing in Thingworx Platform. For example I created a thing with name as "MailRepository_Th" . How can I query this directly from database,I am using following query which doesn't work an expects a column name only. Query : "SELECT [entity_id],[name],[thingTemplate] FROM [ThingworxHome].[dbo].[thing_model] where name = "MailRepository_Th" Kindly suggest. Regards,Sid
I am a student and I am doing internship under an organization and they taught me about Thingworx. We are creating a project and they gave me a task to create tags for user roles which we are going to add in our project. I do not know very much about tags, I just know that tags are use for grouping and filtering. So I want to know is there any other way to use tag?
hello, hope your doing all well. I have a thing with some thingShapes, binded to a kepware where it gets the data. the problem is some properties i created on shapes has string as a type, and on the kepware they are numbers, and this causes a problem for me when quering theme from influx with aggregate functions (mean....).i tried to modify adapt there types on the thing-> my properties (where there is an exclamation mark ) , i click on the property then i click on applay , it changes there type to the proper one, but after saving , it go back to the previous type. also tried to create new properties and deleted the wrong ones, they are not visible on influx, only the old (string) ones are there,my question is : -can i change a property's type after it's on influx without changing the name?- is there a way to force the types on the sources, not on the shapes ? thank you all*i am new to thingworx (few months).
Is there any benefit of wrapping whole service into anonymous function? eg. (function() { const someText = 'test'; logger.info(someText); })(); const result = function() { const someText = 'test'; return someText; }(); I'm not sure how local variables (service scope) are managed after the service execution completes/fails. Are those variables continue to exist, even if we cannot access them? If yes, it would make sense to wrap whole service into anonymous function, so we are sure they are destroyed after function returns.I saw this approach few times and it makes sense for me when the service returns value - we can use return statement in any place in the service, but I'm not sure about memory/security benefits.Is there any documentation on how ThingWorx manages the cleanup and disposal of resources associated with the service execution?
Hello I want to remove Display and Reset button and add new button at right side/ replace reset button with add button, how can I do this In below image I want to replace reset button and hide display drop down
loaded Focus 1/2 libraries to the KEPSeverEX 6get this message for all the focus driversDate Time Level Source Event6/13/2023 1:14:10 PM Warning KEPServerEX\Configuration Unable to load driver DLL 'C:\Program Files (x86)\Kepware\KEPServerEX 6\drivers\fwlib0DN.dll'. Reason: Version mismatch. I could use some guidance with this
Hi Team, I was doing a training for Analytics (https://community.ptc.com/t5/IoT-Tips/ThingWorx-Analytics-Training-Module-11-Part-1/ta-p/844948). I tried to import Things_dataSimulator.xml but the import failed. The error shown is: Please help me solve this issue, Thank you. Regards, Amelia W
Hi, What is the maximum number of tags that can be configured against a single kepserver instance in a Server without any performance issue? I know the number of channels and devices are depends on the driver used. but my question is not about it. It is all about total number of tags per single Kepserver Instance without any performance issue. Your answer will be highly appreciated. Thanks. Below are the system scenarios. 1) Only Kepserver is the application running in the server except other Windows OS service. 2) Using One device per single channel configuration.
Hello, I have thingworx 9.3 installed on my pc.I installed this extension :https://github.com/carlescm/ThingWorxConcurrencyExtensionthe extention works fine. However, when i restart tomcat, thingworx remove the extension automatically !do you have any aidea why i have this behaviour. Thank you for your help.
I am sending a SOAP Request from Thingworx to FactoryTalk Pavilion 8. I run the following script but get nothing back. The ldp in the code below is a tag whose value the SOAP call is supposed to retrieve. Thingworx 9.3 var content ='<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\<soapenv:Body>\<getTimeSeries>\<ldps>\<ldp>MAIN/Line1APQC/L1_QualityCtrl_KPIs/CV___Peel/data::output/Utilization/UnitUptime</ldp>\</ldps>\<starttime>2023-01-06T20:45:00</starttime>\<endtime>2023-05-26T00:10:00</endtime>\</getTimeSeries>\</soapenv:Body>\</soapenv:Envelope>'; var resultXML = Resources["ContentLoaderFunctions"].PostXML({url: "http://xxxxxxxx/integration/services/TimeSeriesPagingService" /* STRING */,content: content,password: 'xxxx' /* STRING */,username: 'xxxx
Hello everyone, currently I'm exploring the uses of kepware server ex.Kepware I'm using is "KepserverEx V6.13 "(trial). My problem is i cannot able to access my tags in Quickclient window, its completely empty(yesterday things were showing perfectly). I'm attaching the screenshot here. However, if i try to add tags manually, it still doesn't work. Tags do appear but 'cross' sign inside it. I don't know whats the problem here. Is it kepware(trial) version I'm using or something else. Guide me. Thanks in advance...
Like creating a Thing with code
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.