Recently active
Is there any way that i can store the state of this parameter in expression. I dont have anything to bind it from my mashup. So in the screenshot you can see that i have bool which has default value true and i just want it to change every time i use this function. For example I change the state to false then again next time i evaluate i turn it into true.
HI All, I would like to understand.Why if I have a column of the Time type in the database where I only save the time.Results from DB looks like that Im using MY SQL SERVER And I invoke it on the TWX side Does the time move exactly 50 minutes and 39 seconds forward?What's going on inside TWX with date data types?I checked the location of the server and browser - we are in the same time zone.How can I display exactly the same value like I have on DB?
Hello I have a mashup with grid widget and i want to customize the font based on certain conditions of rows. Is there any sample entities or ideas available to do so? Thanks
Hi Community Team, I have a grid in which lot number has to be entered and saved. But how to give a message that this lot number already exist if again someone is saving the lot number unknowingly. Thanks,Shraddha
Hello EveryoneGood Evening, I am facing problem in logging properties there are some values which are repeating after I carry out the experience multiple times.PFA attached image in which arrows are shown on the readings which are repeating when I consume the AR experience on my Ipad on view app for multiple times. I just want to log the properties which are entered by the user on vuforia view app.Below is the code I am using to write properties from Vuforia Studio to Thingworx:I have written 2 services for pass & fail Vuforia Studio JS Code: $scope.SetStartStagePass = function (width) { var TWXmodelID = 'Camera_UserStats_DT'; var serviceName = 'GetSummary'; var d = new Date(); var parameters = { 'Emp' : $scope.app.params.empID, 'PartNumberInput' : $scope.app.params.partNo, 'Stage' : 'Step-' + j, 'StepValue' : 'Pass', 'DefectInput' : 'NA',  
Is it possible to pull data from a List Widget, using a Thing Group, to be able to bind to a contained (Dynamic Parent) mashup using the List Widget Entities. I am trying to force the John Doe Name from the list to then be linked to the Parent name as John Doe. The thing group is created from several Things, which dynamically populate into that dynamic parent mashup usually. Heres a picture of what im trying to do below:This Dynamic Mashup Will be going into this contained mashup above which has Name XXXX Templated Design,Using PTC ThingWorx 9.3
Hello, I want to store data into ThingWorx Stream (Inspection-Stream). I have written a service in ThingWorx Datatable (Inspection-DT) to add data into streamCode: try {// Your whole code here// tags:TAGSlet tags = new Array();// timestamp:DATETIMElet timestamp = new Date();// values:INFOTABLE(Datashape:Inspection-DS)let values = Things["Inspection-Stream"].CreateValues();values.PartNumber = me.PartNumberProp; //NUMBERvalues.StepNumber = me.StepNumberProp; //STRINGvalues.StepDefect = me.StepDefectProp; //STRING//values.GUID = undefined; //GUIDvalues.StepImage = me.StepImageProp; //IMAGEvalues.StepStatus = me.StepStatusProp; //STRINGvalues.EmpID = me.EmpIDProp; //NUMBERvalues.DateTime = Date.now(); //DATETIME// location:LOCATIONlet location = {latitude: 0,longitude: 0,elevation: 0,units: "WGS84"};let params = {tags: tags,timestamp: timestamp,source: me.name,values: values,location: location};// AddStreamEntry(tags:TAGS, timestamp:DATETIME, source:STRING("me.name"), values
Good day,I want a sub-menu to appear on click or hover of an existing menu. How do I do this?Also, why is it that the title gets removed when I specify a menu item as a type menu? Could you please assist me with the steps that I can follow to achieve this: Currently what I do have is this: The title has disappeared for the item of the main menu whose type is menu. (see the missing title below). Many thanks
What is the query used to filter infotable for missing values in particular Columns.
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?
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.