Recently active
Dears: I wanna delete a value stream which is not enabled, but error occurs as below. what should I do to delete this value stream? Thanks!
InitializeSolution service (PTC.Base.Manager Thing) gives more than 100 script log error, and those are not being traced while debugging.for example, it says database credentials are incorrect however while checking persistent provider is say connected. Followed below guideline for DPM 9.7.0DPM Customer Deployments
Hi, I want to discuss something, lets say I have a sensor that sends me readings and also the time stamp of this readings, this timestamp is not the same as the timestamp of the machine that runs thingworx and the database, so i want thingworx to use this timestamp that came with the sensor data to store it in the database as the timestamp of the readings, so that when i try to query these readings and say i want it from timestamp 1 to timestamp 2 they will be stored in the database with timestamp 1 & 2 that has been set using a timestamp originally from the sensor data not the machine or server timestamp, when looked into it i found that i have to use this function in my subscribers and cancel the need to the log checkbox in the properties UI . // Log multiple properties in a single ValueStream entry Things["ValueStreamThingName"].AddStreamEntry({ source: me.name, tags: undefined, timestamp: timestamp, values: { Temperature: me.Temperature, Humidity: me.
A suggestion box is appearing upon clicking in the middle of the text-field widget as shown below:How to hide this suggestion box. Regards,Priya
Hello everyone,Currently I am working with Thingworx and Javascript. I am trying to do an API request from a SQL Query in Thingworx, having the following data: Thing: Test WPSQL (Query) Service: getTestService content:Select * from public.countries no inputs requiredoutput infotable (i changed to json, but got an error, infotable is successfull) Using Postman to try to test it:GET [Thingworx_Server]Thingworx/Things/Test%20WP/Services/getTest Params:Accept=application/jsonContent-Type=application/json Headers:appKey: Application Krey created on Thingworx Using GET I got 405 response, if I change it to POST, I got:<head> <title>Unexpected Error</title> <script> function clickAndDisable(link) { link.onclick = function(event) { event.preventDefault();
In platform-settings.json, I set timeout to 1 hour t generate around 200 reports in Production Server. "BasicSettings": { ... "ScriptTimeout": 3600 }, Due the performance of production server, some times 92 reports generated in one hour and sometimes 150 reports generated in one hour. So shall I increase script timeout to 2 hours. Ex: "BasicSettings": { ... "ScriptTimeout": 3600 }, ??? In Article - CS321502 - Service script times out with error Execution of Script terminated after : 30 seconds in ThingWorx Platform, I found that 'increasing the timeout limit of services too high could impact the performance of other areas of the application'.https://www.ptc.com/en/support/article/CS321502 Is it okay if iam increasing timeout to 2 hours for scheduler ?
Hello I have a mashup where i am using grid and I want to dynamically change the columns during runtime,Can someone please help me how to do it? Thanks
Hello Can someone please share sample entity or example to help me configure the chart in Thingworx? Thanks
I have a thing entity which has a set of properties, i want to add a new column to one of the thing properties which is a infotable. For example I have a property named "metatdata" which is a value collection which has a lot of other properties, i want to update one of these properties which is a infotable for example "Data1". This table has 2 columns "column1" and "column2", I want to add a new "column3" here and after that i need to update the values also for the new column. Thanks.
I want to display a model popup after clicking a button.In which the General Information is to be visible for the user.
I have a pdf file in my system repository. How can I access that pdf kept in System Repository?
I have made a button linked with a link widget.If i click a button a pdf file should be download automatically. That pdf is stored in System Repository. How to make that?
We have created custom mashups for AMU. Our mashup flow: Base mashup --> Button click (Navigation) --> Navigate to new mashup with "Replace" behaviour. I'm able to add into the AMU menu. But, when I'm clicking the button to navigate to new mashup, it doesnt taking AMU master. It's replacing with the mashup alone. Base Mashup: New Mashup: When click the button from base mashup @mstarnaud
Hello Developers, I m trying to upgrade my running ThingWorxFoundationMSSQL-9.5.4-x64 on windows by using ThingWorx-Platform-Mssql-version-9-6-0 war file. I did all the steps which are mentioned on ptc page but it did not work. So can anyone please help me to upgrade Thingworx? Thanks.
Currently application is showing up well at 1920 * 1080 .Need to make thingworx application usable at 1920 * 1200(Size of text ,apps - 100% and 150% ) but in the pc specified resolution is not available in display settings. Suggest us on how to proceed further.
Thingworx version: 9.3 +Hello developers, i need help with a trouble:I have 12 equipments (PLC), for all of those have the same tags, and my doubt is, if is a good practice to segregate the tags between 12 things that are similar, but using tags that are bound to their respective PLCs. E.g.: Thing1 with tags T1_Temperature, T1_ContentWeight; Tthing2 with tags T2_Temperature, T2_ContentWeight and so on.Some considerations: all of those are on PTC Kepware Server using only one Industrial Connection.Questions to answer: 1: Is this a good practice? I haven't found anything about it in Docs and CS.2: Do this offers more performance than having only one Thing for all those PLC tags?3: Do we have some performance difference or network charge on some of these approaches?
how to get the state in the picture in thingworx service?thingworx9.3/kepware6.11
How can we make a collection widget?How to bind data on that? I need to make a collection widget. How can I make that?what is the use of mashup property binding, UID Field?
I am trying to write a CSV file using the WriteCSVFile function in ThingWorx, but I need to save the file to an external drive. In my code, I have specified the path as E:\CSV_Export_DATA\zzzNaytest.csv, but I am unsure how to set the fileRepository parameter to allow saving the file to this external drive. The function currently does not accept a file path outside of the ThingWorx platform's internal repositories.Here is the code I’m using: Resources["CSVParserFunctions"].WriteCSVFile({ path: "E:\\CSV_Export_DATA\\zzzNaytest.csv", data: Data, fileRepository: "", withHeader: false });
Hi,I'm currently using Thingworx and Thingworx Flow, and I need assistance with a specific use case.I have a workflow that is triggered when a user provides the required inputs and clicks a button. The workflow performs several integrations by making API requests.The issue I’m facing is that I need to return a status message to the mashup, indicating whether the workflow completed all processing successfully or if an error occurred during execution.Could you please guide me on how to implement this functionality? Specifically:How can I return this status message to the mashup for real-time feedback to the user?Thank you for your help!
Hi Team, I am showing both bar chart mashup and line chart mashup in same container showing same data as below: As you can see Bar chart showing all bars with xaxis labels. Line chart only showing xaxis labels but lines are getting cut. Both labels and lines are part of charts. Any idea why this is happening
Hello All, As legend take much space in chart, actual chart gets shrink and sometime value are getting cropped in case of bar chart(stacked).In case of pie chart, value not visible on 100% zoom of page and it is visible when zoom is 75%.Also, there is no option to show values and percentage for pie together, only one can be shown at a time. Note: Chart space is limited, on page there are 6 charts.
I am using ThingWorx Platform Release 9.6 and DatecodeF000Hello, the Combo Chart widget lacks native configuration options for selectively hiding value labels for specific series, necessitating workarounds. I'm trying to use custom CSS in a main mashup to reach a contained mashup (with a combo chart) but I've been unsuccessful. I need your guidance for the following: How to selectively hide value labels for a specific series (Series 2) in a Combo Chart widget. I encountered the issue that the ID of the chart may change or not persist, making precise targeting unreliable. Is there another way? what would the Custom CSS look like, and can it be applied in the main mashup in a way that reaches the CMU?Here are the errors that I facedNo error messages or warnings, simply does not work.
The PTC textfield widget in thingworx is opening alpha numeric keypad when focused. The input type = text in the html. Is there a way to make it open numeric keypad. In javascript we can simply change input type= number to open numeric keypad. Can anyone help me to fix this
I’m working on a project where I need to access the GetCurrentUser from a remote DataTable. However, I’m facing an issue where the returned values keep changing after each execution. Specifically:When the logged-in user is Gail, the DataTable shows both Gail and IOCL.When the logged-in user is IOCL, it shows both IOCL and Gail.I’ve attached the files for reference, but I would appreciate your help in identifying what might be causing this issue. Could you guide me on what I might be doing wrong?
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.