Recently active
Dear Sir/Madam,1.My client has asked me whether Thingworx app can detect a change in the SQL Server - Table. I've checked the existing Thingworx Database Connectivity(s). It does not support "SQL Notification". Correct?2.I've read about "Thingworx Edge .NET SDK" & "SQL Server - Notification". It seems complicated. See, below.https://support.ptc.com/help/thingworx/edge_sdk_dotnet/en/https://www.c-sharpcorner.com/uploadfile/87b416/working-with-sql-notification3.I'm new to Thingworx. Is there a better (easier) solution?Pls advise. Thanks
Is there a way that I can write a value on a KepServerEX tag from Thingworx?. for example, I need to change a boolean tag of KepServerEX, but I need it to change from a Thingworx mashup using a checkbox widget. This value will change the internal logic of KepServerEX. Thanks. Valeria.
I am trying to load an internal http page with webframe, but it fails to load anything or show any error message.When inspecting the frame it shows the url in the iframe tag definition but it fails to load anything. Is there any way to load it?
Hello community, I am working on a dashbboard where I want to use a toggle button to display a OK/NOK value with this toggle. Already got it working that depending on the status true/false the switch toogles. But now I want to add some colors to that. I used the CSS widget configurator to create a design for both status: Spoiler (Highlight to read) .slider-checkbox {width: 70px!important;height: 32px!important;} .slider-checkbox > .widget-checkbox>input {display: none} .slider-checkbox > .widget-checkbox {width: 70px!important;height: 32px!important;overflow: visible;} .slider-checkbox > .widget-checkbox>label {display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #FF0000;box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.15);border-radius: 16px;box-sizing: border-box;transition: background .2s ease-in-out;} .slider-checkbox > .widget-checkbox>input:checked+label {background: #4CAF51;} .slider-checkbox > .widget-checkbox>label>
Hello, everyone. I am trying to write a code (remotely) that updates the values of the properties inside of my json object. Then I want to take these values and send it to MQTT. My questions are: 1. how do I go about writing the remote code? (which language would you suggest for this scenario). 2. How do I send these values to MQTT? I will really appreciate your suggestions. Thank you
Hi,I need a requirement like is there any possible way to add values in between two rows in grid widget.In Grid i research a lot to insert a value in between two Rows.Required assistance for the query .Regards,Hareef.
We are using Thingworx 8.5.8 and Windchill 11.1 M020-CPS22 with Windchill 2.2.2 REST Services. Our goal is to use Windchill REST Services from within Thingworx to read from and write to Windchill. In Windchill . . .We have one subtype (eg, com.mycompany.GenericDocument) that extends Document. We have several additional subtypes that extend com.mycompany.GenericDocument. When I look at the "OData REST APIs" documentation in Windchill, I can browse to the PTC Document Management domain (v5). Under this domain, I see a GET button for (presumably) each subtype of com.mycompany.GenericDocument. If I click the blue button for /Documents/PTC.DocMgmt.MyGenericDocumentSubtype, I can specifiy criteria $filter to perform a successful search that returns only Documents of type "MyGenericDocumentSubtype". In Thingworx . . .I've created an Http Thing for which the Base Thing Template is "ODataConnector" and added the following to its configuration:v5/ProdMgmtv4/SavedSearchv5/DocMgmt T
Hi All, I am facing the issue that my ThingWorx 8.5.4 system becomes unstable once the Postgres connection count reaches its limit(300), after reducing the connected users, system performance doesn't improve. Also in the normal condition, my mashup will get loaded within 5 seconds when connecting 4500 devices and 20 users and after increasing the user count up to 30 mashup loading time increases to 15-20 seconds for the same mashup, again after reducing the users to 20 will not improve the mashup performance. What can be the factor which is causing this issue and how can I improve my system performance? Thanks in advance for your help.
Hi,Is this possible in Thingworx 9.2 to show Runtime, downtime, break, hold with different colors for Particular shift(ex : Shift Timings from 7 am to 3pm) like below image. By using available widgets can we do this?
Hi all, I have a Mashup parameter that is an infotable, which consists a column as Checklsit which is another infotable. I want to export this Checklist infotable, but I am unable to. I am able to bind that infotable to a grid & it is available in the grid. TWX 9.2 Thanks in advance,Sujith
I followed this article to configure my database thing: https://www.ptc.com/en/support/article/cs318728 I got the database configured but when i try to run services to check the connection (the query that i'm trying is SELECT GetDate()) the following error returns: "Unable to Invoke Service RunDatabaseQuery on DatabaseConnection : Execute Query failed: java.sql.SQLException: Cannot get a connection, pool error Timeout waiting for idle object" Don't know what may be wrong I used the following configuration for the database thing And the property tab looks like this Please let me know if you need more information to help me
Hello all, I am new on ThingWorx. I have a created a Thing Shape with some properties, a Thing Template, then 4 car things. I need to create a service that inserts values to the properties in my things.How can I go about writing this service?Your assistance will be very much appreciated. Thank you.
from the thingworx docker build, the scripttimeout was set to 30 in the generated platform-settings.json. I had combed through all references and "full" list I could find, but none of them mentioned the env key name for scripttimeout. I had done a blind test with "SCRIPTTIMEOUT=1220" in the docker compose yaml file, but it didn't work, just got ignored.
Hello. When i enable zoom in the Line chart, the "Reset" button shows up by default. is there a way to not have the reset button and use an external button for resetting the zoom?
I exported datatables separately from one server using (to file, single data, datatables option) and import in another server using (from file, data, file repository, browse) to get the values in it. Once import is successful, not able to reimport the same file again any servers. .import file also not present. then what is the reason for this skipping import while reusing same file. If i exported again, then that file is importing successfully for only one time. How to reuse the file?
Hi,I am looking at the documentation of ThingWorx docker deployment and saw that ThingWorx Connection Server docker is mentioned in HA environment section. Can't we deploy CS docker in Non HA environment as we do in VM based deployments? Thanks,VK
After upgrading my TW from 9.1 to 9.3 my mashup mobile settings don’t work. see before and after pics
Hi Community, This error occurs when I save the service, and then the Thing cannot create a new service again. How can I solve this problem, thank you!
Hi Team, Suppose, my service is returning 1 String field and 2 Integer fields. The string field will take the X-axis but want to show only 1 series in Y axis out of those two integer fields. How to achieve this behaviour as there is no flexibility to select Y axis field in properties. The All data is binded to Data property of Bar chart widget. Thingworx version is 9.0 Please help. Thanks in advance.
Hello, I created a custom widget in order to integrate the OvenMedia WebRTC player (https://airensoft.gitbook.io/ovenplayer/). I included the Third part javascript and the player is starting on my local computer but not in the production environment. What could be the problem & how can I analyze this? Development environment: Thingworx 9.1.0-b10877Production environment: Thinworx 9.2.5-b308 The code to import the ovenmedia js and start the player is the following one:this.renderHtml = function () {$("body").append('<script type="text/javascript" src="../Common/extensions/OvenPlayer/ui/OvenPlayer/include/ovenplayer.js"></script>');var html = '<div class="player-wrapper"><div id="player_id"></div><div id="player_label">TEST</div></div>';return html;};this.afterRender = function () {document.getElementById("player_label").innerHTML = "DEBUG1.3";OvenPlayer.debug(true);document.getElementById("player_label").innerH
Scenario:Single mashup with multiple line charts, all with timestamp on the x-axis.I am looking for the user experience where I drag-zoom on one chart and have the other charts zoom to the same range. Basically, selecting a range for the x-axis for the entire mashup via a drag-zoom on a single widget.Anybody know of a way to accomplish this task? -Thanks
Hi all, I have a STRING field, using which I have to generate a QR Code that has to be printed later.Is there any way to generate a QR Code in Thingworx 9.2.3 Thanks in advance,Sujith
A lot of times the widgets are limited in capability, and we have to resort to Custom CSS. I've recently read an article which gives a ridiculous Custom CSS solution that no developer could've got to by themselves: #runtime-workspace .test.widget-flexcontainer-bounding-box.allow-content-resize { flex: 1 0 auto !important; } Is there no chance that we could have a PTC tutorial with how to achieve Custom CSS editing through Dev Tools? All official resources I've come across are very flimsy. Thanks.
Hi all,How to get the output in string from infotable in loop, based on index values. Thank you
Service A, is used for three different Solutions. Solution A users shouldn't be able to see the data of Solutions B from Service A. How can I restrict this ?@slangley @PaiChung Thanks,Shashi.
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.