Recently active
Hello, I want to change the field according to radio button , If unlimited is checked then membership length field is hide and if specific length is checked then membership length field show two field one for insert number and second for dropdown of day,week,month and year and If fixed date is checked then membership length field show date picker for start date and end date. How to create a else statement? Thanks in advanced
Hi All, Which approach I must follow to remove deprecated widgets ? Approach 1 : Already have mashups imported from previous version which are having deprecated widgets. Replace each deprecated widget with new one. Approach 2 : Redesign new Mashup completely with new widgets but then it will consume a lot of time for me. If I go with approach#1 and remove all deprecated widgets will it still impact my mashup performance. Does importing mashup of previous version impacts performance even if we have replaced it with new widgets ? I need this because at some points events are not working for mashups but working fine with new one.
Hi, Is the SPC Chart available in ThingWorx 9.0 as extensions or widgets? Thanks & Regards, Shalini V.
Hi! I'm trying to launch a subscription when a change is made in the configuration tables of a thing. The generic event ThingStart is useful if the configuration tables are changed manually, since it triggers on Save. It won't work though if the change to the configuration table data comes from the generic services like SetConfigurationTable. I was wondering if there is a way to set an Event to trigger when a generic service like SetConfigurationTable is completed. A workaround would be to set an Event to trigger when the data in configuration tables changes, but the Event dataChange seems to only works for properties. Is there a way to make it work for Configuration tables data? Thanks for your help!
Hi everyone, I have created some markers on google map and I'd like to navigate to another mashup when I click on marker. I was looking for solution on knowledbase and I was able to find some artycle that said to use navigate widget. I am using thingworx 8.5 and there is not this widget in this version. Is possible do it? Regards, Leonardo
Hello, I have to create multiple user by using mashup field and save that user in thingworx user list and in particular user group. Can Someone please let me know the update for the same. Thanks in advance, Riya
Dear community, I am using Thingworx Release 8.4.4 and had an issue with the Collection widget redrawing unexpectedly (original issue). The possible solutions are to either upgrade to Thingworx 9, which is currently no option (but for sure later when OpenJDK is supported) or to enable the intro animation. So this is what I did, I enabled the "PlaysIntroAnimation" flag and can confirm my original issue is gone. But at the same time I remembered why I don't like the intro animation, it has a small shift effect on the contained mashups, i. e. the widgets of the sub-mashups are off a pixel up or down. I hope it gets clear with my screenshots. In my example I have two overlapping circle shapes, center aligned. How it should look like: How it looks like with intro animation: Is this known or even fixed with a newer version already? Thanks Benny
Hi All, I have mashup#1 which contains a search button to load popup Mashup#2. In Popup, I am showing a grid to display data. After selecting particular rows, service is triggered to save selected rows in an Infotable property of my thing. On PopUp close event, service#2 is triggered to display data saved in Infotable. Data of infotable I am displaying using a collection widget. My requirement is on the click of the submit button I need to validate whether user has selected any row or not. I tried passing Collection Data to service to check Infotable rows length but It didn't work and shows error. Kindly help. Regards, Siddharth
Hi, I have infotable returns data but i need to send this data weekly by mail in excel file . So please share the idea, how can i get this? Using twx 8.5.0 Facing challenge is ..how can i store infotable data in excel and automatically store in file repository so that sendwithattachment can pickup the file from repository based on scheduled time. Thank you
12:00:49.540 [AzureExportThread] ERROR c.t.p.azure.iot.HubImportHandler - Error exporting hub thing namescom.microsoft.azure.storage.StorageException: The server encountered an unknown failure: at com.microsoft.azure.storage.StorageException.translateException(StorageException.java:101)at com.microsoft.azure.storage.core.ExecutionEngine.executeWithRetry(ExecutionEngine.java:199)at com.microsoft.azure.storage.blob.CloudBlobContainer.exists(CloudBlobContainer.java:769)at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:379)at com.microsoft.azure.storage.blob.CloudBlobContainer.createIfNotExists(CloudBlobContainer.java:326)at com.thingworx.protocol.azure.iot.HubImportHandler$AzureExportJob.run(HubImportHandler.java:211)at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)at java.util.c
Hi, I cant find any documentation on the property_type column in the value stream. I would like to know the mapping between the ENUM stored in the value stream and the property type. For example property_type = 22 maps to an Integer. I would like the full list. Thanks, Brandon
Hi, I am not getting any error in logs,specific to Database configuration but still i am unable connect to the SQL Database. i already worked with this Database, but this system is different so i am trying to connect. please see below snaps which i configured. Instead server name i tried putting 'localhost', 'ip Address' but still not. Thanks
Hi, In TW 9.0, are the screens responsive by default? As we noticed that the layouts and panel widgets are removed, it is very difficult to use the containers alone and space the widgets as we require. How can we make the mashups responsive in TW 9.0? Thanks & Regards, Shalini V.
After assigning mashup to the ToolTipMashup mashup property, the mashup parameters which get generated as dynamic property on the Open Streetmap are showing as blank i.e. without any name as shown in the image and also after the selection of field from the dropdown the values are not passing via the mashup parameter. That's why unable to perform navigation on our custom Tooltipmashup image via mashup parameter values Thanks in advance
Dear Colleagues, I've installed a Thingworx 8.4.9 (Tomcat 9.0, Postgresql 10). When I start Tomcat service, it's being stopped after a several second. Licencerequestfile.txt is also not created so I cannot generate a licence. Could you please support me? Application Log: 2020-07-09 15:14:33.305+0200 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] ========================================2020-07-09 15:14:33.305+0200 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] ThingWorx Version Information2020-07-09 15:14:33.305+0200 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] ========================================2020-07-09 15:14:33.305+0200 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] majorVersion = 82020-07-09 15:14:33.305+0200 [L: INFO] [O: c.t.s.ThingWorxBootstrapper] [I: ] [U: SuperUser] [S: ] [T: main] minorVersion = 42020-07-09 15:14:33.305+02
Hello, i tried to access this url http://localhost:5555/Devices/to get json response data but I am getting below error Error executing service Message :: Connect to localhost:5555 [localhost/127.0.0.1] failed: Connection refused (Connection refused) - See Script Error Log for more details.but i can access this url with Postman and get response service: thanks in advance
Hi all I have do thingworx platform installation as per PTC guide. I do Tomcat installation time paste this section in java area. -Dserver -Dd64 -XX:+UseG1GC -Dfile.encoding=UTF-8 -Djava.library.path=C:\Program Files\Apache Software Foundation\Tomcat 8.5\webapps\Thingworx\WEB-INF\extensions. After that restart tomcat. tomcat server stopped and error 4 occured. Next step i cannot do this.pls consider me and reply me sir....
Hi, In my mashup, there is a tab widget having 3 tabs. In the first 2 tabs, there is a collection widget, and it is binded to the output of the same service. On viewing the mashup, we can see data in the collection widget in the first tab but there is no data in the collection widget in the second tab. On changing the default tab value to second, then the data in the collection widget in the second tab is showing but in the first tab, data in the collection widget is not showing. Thanks
Hi everyone, Is possible to monitor when an user is logged? For example: When an user is logged any variable that I have to change to 1 and it to do logout the same variable go to 0. If it's possible, I can bind this variable to my PLC and to realize the time control for there. I would like to monitor how many time my user is active on my mashup and I do not know how to do it into thingworx
Hi everyone, I have been working with google maps widget. I am using this guide to orientation: https://developer.thingworx.com/resources/guides/google-map-widget-how I was able to insert just one marker on map, image below: I'd like to insert more than one markers but i do not know how I do it Can someone help me? Regards, Leonardo
PTC is committed to improving our customer's web experience. PTC's Voice of Customer team is conducting an online activity to better understand how to better organize PTC's website. Your participation will directly influence the future organization of PTC websites. This activity takes 10 - 15 minutes and only requires a web browser to complete. We are excited to offer the first 25 participants $25 Amazon gift cards. Be one of the first 25! https://8rm02uqn.optimalworkshop.com/optimalsort/ptc-home-v1 Questions? Nalie Lee-Heidt (nleeheidt@ptc.com)
Hello, I create validation service, bind that validation service to all field and bind result of validation service to value display , validation service execute properly but after binding cannot get the output.please prefer below attachment Thanks in advance
Hi everyone! I have created an API Key and bind it on Thingworx to use with google maps widget. When I run my mashup the follow message happens on map "for development purposes only" Is it because my API is free? So, I need to buy a API? Regards, Leonardo
Dear community, in Thingworx 8.4.4. I am using Collection widget to display machine KPIs in a mashup. The contained mashup is assigned in design time and does not change in runtime. Also the number of items (= machines) is never changing, only the related KPIs. So why do I use collection widget at all? Because this is a template, rolled out to several production facilities. Within one facility the number of machines is constant but it varies between the facilities. My original approach was to only read the structure when the mashup is loaded. Then every sub-mashup calls a Service to read and refresh the KPIs. With up to 30 and more machines the overhead becomes quite big, instead of once reading data for all machines I am reading the data for each machine one by one. This is not optimal performance wise and only once we checked the Tomcat logs and it was annoying as hell. The next multiplier is the number of users opening the dashboard. My refresh cycle is every 30 s
Hi,I have 3 tabs in a page to display all devices,disconnected and favorite devices.In each tab I have a grid and below each tab I have a paging widget.I am using a text field widget as a common search bar on top of all the tabs.Now in the all devices tab I have a grid which has 6 pages.I use a service to populate the grid which also takes a search query from the text field and its all data is bound to the paging service.When I execute search for my grid in page 1 it works perfectly fine but when I shift to page 2 of my grid and do the same search it shows me a blank screen.My search only works in the first page and when i try from page 2,3,4 etc it does not work.Is there any solution to this?Here pagination is called by the previous service and then setting all the parameters, also here the prev service's all data is sent to pagination.This is the services bound to the grid and the search queries given to the services,gird's filter and how it is bound to pagination.This is the binding
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.