Recently active
How to pass column names along with its display names to chipdatafilter? So that i dont need to edit the display names whenever new field is added in datashape....
Is it possible to deploy the old version solution from solution central to thingworx which contains new version
There are several posts regarding this issue, but all of them lead to nothing, yet.Custom Widget - How to create Custom Dialog for cu... - PTC Community Mashup Widget Custom Dialog API - PTC CommunityArticle - CS276506 - Documentation/detail missing on Mashup Widget Custom Dialog API refered to in the Widget API for developing custom ThingWorx Extensions (ptc.com)So I will retry!Current Documentation of CustomWidgets is:Creating Customized ThingWorx Widgets (ptc.com) - for classic approach using pure JSDevelopment Guidelines - ThingWorx Web Component SDK - Lit (ptc.com) - for LITNeither of them explain, how the Property "customEditor" of the *.ide.js can be used to show a dialog,or better what the API of this Dialog Class should look like! So the documentation is still incomplete. Even this great repos: jmccuen/ThingworxWidgetAPI (github.com) leavees us alone.customEditor - name of the custom editor dialog to use for entering/editing the widget’s configura
Hello,I'm working to import a lot of user between one Thingworx server to another Thingworx server, for that, I'm making a service for automatise the importation. For that, I'm trying to use the "Thingworx/Importer" RestAPI Call.The files are present in a FileRepository, but, when I search, in the RestAPI Call, for choose the FileRepository and import the requested XML File of a user, I don't see the option for... Have you some ideas for import the user with the XML File ? (I have already done the exportation, and it work)Thank you.
Hello Team,I have two dropdowns, first one "Timeframe" in which 'This shift' means (6-2 o'clock) time and 'last shift' means (12 - 6 o'clock) coming. Based on "Timeframe" dropdown selection I am getting this "DateTime" dropdown selections which I indicated in brackets. how to apply auto refresh on screen if my shift time changes? Can anyone please provide a detailed explanation how can I do this and please provide service code also if needed for this implementation. Thanks
Hi, Somehow, In my OPC UA server, all tags got 15 subtags. These subtags are not visible in Kep Quick Client or in the Kepserver Configuration Window but visible in UaExpert or other OPC UA Clients. I want to stop it. Please guide me how to deactivate this!Thanks in advance.
while consuming or exposing the REST APIs in Thingworx, are there any limitations or constraints like rate limit, data limit etc?
We know about Mitsubishi-Etectric series in Q series.Check the understanding of best practices in tags per channel on IoT gateways.What is the maximum number of tags on IoT gateways?
Hello, I am using Thingworx 8.4.3 I have a dashboard where there are multiple grids on one screen.Is there any implementation where only one row out of multiple grids can be selected at a time and that info be passed to another service?
Hi,I'm doing an installation of DPM to see how it works.I'm using Thingworx Foundation and DPM version 9.5.0, I'm also using the import tool from GitHub, which I've tried version 9.5.2 and 9.5.1 (I thought the problem could be here because the missing ThingShape described below is PTCDTS and the tool shows up with PTCDTS in the installed extension page) I have not installed analytics and I understand that's an optional.I do know that the import tool has no official support. Here what I've done.Done all the steps at DPM Customer Deployments section on DPM help center. Imported DPM, it showed the warn of a attempt to modify a default mashup (seems ok).Imported the DPM import tool from github, ptcdts.dpmdataimport-1.2.103-extension-package.zip and ptcdts.dpmexport-1.2.103-extension-package.zip (currently installed 9.5.1).Then, as per guide, executed the service on PTC.Base.Manager, output had no errors.Imported the sample .xlsx with no m
In PTC Chip filter, I passed column names and configured its title. Whenever new columns added, its custom title is not displaying. The column name present in datashape is displaying. As new columns will be added continously, iam expecting the customised column names should not get changed. How to do this ?
can we do Generative AI with Thing Worx integration? if yes. what are the ways to achieve that. suggest some use cases.Thanks in advance!!
I add a area and source to validate Alarm and Event funciton with UAExpertA/E should be activated as wellBut in UAExpert, I can't see it and I can't find any access to see it, please give me a help here, thanks
Hi All,I am creating a login form through Organization and able to create it successfully butwhile logging to the page I am getting an error like:Credentials do not match a valid username-password combination for this Organization. Try againalthough I am using the Administaror credential and also created one test user still not able to login please help me out here.attaching screenshots for visibilty Ragards,Lav.
I am using Thingworx 9.3I have created a dynamic subscription using a service in the thing. First issue is it is not triggering the service that i mentioned in the dynamic subscription code Secound issue is how i can check if the dynamic subscription is created or not and can I enable and disable it.This is my service FirstService 2 which i am triggering
Hello, I need to get some PLC Events data from an External OPC UA Server. If I am using UA Expert, we use the Event View to get the events, it shows general machine status which we need. Does KepServer have similar feature to read events from external OPC?
I created a parameter of type 'password' in an infotable to store password information. In my mashup, users can register their passwords, and I use the - Resources["EncryptionServices"].EncryptPropertyValue - service to encrypt and store the passwords. Now, I'm working on a login mashup where users enter their passwords. I want to create a service in my Thing that encrypts the entered password using the same method and compares it to the stored encrypted password from my infotable to verify if they match. Is this achievable?
How I can Uninstall DPM from Thingworx server.
I want to show date in label widget. If i passed new Date(), it is diplaying 1725475328533. If i passed let date = new Date(); TimeString = date.toString(); then it is displaying 'Wed Sep 04 2024 14:15:55 GMT-0000 (UTC)'. This is not server time. I want to display server time in label widget or text field widget. How to do this ?
Hello Community, I have here currently three mashups which are embedded into three tabsets. If i do for eg add entry in datatable from one mashup then it also have to show me into another mashup which they are showing but i have to do manually refresh the page to see the change. Is there any way that other two mashups would be updated automatically when i add an entry into one mashup then other two must reflect the changes also which i have done...
Hi, I have a requirement for integrating Thingworx and Mathcad, mathcad has some fixed calculations, for that input should be passed from Thingworx mashup and result should also get captured back to mashup. do we have any available solution at PTC? how can i start with this? thanks, John
I have 1000's of Streams and want to archive the old data in database using a scheduler in PostgresSQL. Can anyone please help me with a detailed steps, how to proceed to it?
Hi I'm using Kepware KEPServer EX 6.16 and connect a Modbus TCP device. Data acquisition is ok and Datalogger in ODBC also is ok. The process is to acquire 3000 registers and archive in a Database. I noted that when Inter-Request Delay when is set to 0 the requests to the Modbus TCP device are very very high (higher then I need) but if I set to a number near the Scan Rate (5000 ms) of each tag I don't have all the value expected in database Static Interval (10 seconds), how can I set this parameter (or other) to have less query and stay to the Static Interval lapse? I don't have issue about timeout or delay in communications. Albe Best Regards
I am using ThingWorx Platform Release 9.3 and DatecodeSP9I am using the Bar Chart widget and using it as a column chart. I need help developing the service to get the data into an infotable that will have runtime in minutes for every 20 minutes with planned downtime in certain columns (3-4). I have an example of what the customer wants it to look like.
Hi Community, I'm working in evaluation where Kepware Datalogger send data to ODBC Postgresql driver a lot of data and after 1.5 milions of rows the data inserting stopped until I delete old values from destination table in Postgresql+Timescaledb. Does exist any limitation in trail license (moreover the expiring indicated in Events) ? I'm using Kepware KEPServer EX 6.16 Best RegardsAlberto
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.