Recently active
How do I give color only to xaxis as in attached file?
Hi everyone, I am using 8.5 and instead of of tab i want to use left column for choice(panel) . Example i want to make a 4 different pages and i want to have list of choices in left column. is there is any document or tips i can follow. below is the example-
Please let me know the various levels of security which can be implemented in ThingWorx. Thanks in advance.
Hey, I try to evaluate the possibilities of the EMS Stuff. Today I try the file transfer functionality with no success. I have a device where the ems runs on (as gateway) and a twx instance on a ec2 in aws. My config.json lookes like this: { "ws_servers": [{ "host": "xxx.xxx.xxx.xxx", (TWX IP) "port": 443 }], "appKey": "xxxxxxxxxxxxxxxxx", "logger": { "level": "INFO", "publish_directory": "/microserver/logs", "publish_level": "INFO", "max_file_storage": 2000000, "auto_flush": true }, "http_server": { "host": "xxx.xxx.xxx.xxx", (IP EMS runs on) "port": 8000, "ssl": false, "authenticate": false }, "ws_connection": { "encryption": "ssl" }, "certificates": { "validate": false }, "tunnel": { "buffer_size": 8192, "read_timeout": 10, "idle_timeout": 300000, "max_concurrent": 4 }, "file": { "buffer_size": 8192, "max_file_size": 8000000000, "virtual_dirs": [ {"other": "/microserver/other"}, {"tw": "/microserver/tw"}, {"updates": "/microserver/updates"} ], "staging_di
Hi all, I'm trying to configure SSO for Thingworx, I followed this link, I got stuck at 'Browser SSO' configuration. (PFB PNG for reference) Could any one help me with this. Thanks in advance /VR
can i add second persistence provider different from first persistence provider? ex. first persistence provider: postgresql second persistence provider: MSSQL Is a combination like this possible ?
Hello, I have installed PostgreSQL and Thingworx Founder Installer on two different VMware in RHEL . I want to use remote database connections to connect the Thingworx . I tried to install following command on Thingworx, yum install rh-postgresql10-postgresql-syspaths But it is showing no packages is available to install. Please do the needful as soon as possible.
Hi, While I am trying to copy file using File transfer Subsystem Copy from local to thingworx repository , I am getting error : "File transfer subsystem encountered an error: Source file 'sourcefile' not found" Does anyone know what Permissions are required to setup for this as if I use Administrator login to copy. It worked fine. Thanks, Harpreet
The Property Set Approach This article details an approach developed by Prachi Rath and Roy Clarke, refined by the EDC team in the December 2019's Remote Monitoring of Assets Reference Benchmark , and used to handle multi-property business rules in an Enterprise ThingWorx application. Introduction If there are logic rules which depend upon multiple properties, and each property receives its updates one at a time, then each property will need to have an identical subscription, because there is no way for any one subscription to know the most up-to-date values for the other properties. This inefficient approach would create redundancy and sizing constraints, reducing the capacity of the application to scale up to the Enterprise level. The Property Set Approach resolves this issue by sending in all property updates as one Info Table or JSON property (called the “property set”), which can then have a single subscription. The property set is assembled on the Edge when an update need
Hello , I created a geofence using an infotable inside an infotable,i.e (outer infotable as columns id and location ,column location contains one more infotable along with columns again id and location region.).The location region column is with location base type and id has a GUID as base type.I need to increment a id value in outer infotable. So that I can close the geo fence set. Service as follows : region = me.map_regionCopy;if(!region) {params = {infoTableName : "InfoTable",dataShapeName : "Region"}; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(Region)region = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);} //var result = region;var params = {infoTableName : "InfoTable",dataShapeName : "shape_for_geo1"}; // CreateInfoTableFromDataShape(infoTableName:STRING("InfoTable"), dataShapeName:STRING):INFOTABLE(shape_for_geo1)var result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(par
hi , how can I put an interval in state definition using just < and <= , i want to do this : alert1 : measure <10 alert 2: 10< = measure <20 alert 3 : 80< = measure <100 alert 4 measure >= 100 thank you in advance
hi community , how can i access to alertName from a service called in mashup ? - I made a service that update alert threshold for all things of a template. - I want to modify threshold from mashup (see picture) using textfield widget and call the first service when I click on a button (validate). please help , and thank you in advance.
Subscription is not updating value to Things Using Thingworx Composer. I have configured Template and Things. Set Alert and Subscription using JS. But, it is not updating values to Things Properties. Please help me. Subscription Code: me.LastAlertLocation = 'East Weather Station'me.Destination = 'Dust Storm'
hi, I want to display a pdf file in a mashup (webframe), I Set the good url, but the problem is that when i click on a grid i download the pdf file instead of display it in a webframe. help please.
Hi everyone! I have created one style theme to use in the value display widget in my dashboard and it is work well. But I have created other style theme to use in other value display widget in other mashup and when I binded that style theme on my value display all others changed too. Is there any way to use one style theme to each value display? Regards Leonardo
Hi, I am using Thingworx Execute Service connector to execute a service from other Thingworx instance(consider as X), The entity type is not loading even after successful connection. If I connect to the local server or other than X, I could able to load everything. How can I trace the problem in this case? Regards, Janakiraman P
Hi, I'm copying the csv file from EMS to Repository in Thingworx. So often in Application Log I'm seeing these kind of errors. I think it is because of conflict between (1. copying file in Thingworx Repository and 2.another program is updating the same file at the same time). Is there any idea? Thank you! Muhammad Naeem
Hi, I have just started exploring the ThingWorx and tried to fetch the historical data (time series) using get QueryPropertyHistory service. We can fetch using filters like date, record count, sorted etc. I want to write a custom service that does aggregation operations on this data and persist this aggregated data in some form. What are the supported ways for handling such huge data, transform it and persist? Thank you
Hi , I am unable to see columns in Configure grid columns window , i have used external database and getting data using query service . output will be in infotable. already i have bound all data to grid and i can see data in grid . but i want some space in Grid columns you can see attached files. Thanks
Hi, I am facing permissions issue while using File Transfer Subsystem Copy service execute as below : Error message is as follows: Error: CopyInternalError:Not authorized for ServiceInvoke on CancelFileTransfer in RepositoryName - See Script Error Log for more details. Internally Copy is failing because the remote thing is not connected that is fine but it internally calls CancelFileTransfer service which I cannot find in FIleRepository. How I can assign run time permission for this service. Thanks, Harpreet
This is a lessons learned write up that I proposed to present at Liveworx but it didn't make the cut, but I did want to share it with all the developer folks. Please note that this is before we added Influx and Micro Services, which help improve the landscape. Oh and it's long 🙂 ------------------------------------------ This is written as of Thingworx 8.2 Different ways to scale Data and Processing with Thingworx Two main issues are targeted Data Storage Platform processing Data Storage in Thingworx Background Issues around storage is that due to the limited indexing in the Persistence Provider with then the actual values according to the datashape being in a JSON Blob So when you look in the Persistence Provider you’ll see Source sourceType Location entityID Datetime Tags ValueJSONBlob The first six carry an index, the JSON Blob which holds the values according to the datashape is not, that can read something like {value1:firstvalue,value2:secondv
Here is the situation: I have a Mashup Master that is used as a header for several different contained mashups. I have a label at the top of the header which I would like to change based on which contained mashup is displayed in the master. Here is what I have tried: whenever a mashup is loaded: call SetGlobalSessionStringValue({ name: "MashupName", value: "Mashup 1 Header" }) where "Mashup 1 Header" is different for each contained mashup. (see ContainedMashupLogic.png attached) on my mashup master, I am calling GetGlobalSessionValues when the mashup is loaded, and when MashupNameChanged event occurs (see MashupMasterLogic.png attached) I am then running an expression to combine MashupName with some other static text, and bound the result of this expression to the label in the Header What is happening: the header never changes after initial load of the mashup, navigating between the contained mashups does not trigger the change in the header
Hey Everyone, I'm currently using the WS EMS to facilitate a file drop interface between a VM on a private network, and a cloud ThingWorx instance. The WS EMS is installed on the VM and used to transfer files to/from the VM and the ThingWorx platform. Currently I have one instance of the WSEMS running and pointed to our development ThingWorx environment. Is it possible for me to install a second instance of the WSEMS on the same VM and point this one to our production environment? Or can only one instance of the WSEMS be installed on a server at the same time? Thanks! Andrew
I am facing an issue where I applied Organization containing the System User Visibility permission to a Thing template which is inheriting Generic Thing. I am still getting the error that template does not exists. Is System User visibility does not work with the Thing Templates?
Hello, I had installed manufacturing apps 8.4.3 extension on Thingworx plaftorm 8.4.5 with PostgresSQL 10. The installation went ok (without errors) but I can't see the filters in the asset advisor window (attached is the screenshot). I am logged as Administrator. Any idea of what is happening? Thanks in advance.
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.