Recently active
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
Hi, I am using Iot-gateway in Kepware, and I want to only send messages if they have quality set to true. I tried to use Advanced templates, but I could not find any guide anywhere on how to use the directives there. I tried this, but got an error. {"timestamp": |SERVERTIMESTAMP|,"machine_ID": "m_id1","values": [|#each VALUES|{"id": "|TAG|", "v": |VALUE|, "q": |QUALITY|, "t": |TIMESTAMP| } |#unless @last|,|/unless| |#unless |QUALITY|="false"||/unless||/each|]} Please help.
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.
Dear All, This question has passed before, but is there any connectivity solution between OPC Alarms & Events and ThingWorx 8.5 or 9.x in the meantime? We need some alarms from our devices and would save a lot of work if we were able to use OPC AE. Or maybe somebody has created a workaround? Kind regards, Rutger
H0w to solve the problem of import tags that appear notifications like this on kepware with OPC DA Client?
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.
Hi All, First post on the forum. I was wondering if anyone could provide guidance on setting up Thingworx HA with a VMware Load balancer, similar to the Azure guide I found in the IoT Tips section. I've used the following guide to date, which references a HAProxy config.Load Balancers for ThingWorx High Availability (ptc.com) What i'm finding is that I get SSO timeouts when navigating to the URL but only when the two Thingworx nodes are online during my testing. When reviewing the connected users I see multiple sessions for my name, each time I refresh the SSO error I get a new session. I understand through talking to PTC Tech support that this is a Load Balancer Persistence (Sticky Sessions) issue. Tech support call raised with PTC and VMware to resolve, but if anyone has seen this before i'd be grateful to hear how you resolved it. Thingworx HA Setup Version 9.3Ping Federate (9.3.3) CAS / SP = ADFSThingworx Foundation x2Connection Servers
Hi Everyone,I have query here please check below statement:I have a multiple user like supplier in supplierGroup.Also I have one repository i.e XYZ_repo in ThingWorxWhen any supplier will add any files from mashup to XYZ_repo repository I want to show this files on the grid widgets having parameter(name,lastModifiedDate,size,link) .If multiple supplier user will add files into the repo at the same time I want to show files data as per user on grid widget.ex: user1 uploaded 2 attachment and user2 uploaded 3 attachment that means.user will see only 2 attachment and user 2 will see only 3 attachment on the grid 5.I am using Thingworx 8.1 version I know its old but I don't have any option right now. I don't want to show all files in grid I want show files data on grid on user specific. Please suggest any solution
When trying to write the value from TWX to KepServerEx failed and gave following error: Write to property failed. | Thing name = 'AdvanceTagsTestingDT', property name = 'Channel2_CalculatedTags', reason = conversion of value '632942' to type 'Short' failed. The Tag is created in the Simulator Channel type and assigned "K0001" as address to the Tag.@slangley @PaiChung Thanks,Shashi.
Hi, I made a table using collection widget. Is it possible to use a dropdown widget for filtering the data in collection widget? If it possible how can we do it?
Hello All, I gave some css code for the cell mashup, It is working fine when we opened the cell mashup separately. But the same cell mashup css not working, when it is used in the collection widget. I have mentioned the css code for you reference. .myBoxColumnLeft .widget-fieldset .widget-flexcontainer {border-color: #d9d9d9;border-style :solid;border-width:1px 1px 1px 1px;background-color:#efefef;}Can anybody give the solution for this?
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.