Recently active
Hi! Is there any way that a ThingWorx mashup can be invoked through a POST Request with parameters? The data that we are trying to pass is of sensitive nature and we would like it to be hidden. If this is not possible in ThingWorx whats the recommended way to implement this? Note: I have tried Mashup parameters and am able to pass the data via URL formation but ideally we would like the parameters to not be visible. Thanks,Ashish Tamhane
Hello All,I have a requirement to query data from Oracle Data Warehouse to Thingworx Platform. Any interface connectivity like ODI or JDBC example exists which I can leverage in my solution. Any leads would be appreciated. Regards,Sid
Hi,I have a requirement that the Manufacturing plant data is coming to the Azure data lake from various data sources and I need to fetch that data on the ThingWorx Foundation to display that on dashboards. So How can I connect my ThingWorx Foundation with Azure Data lake? Any help would be really appreciated. Thanks & Regards,VV
Is there any Documentation on the Compliances of PTC or Installation of PTC Products in different Regions?
Hi Community,I have a requirement to display 3D model document in Thingworx Foundation 9.4 Is there any widget available in Thingworx using which we can render data. I know about ThingView widget but due to license cost issue we may not be able to buy manufacturing apps/navigate.Any other solution available would really be helpful. Regards,Sid
I can't get this service to accept the output from a DateTIME picker widget. It always says that the parameter is the wrong type. If it isn't looking for a DATETIME, what is it looking for?
I want to bind my models to a thing using analytics events. It works just fine at first. Then I made a new analytics event to bind my model with another thing, But it is not working. I used the industrial connection thing first, then I changed it to the generic thing (I duplicated the thing that's working) but nothing works. I already checked analytics jobs but nothing shows there (already unchecked filter completed jobs). Please help me to bind my models with the industrial connection thing. (Because I want the input from kepware)
I need to make application where logging is a blocker. Yes, I know, cybersecurity - but risk analyses shows, logging is not necessary. That must be common use interface, where most important for us is EVERYBODY can use this interface, just simple interface where user is requested to click & go to report some circumstances (and we do not need to know who was that). Yes, I know I can use appKey and add it to link - so it's like server/Thingworx/Runtime?appKey=<...>&x-thingworx-session=true#mashup=MUName_MUBut I found in docu, that next version will not support this solution, appKey must be given via POST method - so I can not pass it via link.Can I somehow make app starts without requesting logging?
Hi, All is in the title. Thanks,
Hi, I want to get my current time using this code: var currentdate = new Date();var datetime = "Last Sync: " + currentdate.getDate() + "/" + (currentdate.getMonth()+1) + "/" + currentdate.getFullYear() + " @ " + currentdate.getHours() + ":" + currentdate.getMinutes() + ":" + currentdate.getSeconds();var result = datetime; but the result I got is not correct, The date is suitable but the hour, minute and second are wrong.
I want to read data from PLC using kepware, I use the industrial connection, and I want my data type to be a number but I can't change the data type. How to change this?
Hello,It's from 9.3.0. The Date Time Picker Widget Height can't be reduced. On the Mashup, the Date Time Picker widget is Occupying more space than the widget that is present in 8.3.4In 9.3.4, also this issue still exists, placing the DateTimePicker widget. Can someone Help me to reduce the Height of this? Reducing the Height from style properties or custom CSS will not because it cuts off the Container of the widgetThanks,
What are the best practices for Influx DB Archival to Store the data in Azure or anywhere ?@slangley Thanks,Shashi.
Hi,Trying to add a Header Mashup and Header Mashup has Dynamic values, so need to pass data to the Mashup Parameters of the Header Mashup Mentioned in the Collection Widget; how can it be done?Thanks,
Hi,I see that GirdAdvanced is now a Legacy widget in the TWX 9.4, it is replaced by ptcs-grid, but when I Exclude the Column Name in ptcs-grid, those are not excluded on the Runtime, why ? is there any configuration that needs to be done?Thanks,
Hello, everyone! I have this project. Where we have a thing receving values coming from Kepware. We have to replace this "values" to "text" and display to a mashupFor this reason we have a SQL query bringind all the data in a table. Questions:1 - Is possible, somehow bring the (thing values) as input parameters in the SQL query ?2 - The (thing values) have updates. For this reason, is it possible to do it dynamically?Let me know if you need more information. I'm not sure if I made it clear enough.ThankYou in advanced.
Hello,I am trying to compile C SDK so :1- I have downloaded /unzip c edge SDK2-on SteamSensor examples folder, I have created bin folder3- on bin folder i have executed : cmake .. I got systematically the error : Unknown CMake command "copyLibraries".OS: Ubuntu 20.04.5I have also installed previously CMake 3.20I have tried to include copyLibraries in the file cMakeLists.txt, but it didn't solve the issue. Thank you for your help.
Hello Experts,I have a requirement to display 3D model document in Thingworx Foundation 9.4 Is there any widget available in Thingworx using which we can render 3D data. I know about ThingView widget but due to license cost issue we may not be able to go with manufacturing apps/navigate.Any other solution available would really be helpful. Regards,Sid
Hello, I have been trying to build the Thingworx 9.4.0 b49 Docker image for MS SQL Server. I've followed the steps from here:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Installation/ThingWorxDockerGuide/thingworx_docker_setup_config.html#I spun up a new Ubuntu 20.04.1 VM and downloaded the Twx 9.4 Platform archive. Next I downloaded the Docker images for Thingworx and the security tool, built the security tool and copied the resulting archive in the staging folder of the Thingworx Docker files. I've added the Oracle JDK 11.0.19 and Tomcat 9.0.80 and the MS JDBC driver for MS SQL archives and went through the build.sh stage with no problem then build.sh mssqlThe image appears to have been built successfully. Next I edited the yml file for docker to specify the remote MS SQL Server DB details. I commented out the part about the mssql service as I saw the KB notes and other instructions, plus an example of docker yml file, where the mssql serv
I have exported the entities from ThingWorx8.5 and import them into ThingWorx9.4.There have been some changes in the layout.But the most import problem to me is thatthe datetimepicker can not change the year, day and time can be changed.Does anyone know how to fix it with a easy way? And the changes in the layout can be fixed easily?
We used Thingworx 8.3.0 build a DEMO at a windows Server 2012 R2 VM three years ago. Recently, i try to renew the license, but after deleted the file " sucessful _license_capability_response.bin" in the ThingworxPlatform folder and then restart the service " ThingWorx Server", there was no " licenseRequestFile" generated. In order to get the Device ID, i used the older snapshots of this VM, and then got the license to licensing theDEMO. According the licensing Guide, i do step by step, the .binfile was renamed " ignored_license_capability_response".
I'm having trouble writing a simple loop. I have arrays with three columns.The columns are Group , Date and Value. The group is the same for all rows.The same date occurs many times - and I need to sum up the values for the same dates and write them into a new table.The code I can write in pyhon and VBA - here I can not get around the limitations of JS in ThingWorx
Hello, I have been struggling with setting a color on the dropdown widgets filter icon: I found this support article that shows how to change the fonts and such for the dropdown list.But when I try to use similar CSS to set the icon color, it doesn't work. ptcs-list::part(item-value) { font-family:'Roboto','Noto Sans CJK', sans-serif; font-weight:bold; background-color: red; }The above CSS sets the background color of the "item-value" part of the ptcs-list element.However when I try:ptcs-list::part(icon) { color: red; }It doesn't set the icon to red. I also tried:[part~="icon"] { color: red; }This also didn't work. I have also tried stepping down from the "first" element with something like this:div > div > ptcs-textfield > div > div > ptcs-icon { color: red; }But this also hasn't worked... Any pointers on how to "figure" this out would be greatly appreciated. Thanks,Jens
The reference link mentions that the property RemoteAccessProvider should be set to a GASRemoteAccessProvider Thing. However I am unable to find this property. Could you please let me know in which ThingShape can this property be found? Thanks,Ashish Tamhane
errors when installing ThingWorx 8.5 How to fix ------------------------------------------------------------------------------------------------------------------ Translated by Community Moderator via Google Translate ------------------------------------------------------------------------------------------------------------------ erros ao instalar o ThingWorx 8.5 Como corrigir
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.