Recently active
Hi,I have a mashup parameter in a mashup say A which has a check box and by default its value is false. This checkbox's value is the input of a service which is used as an option to send email . I have another mashup say B which navigates to A . So the problem is even if i do not select the checkbox the service takes the input as true. Can anyone help me in this situation? Thanks.
Hello, I have to show three results in the mashup as shown in the below image, and I have some conditions such as, // result: NUMBERlet result = me.averagecurrent();var current = result; if (current > 3 && current < 6 {machineAvailable = true;partiallyAvailable = false;notAvailable = false;}else if (current < 3 && current >2) {machineAvailable = false;partiallyAvailable = true;notAvailable = false;}else {machineAvailable = false;partiallyAvailable = false;notAvailable = true;} based on this conditions result i need to get the checkbox switching , if current is greater than 3 then machine available should be true, if current is less than 3 and greater than 2 then partially available should be true, and if current is less than 2 it should show machine is not available , How can we achieve this, and also if machine is available it should show with green , if machine is partially available it should show with orang
Hi, Working on ThingWorx Extension with given sample code. But there was an issue. I can able the to update the City property, but Temperature property is not been updating.Code Link.can any one suggest. how to update it ?Thanks & RegardRajkumar
There is datetime field in datashape for storing dates in datatable. In datatable the datetime should be stored in 12 hours format without converting the datetime to string. How to do this ?
Hi everyone, I am new to Thingworx. Now I have an industrial thing and the properties contain some temperature data. I want to make an alert if the temperature is higher or lower than a given value. But properties are stored as 'string' which only supports "equal to' and 'not equal to' in properties and alerts. And also I want to add a text to show the alert. Thank you.
Hello Guys, I want to increse the font-size of GridEnhanced Main Text (Base). I created a custom style theme to acheive this. But Font Size is not getting incresed . The effect is taking place for Grid widget only.. I wrote custom css also but it's not working . .custom-grid-style .gridheadercell span { font-size: 16px; /* Replace with your desired font size */ } #GridEnhanced-4 .tw-grid-label .cell-content { font-size: 40px !important; } .widget-dhxgrid div.gridbox_material.gridbox table.obj tr td {font-size: 12px;} Would really apperciate your help in this topic.
Hello, In Kepware ( KepServer Ex 6 server configuration ) what is the suggested Device level scan mode? What settings are appropriate to scan 1000s of tags under each device ? Request all data at Scan Rate Vs Respect Client Specified Scan Rate For example , In our production system I observed that "Respect Client Specified Scan Rate" scan mode some opc tags are bad eventhough they are good on the source server side . After changing to " Request all data at Scan Rate", most opc tags quality went from bad to good . What are the pros and cons of the above settings on overall impact
Hello, I am using thing Worx 9.3.0 version , I want to display the 7 days data on the bar chart , whether it may be recent 7 days or any when I select the start date to end date only that data should get displayed in the mashup , As of now my mashup bar chart is having data from last 2 years so I need to make the chart which can be selected and viewed according to dates instead of all data please help me what needs to be done , if anyone have some ideas on this Regards,Shree
Hello,I am using thing Worx 9.3.0 version , I need to have two input fields displayed when the mashup is viewed and when the user enters the values in that fields it should calculate using the formula and display the result when the mashup is in the viewed state. for example A=(B/C) * 100 where B and C should be the input of numbers datatype and it should calculate using the formula and display the result A as the output . Anyone please help me with this problem statement . Regards,Shree
While fetching selected date from datepicker widget, i want to hardcode time as 23:59:59.000. For example if 23/03/2022 is selected in datepicker widget means, while storing data i want tostore as 23/03/2022 23:59:59.000 in datatable. It should work correctly in all timezones. how to do this?
Hello, I have few questions related to OPC configuration in Kepware. Appreciate your answers1. In kepware , Are there any ways to specify/customize the deadband at Tag Level? ( currently deadband property is on the group level )2, For float data type , what is the max precision available . Is this configurable . Currently, In OPC Client I see only 3 decimal places ( example 10.213) 3.If the poll/exception update rate is 1000ms and MaxItem per Read is 512 , are all the 512 tags updated every 1000ms in that group? . What if there are more than 512 Tags in that group?Thanks in advanceAnbu veerappan
Hi need the resolution on difference in database values and values shown on mashup. i have one database where i have live data and that database data or API is integrated with thingworx mashup. Earlier i got the data on mashup same as i got on database side but now i am seeing the different data on both the sides. i want the data on mashup which is shown on database side. please share the resolution as soon as possible. Thanks, Ruchika
Hi, The files that are getting uploaded from the PC to the Thingworx have Spaces in the headers. The challenge here is Headers with spaces can't be read in Thingworx because DataShape need to be included for the Column mapping and in DataShape Fields with Space characters can't be added.If in Headers spaces are removed, the operators in the Shoop floor are getting confused...is there a way to read the CSV files with Spaces in the headers?Thanks,
Hello, We are working on esatblishing CI/CD environment. So far we what we achieved is testing part with Jenkins then comes the tricky part for us which is deployment. Unfortunately I can not figure it out this part and community articles helps in case of Docker usage but we are not using docker. So to summarize, is there are guide tutorial or example as to how to achieve this on Jenkins pipline script. Any help or comment is highly appreciated
can we store datetime in datatable with am/pm 12 hours format?
Hello I am trying to install Thingworx flow on My Twx foundation 9.3.6 but it is failing with following errorTypeError: Cannot read property 'statusCode' of undefined at /opt/ThingWorxFlow/modules/ux/dist/helpers/twxUserHelper.js:25:285 at Request._callback (/opt/ThingWorxFlow/modules/ux/dist/helpers/twxUserHelper.js:8:977) at self.callback (/opt/ThingWorxFlow/modules/ux/node_modules/request/request.js:185:22) at Request.emit (events.js:314:20) at Request.onRequestError (/opt/ThingWorxFlow/modules/ux/node_modules/request/request.js:881:8) at ClientRequest.emit (events.js:314:20) at ClientRequest.onConnect (/opt/ThingWorxFlow/modules/ux/node_modules/tunnel-agent/index.js:168:23) at Object.onceWrapper (events.js:421:26) at ClientRequest.emit (events.js:314:20) at Socket.socketOnData (_http_client.js:508:11) at Socket.emit (events.j
Hi,I've setup a MQTT client sending values from different Tags. Is there a way to add the Tag description as they are setup in the Device, to the MQTT message? I've already tried adding @|TAGDESCRIPTION| to the message but this is not recognized. thanksH.
Hello, In the Collection widget, I need to change the background color of the cell based on the condition Thanks,
Hi Expert how to use other programming language? or script? or possible to means where define or where use? in thingworx? regarding my requirement 1.php application developed some module use into thingworx 9.3 version , 2.html tage need for my application ,where use , and declare 3.i have java language use developed some modules , please explain expert , i am thingworx technology new one. thanks With regards Hariharasuthan
We have upgraded ThingWorx from 8.4.4 to 9.3.2. Post upgrade, we notice that Edge microservice service related to LSR (Lua script resource) is not running. After troubleshooting further, we found that config.lua and related dependencies were deleted completed automatically. Please suggest if there is any way restore the deleted files/folders.
Preview and View button are grey and cannot be clicked. Why? Assigning permissions to both TestConnect and kep.V2 , will not work
Hello Community, I am in need of localizing a state definition used in a button bar in a 9.3.5 platform.Currently it looks like this:As you can see, it is now in English.If I wanted to change this text to another language, how could I do that? My first though was to just edit the State definition used in this widget like so;from: to: But it seems like this doesn't work.Is there any other way I could do this? Any help with this would be highly appreciated! Thanks,Jens
Below the code is not working in my ThingWorx 9.3 instance. Also please share an updated version of the pdf extension. var params = {FileRepository:"filetest/SystemRepository/" /* THINGNAME */,Rotated90Deg: false /* BOOLEAN */,AppKey: "82041eee-7b0f-45bd-a2cd-df55547e7c0e" /* STRING */,ServerAddress: "http://yyyyy.com:8080/Thingworx/Runtime/index.html?mashup=attachment3" /* STRING */,OutputFileName: "MyPDFHari" /* STRING */,Resolution:"1366*768" /* STRING */}; // result: STRING//var result=Resources["PDFExport"].CreatePDF(params);
Hello, there is any official documentation available to help you learn how to use the ThingWorx SCP (Smart Connected Products) Accelerator?
Hi, I am working with a collection widget that shows some properties of different devices, I want to apply a custom style theme that can be set automatically to the red background when a property crosses its threshold, I have tried to give a condition through service but it sets the red background to all cards while I want it to some cards whose property crosses the threshold. so how can I 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.