Recently active
When data is Queried through the "QueryNamedPropertyHistory", I am getting data as shown in the following table. But if do with following code: var result1 = ThingTemplates["Temp_DemoThingTemplate"].QueryImplementingThingsWithNamedPropertyHistory({ propertyNames : { "rows": [{ "name": "WaterPump", "description": "propertyDescription" }], "dataShape": { "fieldDefinitions": { "name": { "name": "name", "aspects": {}, "description": "", "baseType": "STRING", "ordinal": 1 } } } }, nameMask: undefined /* STRING */, maxDataItems: 50000 /* NUMBER */, dataQuery: undefined /* QUERY */, startDate: StartDate /* DATETIME */, endDate: EndDate /* DATETIME */, oldestFirst: undefined /* BOOLEAN */, tags: undefined /* TAGS */ }); result = result1; //QueryImplementingThingsWithNamedPropertyHistory I am getting no data in info table
Thingworx 8.5.2 : I see white space for each tab even after applying background color through properties.is there any way to achive it using css.If so,please let me know as I tried and couldn't achieve it.Please check the snip below.
I have an Mashup(Temp), which has an TextBox, When ever I enter an Value it is getting updated in the service(Demo). But the values are not getting stored in the INFOTABLE, it's just updating the present value of the TextBox in the Mashup(Temp) to the Service(Demo) InfoTableNote: I want to store all the data entered in the textbox of the mashup in to an INFOTABLE, Service Code: var params = { infoTableName : "InfoTable", dataShapeName : "Temp_DemoDataShape" }; var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); var newEntry = new Object(); newEntry.WaterPump = me.WaterPump; // STRING result.AddRow(newEntry); Mashup:
Hi, I have mashup which uses Collection widget to display multiple inner mashups. I just found the page cannot scroll in Android Pad + Chrome. In the development mode there is a toolbar on top of the screen which allows you to adjust the screen size, the responsive mashup cannot scroll if it's "Full Screen", it can only works if set it to others like "iPad Landscape". In the production mode, there is no such toolbar , I've set the screen size to "iPad Landscape" in Thingworx composer , but it doesn't work. It seems that the page always act as "full screen" size. I also tried the other combination, like Android Pad + Firefox , iPad + Safari, iPad + Chrome. The page can scroll well for all of these combination even though the page size setting is "full screen" in composer. But my customer only use Android Pad and Android Pad + Firefox has some other issues (like the click event of value display widget doe
Hi, I have installed Thingworx version 8.5.1 with MSSQL server 2017 as default persistence provider. I have one doubt on thingworx database creation on SQL. Do we need to add the name "twschema" under thingworx database?. I have not added twschema name but schema tables are created when I run the below schema command. Refer the attached screenshot for schema thingworx tables after running the schema script. I have created manually database name "thingworx". thingworxMssqlSchemaSetup.bat -h <server> -i <server-instance> -p <port> -l <login-name> -d <thingworx-database-name> -o all Regards, Latha
Hi, I am unable to set Styling for alternate cell in Collection widget. please see below snap for reference..when i view mashup cell is not affecting as i styled below. Thanks
Hello, When moving from Thingworx 8.x to Thingworx 9.x, I can see there are many changes starting from the database schema to widgets in the composer and performance. Almost all the modules and subsystems are impacted. I would like to know what has changed majorly in terms of product technology which has led to so many changes. This is just to understand so as to continue development with better knowledge. Release notes points to very specific cases. Is there any technical documentation which can help us to understand this? Thanks Aditya
I used DeleteDataTableEntries service to delete entry . I got 1 remainder : Does not have an event trigger defined for service. But there is no event available for that. Please let me know how to resolve this issue. Thanks in advance.
Hi, I have to set alert when row value changed in grid. i will have one service to get which row has made changes. i want to have alert for specific value changed in grid. how we can do it in TWX ? Thanks
hii, i have one API contains a data, now i want to get that api data in json format how i get this data? i have call the POSTJson service from snippets and i have give that api in url parameter but i didn't get the data it's just showing empty header . here are some output snapshots and a script snapshot please refer for better understandings output snapshot:- script snapshot:- var params = {proxyScheme: undefined /* STRING */,headers: undefined /* JSON */,ignoreSSLErrors: true /* BOOLEAN */,useNTLM: undefined /* BOOLEAN */,workstation: undefined /* STRING */,useProxy: undefined /* BOOLEAN */,withCookies: undefined /* BOOLEAN */,proxyHost: undefined /* STRING */,url: "http://<IPADDRESS>/Thingworx/Things/<Thingname>/Services/<ServiceName>?Appicationkey=<Value>" /* STRING */,content: undefined /* JSON */,timeout: undefined /* NUMBER */,proxyPort: undefined /* INTEGER */,password: undefined /* STRING */,domain: undefined /* STRING */,username: undefined
I am facing the same problem. I need to set the Cache Method to "Read From Server Cache". But I can find no documentation on how this is done. The only thing I have found is a support article (https://www.ptc.com/en/support/article/CS276903) that states that I should use: catcheOptions: "Read from Server Cache", But that does not work, even if I change the keyword to cacheOptions. Any help would be appriciated!
Hi, The legend text of pie chart is getting trimmed. Is there a way to display whole text? Thanks in advance, Shalini V.
There is a standard set of data output to the "Configuration and setup" application.Where is the location where the data of this application is recorded?@ @ I want to add and display new columns with data on the page of this app.
Hello, I have observed below errors on Tomcat logs. Is there any problem?. We have observed server was not responding(500 Unexpected error). I am not sure because of below errors. Now also observing below errors but server is responding correctly. I am using Tomcat 8.5, Azure Postgre SQL version 10,Thingworx version 8.5.1 with HA configuration. 1. SEVERE [https-jsse-nio-443-exec-10] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [FormLogin] in context with path [/Thingworx] threw exception [java.lang.NullPointerException] with root cause java.lang.NullPointerException 2. SEVERE [https-jsse-nio-443-exec-9] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [FormLogin] in context with path [/Thingworx] threw exception [java.lang.NullPointerException] with root causejava.lang.NullPointerExceptionat com.thingworx.webservices.context.HttpExecutionContext.commitResponse(HttpExecutionContext.java:515)a
Hello, I am trying to send data from the Moxa Nport5150A with a RS232 message, but I am not sure about what settings I need to have on Kepware to successfully perform this communication. On the moxa webserver I can configure the operation mode (TCP/IP Client or Server, RealCOM and so on...). I know the IP Address of the moxa terminal server which I can use in kepware for identification. However, there's other settings like ID of the device or address of the tag which I do not know how to setup correctly. Also, I would like some clarification on what driver should be used for this and why. Thank you in advance!
Hi, We have a client's requirement that a user's login should work when they do a finger print scan from a scanner. I have some ideas and need some assistance on how to achieve it on thingworx. The Biometric finger print scanner uses an intermediate application to store the scanned fingerprint data in a database. I am planning to install this third party application on Kepware's server (Because it runs on Windows OS) and store the data scanned data on thingworx's model database. And from there is will use the scanned data to do the login. My question is, Is there a better way to do than the way i have suggested above. And in the above method, how do i do a backend login from the application side. Because if we create a user in thingworx and enter username and password, it automatically does the authentication and login. Now how do I achieve this through a service. Regards, Sri1
Hi! Currently I'm using "Relational DB Connectors Extension" to connect external DB from Thingworx Server, which supports DB2/MSSQL/MYSQL/Oracle/PostgreSQL. Now my project needs to connect to a MS Access DB, from Server, not from Edge. Is that possible? How to do so? Thanks.
I am looking for the Combobox where I can select the value and add new value as well. Do we have any widgets in Thingworx available so that I can use the same? Thank you in advance.
Hi All, We will host a live Expert Session: "Thignworx Active Active Clustering" on January 21th 8h00 EST. Please find below the description of the expert session and the registration link. Expert Session: Thignworx Active Active Clustering Date and Time: January 21th 8h00 EST Duration: 1 hour Host: Ayush Tiwari - IoT Product Manager Registration Here: https://www.ptc.com/en/customer-success/expert-sessions-for-thingworx-foundation-webcasts (scroll down, the session is in the bottom of the page) Description: This session will cover the main aspects of the High Availability Clustering feature for High Availability configuration launched with the ThingWorx 9.0 release. Join us and bring your questions with you! Existing Recorded sessions can be found on support portal using the keyword ‘Expert Sessions’. You can also suggest topics for upcoming sessions using this small form. Here are some recorded sessions that might be of your interest
Hi, ThingWorx foundation has HA and active-active supporting , does someone knows when Thingwork Flow will support HA as well ? My customer want to know it . Regards, Sean
We have a single instance to develop to projects. Our requirement is that developers from two teams should not be able to edit each others entity. I tried by creating two projects(Project1 and 2). Then I created two Oeganization(ProjOrg1 and ProjOrg2). Then I created two different user groups(Proj1Dev and Proj2Dev) and assigned them in individual Organizations. In the Project level I changed permissions in Visibility- to individual Org(Project1 is assigned ProjOrg1 and in runtime.design time only Proj1Dev User group is assigned). Still I can see that both the User groups can see each other entities and edit. How can I achieve this separation ? I,m using Thingworx 8.5.6
hii, i want to create PDF by using javascript
hiii, i have one javascript where i have one database service called to getWorkoutName. Now i want to compare that workout names with the input by using case sensitive. here is a javascript code which is giving me database workoutnames. when i am giving input "pushup" then result is showing already exist which is correct output but when i am giving an input "Pushup" then it's showing result as "Error executing service caseSensitive. Message :: TypeError: Cannot call method "toLowerCase" of null" instead of "already exist" so help me with this peoblem. javascript&colon;- // result: INFOTABLE dataShape: ""var result1 = Things["Database"].getWorkoutName({workout_name: workout_name /* STRING */}); var name1 = result1.workout_name;var a = name1.toLowerCase();var name2 = workout_name.toLowerCase();if(name2.toLowerCase() === name1.toLowerCase()){result = ' Already exists';}else{result = ' Not Exists'; } below are some snapshots of output please refer for better
Hello everyone! Is there a way to cover the gadgets in the gadget library with a default image? And when the gadget is added in a dashboard is the widget visible? This is an example of what i want to do: Thanks!!
Hi i am seeing changes as per Style theme in mashup at design time but when i view the mashup not getting Style theme . What would be the issue ? in Permission tab also i see that nothing is created and i use as Administrator. can anyone help me? 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.