Recently active
Good Afternoon, I attempted to use the license configurator for Thingworx Foundation 9.1 (Fresh Install) and after typing in administrator username and password and clicking 'next' the license configurator said it could not connect and to verify Thingworx Foundation was running. I started the Thingworx Foundation service but after getting another failed attempt it shows in the ApplicationLogs that it is shutting down immediately because of the expired trial license. How am I supposed to apply my paid for 'license-capability-reponse.bin' file if I cannot run Thingworx Foundation to apply it?
Can you add multiple points on the same x-axis coordinate (different y-axis coordinates) of a label chart?(So the points are oriented vertically underneath each other) If yes, how? I also have other series on the chart. Thanks in advance
Hi, how can you clear the selected data from a dropdown with an external button?
Hi, According to the posts below : https://community.ptc.com/t5/ThingWorx-Developers/Dynamically-create-enable-and-restart-Things-in-a-webservice/td-p/576907 https://community.ptc.com/t5/IoT-Tech-Tips/Creating-a-Thing-in-Service-Script/td-p/533427 var params = { name: "NewThingName", thingTemplateName: "GenericThing" }; Resources["EntityServices"].CreateThing(params); Things["NewThingName"].EnableThing(); Things["NewThingName"].RestartThing(); The step is CreateThing->EnableThing->RestartThing , but in my test , I found thing works well even if I don't call the service RestartThing. is this step still necessary in ThingWorx 9.1.0 ? Regards, Sean
Hi, I was trying to import the Progress gauge in the Thingworx platform 9.1 with postgres as Persistence provider. I am getting below error The extension 'ProgressGauge_ExtensionPackage' version [2.0] must match the "major.minor.patch" pattern containing only integer values. Assuming a zero value for patch number. Please fix this in the metadata.xml file of the extension. Thanking You Sonali Patro
I am trying to track how much time users spend on thingworx. It is kind of like how this PTC community portal tracks how many minutes each user spends here. I have a couple of subscriptions that tracks when a user logs in and when a user logs out. It updates a property called trueLastConnection, when the following "SecurityMonitor" events occur: LoginSucceeded Logout In the subscription called "UpdateTrueLastConnectionLogout", I have the following code: var currentDate = new Date(); Users[eventData.user].TotalMinutesOnline = Users[eventData.user].TotalMinutesOnline + ((currentDate - Users[eventData.user].trueLastConnection)/60000); Users[eventData.user].trueLastConnection = currentDate; This subscription is triggered by the "SecurityMonitor" event called "Logout". I expected it to update the user property called "TotalMinutesOnline"; however, I noticed that it only works if the user actually clicks on the logout button. If the user closes
i'm installing thinworx with postgreSQL for windows. I follow the guide starting from TOMCAT but as soon as i run tomcat.exe no licence file is crated in the folder that i create in the root C:\ThingworxPlatform.
Hi everybody, My problem is that I want to choose multiple items in the list and I want the historical data of the device appear in the chart. I have a service that receive a infotable from the list and get the historical data of the devices selected. The result of the service historical data is the following image when a I put in the input 2 devices. but I want to binding this data to the chart. When I select the 2 devices I want a line with the historical data 'DispositivoTemperatura_1' and another with the historical data 'DispositivoTemperatura_2', but if I select 3 I want 3 lines, select 4 4 lines... Is it posible to do? How? Is necesary make a service for change the rows data in columns of each device? Thanks in advance, Luis.
So, I found this post: https://community.ptc.com/t5/ThingWorx-Developers/Passing-the-data-between-two-different-mashups/td-p/508669 However, I have a question. Can you use the navigation function without actually navigating? Can you just have it pass data between two mashups? If not, how can I do this?
Hi Team, I am facing an issue in that state panel doesn't exist in the runtime. The widgets in the state panel does not show it. I have attached the Design time and Runtime Screen Shot with Log. The Error Message Shown in the runtime ERROR - TW.Runtime.Workspace.Mashups.getWidget exception loading widget { name: Error, message: statepaneldoesn't exist } Regards,Mervin
Hello, I create subscription for user ex. for 1 months after 1 month user subscription is expired. for this ,I write JavaScript code .I also create one login page by using organization .I want to restrict user while login when user subscription is expired . I'll refer this Post but not getting any solution. please refer below attachment and suggest Is there any way to restrict user while login ?? if Yes then How do I restrict??
Hi, which widget i need to use to achieve my requirement in thingworx 9.1. Attached a screenshot for your reference.
Hi everyone, We’re back! And we’ve got exciting news about Solution Central! As tempted as I am to share the news myself, I thought it only fitting to have Janie Pascoe, Product Manager of Solution Central, share the news with you. You may remember Janie from this post on ThingWorx's OPCUA functionality or this one on what it’s like to transition from a ThingWorx developer to a ThingWorx product manager. Janie, welcome back! The floor is yours. Janie, PM of Solution Central: Thank you so much Kaija. I wanted to bring your readers up to speed on some of the latest and greatest in Solution Central. If you haven’t logged in to the Solution Central portal in a while, I highly recommend you do so because you will immediately be notified of what’s new in the application as you can see here due to our newly added what’s new popup blurb! But in the spirit of giving you even more detail, let me tell you a bit more about what is new in Solution Central 3.0. This rele
Hi, I want to add custom CSS to the confirmation box action and cancel buttons. I tried applying with unique id and part attribute, not getting applied. Any suggestions? Thanks, Janakiraman P
I want to add 3 pie-charts in one row which should be responsive. Tried creating a responsive size container and add 3 responsive size containers with piechart each. However, this results in scrollbar at each container as size of pie chart is not changing as per container size. this works well with line chart and there are no scroll bar. How can we resize piechart size as per container? Attached is the snap of result we are getting
hi there, when i used advance grid to delete rows, Can I select all of them at once, instead of clicking on them one by one to select all of them? Thank you!
Hi, I am getting the following error, on running the client program (C# console) target with .NetCore 3.1 and referencing .Net SDK 5.8. I am following SteamSensor example Kindly let me know on it's limitation to .Net framework only..? Also guide me to resolve the issue, if supports .Net Core 3.1. "Unable to find an entry point named 'CopyMemory' in DLL 'kernel32.dll'." at com.thingworx.communications.common.SecurityClaims.CopyMemory(IntPtr destination, IntPtr source, UInt32 length)at com.thingworx.communications.common.SecurityClaims.twCopyMemory(IntPtr destination, IntPtr source, UInt32 length)at Thingworx_RemoteThing.RemoteThingClient.<>c__DisplayClass4_0.<Main>b__0(IntPtr password, Int32 maxLength) in PoC\Thingworx_RemoteThing\Program.cs:line
Hi, I remember there was a guide about creating a custom factory layout in ThingWorx , but I couldn't find the guide in the link https://developer.thingworx.com/resources/guides/ is it relocated to somewhere ? Regards, Sean
Hi, Is there any possibility to add both line and bar chart together in thingworx 9.1 version Attached image for your reference
Hi, In line chart widget ,is there a way to display multiple data values for a single value in x axis? For example , if am displaying data with respect to every minute , is there a way show multiple values for each minute? Thanks in advance, Sadagopan PSSKP
Hello all, What I am trying to build is the following: I have a main mashup with a banner at the top and a contained mashup underneath. When this main mashup is loaded, I select a certain mashup to be added in 'name' of contained mashup. Based on button clicks happening in this contained mashup, I want the contained mashup to switch between 2 different mashups. Is this possible? If yes, I will need some help please My idea is the following: Have 2 contained mashups on top of each other and make them visible based on button click inside them. Is this feasible? 🙂
Hello, I want to write service for inserting data in infotable property of thing please suggest how do I insert data from service to infotable property?? Thanks in advance
I want to know how to implement security enhancements like Injection,Broken Authentication,Sensitive Data Exposure,XML External Entities,Broken Access Controls,Security Misconfigurations,Cross-site Scripting,Insecure Deserialization,Using Components With Known Vulnerabilities,Insufficient Logging, etc for one of my thingworx energy management application?
Hi All, In grid widget I need to display a bar based in the value passed onto it. The color of the bar should change according to the value
Hi, How to achieve this pie chart attached below. I tried this pointer using guage and d3 pie chart widgets its not worked and i need to show the same pointer along with threshold colors which i attached below. Can someone help me out this?
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.