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, We have BMS devices connected to Kepware KEPServerEX6 using BACnet/IP Driver. Devices are showing Bad(Out Of Service). Before few months reading were healthy.After firmware update on BACnet device, reading are steady bad.We restarted KepServer but still its same.
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
How to export/convert Kepware Server EX Server Certificate with *.pfx extension. I exported server certificate to *.der file and tried "COPY to File" option to convert to *.pfx file but .Pfx option is grayed out, so can not convert it. Need help.
I have floating point data via modbus to my kepware, i want to take the hexa data from kepserver to thingworx. I tried to take the float data and convert it to thingworx but the result is not the same with the one in thingworx. Could anyone please help me on how to send the hexa value of my tag from kepware to thingworx?
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.
It is about the data rates connection with Thingworx? what is the priority with the data rates of tags?
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, I want to install KEPServerEX in my Linux machine. Is it possible? If yes, please provide the link where I can download the software. ThanksDiptiPrakash Palai
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.
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.