Recently active
MachNation Podcast Replay: Enterprise-Specific Implementation Testinga podcast, by Mike Jasperson, VP of the IoT EDC MachNation, a company exclusively dedicated to testing and benchmarking Internet of Things (IoT) platforms, end-to-end solutions, and services, has conducted a recent podcast series featuring our very own Mike Jasperson, Vice President of the IoT Enterprise Deployment Center here at PTC. Performance IoT is a podcast series that brings together experts who make IoT performance testing and high-resiliency IoT part of their IoT journey. Mike Jasperson's podcast is episode 5 in the series, titled: Enterprise-Specific Implementation Testing . Enjoy!
As per this thread - same problem: I get the same issue, any update on this???
Hi, Can you please upload progress gauge extension. Related post
Hi Thingworx Community, Has this been achieved by someone via Thingworx? A few different approaches have already been tested, for example:1. Using directly the PostImage snippet to generate a POST request to the SharePoint API2. Uploading a file via Repository, converting to Binary (via snippet service) and using POST service snippet Those approaches didn't yield results as the SharePoint API doesn't return anything meaningful in the RestAPI responses. I wanted to know if someone has achieved that use case and what might be failing in my approach. Regards
Hi,i want to set influxdb for my streams and value streams however i dont know how to get previous data from postgres. the current method of importing and importing thing is quite tedious as i have 100gb of data and no of facilities. is there any other method. thanksAdarsh
As per this thread - same issue Hi @slangley and @newieKek I'm trying to do the same and I'm stuck at the same point with the same error, can someone clarify me the solution? Do I need to create a different database manually? Or just need to use a user with rights for creating a new database? Please let me know if you need more clarifications on my end to help me. Regards, Gerard
Hello,we are experimenting with the retrieval of pvz resources from windchill for AR purposes using thingworx Flow. In particular, the "get viewable" routine is capable of getting pvz files except for positioning assemblies. In this case, the pvz file has a 0 KB size. How to build a proper pvz also for this type of structure?
Hi Team,I have to create a ML Model in TWX Analytics using an external PMML file. Can I get some relevant guides or articles most suited to start my job?PS: I am using TWX 9.3 Thanks & Regards,Ankit
When I get the current time with,var currentTime = new Date();I get a datetime in UTC, which is fine, and the correct UTC time. But I need to convert that time to local New Zealand time is order to submit a correct request to the Process Historian API. How can a JavaScript Date be converted to a local time string?
Hi All,We are trying to add functionality to the advanced grid widget where double clicking a cell would copy to clipboard whatever is contained in the cell.What would be the security risk of adding javascript to the page if that code is not being run on the server side, and only on the client side.How would this be any different from someone running code through the inspect tool of their browser?Other useful scenarios would be to do client-side processing for manipulating the DOM without constant calls back to the server to run services.Thanks in Advance.Thanks,Sakshi Sikarwar
We was using 10 datetime remote properties in Thing from Thingtemplate in all services. Hereafter those properties wont receive data from device. So we planned to pass new Date() time in all services. Is there any option to set current time in all those properties directly instead of editing all services. ??
So, I've had a problem with data table keys for a while now. When I set a number field as the primary key for a Data Shape and it gets used by a data table, the "key" field gets type-casted in a weird way. Whereas the data shape's field, say "Item", is filled with the number "10", the key field is stored as a string and the "Item" field gets type-casted that way and the resulting string ends up being "10.0". This results in problems when you try to search by the number "10", it will say that there is no such key. I've been programming around this problem, but I'm starting to get worried about future upgrades to ThingWorx causing problems for me. Is this going to be a problem for me in the future? Has it been fixed since ThingWorx 8.5? Is there a way to stop ThingWorx from adding the extra ".0"? Any help would be greatly appreciated.
Tried this but didn't work. ptcs-chart-line>.ptcs-chart-layout>.ptcs-chart-zoom-slider>.slider-container>.zoom-slider>.ptcs-slider>.grid::track{height: 15px;top: calc(50% - 7px);} Can somebody tell me how to target a particular element and add css styling?
Hello , I want to add a background image to the advanced grid , or make it transparent .So is it possible to do so. I have tried it , but the background is applied to only empty part of the grid , but not to the rows filled with data.
Hi,I'm trying to connect thingworx to influxdb but getting an error saying: Unable to update PersistenceProvider: Unable to connect to the PersistenceProvider: testInfluxcan anyone tell where i'm going wrong. ThanksAdarsh
Hi,I am trying to make connectivity with remote industrial connection thing and PostgreSQL database, any guide or steps to follow to insert the remote thing industrial connection data into the Postgres SQL database.could you please help me with this connectivity and data insertion of streaming data, I am using the Thingworx 9 version and Postgres sql database?
Hi team,I tried to import csv file on twx but it failed. It's showing "Entity import not supported for file type csv". Could you help me with this?
Hi,In one of my application, I have given some manual styles to some containers, like Background color, font style, font size.But after navigation, the styles are getting reverse back to the default style.So, can anyone help me to find the solution to this issue? Or any specific reason why is it happening?I am also attaching some snaps below for the reference.Thanks in advance.Hareef.
HTML with CSS contents will be work inside advanced grid? For Example: <!DOCTYPE html> <html> <style> .tooltip { position: relative; display: inline-block; border-bottom: 1px dotted black; } .tooltip .tooltiptext { visibility: hidden; width: 120px; background-color: black; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ position: absolute; z-index: 1; } .tooltip:hover .tooltiptext { visibility: visible; } </style> <body style="text-align:center;"> <div class="tooltip">Hover over me <span class="tooltiptext">Tooltip text</span> </div> </body> </html> What are HTML and CSS codes will work within Advanced Grid?
Hi Satish Kumar, I am looking to export an infotable and chart to a csv, can you please brief a bit more with steps , where i can find the excel report template Thanks Vignesh
It is not possible to make the Button widget's TooltipField text appear in the next line, it is coming in one straight line, considering all spaces and the next line as a single space.
Hi Team,I have installed thingworx with postgreSQL Database. In order to fetch data from other sources, I am trying to connect twx to an external MsSQL database running on another server. Could you please help me out with this?
Hi,We are using a FileUpload widget on a mashup, but it doesn't show.To discard other posible issues, we've created a new mashup with only a FileUpload widget, but when we view the mashup, the widget doesn't show.We turn on the ThingWorx debug toolbar to show log, and this is the error: 12:01:14 INFO - In-page logger initialized. 12:01:14 INFO - ThingWorx Mashup Runtime vundefined 12:01:14 ERROR - An error occurred while calling fileupload::renderHtml, Id = "fileupload-5". Exception: s.match(...) is null on line number 1 in file mashup-common-widgets-runtime.js?_v=9.1.312:01:14 ERROR - An error occurred while calling fileupload::afterRender, Id = "fileupload-5". Exception: f[0] is undefined on line number 1 in file mashup-common-widgets-runtime.js?_v=9.1.3 THW Platform: ThingWorx 9.1.3THW Apps: ThingWorx-Apps-9-1-1 Does anyone else have this issue?Thanks in advance,
Hello , I want to how we can set the download path from Thingworx For Eg : I need to store the CSV file for specific path and folder in my system
Hi Developers,Could you let us know if we can access the script log from entities and show it or not ?
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.