Recently active
Hi Everyone I am trying to create UI in Thingworx 9.1 or 9.2 , to select country values like India, srilanka, Nepal etc based on its continent's selection Asia..So can anybody knows which widgets and logic to pass values to widgets please help me.please check below reference. Some thing like this i need to create
Hi developers, I have a PTC Textfield widget binded to a datasource which usually has a big name but i have limited space on mashup.I need to make it multiline but its not giving an option in properties.On clicking wrap, its still not taking data in next row. Please suggest.
I am calling rest api(thingworx url) from java eclipse but throwing error in java.Below is my code String b64 = Base64.getEncoder().encodeToString(bytes);//Construct jsoninput body//JSONObject params=new JSONObject(); params.put("path","/Motivation.pdf");params.put("content", b64); //Load pdf to Thingworx repository//String url = "HiddenServerurlforsafetypurpose/Thingworx/Things/komal_FileRepo/Services/SaveBinary"; URL obj = new URL(url); HttpURLConnection con = (HttpURLConnection) obj.openConnection(); //add request header con.setRequestMethod("POST"); con.setRequestProperty("Accept", "application/json"); con.setRequestProperty("Content-Type", "application/json"); con.setRequestProperty("appKey", "removedforsafetypurpose"); con.setRequestProperty("Body", params.toJSONString()); // Send post request con.setDoOutput(true); DataOutputStream wr = new DataOutputStream(con.getOutputStream()); wr.flush(); wr.close();&
In Thingworx 9.4, the localization of some texts in the Chip Based Data Filter in Toolbar Widget does not work. For example, the text of the buttons of the filter (Image 1) are not translated as well as conditions used to query the data(Image 2). Moreover, it is not possible to set the localization manually in the properties. Does anyone know about a possible solution?Image 1image 2
I cannot change the value of INFOTABLE during the Advance Grid feature of Thingworx 9.2.0. The operation as follows;1 create a DataShape for INFOTABLE.2 create a ThingShape includes INFOTABLE properties defined by the created DataShape.3 Create Thing and set default values in INFOTABLE properties.4 Create a Mashup with Advance Grid Widget as follows. (1) Bind INFOTABLE to Data of Advance Grid Wiget by getProperties service. (2) set all columns to be editable on the setting grid column of Advance Grid Widget context menu. (3) check EnableEditButtons in Property tab of Advance Grid Widget,5 show created widjet.6 click the edit button.7 change values of cells.8 click the save button.9 Chaned values are displyed on the grid, at this point, looks so good!10 click edit button again.11 cells are not changed.(same as default values)Please show me something wrong.Regards,
Hi, I have a collections of infotable as shown below. Each table has different column structure and no tables are same. Now I need to iterate through each infotable and export the data as a excel report.using the snippet.let params = {infotable: undefined /* INFOTABLE */};// result: STRINGlet result = Resources["InfotableExporterFunctions"].ExportInfotableAsExcel(params);Kindly assist
Please suggest for data polling from ABB 800XA 6.0.0 to computer which is in restricted company network policy in domain. can I do it with kepserverex 5.5 version, what driver/service i have to get additionally. Controller is ABB 800M. Computer configuration is redundant server/client.
Hi!Do you have any hardware requirement recommendations for kepware depending on connected PLC, tag number, and data change rate?For example, if we going to connect 500 PLC with 200 tags per PLC, and we need high read rates (1s, max 2 sec delay) for 10 tags per PLC, what are the HW recommended requirements for our KW server?(KEPServerEX v6.13 Manufacturing Suite) Thanks!
I have 3 infotables. How to export one excel sheet which having 3 sub sheets to add each infotable data in each sheet of excel. (or)How to export all 3 infotables in same file by differentiating each infotable separtely. Note: There is no common column present in all the 3 infotables.
I have a tag on a Molding press for Cooling Time that counts up and then zeroes out. I am writing the data to a database using a trigger called New Data Flag. When the new data flag kicks from 0 to 1 I write the data to the database. Unfortunately the cooling time tag is at zero when the new data flag changes over. So I think I can fix this by creating an advanced tag that will monitor the Cooling Time tag. I only want the advanced tag to update if the Cooling time tag is not zero. By doing this I will always end up with the last non zero value from the Cooling Time tag when the New Data Flag changes from 0 to 1. My assumption is that a derived tag may work but I am not sure how to setup the expression. Any help would be appreciated.
Hi,I'm new in Thingwvorx and java script.I'm trying to take a single text file and split it into chunks by a specified chunk size. In my example, trying to split a single file into 1MB chunks.Example;source file will be available in the Repository.File test.txt in repository is 5MB.chunk size mentioned is 1MBProgram need to split and create five new files in repository with each file have 1MB size.Please help me to achieve this.
How to make numeric entry widget non-editable?
I added wrong additional data to my data, and retrain it. How to delete the additional data without deleting whole data?
In ThingWorx v 9.3.9-b1648, developed a mashup with a bar chart widget to show the data and on-click of a single bar, it should pass the data the Navigation function of popup type. I believe there is a bug with Bar chart widget. However the bar chart widget doesn't seem to send the selected bar data as a mashup parameter to the Popup function. I've set the 'selectedMode' property to single, also tried with default and multiple modes. Whereas when using the Grid widget, the data is getting passed to the popup function as a mashup parameter. I've followed the below steps: Create a popup mashup and add mashup parameters to it, for binding it in base mashup.Create a base mashup, add bar chart widget and configure the widget properties accordinglyAdd data to the bar chart widget. Use a service that returns infotable type result, and the service will have "All data" and "selected row(s)" values. In the Base mashup, Add Navigation function with Popup
I have a gauge that I need to change the color of something based on if the value in the gauge is above or below a target value. The target value is constantly changing so it needs to be dynamic. I create different CSS classes, and then pass the class it should look at, but I am not sure how to properly write the CSS that would change the face of the gauge face, needle, or value color. Thanks! ThingWorx 9.3.8
Hi, Can anybody provide an overview of how to push notification from Thingworx server to Android devices? We are planning to integrate push notification to Android & Ios mobile devices whenever any events are generated on thingworx server.
I need to get Property Wise data for logged properties, I have tried to use QueryNamedPropertyHistory service but seems it is too slow, is there alternatives that may be i didn't tried ?We are using TWX Version 9.3.5.
I get data from Kepware in DWORD and want to show in mashup but doesn't show. How to solve it?
Now i got line chart like picture below but i want to modify something1.X-Axis that is a time didn't show full date2.On the right hand side, i want to edit sequence that L.33 is first one and then L.34 , L.35 respectively. Thank you
As per the original post. Hi willie. The following is my service, to upload my csvfile from repository to s3Bucket.But i am not able to upload it from my service. try { var FolderName = Company + " Stocks"; logger.debug("FolderName :" + FolderName); var ESSSIMDetailsFilePath = FolderName + "/" + Company + "_SIMDetails.csv"; logger.debug("ESS SIM DetailsFilePath :" + ESSSIMDetailsFilePath); // Content: BLOB var Content = Things["SystemRepository"].LoadBinary({ path: FolderName /* STRING */ }); var headers = { 'Content-Type': 'text/csv' }; // result: BLOB var result = Resources["ContentLoaderFunctions"].PutBinary({ proxyScheme: undefined /* STRING {"defaultValue":"http"} */ , headers: headers /* JSON */ , ignoreSSLErrors: undefined /* BOOLEAN */ , useNTLM: undefined /* BOOLEAN {"defaultValue":false} */ , workstation: undefined /* STRING {"defaultValue":""} */ , useProxy: undefined /* BOOLEAN {"defaultValue":false}
I am trying to read a tag using IoT Gateway.I am using POSTMAN as testing toolGET http://143.28.91.145:39320/iotgateway/read?ids=LPDASTTT.UPack_To_FDM_Alex.PO_Download.Init.ProductID.DATA/8 with no authentication gives me proper result,butGET http://143.28.91.145:39320/iotgateway/read?ids=LPDASTTT.UPack_To_FDM_Alex.PO_Download.Init.ProductID.DATA/8 with basic authentication and username Administrator and password (my Administrator password for KepserverEX) returns 500 internal server error. The version of kepserver is 6.11
Hi all,How to read the timezone in Thingworx? Thank you!
Looking for a way to send automated daily emails with the KPI Reports from RTPPM. I have a VP that does not want to log in to ThingWorx. What's the best way to accomplish this? I imagine I can create a service to do this but was curious if there was an easier to accomplish this (perhaps a "built in" feature of RTPPM?)
Hi Experts, Problem : A bar chart and a schedule each have a data set bound. These data sets are created dynamically. Therefore the number of series cannot be defined on a bar chart. (Consequently defining style formats for individual data series is not possible for the bar chart. ) Is it possible to give the same color to the bars that have the same name from the two different charts ?e.g.,Bar Chart: Apple_Series = Green, Banana_Series = YellowSchedule Chart: Apple_Series = Green, Banana_Series = Yellow Regards,
I want to fetch all records from the value stream. Value stream stores the 86400 records in one day. I used the QueryPropertyHistory() which gives me only 500 rows and if I define maxItems(Data points of 3 days) it gives me a script timeout error and I want to show this on the line chart. Or is there any limit to showing data points on a line chart?
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.