Recently active
We have an older version 9 of TWx installed and would be willing to upgrade if we found a solution. I'm looking for a way to connect Bomgar with Thingworx. We already have over 3000 remote Things and we have an objective to use Bomgar.I'm a beginner and could use some assistance if any of you know if this is possible. The key is a secure tunnel from what I understand.
Hello,everyone!How to get local login account information using services or properties?
Hello all, I have a thing template that implement a remote thing (csdk).From the csdk i trigger an event. Then i subscribe to this event thingworx side.In my case, i can have multiple remote things triggering this event simultaneously, and I want to subscribe to these events from another thing. I cannot find a way to do it. Exemple1 - Thing Template TT implementing the remote thing.2- thing1, thing2,thing3,thing4 implementing TT and trigger 'event '3- ThingX need to subscribe to the 'event' triggering simultaneously from thing1, thing2,thing3,thing4 Do you have an idea what is the best why to do it ? Thank you
Hello,everyone!Why does it fail when I use the AddDataTableEntry service to add an image from a repository to a table?
Hello, I am using stream to store values. It's working but the problem is after every single record I need to manually press the execute button in ThingWorx service to store the data into Stream. Eg. I capture record1 then need to manually press execute button of ThingWorx InspectionAddData service.Capture record2 again manually press the execute button in ThingWorx InspectionAddData service.Capture record3 again manually press the execute button in ThingWorx InspectionAddData service. Now the problem is, how can I trigger execute button of ThingWorx InspectionAddData Service from Vuforia Studio? Thanks & Best Regards,Aditya Gupta.
HelloI am trying to call Windchill custom url https://hostname/Windchill/servlet/custom/pathFrom Browser where SSO works it returns string value 🙂However when I created Swagger connector with Configured SSO on Thingworx it returnssomething like this ContentLoaderFunctions.GetText - works with basic Authentication but I need SSOAny ides?
Hi Everyone!,I had a requirement like I have few dashboard/ Mashups built on ThingWorx server Now I want to see that Dashboard UI on FlexPLM home page for that I had configured few changes in FlexPLM according to the document Creating Dashboard Definition (ptc.com) but still I can't see those dashboard on FLexPLM UI so please help me configuring this is there any thing else do I have to configure on ThingWorx side as well? Thank and Regards,Lavkush
Dears, How should I do to trigger alert by fixed float on TWX? For example, tag A is float with 8 decimal point, and alert will be triggered when A > 2.10. Now A is equal to 2.10000099, and alert should not be triggered because A is 2.10 when fixed to 2 decimal points. could you help me to make this? Thanks very much.
Hello, I want to fetch a specific property data from QueryPropertyHistory service.consider like I have a thing and have a humidity and Temperature property. So I want to only fetch Temperature property data from QueryPropertyHistory. How can we do that? Thanks.
Hi, I am trying to get the Permission of a Thing in JS Code, when you services like GetRunTimePermissionsAsJSON or GetRunTimePermissions I get the InactivationCheck in the output of the Service. If I Run the Service from the Thing, by opening and executing it, I can see the data properly. Thanks,
ThingWorx version: 9.3.9 Currently, we're trying to implement Building Blocks into our ThingWorx mashups to view SVGs. One of the requirements is the svgViewer extension.While we're able to successfully import the extension and view it in the list under Manage, we're unable to see it in the widget's list upon making a mashup. We've tried removing unused and potentially clashing widgets, but to no avail. Has anyone faced a similar problem and been able to resolve it? Thanks in advance!
Hi, we are migrating thingworx from on prem to azure, thing Worx installed with mssql server database. I am installing mssqlserver database in azure vm,now I have the doubt of while creating sql server instance and database name, do I need to give the same sqlserver instance and database name exactly like on-prem? If we give same names, then is there any impact? ThanksKSM
I created a restapi interface that outputs thingworx in json format, why is the response in HTML format?
I am aware of creating a thingtemplate from thing but not sure about thingshape.
I'm trying to read when a step is started in CWC, I'm reading when a tag of a smart tool is written and then sending trough MQTT to a subscriber client. The values that I'm writing in the smart tool are 1, 2, 3 sequentially on the same step.I've done a subscription datachange into the MQTT thing to the smart tool property and added the code:me.TesteProp = events["ST_StepCheckTool_DataChange_StepStart"].eventData.newValue.value;then publishing by the MQTT thing, I'm receiving (the increment can happen to the value 1 and 2 but not always): b'1.0'b'2.0'b'3.0'b'30.0'b'300.0'b'3000.0'b'30000.0' Then it's stops for a moment, prevents the sequence to go further and then continues the execution normally.The workaround was writing more information to the value, I did this:me.TesteProp = "" + events["ST_StepCheckTool_DataChange_StepStart"].eventData.newValue.value;then it works fine, I only get 1, 2, 3 and there's no delay.The problem seems to be in the smart tool, because the "w
Hello I'm trying to disable the Automatically Enable Timer on Startup checkbox via a service I tried with the DisableTimer() function but it doesn't seem to be a function for SchedulerThing, any idea how I could do this?
Hello,I want to validate a ThingName in thingworx. Like In Mashup, when I type a thing name in textbox field and enter on click button, the validator function should be check the thing which we have enter in textbox field is already available or not, if yes the message should be Thing Created Successfully and if not then should be Thing Already Exist.So how can we do that? Thanks.
ThingWorx Video Tutorials - PTC Community
HI, I am starting with Thingworx. I have a query as I am getting service response as jsonarray and i want to validate one parameter of each object in Jsonarray. how to do that using validator. i tried to create one parameter in validator and using expression i am validating it but validator is called for first object of array and it validates the first object only but how to validate the remaining items in Array? Appriciate help in advance. Thanks.
Hi,I have contained mashup in which i have label widget binded to the mashup. During the initial load of the containing mashup the values from kepware tag are not displayed. but if the value from kepware is changed after load, the values are updated on the label widget.Is this a known issue or some bug that i need to fix?
Hello all,I have some confusion could you please suggest which approach is best. 1. In migration project, first create the empty Database and proceed with Thing Worx Installation and then Importing the Custom apps. 2. In migration project, first create Database and restore the DB files into Database which have taken from Production and then proceed with Thing Worx Installation and then Importing the Custom apps like into Thing Worx.
Hi Developers, In my use case I have t1 and t2 thing. I want to pass all t1 Thing properties, services and subscriptions to the t2 Thing. Is it possible? If yes then how can we do this? Thanks.
Hi,I have logged property into a value stream and using QueryPropertyHistory service I am able to have a view at the recorded data of the logged properties. What next I wan to achieve is how can we calculate the number of times a value of a property repeats in the data recorded, upto a particular date. eg, I have property called stepValueStatus which has a string value pass/fail. So I want to calculate how many times pass occurs and how many times fail occurs for this stepValueStatus property. Thanks in Advance. Regards,Aditya Gupta
Hi,The TwxRuntimeKey is not deleting and its still there for older days. someone help me to resolve this issue. Thanks,Bharathan
Hi, Am trying to load a pdf file directly from the local directory using hyperlink, when the hyperlink clicked I wanted that file to be displayed on a new tab. url : file://abc.powerdrills.com/Works/1243/pdf/1243.pdf when I embed this url in link widget and try to hit, nothing happens.then I used button to trigger link but the new tab comes blank.Above mentioned url is accessible thru browser if I copy to browser directly. How can I load this file from local server to thingworx application? I even tried to read as binary but no luck, am getting error in the url. please help here thanks,John
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.