Recently active
How do I reload mashup in runtime on session changed or service invoke completed event? Tried location.reload(); in service.But it's not working.Please provide a way to achieve this.
Hi, I have an EMS running in a docker container. On thingworx side I have a parent device with different child devices (hierachy is build as property relation). All devices are in auto_bind of config.json "auto_bind": [ { "name": "ParentDevice", "gateway": false, "host": "127.0.0.1"}, { "name": "ChildDevice_01", "gateway": false, "host": "192.168.0.1" },{ "name": "ChildDevice_02", "gateway": false, "host": "192.168.0.2" }] On Lua every device has its script-section scripts.ParentDevice = { file = "thing.lua", template = "edgeBoxTemplate", scanRate = 3000, taskRate = 60000, keepAliveRate = 10000 } scripts.ChildDevice_01= { file = "thing.lua", template = "edgeBoxTemplate", scanRate = 3000, taskRate = 2000, keepAliveRate = 10000 } scripts.ChildDevice_02= { file = "thing.lua", template = "edgeBoxTemplate", scanRate = 3000, taskRate = 2000, keepAliveRate = 10000 } scripts.EdgeDevice = { file = "EdgeDevice.lua" } Than I have a lua file in
Hi, we would like to call a Service, which returns a JSON, when you call it with a POST request. Unfortunately, we get the following response when we call the Service via Postman:The URI we use: http://localhost:8080/Thingworx/Things/{ThingName}/Services/Get_All_Sensor_DataThe Response: <!DOCTYPE html> <html> <head> <title>Unexpected Error</title> <script> function clickAndDisable(link) { link.onclick = function(event) { event.preventDefault(); } } </script> </head> <body>
hello everyone Iam having an issue with Dashboard widget responsiveness functionality, it works well when using gadgets without changing width of gadget, but if the size of the gadget is smaller than the default size of the columns selected(rows * columns); it will leave white space in the shrunken space. for example, if i create a 1 * 1 gadget which has a default size of 240 * 240 and change it's size to 200 * 200, the difference in size which is 40 * 40 will be filled with white space. the problem with this is that Thingworx uses fixed size for each row and column(240px per row or column) with out calculating the total width of gadgets in the row; which will reduce the number of gadgets in row if the actual gadget size is smaller than default. I tried changing the width of the div containing the gadget using custom CSS but that didn't solve the issue. is there a way to fix this issue?
Hi, The Oracle database is not included in the <<ThingWorx 8.5 System Requirements>>, Does anyone knows the reason ? My customer only has Oracle DBA and they want all of the applications which based on relational database , use the Oracle database. Regards, Sean
Hello everyone, How do I enable gridlines on the x and y axes? Am I not able to enable this?
Hi everyone, I would like to know if is possible I to monitor the time that some user is on line on my dashboard. Regards
Hi, When trying to view the mashup, I'm getting an error: 404 Page Not Found. I've restarted Tomcat , but I still got the error. The attached Image show the screenshot. Thanks & Regards, Jialing W.
Hello everybody, I am successfully using Creo Product Insight. Now I want to move on to Creo as a Service on that same maschine to automatically analyse my model and send the result back to ThingWorx. I followed this PTC videoguide: https://www.ptc.com/en/support/article/CS285051?&sourcearticle=CS318055%3F&source=ArticleViewerRelated I can start the service sucessfully and when i create a new analyticsmodel and upload the creofile as a ZIP, the service starts Creo but does not open the model. I have the visible option on. I do get 2 messages when I start Creo this way -> see appendix <- but i dont know if they have anything to do with the problem. I am on Creo 6 and Thingworx 8.3.4 I would like your help to fix that problem and is there a way to enable CAAS for a model that i uploaded from Creo when i was using the "normal" Projuct Insight features?
Hello, I am very new to ThingWorx and want to create a parent-child relationship between my Thing Elements. So that I can let them Show e.g. in a widget which shows them in a structure like a Navigation tree on the left side of a mashup. The Thing objects should look like as follows and on "line"-Level I would like to integrate a web Frame to be opened up: Enterprise - Site A - Building A - Line A - Building B - Line B I have read About the "Tree Grid Advanced"-Widget but could not find out how to implement the structure like described above in my Things or Thing templates. I hope I can find some
Hi, I installed the "Platform Analytics" in graphical mode , there was no error raised during the installation. However, the thing PropertyTransformThing was NOT generated after the installation. Then I checked logs file and found two kind of errors: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mapDB' defined in class path resource (configuration.log) twpas-property-transform-service:Unexpectedstatus SERVICE_STOP_PENDING in response to STOP control. (install.log) Does anyone knows the reason ? I've also tried install Platform Analytics in a different server , but got the same error . ------------Environment---- Windows Server 2016 Thingworx 8.5.5
At every mashup change from menu I get the log above on the browser logs I read old topics and seems was related to a google map extension, but seems not be the case (I removed also google map extension) The pages are opened correctly, I have no errors on thingworx script or application logs Sometimes the property name is not 'hide' but a property used on the pages, got from a data entity It this something known ? I have thingworx 8.5.3 cloud hosted
On click of a button I am getting border on all sides of a button.I want to get only border in the bottom.I tried using css but it doesn't work. My css code : #root_button-7 .button-element:active{border-style : solid;border-width : 2px;border-bottom-color : #77c5f9;border-top : none;border-right : none;border-left : none;} Please find the attached file.
Hi, From an administrative point of view, i want to be able to reset my server to its initial state, i.e., i want to delete all things, mashups, thingTemplate, ThingShape etc .. I did a service which returns all of my entities and call from a script "http DELETE" on all returned entities. The problem i'm facing to is i have some dependencies between things. I tried to sort the list but there are circular dependencies and it doesn't work. Does anyone have an idea to achieve this ?
Hi, When trying to export data project trough the mashup GitBackup.Main.Mashup the export button keeps loading and I get no answer. I tried executing the service ExportProjectData directly but I get the following message "Error executing service ExportProjectData. Message :: unknown protocol: about - See Script Error Log for more details" I checked the ScriptLog but the message is almost the same as above, giving no further detail on how to troubleshoot. Any suggestions? Regards, Nahuel
Hello, I am trying to create 48 Numbers of properties for a Thing Template in Thingworx using RestAPI. While creating each property I receive 200 Ok response. (Used AddPropertyDefination service) Error: some of those properties are not visible in Composer. However, GetInstanceMetadataAsJSON gives all 48 properties in response. Note: Problem is similar to article: https://www.ptc.com/en/support/article/CS314694 but this is for thing template.
We are running Thingworx 8.5.5 and have found that the permissions page does not allow scrolling. If I have more permissions defined than what will fit on the page, I cannot see all of the permissions, nor can I define any new permissions. This occurs in Chrome, Firefox, and MS Edge. I've not been able to find any other reports of this issue. Has anyone else seen it, and are there any workarounds?
Hi, I would like to achieve the following, 1. To send the remote thing values from ThingWorx to ActiveMQ using MQTT thing.Is it possible ? If its possible means how to publish the values to ActiveMQ. Regards, Saranya
i want to use vertical divider in my mashup but in 30 days free trial there is only horizontal divider so how i apply css to divider?
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
If you ever tested mashup rendering on mobile phones, you probably experienced that the mashup was not sizing to fit your mobile display. This "MobileHeader" extension enables to auto adapt the mashup to mobile displays. It adds the following parameters to the HTML header: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> In the composer just drop the "MobileHeader" extension into a section of the mashup. This extension was tested until version 7.4.
I get JSON type data. output is { "array": [ { "times": [ { "color": "#f2b827", "ending_time": 1593478173523, "extra": "Indischarging", "starting_time": 1593475515628, "percent": 2657895 }, { "color": "#3ec557",
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.