Recently active
Hi, I would like to get total no of things as count, in which thing name starts with "Test-". As these kind of things in platform are very huge like more or less to 100000 (more than lakhs and those are remote things)., like to know getting count as result directly from api instead of infotable aggregate functions... Kindly let me know, if any api/service available to get the count directly with out infotable. Thanks Gopi
I am using thingworx 8.5, I would like to publish the development to production server, however I would like to do it without using Solution Central. I was able to export a package containing all entities using this importing and Exporting in ThingWorx Importing and Exporting Data, Entities, and Extensions What is the next step after having the package?
can anyone provide me the link to download ghost entities for thingworx version 8.4 and 8.5.
I am trying to remotely load a program onto a robot by selecting the program from a dropdown menu and using a button to load that program (see below). I need to pass the program name (string) and starting position (6 numbers) to a service that commands the robot to move to the starting position and ready the program for execution. However, I have thus far been unfruitful in getting the data from the selection made in the dropdown widget. I have been able to feed data from an infotable created as a property of a Thing to the dropdown widget and display the program names in the dropdown. I have tried to access the data from the selected item in the dropdown through myThing > GetPropertyValues > ReturnedData > SelectedRow(s) > myInfotable > SelectedRow(s) > ProgramName and StartingPositionVals (see below) but have not seen any data returned through that route when I check the mashup preview debug menu. I have tried using the SelectedRowsChanged event
I’m using the below signal to train the Anomaly Detection, the first 6 cycles (before de red line) corresponds to normal operation, the cycles after that are obtained when a failure in the system had happened. I’m using the first 5 cycles for training, as recommended in the documentation, and monitoring the signal after that. The bellow image depicts the current results: It is detected as an anomaly, the first cycle after training (cycle 6) which corresponds to normal behavior. One of the parameters I think could be causing this is the Outbound Anomaly Rate, until now I have set this parameter as a function of the signals period, first as ⅙ and then as a complete period, but got the same result. Is there a reference to set this parameter? Does it depend on the shape or length of the signal?
Hello, I have a mashup with a search button and a grid widget, after clicking search button it executes a service which loads the data in grid. now I need to disable the search button while data is being loaded on the grid to avoid the multiple execution on the service as it takes some time to fetch the data from Database. Thanks
I had made a login page with the help of Organizations entity for different users which will open specific Mashup according to their user role. So users can get logged in and the Mashup also opens perfectly. But the data is not seen in Mashup. What is the problem? I think it's related to permissions of other entities so I inserted all the permissions accordingly. But still the same is happening. Will anyone help me?
Any inbuilt services is there for validation?
Hello, Needed some opinion on loading the status icon based on the properties current state. Is it performance efficient to load the status icon as part of the service output or create a state definition and only out put the value from the service and the icon is decided by the state definition. My thinking is that the state definition is loaded once on launch and icon is rendered based on the value, instead of loading the icon as a service output on every call. Thank you!
I have an infotable with a list of programs and associated parameters. I want to display the names of the programs in a dropdown widget and use the selected entry from that widget as input for a button widget activated service. However, I am having difficulty finding where the dropdown selection outputs to and how to get the infotable information to a service. How can I retrieve the current selection and its parameters in a service?
Hi all, I have been following this tutorial "https://developer.thingworx.com/en/resources/guides/analytics-builder-quickstart/analytics-builder-setup " and understood the basic concepts of Analytics builder in thingworx. Now I want to perform the same operation through services. I have imported CSV parser extension and has imported csv file to a file repository. I am not clear how I can create dataset using services. Thank You,
Hello, Thingworx version 9.1.0. By disabling ShowDataLoader property in Wiki widget to hide the spinner icon for data loading, the spinner icon remains active and visible on the web page. How to solve this? Best, Pietro Gonizzi
I saw an earlier "Solved" post regarding the Eclipse plugin download. However, I still don't see it on my software downloads page. Any thoughts?
I am starting a new thread on this topic. What is the PTC's plan for keeping permanent records for user activities tracking, IP addresses etc tracking. We have compliance requirements and we need to keep these records for lifetime of Thingworx Platform. Background Info: We implemented Thingworx Navigate App for search, view and downloading PLM Windchill documents. Our userbase is quite large - 25k+ users. We need to be able to track user activities on the platform. There was a suggestion on this forum to create external database to store such information. I think that this need is common across all PTC customers. I think that we need a solution from PTC which will be helpful for all of us. thanks, Preeti
Hi, Can we pull the data and store it in thingworx to reduce the DB calls/clicks.
Hi! Researching through documentation I found two ways of creating custom widgets 1) non-web-components. Like is pointed out in this guide. 2) web-components. Through the Visual SDK. Which is one is the preferred way of creating a custom widget? Is the non-web-components way being deprecated? Regards
I'm trying to open thingworx local server but since yesterday, the page is loading but not opening. I don't know what is happening and I have created many important entities in that so I can't even delete it and reinstall it. Please help me as it's very important to me. I searched similar questions in PTC community and I noticed that many solutions include application log. I don't know how to see it so I linked the screenshot of browser and the application log of thingworx storage folder.
Hi All, I have a query related to adding a thing shape dynamically onto a thing template but the issue is that the thing template, as well as the shape, is part of an extension, which means they are non-editable. By attaching the shape to the template a new functionality will be achieved by the things created under that template. Please let me know if there is a way to attach a shape to a template dynamically (non-editable template) Thanks in Advance!
Hi I'm trying to make one service where I was using following code service output should be boolean but when service is run it ask for datashape to show output. Please help me to understand this if I'm missing something SERVICE CODE SERVICE INPUTS a --> number b --> number c--> number formula --> string try{var formu = formula;var formulaArray = formu.split("");var check = formulaArray.forEach(function(value){if(value === "a"||"b"||"c"||"+"||"-"||"/"||"*"||")"||"("){return true;} else{return false;}});logger.debug("formulaMaker "+ check);// function evil(fn) {// return new Function('return ' + fn)();//}//var calculation = evil(formula);result = check;// // // // //}catch(err){logger.error(err);}
Hello Experts, I have the same issue : I don't see the Changed event. I am expecting that when I select WorldName from Session tab the events will show up under Data Properties tab but nothing!! Regards, Youss
Hi, I would like to have a service with a JSON as output. Is it possible to add a 'null' value in an array there? E.g. { field1: [50], field2: [null], field3: [60] } (My service returns 'Error executing service. Message ::null - See Script Error Log for more details'). The null is really necessary (NaN etc. are not an option).
Hello everyone, this is a follow up to this and that post as there was no solution suggested. The related support article suggests to turn off the feature as a "workaround". As I am currently working on Thingworx 8.4.4 I am afraid the only option I have is to upgrade to 9.x? Can someone report if the issue is resolved in the latest releases? Thank you Benny
Hi,When trying to call CreateDataShape on EntityServices from SystemUser, i get this exception:"Unable to process import: Not authorized for Create". If i give the execution permission to the System user on this service, it doen't change anything. Could someone tell me which specific permissions i need to give to be able to call the CreateDataShape service ? Thanks for your help.
I want to reduce bar width in bar chart widget, i am currently using thingworx 9.1 version. I tried with all style properties but cant able to reduce bar width. Please check attached images for reference
yesterday, I installed local version of 90 days. but now I am not able to login localhost:8080/Thingworx/ I am sure about password and using "Administrator" as user. please help me out, Thank you.
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.