Recently active
Hi, I need a side bar which is used for filtering my details presented in the collections widget.I have used a menu for me to get sub menu view but i am not able to use the sub menu for filtering.I have attached the pictures below. For eg: If I select LOCATION ,it'll open a sub menu with State,City,Site,and when I click State I need any form of widget like list/text box etc to act as a filter so that when I select the state a list of existing states are visible from which I will be able to select a state and the corresponding states details are reflected in the collection widget. If not menus, it possible to do this using any other widget?
Hello, I am using the below code to convert the infotable to JSON. But i see that the JSON also contains the datashape information which i dont need. How can i get ride of this datashape information in the JSON output. var params = {table: outPutInfo /* INFOTABLE */};var result = Resources["InfoTableFunctions"].ToJSON(params); Thanks
Hello! I'm currently working with Thingworx v8.5 and experiencing some issues with Mashups. As I'm adding widgets to the design it's all working as expected in the mashup builder, however, once I select "View mashup" some widgets don't appear in runtime. I tried with different widgets in the mashup and experienced the same problem with many of them. This is not a problem regarding imported widgets since this is happening with the native widgets. There are no errors on the logs. How can I solve this problem?
Hi, How to get by default selected menu in a dynamic menu list.My codes arevar row = new Object();row.linkDestination = mainMash;row.parentMenuId = "Menu";row.menuId = "Menu_0";row.isDefault = true; // I make it true to get default selection but it's not working.row.imageURL = "";row.linkTarget = "Self";row.description = "";row.linkType = "Mashup";row.title = "MAP";result.AddRow(row); row = new Object();row.linkDestination = mainMash;row.parentMenuId = "Menu";row.menuId = "Menu_0";row.isDefault = false; row.imageURL = "";row.linkTarget = "Self";row.description = "";row.linkType = "Mashup";row.title = "REPORT";result.AddRow(row); Is it correct? Please help me with that. Thank you!
Hi everyone, I have a virtual machine installed on an Azure cloud. So I installed the free local 90-day version of the Thingworx platform there, just to do some testing. I created some dashboards and would like to share this with some friends. When I click on “view mashup” a URL is generated that has: “localhost ...” I figured that if I change this to the name of the Azure machine it will be possible to share this link to a different network to be able to access. I tried that, but it didn't work. Is anyone able to tell me if I need to do any configuration in the Azure cloud to allow this access? Regards.
Hello everyone. I have menu and one of the items is submenu. It's not visible for non-administrator users. All other menu items (links to mashups) are visible. Maybe someone knows what can be solution? Thank you in advance!
Hi, My team migrated the mashup to from dev to prod. All functions work; however, the widget border is not the same. The left image is on prod, and there is the border line on it. The right image is on dev, and you can see there is clear on blue part. Our dev and prod server are using the same version 8.5.1. Could you help us troubleshoot this issue? Thank you, Matt
Hi All, I have configured the Twilio Thing in Thingworx. When I tried to call the SendSMS Service from Thingworx.I am getting a response like Unable to Invoke Service SendSMSMessage on TwilioSMS : null. Please let me know what is the issue?
Hi, ThingWorx custom authenticator allows for delegation of authentication activities to a 3rd party Identity Provider. Which can be used for expanding the authentication mechanism which are potentially beyond the SSL / AppKey / Username and password based auth. However, I'm not able to find similar possibilities with Edge SDK for instance C SDK. Is it possible to extend or override available auth functions under twApi? Thanks!
Hello PTC Community, I am facing the problem to connect the power BI report to the Thingworx mashup . Though I have used the embedded url provided by the Power BI. Now each time I am trying to access the report, Thingworx ask for login credentials, which is time consuming. Since I am new to thingworx I do not know , how to use the API authcode to bypass the authentication process. Can you please help me to set up it. Thanks
Hello, I wanted to use the unofficial BMCoreUI extension and found that when I install it, I get an empty list of assets in the asset advisor. It seems to conflict with the official Collection Widget. Does anybody have experience on using MFA along with the BMCoreUI extension? How did you solve the incompatibility problem? Thank you. Regards, Iker
I have a Combobox list and binding the list data by a service call after this service called I invoke another service to get selected item and binding again to SelectedText properties of Combobox then the event selected row change of Combobox will auto-trigger. How can I avoid this case, because this action will trigger another service in my logics Thanks All!
I'm not able to configure the state formatting option for the new Value Display widgets - it's not even listed in the properties. Will the new Value Display widgets have a State formatting option available? I know the old ones do, but those will be deprecated soon, or so it says... Any help appreciated!
Hello! So I have a button that I would like to disable when a specific user doesn't have runtime permission to the service linked to that button. How can I do it?
Hello, I'm trying to configure the work shifts in MFA and it seems that the work shift configuration is only for a daily configuration. Is there any way to configure the shifts for a weekly plan?? For example: M-F: 3 x 8-hour shifts S: 1 x 10-hour shift Sn: No shifts Thanks. Regards, Iker
I don't understand about asset in thingworx. one asset mean one thing or one asset mean one device connect to thingworx or other if one asset mean one thing when i create thing by not connect device i will lost one asset right? Please suggestion thank you
Hi all! I saw Liveworx 2018 demo with PAT with bidirectional connection. (MQTT channel) I am ok with EDGE -> Thignworx connection. I understand also how Egress message is working. My question is if it is even possible to send request to PAT from Thingworx without any EDGE based trigger? I saw remote service on the example WeatherThing, but cannot find any reference in code. How it can be done in PAT? Regards, Adam
Customer has been using older AspenTech and we are getting data in bulk queries (via Linked Server) through ODBC (JDBC had bugs that couldn't get resolved). Customer is upgrading their AspenTech to latest version and I'm praying there is a better connection option like we do with OSI Pi. Anyone with experience with this product could provide tips?
Hello all, I had to reinstall ThingWorx foundation after I installed ThingWorx Flow. I used the same configuration that I used in the first installation and only changed the host name. I updated this new host name in the ThingWorx Flow configuration following the guidelines described in this post and in the official documentation . However, when I try to access to ThingWorx I received the error described in the Tomcat log (attached), and RabbitMQ outputs this error in its log file: When I run the command "pm2 ls" I can see that all the apps are up and running (see the image below). Can anyone please help me with this issue? I attached the platform-settings.json as .txt file. Thank you
Hi, I'm using the 3rd party js ui libaray to create the custom widget . But the the <svg> element in the original ui libary become <i> and the sub dom is not rendered in cusom widget . Is there any magic rendering occurs when rendering customer widget ? ------The html of the original ui library----- ---the html after rendering in customer widget---
I would like to know all about "Thingworx Connection Server". What is it? What benefit of it ? How to download? How to install? How to using and config? etc. If me must to know. Thank you.
is it possible to transfer the data from sql server to mongo db in thingworx
Hi everybody, Thingworx for sure supports concurrency. I quite often see all the different Thread IDs in the Script Log. But I reached a point in Thingworx Script Development where I get concurrent conflicts and race conditions. Where are the synchronisation primitives to handle this? The use case: We have continous running machine providing it's data to twx via the KepServer. Tags of main interest are running meter, speed and timestamps of certain events. Now we want to do some aggregation in memory and so I implemented an info table as property of the thing and a timer that frequently calls a service that just accumulates the total meters and the time to the last row of the infotable. For certain events (e.g. change of reel) we now need to create a new row in the infotable and now I run into trouble, as the service to accumulate and the events leading to a new row are not on the same thread. This lead to synchronisation issues, why I implemented a second in
I was trying to install License for Thingworx 8.5.5 which is running on Linux docker installed on Azure VM. I didn't have ptc license management credentials with proper access on the portal. I followed these steps as mentioned in below link. https://github.com/babashyam3/Thingworx-8.5.5-Docker Now after successfully launching Thingworx I was not able to change anything because license was not available. My challenge was not able to locate ThingworxPlatform folder in docker to get the PTC Device ID and put the "license_capability_response.bin" in that folder. Here's how I resolved this issue. 1. I got the PTC Device Id b running the service "GetInstanceId" which you can find under "Subsystem: LicensingSubsystem ( search "LicensingSubsystem" in search box in Thingworx".2. I asked for the "license_capability_response.bin" from someone who had proper access to get it using PTC Device ID.3. Now using CMD in admin mode. I go to the folder where my "docker-compose-post
After a fresh install of Apache Tomcat 8.5.50, there are settings in the Tomcat Configuration dialog box for Java 9 Options (see below). Is it best to clear these out, or should these default values be left in?
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.