Recently active
I would like to know how to display an SVG image with the functionality I desire. If I read a boolean value as 'on', I want to show only green color and hide other colors. If it's 'off', then display only red color and hide other colors. Is there a way to achieve this?
We are using Thingworx 9.3.2-b411 version. We required CWC (Connected Work Cell) application. But we can not getting it on PTC download software. Check attached image
Hi,I am doing a request in Thingworx to a server that denies the request. The server in question is configured to only accept requests from a particular server. So my question is, is there any way to see in Thingworx the origin of the request made from Thingworx? Kindly Oskar Berntorp
Hello I have infotable mashup parameter and i want to transfer it from one mashup to another. Is there a specific way to it?Any help would be appreciated Thanks
Hi Developers, I m trying to load data in Line Chart by using Date Time picker widget after selection of specific date and time but still data is not showing in Line Chart.please check my binding.
Hello everyone!I have added the secret key when running Mashup why does the session box pop up to enter account and password still pops up
Is there a list of Fanuc Focas CNC status addresses
I have attached a screenshot in this post. Please have a look at it. The value of one of my property just goes away and contains no value. Its really strange behaviour. Does anyone knows whats an issue here?? It just goes away after few days and i have set it again always..
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
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.