Recently active
Hello,everyone!Why does it fail when I use the AddDataTableEntry service to add an image from a repository to a table?
Hi,Is it possible to permanently write a constant value (in my case a string value) to a tag within Kepware?Thanks!
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.
We have a topic created in AWS environment where we are planning to write values using MQTT client. But the MQTT agent is unable to connect to the topic. Error : MQTT agent IOT PBM5305 disconnected - reason 'null' we also referred the PTC article CS378797. But issue is not resolved. Kindly suggest workaround.
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.
Learn why PTC was recognized an outright leader in the global IoT market. Get your complimentary copy of the SPARK Matrix (TM) report.
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 have Ignition connected to KepserverEX 6.13 as an OPC client. I'd like to build dashboards, reports and alarms in Ignition to monitor performance statistics as we scale out our system - adding more devices, channels and tags. I know most device drivers provide a count of active tags (e.g. <Channel Name>.<Device Name>._System._ActiveTagCount), but is there a way to access the total number of tags defined in the Kepserver Project, as displayed in the "Tags Defined" field Property Editor dialog for the Project? I'm looking at _System._ActiveTagCount at the root level, but this number is not matching what's displayed in the dialog box on Kepserver. For bonus points, is there a good post or white paper out there for best practices on dashboarding Kepware in general - what are the prudent metrics to be monitoring and thresholding for alarms, etc.?
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
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.