Recently active
I attached a picture. I would like to store json type data in one field, such as "infotable.png". "startTimeMillis" and "EndTimeMillis" keep changing. I hope you can help me.
Hi All, I have 1 date time variables as below. var Date1 = 2020-06-03 18:02:13.700 //last connection property of a thing in date time datatype How can I get the difference between current time and Date1 in format of days,hours,minutes, seconds (2 days, 7 hours, 8 minutes, 39 seconds) Thanks and Regards, Bhanu. @CarlesColl
Hi, I'd like to avoid those grey spaces of container. It's showing this kind of result. In this mashup all the cells are mashups.
Hi All My Mashup Design page is stuck on loading loop. Although I am able to preview and view my Mashup but not able to open the Design page. Is there a way around it, need help Ketan
I get JSON type data. output is { "array": [ { "times": [ { "color": "#f2b827", "ending_time": 1593478173523, "extra": "Indischarging", "starting_time": 1593475515628, "percent": 2657895 }, { "color": "#3ec557",
Thingworx : 8.5.2 Issue 1 : How do I set background color and font color for list item values before selection.I could not change default white background and black font color. Issue 2 : I could not change opacity of colors.It is taking 1 for black.But I want to change it to 0.16. Issue 3 : I could not change width of list items.. Please help me resolve the queries.
Hi Folks, With the latest versions of Thingworx,is there any chance to achieve the requirement of Widget inside widget or any other upgrade in the existing Adv Grid to accomplish this. Its been a very popular requirement of displaying clickable Images/buttons inside the data grid but haven't come across any concrete solution to this problem apart from Repeater widget. Please share your views if we can develop a data grid as shown below,using Thingworx 8.5 or onwards. Thanks in advance.
tomcat and PostgreSQL server couldn't restart option show in services app , that restart not completed how to move next step of Thingworx installation.. pls consider and reply me....
I want to ask if it is possible to add Organization with units , user groups ,and users through Rest API ? if yes , what are steps to add each entity?
Hi all, I saw several request for digital twin and 3D visualisation solutions, so I decided to share our news here: We launched our 3D engine & editor technology as "3DVisualizr" a couple of weeks ago. 3DVisualizr allows to create and edit 3D environments in ThingWorx, and bind asset data / KPIs to its respective 3D object to create a Digital Twin visualisation (https://www.youtube.com/watch?v=xGBRnXcjsVw) You will find more information here: www.elisasmartfactory.com/3dvisualizr/ Let me know if you have questions! Cheers Felix
I need your help. I have been trying to export the Users for taking back up from ThingWorx, for which I have written a service using "SourceControlEntities" and it is working fine. But while Export, the PASSWORD of user's gets reset. Due to which, I can not login again to Thingworx with those Users including Administrator. Please help me to suggest a way to Export the Users via Service. Thanks. Waiting for reply. Prashant Agrawal
Hi everyone, I'm using the CSDK with DEADBAND thresholds to reduce the number of property updates. This is for saving mobile bandwidth while still having a reasonable resolution when values change. However, for the values there are certain fixed values which should always be pushed. At the moment they are not, as they fall within the active deadband. For example: Property: litres of water in a tank Threshold value: 20 This will push ONLY if the value changes by more than 20. If the tank is at 30 litres and the new measurement records a change of -23 litres, the updated value will be 7. With this, the tank level can not be determined to be empty or not. So the idea is now to force a push, once the value hits a certain fixed number, in this case 0 litres (or for filling up, the max capacity), even if that change does not violate the threshold. Is there a way to implement this without dropping or changing the threshold? Thanks and Regards,
Hi everyone, I built the following chart to demonstrate the hourly production of each production line that our customer has. For this I created a data shape to compute the time and production of the lines. After it I created a thing Where in the properties and alerts tab I created an infotable associated with the data shape to store the necessary values, however these values were manually entered by me and I would like to link variables that I have in another thing, because when the value of the variable changes it will change the drawing of the graph. Is it possible to do that?
Hi there, Does someone has a responsive progress gauge to share with me? I have just a static progress gauge
Hi, I need to input an array of values in the horizontal slider widget, instead of defining min/max/step. How can I achieve that ? Thx.
Hello I use the HTML5 video estension and it works, however on the played video I cannot move the video cursor back or forward (to go directly to a specific position). When release the cursor into a position, it goes back to the previous playing position. It just works moving back the cursor to the startup of the video. I have this problem just with Chrome. Edge and Firefox works fine. The mp4 file is ok, by testing it on a local html file with the <video> tag all is ok (even with chrome) Is someone using this extension fine with Chrome ?
Hi all, I want to know how to connect thingworx with qlikview/tableau/power BI. Thanks, karthik
My issue is similar to this thread, however I have followed the documentation I believe: https://community.ptc.com/t5/ThingWorx-Developers/Issues-installing-Analytics-Setup-ERLANG-HOME/m-p/655100 I have Thingworx Foundation installed, now I need to install Analytics. Analytics installation fails. Specifically, "ERLANG_HOME system environment variable is not set correctly. Set ERLANG_HOME to point to where Erlang software is located, for example, C:\Program Files\erl10.0" I do have installed Erlang and set the environment variable for the system. The installation of Analytics still fails. Possibly relevant: I have not yet installed Analytics Server, as I don't think that is required. To troubleshoot this issue I have done the following: I have set the environment variable to C:\Program Files\erl10.0\ C:\Program Files\erl10.0 C:\Program Files\erl10.0\bin\ C:\Program Files\erl10.0\bin I have uninstalled and reinstalled Erlang. I have tried ver
@PaiChung @chaitanya , Do you know if the issue get solved now ? I got the same problem in Thingworx 8.4 as well. Database is PostgreSql. Regards, Sean
Hi, I have a edge device where ems/lua is running in a docker container. The edge device is a gateway, what mean other devices are connected to the edge device. EMS is quite normally connected with thingworx. On Thingworx I will add new devices (what mean I will update the config.json) via code. To do this I will use the REST Services that EMS supports ( http://support.ptc.com/help/edge_microserver/r5.4.7/en/index.html#page/edge_microserver%2Fc_ems_wsems_rest_api_details.html%23 ). I test the REST-Calls via curl on the console where EMS is running (in the docker container). In most case of the calls I get error codes back. For example this call curl -d '{name:EMSBox__DARI}' http://localhost:8000/Thingworx/Things/LocalEms/Services/Restart -v gives me a 403 Forbidden (note: EMSBox__DARI is my thing based on RemoteThingWithTunnelsAndFileTransfer which is connected to EMS). Other calls like curl -d '{name:EMSBox__DARI}' http://localhost:8000/Thingworx/Thing
Hi, I have a quick query to be asked, I am creating a condition statement or a if/else condition dynamically and this statement is being stored in a property for testing purpose. I wanted to know how to use the expression stored inside the property for the if/else conditions because if I use the property directly it is evaluating if there is a value in the property and returning always true. But I want the condition inside the property to be evaluated. Is there any solution for this purpose to use the dynamically created expressions as it is required? Thanks in advance With Regards, Srijith
Hi @Sugumar_5656 I have tried to use this widget, but it did not work well. Do you have another progress gauge responsive?
Greetings, I am not able to do a simple GetJSON "Content Loader Function" for a service. It shows Input: var params = { url: "https://<Domain>/<call>", }; var result = Resources["ContentLoaderFunctions"].LoadJSON(params); Output was marked as a JSON output. OutPut: Error executing service <servicename> : Message :: <RequestedDomain> - See Script Error Log for more details. When I ping the same url in a browser I am able to get a JSON reply with Status Code 200 But when I try the same with thingworx service it is showing Status Code 500 in the inspect Window Anyhelp on this would be very much appreciated.. Thank you Regards Viswa
Hi, I am having the requirement like this. I am having the pdf file with me.I want to create one button for that pdf.whenever i click on that button beside that i want that pdf file.I already tried this with button but pdf is embedded in button it wont displays Thanks, karthik
I want to use vertical divider in mashup
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.