Recently active
Hi all, I'm trying to pass selectedRow as Input to the new grid in Thingworx 9.4 which is not working as expected Steps to reproduce issue : Step 1: Bind Data and SelectedRow Data to Grid Step 2: Set RowSelection to Multiple Step 3: View Mashup in Runtime Default values not selected As a workaround, I'm using an older version of the grid. But is there any way to fix this issue or am I doing something wrong here? /VR
My certificate is expired and I need to reissue.Date Time Level Source Event17/10/2023 09.52.42 Error UA Server The UA server certificate is expired. Please use the OPC UA Configuration Manager to reissue the certificate.When I try to login to administration window (after loading OPC UA Configuration program) I can't login, I have no feedback after entering credentials.Someone with the same problem?Just updated from 6.9 to 6.11, nothing changed.
I am getting this error while installing Thingworx at the stage of DB installation.When following the steps to install thingworx, pgAdmin is giving an error in browser, not able to create DBs and login into the pgadmin.
Hi. I am new to Thingworx. I want to show my alert list assigned to my thing . The alert list data has child infotable in an parent infotable as received from generic GetAlertDefinitions service. I am unable to show child data in my grid in my mashup. I am confused whether I need to join the child infotable to the parent infotable with service (if there is solution to this, please advice) or I need to make some changes in configuration in my mashup. Does anyone knows the solution to this?
I have installed this software on windows 10 pro OS. Whenever i try to select the driver in connectivity option like OPC DA client/ UA client the application window gets exited without any error.
We are faced with the situation that the queries sent to an OPC UA server from Kepware Server lead to insufficient resources on the control computer. Now we are looking for optimization possibilities to relieve the load on the CPU of the PLC. In doing so, we came across the complex types. Is it possible to reduce the load caused by querying the data points by using them? From the documentation:
Hello everyone Could anyone help me hide the horizontal scroll bar in Grid? Thingworx Version: 9.4 /VR
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?
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.