Recently active
Hi, I've exported a project from TWX 8.5.4 to 9.0.2 which is working fine so far. But there is one issue: I can't figure out how to bind the "Changed"-Event from a session variable in TWX 9. There is simply no menu to do it. I've attached two screenshot from 8.5.4 and 9.0.2 where you see that the event "ToggleVarChanged" show up when you click on the session variable in the "Session" tab. Since 9.0.0 this isn't the case anymore and I don't see another option. The binding itself (created in 8.5) is still working in 9.0 and is shown in the mashup builder. So... any ideas where to look for it?
Hi, I create a native javascript function to convert a infotable to a key-object holder: ================ function infoTableToKeyHolder(infoTable, keyField){ let holder = {}; for(let i = 0 ; i < infoTalbe.length; i++){ let item = infoTable[i]; let keyValue = infoTable[keyField]; holder[keyValue] = item; return holder }} ================= How to share the function for any JavaScript service ? Regards, Sean
Hi All, I have seen some logs in Thingworx Related to Blacklisted words. Can anyone tell me what are those blacklisted words or Thingworx is only checking the Length of the Password? Thanks for your response.
I see an extra space after widget migration for tab widget...Please check belowscreenshots. After migration Before migration. Please resolve the issue asap
I have a problem styling the list widget in TWX 9.0.2. As seen in the attachement I set the base color/background to green, hover to grey and selected to blue. But the base text color seems to be overwritten by the hover color. Is this a bug or am I missing something in the settings?
Hi Team, I am trying to use Style Themes to set style to my button. There are multiple button styles defined in my style theme like for primary button, secondary button, Transparent button. How can I use a specific style like secondary button style to my button ? Thanks and Regards @nmilleson , @krishnakomal
Is it possible to send dynamic data to Generic radio button widget though an infotable service?
I use a 24" fullhd screen, but seems limited in particular when working with mashups. with previous composer (8.3) it was quite enough, but now with the new composer (TW 8.5) more size seems required. I need sometimes to zoom-out with the browser Is it better a 4k screen on a 27 inch ? What do you use ? Regards
How do I set selected and hover styles for list items without using style theme in Thingworx 8.5.2
Hello, this is my first post here so I hope I am posting in the correct location. I'm having some issues with figuring out how to do joins and other filter functions on the Thingworx platform. But I think I am getting the hang of it, at least a little bit. I am having some issues with while doing an INNER join on two tables from the Operator Advisor addition to TWX. in the output from my service I get both of the tables "mashed" together. I'll add an attachment to illustrate this. I think I am getting the join and filter correct, but I am not sure. Here's that code: var filter = {"filters": {"filters": [{"dataShapeName": "PTC.SCA.SCO.JobOrderProcessingResourceRequirement","fieldName": "ProcessingResourceUID","type": "EQ","value": ProcessingResourceUID}],"type": "AND"},"joins": [{"type": "INNER","sourceDataShapeName": "PTC.SCA.SCO.JobOrderProcessingResourceRequirement","sourceFieldName": "JobOrderUID","targetDataShapeName": "PTC.SCA.SCO.JobOrder","targetField
Hello, I am using collection widget ,I want to pass id through checkbox with checking multiple rows checkbox Please refer below attachment and suggest How to used checkbox with collection widget and How to pass value??
Hello, IIoT Developers! 9.0 is out—let’s dive right into what’s new with Composer and Mashup Builder. (If you haven’t already checked out what’s new in 9.0 with active-active clustering, be sure to check out this tech tip.) We have a lot of new functionality that we can’t wait for you to start using, so without further ado, let’s begin! Mashup Builder In 9.0, we continue to make great advancements to our Mashup Builder and visualization toolset. We’re all about productive developers building the coolest IIoT apps! Mashup in 9.0 with new Line Chart widgets! Undo/Redo Ever spent a good half hour arranging a layout, making some data bindings, adding some styles, and once you view the Mashup, you decide you aren’t quite happy with your last few tweaks? The panic sets in when you forget exactly what you changed, and you don’t want to lose all of your edits. What is a developer to do? In older versions of ThingWorx, you might cancel without saving y
Hello, let's say I have a DataStream where I collect temperature and Humidity values from different sensors(=sources). Each sensor send data every 15 seconds, and sensors are asynchronous. The aim is to write a service in the DataStream (right table below)in order to have as output an infotable (colored left table below)which will be connected as entry to a timeSeriesChart that draws each temperature curves: I've succeeded in sorting and then pivoting the temperature values (table in the middle) but I want to sort every source column with the corresponding ascending timestamp (as I want to draw continuous curves, I need continuous rows for a given source without null values in the middle). Are there "advanced" sorting or joining techniques to achieve this?
Hi, On mashup loading we are calling almost 5 services which are mandatory and 5 - 7 services which is been called in the service invoke completed of those services loaded in mashup. And its taking almost 12 seconds to load a page which upsets the customer. Is there any way to make the mashup load quicker like just in 2 seconds? Please provide some idea. Thanks in advance, Shalini V.
Hi Techies, Can anyone please share SSH Extension and Terminal Widget zip file? Thanks in advance! - Shirish
I am having an issue getting an ODBC Client to generate tags. I already have the same setup working for two other tables, but this one is having issues. the full error is "Unable to generate a tag database for <MY DEVICE>:Automatic tag generation for device 'Chem_Results' refused due to active client connections". I can't find what is causing this error. The other two Devices on this channel work fine. The query is valid and pulls the data i expect it to when ran in the oracle sql developer.
We are rolling out Thingworx Navigate app which will be used by pretty larger user base. We need to have some folks to go into Thingworx platform doing very specific tasks like managing users and user groups. What is the best practices for such admin group for Thingworx Platform. I do not see any out of the box group where we can be leveraged. thanks, Preeti
Hi everyone, My environment: Thingworx 8.5 I'm using the Time Series Chart V2 - Custom Chart 3.0.3 from Marketplace. This is my designe from composer: This is my runtime: They are able to observe that the Time Series Chart Widget does not obeying the responsiveness. **All my containers are responsives. Is there any code CSS that I can put to do this? Regards, Leonardo
Hello! I am running into some strange behavior after copy and pasting a widget from one part of a mashup to another. After duplicating I re made the bindings and confirmed they connect to the same entities. Is there anything else that doesn't copy over that I need to update? The widget is a dropdown, in the picture I have the working original and not working duplicate side by side.
Hello, I am following the Guide "Setup a Raspberry Pi as an IoT Device" and have downloaded MED-61060-CD-054_SP5_Microserver-Linux-arm-hwfpu-openssl-5-4-5-512.zip on a rasberry pi running the latest version of raspberry pi OS (Buster) and trying to connect to the 30 day hosted trial of ThingWorx. When I start wsems using sudo ./wsems I get an illegal instruction: sudo ./wsems [FORCE] 2020-06-12 16:11:30,53 ./wsems: Initializing EMS ....[FORCE] 2020-06-12 16:11:30,56 main: Using config file /home/pi/Downloads/microserver/etc/config.json[INFO ] 2020-06-12 16:11:30,59 ./wsems: Creating the WsEms proxy.[INFO ] 2020-06-12 16:11:30,63 ./wsems: Starting HTTP Server.[WARN ] 2020-06-12 16:11:30,67 Main: Encryption is disabled on HTTP Server.[WARN ] 2020-06-12 16:11:30,71 Main: Authentication is disabled on the HTTP Server.[INFO ] 2020-06-12 16:11:30,75 ./wsems: Initializing the ThingWorx REST interface.[INFO ] 2020-06-12 16:11:30,79 wsEmsProxy::initialize: FIPS is disabled.[INFO ] 2020-0
hello, i have added a checkboxes in a grid. Bind the service to the grid and then i have bind EditedTable of grid to infotable input parameter(Workout_id) of the DB service to pass the Workout_id. I set iseditable and multiselect property of grid to true, and also set the true value to editable in configure grid columns. But after that the checkboxes has set default value true. I don't want default value true for checkboxes. so is there any way where i can set default value false to checkboxes? here i have shared attachments, please refer for your better understanding. Regards, Ruchika
Hi All, I have created a custom widget, I can add it to my mashup. But when I view mashup that widget disappears and error shows <widgetName> doesn't exist. I am attaching screenshots and extension zip file for reference.
Hi, I have placed a collection widget in responsive mashup, but In Runtime View when i zoom in/out the page collection widget is automatically reloading its data..Do we have any fix for this??
Hi, I'm referring the article to config git : https://www.ptc.com/en/support/article/CS267770 I've followed the last section "Updating ThingWorx with Import of a Project from Git" to config the clean and smudge, but run git add / git status report the error below, the replace command doesn't work. sed: no input files error: external filter 'sed -i 's/lastModifiedDate=[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9].[0-9][0-9][0-9]-[0-9][0-9]:[0-9][0-9]/lastModifiedDate=/g'' failed 4 error: external filter 'sed -i 's/lastModifiedDate=[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]T[0-9][0-9]:[0-9][0-9]:[0-9][0-9].[0-9][0-9][0-9]-[0-9][0-9]:[0-9][0-9]/lastModifiedDate=/g'' failed could someone help on it ? Regards, Sean
Good morning PTC, I have a problem with MQTT extension 2.1.1 and 2.1.0 version. Both not working in the new version of ThingWorx server. I have tried with mosquitto broker and I've checked that the broker works, but the ThingWorx Composer doesn't. Could you help me? It's urgent for my job. Best regards, Carlos
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.