Recently active
I need the current (old) password of user to change the new password. where i have to get the old password, i want that Functionality code Users["Hari"].ChangePassword({newPasswordConfirm:"xxxxx" /* STRING */,oldPassword:"yyyyy" /* STRING */,newPassword:"xxxxx" /* STRING */});
How can we pass dynamic values for the "ValuesTooltip" attribute in Line chart? I have a multi line chart which has the data from multiple source. I used the below code, But It requires the specific data source Number, I cant mention a specific data source number, coz I required the customized tooltip for all the lines not a single line. ${DataSourceN:<Infotable-field>} Someone please help me to achieve this requirement. Thank you.
Timers and schedulers can be useful tool in a Thingworx application. Their only purpose, of course, is to create events that can be used by the platform to perform and number of tasks. These can range from, requesting data from an edge device, to doing calculations for alerts, to running archive functions for data. Sounds like a simple enough process. Then why do most platform performance issues seem to come from these two simple templates?It all has to do with how the event is subscribed to and how the platform needs to process events and subscriptions. The tasks of handling MOST events and their related subscription logic is in the EventProcessingSubsystem. You can see the metrics of this via the Monitoring -> Subsystems menu in Composer. This will show you how many events have been processed and how many events are waiting in queue to be processed, along with some other settings. You can often identify issues with Timers and Schedul
Hi Team, I am not able to find Twilio - 3.1.1 could you please share the download link for this particular version extension. Thanks and Regards Re: post
I am not able to find the correct attachment files in Create An Authentication Extension Part 1 guide. Some other files were there in the downloaded attachment. I needed the Files for creating the extension
I'm having the next problem. I have some records about our daily production in the postgres database, it records de timestamp of the begining of production of each product and the end of production, but when I use the service in thingworx to connect it to my database and show the data in a grid, the time is with an hour less than in the data base. For example, a product begun at 10 AM and ended at 11 AM, the record in the database is with these hours, 27/04/2023 10:00:00 and 27/04/2023 11:00:00, when I show these records in a thingworx mashup, it shows 27/04/2023 09:00:00 and 27/04/2023 10:00:00 Does anyone knows the reason? recently, in my country, the daylight saving has been canceled I don't know if maybe that's the reason and if it is, how can I fix it? Thanks in advance.
Hi, Whatever I do, the pie chart doesn't expand, in Responsive Mashup It Expands well as per the width and height in the Static Mashup, but it doesn't expand in Responsive Mashup. Thanks,
Hi, Let say we have this previous configuration, Thingworx Platform server (Server 1) -----connected-----> PostgressSQL( Server 2) Now I want to install thingworx Platform on new server say server 3, migrate everything from server 1 platform to this new Platform and connect it with existing postgress server on server 2. Like the configuration shown below, New Thingworx Platform server (Server 3) ------connected----> PostgressSQL( Server 2) Is this possible. If yes, can someone suggest an optimized steps. Thanks
Hello,I'm having trouble resuming TWX 9.3. While running, I couldn't save changes to mashups. The message was (unfortunately I don't have Application Logs anymore) that I can't save changes to the database.I restarted Tomcat and can't open ThingWorx again.How to deal with this bug? 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] OS: Windows Server 2022 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] OS arch: amd64 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] OS version: 10.0 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Total Processors: 4 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Default encoding: UTF-8 2023-03-20 10:24:38.863+0000 [L: INFO] [O: c.t.s.ThingWorxServer] [
Is it possible to load base64 string as source URL to image widget and display the image? I tried as below with jpeg image, but it's not working... It doesn't showing any Image. just white space. Example: Display Base64 Images in HTML
I'm new to the community, I hope you can help me. I need to use the Arduino UNO or MEGA, to write or read analog data with digital, from the PLCSoftlogix emulator. The SoftLogix Creates a Virtual PLC, which is programmed with RSLogix, these must write to the KepServer and this in turn to the Arduino through Modbus RTU Serial, My query is how to make the PLC write to the KepServer and then to the arduino, and this in both directions. Kind regards -----------------------------------------------------------Translated the text from Ilocano to English using google translate on 10-April-2023 at 9:29am IST by vnamboodheriOld Subject - Arduino como modulo ModBus IO desde SoftLogix 5800 de Allen BradleyOld Body - Soy nuevo en la comunidad, espero me puedan ayudar. Necesito usar el Arduino UNO o MEGA, para escribir o leer datos analogicos con digitales, desde el emulador de PLCSoftlogix. El SoftLogix Crea un PLC Virtual, a que se programa con el RSLogix, estos deben escribir en el KepServer y es
Hello, fellow Kepwarers, I ran into a problem that my Iot agent sent only empty response to my Django backend. I set up an IoT agent as Rest Client and added a simulation tag. So that whenever the value changed, the agent should have sent a POST HTTP request to my backend. The template format were kept as the default settings. However, after I edited the tag value, the mechanism worked but the Django only recieved empty request (it showed "<QueryDict:{ }>"). Can anyone shed some light on this problem? Much appreciated!
how to create service using JavaScript code in particular Thing. I created new Thing code using but how to create service using JavaScript code in particular Thing code. step1: Thing created using JavaScript code. var params = {name:"Scheduler_Dynamic_CRON139ol" /* STRING */,description: "DEMO Scheduler With CRON dynamically set" /* STRING */,thingTemplateName:"MyCustomScheduler" /* THINGTEMPLATENAME */,projectName:"MailserverGoogle" /* PROJECTNAME */,runAsUser:"Hariharasuthan",schedule:"0 0/1 * * * ?"}Resources["EntityServices"].CreateThing(params);}; step2: below this is service code but how to implement in Thing(step1) using code wise implementation?Things["Mailserver_google"].SendMessageWithAttachment({cc: "harisuthanlive@gmail.com" /* STRING */,path: "52.xlsx" /* STRING */,bcc: undefined /* STRING */,subject: "me test Report one mintues " /* STRING */,fileRepository:"SystemRepository" /* THINGNAME */,attachmentName:"52.xlsx" /* STRING */,from: "jjj@
Hi there, I want to add a mashup inside a cell of advanced grid but it appears as the name of the mashup and couldn't find "Mashup" type in the "Configure grid columns" pop-up though the data-shape contains a "Mashup name" field any idea on how to view mashup inside of the advanced grid ? And also on how to add a clickable image inside a cell in the advanced grid ? I managed to add the image itself but it is not clickable
Dear Developers, I put a grid widget in a mashup and try to show it up as "popup". however, we cannot see the gridwidget eventhough I dont set any "visible" status and the size of the popup window is also enough big. I change the configuration of navigation function from "popup" to "new", then the grid is appeared. could anyone tell me why this happens and how to show the grid up with popup ? my thingworx version is ThingWorx 9.3.6-b1323 sc of mashup design. sc of when we navigate the window as "popup". sc of when we navigate the window as "new".
Hi,I am new to ThingWorx platform. Currently I am using ThingWorx version 9.3. It will a great support if I have some sample code on how to implement the below. Through a Mashup, I am creating a dynamic Scheduler with a JobID, which needs to call the below service which is defined in another thing.Service (JobID) <<which is defined in another Thing>>{... Based on the JobID passed from the Scheduler, I will do some functional logic....} If you have any simple and quick solution, Kindly assist.@Velkumar, @Sathishkumar_C, @VladimirN
Hello, I am trying to install twx flow 9.3 but it is failing with 502 Gateway errors. Any help would be appreciated. Thanks
Hello Performance advisor dashboard is not showing properly it is not loading any data? Not able to view any details its just red icons on the whole page. Thanks
Hello Community,I have recently imported DPM Extension on my Thingworx Platform and following this link :https://support.ptc.com/help/digital_performance_management/r1.2/en/#page/dpm/digital_performance_management/getting_started_with_dpm/deploying_dpm_using_ptc_software_downloads_page.html#I am getting Error while using InitializeSolution() service. Input Passed : {"databaseUser": "dpmadmin","databasePassword": "Password@12345","databaseJDBCString": "jdbc:sqlserver://127.0.0.1:1433;databaseName=dpmdb","databaseThing": "PTC.DBConnection.SQLThingDatabase"} Output : Some modules are Configured and some are throwing error. Please support.Attaching ss for reference.Thanks in advance. Regards,Sid
Hello Can I create my own customized password in Thingworx? Like I want to create the password in particular format. Thanks
I have created a thing and applied properties and services to the thing and now I want to bind this thing data to a grid widget then How I can bind data to grid widget in mashup in thing Worx? please explain in detail and also show screen shots if possible. Thanks in advance.
Hi Team,I am new to REST API integration with Thingworx. I was exploring Integration connector topic in which it mentions to create custom HTTP integration connector. I was wondering if I can use this HTTP connector to integrate any REST api which is available as open source for testing (for eg any weather api ) ? Also, can I get any example to create HTTP Integration connector. Thanks in advance.Kindly assist. Regards,Sid
AddServiceDefinition(); using created services but how to action script pass thorugh services need code services script how to add in this servics var serviceImplementation=me.name;Things["Scheduler_Dynamic_CRON13"].EnableThing();Things["Scheduler_Dynamic_CRON13"].RestartThing(); Things["Scheduler_Dynamic_CRON13"].AddServiceDefinition({name: "hari" /* STRING */,description: "welcome" /* STRING {"defaultValue":""} */,definition:"hi welcome",implementation: serviceImplementation, });
Hello community, I wanted to try importing my latest project into a new platform using the extension method that I have heard about.For those who do not know what I mean, there is a way to import a project created on thingworx onto another platform as an extension. This has several benefits like you can make entities non-editable and when upgrading versions old entities are not left on the platform. Anyway, while trying this I ran into an issue that seems to be quite old."Attribute 'aspect.show' is not allowed to appear in element 'FieldDefinition'." - as well as other similar errors like aspect.isIndexed. I tried to look up some fixes for it and found this post from a few years back.Now, in this post it is said that if you are going to import something in in a way other than the "import from source control" way, then you should export your entities using the "normal" export function. It also says the same thing in this support article, although it is also from a fe
hi expert ,this code not working i get code Chatgpt , var entity = ThingUtilities.findThing("ThingName");// Create a new ServiceDefinition objectvar serviceDefinition = new ServiceDefinition({name: "NewService",description: "This is a new service.",remote: false,allowOverride: false});// Add inputs and outputs to the service definition dynamicallyserviceDefinition.addInput({name: "input1",description: "",baseType: "STRING"});serviceDefinition.addInput({name: "input2",description: "",baseType: "INTEGER"});serviceDefinition.addInput({name: "input3",description: "",baseType: "DATETIME"});serviceDefinition.addOutput({name: "output1",description: "",baseType: "INTEGER"});serviceDefinition.addOutput({name: "output2",description: "",baseType: "STRING"});// Add the service definition to the Thing or Thing Templateentity.addServiceDefinition(serviceDefinition);// Save the changes to the Thing or Thing Templateentity = ThingUtilities.saveEntity(entity);// Restart the Security service to ens
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.