Recently active
Hey guys, I am wondering how I go about programmatically logging in a User using some kind of known information that correlates with that user.
I have a container with 3 graphs one below the other with vertical orientation and responsive. attached image for reference and i am using Thingworx 9.1. When i make the middle graph visible false automatically the graph from the bottom is coming up to the top. How do i set the configuration in such a way that, if i make the middle one visible false, the top and bottom should auto use the space created by the middle one , since its made to visible false. Thank you.
I can see EnterKeyPressed option for Textbox widget. But it is not there for numericEntry widget. Any widget available with EnterKeyPressed which accepts only numbers.
I have a requirement to bind Downtime Data Table to a Pareto Chart to analyze the Downtime Category. But the values of duration and cumulative line are not get aggregated to a single Downtime Category. I have attached the screenshots for the same where the bar chart values are individual entries and the cumulative line is not sequential for the same category. Kindly guide me to achieving the requirement.
Hello, I have a field that is receiving string values, i want to show the current value in the pre said text field (i already done it) but when come a new value, the current value get inserted into an infotable and new get displayed in the text field!!. Regards, Yous
We are in the process of starting up a new instance of thingworx version 9.2.0. I need a scheduler to execute at 5am local time (eastern), so the CRON string is set to 9AM UTC. However, when daylight saving time ends, do I have to manually change the CRON string to 10AM UTC so that it will still execute at 5am local time? (During the install I set tomcat time zone to UTC as suggested in the install instructions.)
Digital Signature Use case : Integrating with LDAP with ThingWorx getting user information - Employee ID, name, roles etc..., Onboard above data into ThingWorx, Asked every user to sign in ThingWorx ,Storing the sign against username, So every time before signing - user need to select the username and automatically the signature shall appear Purpose: User to validate all the reports data and digitally sign the reportsHence post signing, no change in value is expected as per pharma GMP Standards
Hi, I am using Thingworx 8.5 in my current company, and I want to integrate Thingworx flow feature to it. I am not able to find this extension in PTC Software download link. For where can I download it?
Dear Community, Now we have dozens of devices and thingworx collects process data to influxdb through kepware, but we found that the time of all these devices OPC UA is not correct, so the time recorded to the database is not correct, if we go to reset one by one, it will waste a lot of time, so if there is any setting to use thingworx server's current time to record to the database? That is, when kepware data changes, I record the changed value, but the time uses the current time of the system. I think it can be solved by Subscription, but there are very many devices and properties, and it's a waste of time to change them, do you have any good solution? thanks. Best Regards, Chason
When my shifts change I get a big spike in my OEE. I was wondering what I can put in to stop this from happening. See pics below. Also, looking for a way to clear OEE calculations and start new when I have a data change on a SKU number. I do not want to erase data out of the database just start fresh and clear counts and time info stuff. I cannot find the service that could do this for me. Thanks, Shift is at 5 am and 1pm as you can see the jump in the data thus throwing off my graphs.
Dear Community, I am building a Template for Things to periodically read and buffer data. In my configuration I maintain a list of properties to read on every timer event, it basically looks like this Id Property 1 Status 2 Speed ... Unfortunately only the property alone is not enough information, I may have more complex access patterns (e. g. reading from an InfoTable), conversions, checks, etc. Hence my idea is to provide the function code along with the property in the configuration, like this Id Property Access function 1 Status function f() {return me.Status;} 2 Speed function f() {return Math.abs(me.Speed);} ... Using Thingworx 8.4.4 I have not found a datatype to hold the function code. Any chance we would get something like that one day? Or is it even available in later Releases? I can think of two possible workarounds.1. Store the code as string and run with eval.I am not going to do that because one should neve
In Thingworx version 8.4.4, Idle Session Timeout (min) can be set up to 1440 minutes (24 hours)?
Is it possible to change the cursor(arrow mark) to hand image?
Hi, How to bring the e-signature feature in Thingworx foundation applications?
how to set the time to zero. where I am using startDate = '2021-01-01' date1 = parseDate(startDate,"yyyy-MM-dd HH:mm:ss.SSS"); I want the the date1 to be date1 = 2021-01-01 00:00:00.000; where I am getting it as '2021-01-01 10:00:00.000'; how can I make time as zero.
Hello Experts, I have some sql queries that retrieve data from DB and by default it accepts as base type of the output only an infotable, i would like to convert the output to integer!! Regards, Youss
Hi, How to build a thing that has both of the services of DatabaseThing and RemoteThing ? is it possible in Thingworx ? Regards, Sean
Error when I follow step 3 of the f section on this guide and run the file 'thingworxMssqlModelTablesDataUpdate.bat' https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Installation/Installation/manual_inplace_upgrade_windows.html#wwID0E6WJS Error: Migration failed at applicationkey_model.[expirationDate]. Rolling back the entire transaction.Error message: Invalid object name 'applicationkey_model'.
Hi Everyone, I am having following scenario :- One master page and one Mashup both I embedded into one (mashup having master page), where master having there own customized Theme & mashup having there own separate Theme, when I am executing mashup (Runtime) then master theme influence mashup page UI (mashup page label, button , text box etc getting display as per master theme instead of mashup theme). I know there is one property inside mashup named as "UseMasterTheme" which is Boolean one, I also Untick that property but still facing same issue. Using Thingworx version 8.5.9 How I can resolve this problem & is there alternative ways to do this (having master & mashup different Theme & its work as independently like master theme only limited to master page component & mashup page utilized mashup theme only ) ? Thanks in advance, Shubham.
In my Thingworx composer, I created an industrial connection, then I tried deleting it but failed. "Unable to dispose thing" always show when I delete it. I then found I can only create but can not delete industrial connection. I used Administrator account. I googled this question but found nothing can help. Hopefully here someone can help.
Hi everyone, The issue is about infotable enhancement. When a value is set, it is displayed as a string and not as an infotable. All this in the data shape. If I create a property under the thing this doesn't happen. If I restart thingworx though, I see infotable valorized correctly but when I send a new value it returns string. Immagine 2021-07-06 233205 as it is. Immagine 2021-07-06 233300 as it should be. Thanks for the support
Hello amigos, I'm a noob in Thingworxs and Im trying to color a grid cell (variable value) using as reference his setpoint. Does anyone know how to do it? Formatting just allows numbers, or Is it possible pass a variable name as value? Thank you in advance masters!
I'm trying to use event router to channel two output into one. One is coming from grid's edited table and one coming from service1 . while creating the event router I have selected the same datashape for the service1 and the output of service which is passing data to grid. still when I try to bind grid edited table to event router it gives error as both router input and grid edited table need same datashape.
I tried to create Postgres persistent provider to store stream and value stream data. I am able to connect DB( checked using isConnected service) but not able to store and retrieve data, when I use the default service of add stream-entry I am not getting any errors. but I tried to access row count by calling GetStreamEntryCount then I got the error below-mentioned error message. I am getting errors like this : Unable to Invoke Service GetStreamEntryCount on Demo.Manual.STREAM : com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.]
Any side effects in giving force edit to the entities ??(except loosing updated datas)
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.