Recently active
I want to highlight the filtered result shown in a Filter using a ThingWorx grid. Kindly share me the implementation steps. Thank you.
Hi everyone,I am using Thingworx 8.5 version I have a data in grid coming from database through sql services now what I am thinking is suppose on grid data if user click on any row there should be a pop which should be opening the meta data related to that data like suppose we have student data in grid and column are like Name School, Address and each student have some meta data like ex: Ram when user hover over Ram it should be giving its meta meta data information similary for each row having having meta data so can I do this in thingworx if yes then How please give me a detailed overview if it is possible in thingworx I am thinking of Child data Tree grid advanced widget but not sure how can I do that If anyone have any please let me know Best Regards,Lav.
In my point, Thingworx HA Solution with PLC, Gateway does not Thingworx Application.I have a question about the Thingworx connection server HA Solution, How to configure it, Main PLC--Ethernet 2 Port IoT Gateway PC1- Active IoT Geteway PC2-Standby Thingworx Connection server 1 Vms -Primary Thingworx Connection server 1 Vms -Secondary Thingworx Application (Application, Analytics, Database) 3 Vms
Hello, everyone,I need some advice. My goal is to send telemetry from OSI PI to Thingworx. Browsing the internet I have read various solutions to answer my question. I wanted to ask you, the community, for a solution for data transmission, which is not using the Capula connector, and whether these proposed solutions have additional licensing costs.Thank you
While I try to install ThingWorx, I always get post-install error. I attached screenshots of that and install log. If you can help me, I'll be really grateful about it.
Hello all, As shown in below Image-1, for the boxes i used collection widget. in the normal desktop view, it is properly aligned with the arrows. But if i make it full screen or display it in bigger screens, it is becoming like shown in Image-2., the unwanted extra gap between arrow and collection widget is coming. can someone tell me how can i correct this issue, by using CSS can we correct this ?Note : Here all are responsive containers.
Hi Community, To give some context, I have created a workflow service in DEV environment in order to perform series of tasks that would send alerts. The workflow which was created is working fine as expected. However, when I tried to Import workflow in QA by exporting from the DEV environment, I am receiving following error in ThingWorx application log. Error: ACCESS_REFUSED - Login was refused using authentication mechanism PLAIN. For details see the broker logfile Can you please suggest how to resolved this issue? Note: I am not facing any issue creating new Workflows manually in QA. I am only facing issue with import.
when I am trying to install thingworx,using installer it is by default taking c drive , and we want to install it in D drive , what should we change?
We are getting "SQL Query Failed" error from last couple of days.Error details- Execute Query Failed: java.sql.SQLException: Cannot get a connection, pool error Timeout waiting for idle object Currently, We have set max pool size to 200. Want to understand following things1. Can we set it to 300?2. What factor we should consider before increasing pool size?3. Does this will impact on my other application which also access the same DB? We are using ThingWorx 9.0 with SQL Server Thanks
I have a Mashup with several Containers and in one of these containers i have a collection with a varying amount of items. I don't want the collection to scroll, I want to expand or contract the container size to see all items of the collection, if the amount of items exceeds the height of the screen i want to be able to scroll down the whole page but not the collection widget itself. Is this somehow possible? It should be like a endless page. Regards Tobi SW-Version: 9.3.7-b1432
Hi Developers, I'm seeking way to call a click event of fileupload widget from click event of other widget.1. click button1 (other widget) and service1 is called.2. bind "serviceinvokecompleted" event of service1 with the click event of "Capture" button of fileupload widget. Thanks and Regards
Hi everyone, I have a menu with 4 items (tabs).I want to prevent a user from seeing tab number 2. On the menu entity, I've got visibility permissions for the user group that this user belongs to (So that they can see the entire menu). I just want this user to not see a single item in this menu.On the group association I have added the group that this user belongs and another random group.PS on menu item number 2, I added only the random group. Despite all this the user can still see menu item 2.How can I prevent this from happening? Best Regards,
Hi, I have a Data shape with Friendly Names, I have an infotable where I have renamed the columns as per the Fields of the DataShape which has the Friendly Names and is assigned to the result(a infotable which is created based on the DataShape which has the Friendly Names).When this is done, friendly names are not getting applied on the Runtime. Thanks,
Hi, I have been using the Advance Grid in the previous Dashboards. As of now, I have replaced it with the GRID of the PTC Thingworx Version 9.3.6. However, the End user is using the search functionality in Advance Grid, which is not present in the present GRID widget. Do we have any workaround? Thanks,
Hello, I have imported a modified google map widget extension but it does not appear in widgets, I have another modified google map widget extension but with another name, can it be a reason why the extension does not appear?
Hi,I want to pull data from database and show on the Tree grid advanced widget. Can anyone please help me to create the service.
The audit log use case requires capturing login and logout information (user and timestamp) in an external MSSQL database. Our FormLogin.jsp page in ThingWorx handles user authentication using ThingWorx Users. However, we need to capture login and logout events that occur on the ThingWorx page, which must be stored in an external MSSQL database. Please assist with the steps, sharing a code snippet would be greatly appreciated.
Hi,I have a mashup with two tabs. Despite setting the selected tab via an expression the other tab will not be selected, it seems like only the default tab can be selected via that event.When using the tab widget, despite setting the selectedTabValue to a number corresponding to the tab, the selected tab does not change, could someone provide an example of how to programatically change tab (with the correct bindings)?KindlyOskar Berntorp
We have a Remote thing, in which we have set of the properties, and it is remotely bound to Edge Thing. So far everything is good, but when we set the values for properties from Lua script (Edge Side), These values are not reflecting in Thing Worx Platform Side automatically. Every time we have to open a property page from composer and hit refresh button to see the property change value. Why are the values not updating automatically? How to overcome this? I have provided sample configuration and settings for one for the property called "ErrorMessageChanged" for your reference. Lua Script this is how property has been initialized:-----------------------------------------------------properties.ErrorMessageChanged = { baseType="BOOLEAN", pushType="ALWAYS", value=false} Lua Script this how the property has been Set:--------------------------------------------------properties.ErrorMessageChanged.value = true ErrorMessageChanged&n
Hi Developers, I have a parent mashup which has a collection widget. On collection widget, I have a textfield widget.Requirement is to refresh another service on parent mashup whenever a user enters value in the textfield widget. This service is used as input to second collection widget on same parent and we need to refresh values on second collection widget.Issue is that use of global parameter or session parameters are not allowed in our organisation.Kindly suggest some expression or way to achieve this. Thanks in Advance.
I have Thing, where I keep services and properties for my application.I want this services to be available for every user, so for this Thing I've set Permissions for group Users, with Property Write Allow, Service Executable Allow, but Property Write Deny.I have also some additional user A*, who is allowed to change properties, so for him I've set Property Write Allow, Service Executable Allow, and Property Write Allow.Finally, settings for User groups are treated as higher priority and this user is treated like Property Write set to Deny.How to cope it without creating extra group of users, including All the users, but not A?Or is there a way to create a group, that I will create today and all existing users except A, but will in future included all users added later? *this is virtual user to be used via timers, so datas are refreshed.
I have a requirement where I have to calculate the time difference between two instances of the PumpRunSignal property (Boolean), we need to determine the duration in minutes. The Pump Run Signal is a Boolean property that triggers an event data subscription and a service call when there is a change from true to false in the input from the PLC. We calculate the time difference by comparing the timestamps of index values 1 and 0 of the PumpRunSignal. However, there is a delay in loading data from Thingworx to InfluxDB when there is a false signal. To address this delay, we have implemented a 30-second Pause every time there is a false signal. While this pause logic seems effective, there is some uncertainty about its reliability, especially when dealing with multiple calculations for each Thing within Thingworx. Thank you!
I am looking to update multiple properties by making use of the service UpdatePropertyValues but I don't seem to be getting it right. I am using python to post my data and I get a 200 response back but the values are not actually updating when I use the service QueryNumberPropertyHistory. This is the URL that I am trying to access: url = "http://localhost/Thingworx/Things/Area_Thing5/Services/UpdatePropertyValues" I have also tried: url = "http://localhost/Thingworx/Things/Area_Thing5/services/UpdatePropertyValues" and i still get a 200 ok response, which makes it unclear which url is actually correct. my Payload looks something like this: {"name":"Item_Count", "value":1112, "timestamp":1702976380000, "quality":"GOOD"}And then I post it with a content type application/json I have also tried with a payload: {"name":"Item_Count", "value":1112, "time":1702976380000, "quality":"GOOD"}
Hello @VladimirN, @sabharees I am also facing a somewhat similar issue.I have checked the old discussion in above post and added the changes, but it is not working for me. I have a property with BASETYPE as NUMBER in custom widget, for which I have set "isBindingTarget" as TRUE and default Value of 15.In the Mashup Composer I am passing a value from service to this widget property, This value from the service is 30.When I am loading the mashup, I see that the widget is taking value of 15 instead of 30 when I am calling "this.getProperty()" to read the property value.As suggested in the URL discussion of previous post, I also added the updateProperty block of code. Also my value is not changing continuously.But the value for any property must be taken from the binding if any binding is present. What is it that I am missing here. Thanks and Regards, Bhushan
I am using collection widget. When I select the cell, It should get highlighted. So I tried to apply style from Style Properties, the CellSelectedStyle is not working. Even other styles from the properties are not working. I am using Thingworx 9.4.2 version. PFA files.
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.