Recently active
I tried to access logs from a new user it showed nothing only red line has been shown please help me to resolve this issue
Hi, Is it possible to make the text box widget rounded corners in ThingWorx 8.2? Thanks, Shalini V.
Hi @PaiChung , Per this topic: Is it possible to create a stacked bar graph using a proportional chart widget or do we need to install the following custom chart widget ? https://marketplace.ptc.com/apps/193203/custom-chart-widgets-v301#!overview Regards, Mandar
Is there a way to determine how much RAM an Infotable property is using? Preferably, a method that wouldn't involve setting the infotable, checking the total system memory usage, and then deleting the infotable and doing the subtraction.
Hello @done11, Is this code for drawing polylines in GoogleMaps Widget?
Hi, Following to the same query, In my case, fieldName baseType is Infotable and a datashape for the respective infotable needs to be added. How can I solve it? Regards, Janakiraman p
I have a similar requirement to orient the image from 0-359 deg. It would be glad if you could share the code for developing the extension along with the option to change the image used. Thanks in advance Sarma
I have imported the Integrity Life Cycle Manager extension in ThingWorx 7.4.17. The sample application imported with the extension is not showing any data and while creating the resource provider it is giving error: An error has occurred that prevents the Resource Provider from being created. But on the Composer a thing and datashape are getting created. In the script log the error is: Field Definition Name should not contain spaces : Process Item Type Name I have tried creating resource provider by selecting field names without space even the same error is coming.
https://support.ptc.com/cs/help/thingworx_hc/thingworx_7.0_hc/index.jspx?id=thingworx0303&action=show At the bottom of this page there is an example of how to add or edit an alert for a given property. However when I try and implement this I get the error: "Error executing service AlertAddUpdate. Message :: Alert Attributes For [Above] are not valid - See Script Error Log for more details." The only attributes we need to set are the limit and the limit inclusive if I'm correct, so why would I be getting this error message? I have changed the property variable name to a property on the thing where I am implementing this service. // Create the Attributes Infotable for AddOrUpdateAlert call var params = { infoTableName: "alertAttr" /* STRING */ }; var attrs = Resources["InfoTableFunctions"].CreateInfoTable(params); // Define the fields required by an Above type Alert for an INTEGER field (not the values!) // limit - Minimum value at which the alert will trigger
Hi Folks, I have 5000 records to display in a Mashup at a time. I have the machine configured as required. 16 GB Memory 4 Cores Processor,etc. But it still takes time to load that much records. I also tried increasing the size of Xmx and Xms as 12 GB in JVM variables but no luck. Kindly suggest a way to speedup the loading of such size of records. Thanks!
HiIt seems that under https://developer.thingworx.com/resources the above guides are missing.How can we obtain them?
Hello everyone I need to collect the data all time. I found purge data service in Thingworx MFG app customize guide. How i disable purge data service in "PTC.Factory.MidnightPurgeWeekOldHistoryScheduler" thing? First time, I try to disable it by change the enable properties inside the thing. But, It not working. Enable properties is change to "True" after I refresh browser.
I have an infotable which conatins timestamp, device_name, temp columns. I need to apply pivot inorder to get device_names as fields w.r.t temp column as values. My pivot code is: var params = {t: data /* INFOTABLE */,nameColumn: "DEV_NAME" /* STRING */,valueColumn: "temp"/* STRING */,timestampColumn: "timestamp" /* STRING */}; var result = Resources["InfoTableFunctions"].Pivot(params); and i'm getting error like this: {"error": ""} please help me out...
Hello, I try to connect a Microsoft SQL Database to ThingWorx … I installed the JDBC MSSQL Connector Extension from the Marketplace and imported it … Then I created a Thing “DB1” with the Base Thing Template MSSqlServer… In the Configuration page I tried to configured… JDBC Driver Class Name:com.microsoft.sqlserver.jdbc.SQLServerDriver JDBC Connection String:jdbc:sqlserver://127.0.0.1\SQLEXPRESS;databaseName=thingworx connectionValidationString:SELECT GETDATE() Database User Name:sa Database Password: my password after saving I get the Message Thing[DB1] is not running… can anybody help me? I use.. Thingworx:8 trial Microsoft SQL Server 2017 best regards!
Hi, I am new to the Thingworx. I have followed the https://developer.thingworx.com/en . The example uses .xml file for import. Instead of that I want to use JSON file. How can I do that? Please guide. Regards, shreekant
As an admin, I can access wsdbprod01136-AnalyticsServer_TrainingThing but my users cannot. I tried giving and enabling all permissions under visibility, design time and runtime at wsdbprod01136-AnalyticsServer_TrainingThing Thing but my users are still unable to access the object at legacy composer and show loading forever. I had an issue previously for creating value stream but worked after I change the permission. Please help with this issue.
Hello guys, I'd like some help with some questions I'm facing based on the GoogleMaps Extension and the Thingworx data structure and how they interact with each other: - How to store data such as routes defined by the user in the GoogleMaps Widget; - Track vehicles circulating along these routes; - User defined stops added that are independent (multiples routes can have the same stop) and how to store them. Basically, I need help understanding WHAT these entities will be and HOW they will be stored (remembering that they will be defined by the user).
I followed the guide "Operationalize an Analytics Model", and It was working. However, I didn't work on this for 1 week, and now all my jobs in Analytics Manager keeps in InProcess. I Tried to delete the Olds ones, because the system was with many jobs in InProcess. But even the new ones are in InProcess. Thanks. Jessica
Hi, My customer will has more than 700 devices connected to Thingworx. Only need to read the data from the device. Each device has a work station connected to it , the work station is sold together with the device by the device provider and the device data is stored in the work station's file system and the operation system are Windows system. The Thingworx server and the work stations are in the same intranet. My ideas to accessing the device data are: 1. Deploy edge SDK on each device to read the file and send data to ThingWorx 2. Share the data folder of the work station of the device ,deploy only one edge SDK in Thingworx server(or a separated server) to scan all of the share folder to get the data. I prefer the #2 as it's must easier comparing to deploy hundreds of edge sdk . But I'm new to Thingworx and not sure if it's the proper solution for the case, or has another better solution ? Could you give
Today on Ask Kaya, I have a riddle. I was effective and trendy, but now I can be annoying. I sometimes tend to look out of place and I get in others’ space. I look easy to learn, but few have truly mastered my intricacies. Am I the floss dance? No, I’m not the floss dance. I’m the expression and validator widgets. It’s time to say goodbye to those pesky widgets that were super useful but super annoying. Yep, those widgets that littered your design canvas but were “Invisible at Runtime.” I’m talking about expressions, validators, status messages and event routers. In our next release, expression and validator widgets will no longer appear on the canvas at build time. You may remember from the previous post titled “Ask the Expert: What are the top three features in ThingWorx 8.4 that I might not know about?” In the post, we discussed the concept of Data Helpers, now known as “Functions.” What do Functions do? Functions give you th
Hi all, I'm trying to fetch the saved search table from windchill in thingworx. Please suggest on how to create datashape relevant to that particular table?
I have now configured the login page with Appkey.The user and password are stored in the stream.I think there might be a problem, so I'm looking for another way.Can I edit the following pages?1. FormLogin2.ThingWorxI would like to add password search and subscription as shown in the following figure.I hope that the background behind is also included.I also hope that URLs to other pages will also be provided as links.Is it possible?Do you have any other comments?
I am install ThingWorx Foundation trial into computer me. I have try already create graphic. I want to test graphic open on the web browser or smart phone but No on "view mashup" help to give advice. Tank you.
Hi, I am trying to acknowledge an alert with property using AcknowledgeAlert service but the result shows error. But when I try with AcknowledgeAllAlerts it works fine. How can I acknowledge a specific peropert alert? 1) And where can I fetch the details of all the alert that have been acknowledged previously? 2) Using subscription "AlertAck" is it possible to save the details to sql database upon acknowledging a specfic alert? Thanks in Advance, Shalini V.serviceresult
Hi community, I have an OPC UA server running on my network, which publishes a number every second. I can see the value with UA Expert after inputting the opc URL. However when trying to do the same with Thingworx composer, it doesn`t work yet. Heres my OPC UA Remote Thing configuration: (Picture attached) All I changed was the ConnectionAdress, the productURI (is there a specific value I have to add?) and I added a property Number, that I want to read the value with. However it doesn`t connect and I can not see the number. Is there anything else I have to configure or did I do something wrong? As I said I just had to input the URL to UA Expert and immediatly saw the changing number so I reckon it should be similarily easy with Thingworx Composer. Thanks!
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.