Recently active
Hi, I am using export button to export data in a grid but when we open the excel sheet the columns are not aligned equally. Few rows are left alligned and few rows are right aligned. How can I prevent this scenario? Also the column values are interchanged in some rows. Please provide some solution for this. Thanks, Shalini V.
I am not able to import the Java SDK extension in thingworx. Shows the following error.
How can we provide separate date and time input in the "startDate" and "endDate" parameter of querypropertyhistory service and how specifically we can enter a different date and a different time as an input. Please let me know the steps to implement the above scenario.
Hello, I am currently trying to implement a service which is executed by a User to move himself to a User Group that has Visibility permissions to a Thing. My Code is as below, try { var groupName = "InstrumentUsers" ; var params_AddMember = { member: username, type: "User" /* STRING */ }; Groups[groupName].AddMember(params_AddMember); } //respond back with the resultresult = { "success": "true", "Instrument": { "Alias": Things["Thing"].Alias, //problem is in this line "GUID": "xyz" }}; } catch (err) { result = { "success": "false" };} The "InstrumentUsers" does have the visibility to the "Thing". I also see that the user is properly moved inside the group. The problem arises when the user tries to execute the line Things["Thing"].Alias where he tries to read the property of the T
Hello PTC Support,I have a problem with adding new filter-options to the assetfilter in the manufacturing application.I added new properties to PTC.ISA95.PhysicalAssetThingTemplate. I used the documention for that and it was pretty simple. Now I want to add the new properties as filter-options for assets. The documentation says I have to edit PTC.SCA.SCO.AssetMonitor.AssetList.C_FilterMashup_8.4.2_00 for that. Like in the picture from the documentation I would like to add new options under the category “Mehr”. I want to add MashineType from PTC.ISA95.PhysicalAssetThingTemplate. I know I have to edit PTC.SCA.SCO.AssetMonitor.AssetList.C_FilterMashup_8.4.2_00 but to duplicate the buttons like the preset “Modellnummer” one I have from problems. Maybe there is a way to help me to create a new option for the filter like I want to?
I need to run a service for every 30 minutes from 7 AM to 7 PM daily except sunday. How can I configure my scheduler. My CRON string is 0 0,30 7-19 * * 2-7, I enabled my scheduler and subscription, still I'm unable to run my service. Please help me out from this. Correct me If my CRON string is wrong
hello, i am trying to cache some data, so: i have a service that has its output as an InfoTable and retrieves a couple of rows and 5 columns of data. i would like to cache this service as it takes some time to run, but the below code only caches the last row form the server even thought the loop is ok and reads all the rows. (that s why i aded the ii object, for debugging purposes) in monitoring i could not find anything. i also wanted to try the AddStreamEntries service but i got stuck with its implementation can you please help? var values; var params = { infoTableName : "InfoTable", dataShapeName : "GabiDS" }; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(AMTable_ModuleDDS_CRA_PG) var table = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); var tags = new Array(); var timestamp = new Date(); // result: INFOTABLE dataShape: AMTable_ModuleDDS_CRA_PG var actions = Things["GabiThing"].Get
Hello, I am currently trying to implement a service which is executed by a User to move himself to a User Group that has Visibility permissions to a Thing. My Code is as below, try { var groupName = "InstrumentUsers" ; var params_AddMember = { member: username, type: "User" /* STRING */ }; Groups[groupName].AddMember(params_AddMember); } //respond back with the resultresult = { "success": "true", "Instrument": { "Alias": Things["Thing"].Alias, //problem is in this line "GUID": "xyz" }}; } catch (err) { result = { "success": "false" };} The "InstrumentUsers" does have the visibility to the "Thing". I also see that the user is properly moved inside the group. The problem arises when the user tries to execute the line Things["Thing"].Alias where he tries to read the propert
I have many questions about WorkFlow Builder and Alerts. 1. When I made event for start WorkFlow by alert, I was watching a two situation. 1) If alert has conditions as "<", ">", "=<", ">=" then WorkFlow did not start. 2) WorkFlow start when alert has a condition "==" only! In both situations alert is start, but workflow start only in 2).Why is this happening and how to fix it? 2. How work GetAlertStatus function from Generic? Why Status in [Properties and Alerts]-[Alerts] not displayed when Alert is worked? 3. How does the condition work (WorkFlow builder, Gateway) - context.activeStep === "1"? Worked only context.activeStep != "0", look attached.
Hey everyone, Can anyone teach me thingworx analytics from scratch, the guide from the developer portal was not that clear to understand what and how it is happening internally, so kindly if anyone had any idea about it, you can contact me anytime. Regards, Deepak rahul.
Please find here an Labview implementation to connect to Thingworx via RestCalls. Have Fun using it. Any Feedback is appreciated. https://github.com/Seppel1985/LabVIEW_TWX_RestAPI
I have a question: If I set an anomaly alert for my property, it will start analyzing data from the moment I create the alert. For my thing, I have all data stored in a stream. I would like to know if it is possible to set an anomaly alert now which start analyzing my data from any datetime in the past inside the stream. Thank you
Hello everyone; We want to insert multiple Tokens on Localizations Table for certain language ( Turkish - tr ) . Adding one by one taking is very time consuming. I cannot find any related service which doing this job. Things I Tried 1 ) After createing new Localization Table, i added a new Token for label. And then i exported the XML file. Opened it a Text Editor and try to duplicate inserted Row Value but i failed. 2) I also tried to monitor the adding token process from Chrome Developper Tool - Network and mimic the process from Postman. it also failed. Addng one by one is doable but its not Efficent way to do. Maybe we need to update some translation on table on future and there is more then 300 entry on the Table. Can anyone suggest to me any viable option to solve this issue ? Thank you.
Hey everyone, Thingworx analytics server has installed but icon is not displayed, i have attached the screenshot of the composer pag,other data files are installed successfully without any error, kindly if anyone knows guide me,
What is main use of work center and work cell template since both have Equipment thing template. Can someone explain ?
Has someone used this function ? I need to update datatable entries, but with a query because I have to udpate just records where an integer field is above a certain value ....
hey everyone, I am working with thingworx analytics 8.3 and following the guide the data files csv and json is not importing i have attached the image if anyone knows assist to complete the guide Regards, Deepak Rahul
Hi everyone, i have installed thingworx analytics 8.4 in thingworx platform 8.4, there is no error while installation and it is successful but there is no server things available, i can see the analytics icon but no connection things available. Regards, Deepak Rahul
Javascript, everyone knows it, at least a little bit. What if I told you that you could do serious data acquisition with just a little bit of Javascript and you may already have the tools to do it, right now on your "Off the Shelf" device. Node.js is a command line implementation of Javascript that can be run on common, credit card sized devices like the Raspberry PI or the Intel Edison.I suspect that if you already know about Node.js, you may have encountered its non-blocking asynchronous, "Call back", style of programming which can be a little different that most other languages which block or wait for commands to complete. While this can be a benefit for increasing performance, it can also be a barrier to entry for new users.This is the problem that Node Red really solves. Node Red is a web based Integrated Development Environment (IDE) that turns the "Call Back" style Javascript programming of Node.js into a series of interconnected Nodes, each Node of which represents a Javascript
Maybe I'm missing something but I've using the learning paths as a guide. They are very good but if I wish to refer back to them to go through them again I don't seem to be able to do that if it's 100% complete. What am I missing. Home > Resources > Learning Paths > Using Allen Bradley Plc Thingworx > Create Application Key2 > Appkey Next Steps
Hi Eventhough if i execute Purge Stream entries and purge all property values from the thingworx composer are not directly impact in the Postgres DB Table rows. Am expecting to delete unnecessary entries in Value Stream and Stream data, I can able to sucessfully purge thing properties for Past date from the thingworx service but after the thingworx purge service excution number of rows in the postgres value_stream table are remain same Why?
I am using the progress gauge extension on Thingworx and right now it can only take in one value. I have studied the javascript code of the progress gauge and I have roughly understood it. However, I am still unsure on how to start in terms of writing code in progressgauge.ide.js and progressgauge.runtime.js so that the gauge can take in multiple values and show multiple colors based on those values. I have attached the javascript codes for reference as well. Any help will be greatly appreciated! An example of what I want at the end is shown below.
Hello. ThingWorx Workflow Manager does not show a list of threads at startup. Log: 12:07:02 INFO - In-page logger initialized. 12:07:02 INFO - ThingWorx Mashup Runtime vundefined 12:07:02 WARN - trying to set a parameter that is not defined: "forceClose". Ignoring it 12:07:03 WARN - trying to set a parameter that is not defined: "forceClose". Ignoring it 12:07:04 WARN - trying to set a parameter that is not defined: "forceClose". Ignoring it 12:07:05 ERROR - Runtime exception handling data update for binding {"SourceArea":"Data","TargetArea":"UI","TargetSection":"","SourceId":"GetProcesses","SourceSection":"Things_PTC_BPE_BusinessProcessManager","Id":"afec42a5-674b-4fb0-856c-78952a9c2f76","PropertyMaps":[{"SourcePropertyType":"InfoTable","TargetProperty":"Data","TargetPropertyType":"property","SourcePropertyBaseType":"INFOTABLE","TargetPropertyBaseType":"INFOTABLE","SourceProperty":""}],"SourceDetails":"AllData","TargetId":"Grid-19","isBoundToSelectedRows":
I am using ThingworxH2Trial 8.4.0 and having this error, any suggestions on how to solve it? This error only occurred today and localhost has been running smoothly for the past weeks. Attached are the ApplicationLog and SecurityLog which may be of help.
I am beginner about ThingWorx. Somebody help me. what is a thing network
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.