Recently active
I want to fill grid dynamically, like if I have 5 images then at the time of execution it shows my 5 images like 3 in the first row, 2 in the second row. is this possible in current grid. this number of images will be varied and with that varying number of images display on the grid. I think this functionality / behaviour i can achieve by customizing the widget and running own services for putting the image on right part of the grid cell. Related to post
Is there any plan to support .NET SDK for SCM edge extension?
Hi, I am looking for a functionality like when I click the any marker in the google maps it should remains the same. But now when I click on any marker it is converting to some other icon which is assigned in selectedmarkerstyle. When I removed the selection by default it is showing the red mark icon. How to resolve this.
Dear Community! For one project we use the Thingworx Edge SDK for C#. Most of the time we are able to transfer data from our C# application to the cloud. But sometimes, during the application run, we unexpectedly get the following error message: System.DllNotFoundException: Unable to load DLL 'twApi.dll': Attempt to access invalid address. (Exception from HRESULT: 0x800701E7) at com.thingworx.communications.client.TwApiWrapper.twW_SetLoggerProperties(TwApiLogLevel level, Byte isVerboseEnabled, TwLogMessageDelegate onLogMessage) at com.thingworx.communications.client.TwApiWrapper.ConfigureTwApiLogger() at com.thingworx.communications.client.TwApiWrapper.Initialize(ClientConfigurator config) at com.thingworx.communications.client.BaseClient.initialize() at com.thingworx.communications.client.BaseClient..ctor(ClientConfigurator config) at com.thingworx.communications.client.ConnectedThingClient..ctor(ClientConfigurator config) at My.Project.Class.Communication.ThingworxClien
Hi, I am trying to get STL file with REST API. It was working with POSTMAN. But Not work with Thingworx. How can i resolve this issue? Thanks & Regards, Sathishkumar C.
I've found that the X-Axis labels are often cut off on the right hand side of a Label Chart. Is there a way to fix this to show the full value? It should show 400 in the chart below. I'm on version 7.2.5.-b56.
Hi Developers, When i login to the mashup through browser the JSESSIONID is set to all the thingworx services called during that session. Is there a way to add or set another cookie to those services? I have checked the "Content Loader Function" resource and it only has "Get Cookies" service and nothing else for my use case. Regards, Saran
Here is a short recap of what kept the Developer Programs team busy this month: [Site Enhancement]: Dev Portal released in 3 additional languages Hello, Hallo, こんにち, and 你好. Since the beginning of this month, the Developer Portal is available in 4 languages: English, German, Japanese, and Simplified Chinese. >> Check it out [New Guide]: Statistical monitoring with Descriptive Analytics Use ThingWorx Analytics in your IoT application to perform statistical monitoring analysis on time-series data and enabling you to quickly display values that are below a threshold, inside or outside a defined range, or following a trend. >> Here is how [New Guide]: Create an AR experience for a factory changeover In this new guide, Jason Wyatt shares how Augmented Reality can be used to facilitate employee training for changeover procedures and helps ensure that each step in the process is completed correctly. >> Here is how [New Guide]: How to ins
Good morning all,how can I change the dataset in a model without recreate model and its references?I would exchange the full dataset of a completed model, but i don't want to recreate it. Many thanks in advance
Hi All, I am new to Thingworx, and have created a thing which is configured to connect to the Redshift database in AWS. When I check the services by writing a query, I am able to see the out put information; I need some help or some resource link to do the following, Coudl someone please help to share any resources. 1. Create a Mash up dashboard 2. Connect the Data, and pull the recent data from the DB 1 & 2, I went to some tutorials here, but I am not able to pull the data in.. (GetStreamdata) 3. Time series telemetry Visualization. I am currently stuck at #2. Thanks,
Hello, I am looking to make Dashboards and Organizations work in a way that it doesn't naturally within Thingworx. I want to have an organizational structure similar to what's shown here: for the purposes of having a single sign-on to the mashup that will be shared across the organization. However, I also want to be able to have it so that Andy can share dashboards with Becky, but not with anyone in Company2. As far as I can tell, you can only set permissions so that they can be shared within the organization which means that if I set permissions so that Andy and Becky can see each other's, they will also be able to see everyone in Company2. I am looking to do 1 of 2 things: 1. Make it so I can use one login to sign into multiple organizations OR 2. Set permissions on a sub-organizational level to have dashboard sharing within the sub-organization and not the entire organization. All help is great
Hello,would you please help me with a memory issue that I have?I have a stream with some data which covers a certain amount of time (let's say one year).The user must query a period from that year, get data, make calculus and plot the results.If I do this runtime it may take a while to do the calculus (like 3 or 4 seconds) because there are stored thousands of rows and if I have to switch to one thing to another from the list it could be "ugly" if it takes 3 or 4 seconds any time I change item plus, more important, CPU overworks.One more thing is that there are multiple users working on the same virtual machine so it can be even worse.My clue was to set a property for each thing with INFOTABLE as basetype so anytime I make a search, my service fills this property with the result and my plot is on the property instead of the service result.In this case, the calculus is done only once and not anytime I switch item from the list.Now I was wondering: where these Infotable data are stored?
Hi,As I know, a SQL transaction is managed (open / commit / rollback) by the platform, it would be opened before a service is invoked, commit if a service call is success without any exception, or rollback if there is an error occurred. My issue is, I have a service which will need to loop through 10000 things and do some changes, it means that there would have a lot of changes made, and the transaction would contain a lot of changes in database memory, and of course, that will hold / acquire too many locks on database resources for hours. I want to create 10000 small transactions instead of one huge transaction, but i cannot find an example how to open a transaction in scripting.My Bests,Hung Tran
Hi,How to print the mashup using a button?Please provide some documentation or some instruction on how to work on it.Thanks,V.Shalini.
Hi,I have an InfoTable (called from GetProperties()-service) with only one row. Now I will bind the properties of this InfoTable to Textbox's on my mashup. Problem: I can only bind the properties of the "Selected Row(s)" to the mashup elements.So my idea, I set the "Selected Row(s)" to the first row, but how? Have anyone an idea how to set the "Selected Row(s)" via service or so?
Hi All,Please let me know how to send multiple data to properties of infotable type If we can send please help me with brief procedure as I have to complete my project fast Thank You in advance
Hello,i have thing template with a property of type THINGNAME.i'm writing a service and in there i need to get a list of all thing that implement that template and have a certain thingname as that property.How can i do that?I assume can somehow call the getImplementedThings service and compare the property each element. If that is the easiest solution, how do i call that service?
I am testing dashboards out for the first time. I have followed all documentation I could find on how to do so. I created two organizations with units and user groups. There are no dashboard-instance permissions/visibility set, they are all being inherited from the dashboard functions resource and the general dashboard permissions. I have my dashboard embedded in a mashup. Right now, when any of my users create a dashboard, it is automatically viewed by all users upon login. Is this the intended functionality? I was under the impression that by default, no one saw your dashboard until you clicked on "manage sharing" and selected units to share with. If this is not the intended functionality, anyone have any idea what I am doing wrong? I follow the documentation on dashboard configuration to a T. Not sure what else to do. Another thing I do not like that is happening is that all users can see all organizations when they click "manage sharing" I would like them to only be able to s
I have a raspberry Pi 3 set up and have my EMS running and the lua script resource running. The raspberry pi thing is showing isConnected as true on my Thingworx platform. The properties on the raspberry pi are updating every 30 seconds as instructed Thingworx Composer is open at localhost:8080/Thingworx/Composer However, property values are not being pushed to Thingworx. My pi connection was working perfectly up until the middle of April and then wan't used at all until I tried to open my project again today. Remote bindings are already set up but when I go again to the "manage property bindings tab" I get a message saying "Error browsing properties. Be sure the remote device/server is connected and configured properly". I now also get the following message in my lua script repeated: [INFO ] 2018-05-16 14:38:32,799 PiThing: EMS is available: true, online: true [WARN ] 2018-05-16 14:38:32,799 thingworx.server: Could not set properties on server. code: 500, resp: [DEBUG] 2018-0
I received this error while installing Thingworx trial edition Problem running post-install step. Integration may not complete correctly Error running .\installer-twxfoundationH2-devzone-windows.exe -- installdir "C:\Program Files (x86)\ThingWorxTrialEdition" --unattendedmodeui minimal --mode unattended --accept_eula YES --TWX_PORT 8080 --disable-components "docker_validator, docker_machine_validator": Program ended with an error exit code. I am not sure what I need to do to fix this. Thanks, Brad
Hi I have exactly the same issue. My windows is 10 pro, processor 4 cores. I tried to install the trial on 2 computers and I have the same error message. Attached the log files. Can you please help?
I have thousands of data table each with at least 100000 records. Till now I was using Thingworx Internal database and to access data I wrote all services by using built-in snippets given by twx platform for data tables. Now I have to change the framework and the new framework is supposed to use MySQL database. So there any way to migrate all of the Thingworx data to MySQL?
Hello, i'm trying to query an InfoTable column using multi-input, to illustrate: My InfoTable data shape is like this : Code(number) , Product(string) & Line (string), the line field contains a lot of numbers seperated by - I want my JS query to return ligns ending with 922 or 921. the query i wrote is this : var query = { "filters": { "fieldName": "Line", "type": "LIKE", "value": criteria }}; var params = { t: me.myProdInfoTable /* INFOTABLE */, query: query /* QUERY */}; // result: INFOTABLEvar result = Resources["InfoTableFunctions"].Query(params); With criteria as my string input. the query works when i put %22 but does not work when i put "%22", "%21". Can anyone help me, thank you
Hello all, Can anyone tell me, how to compare two infotable fields are same ? Thanks, VR
I'm seeing following error while trying to start the AWS Iot connector service (ThingWorx-AWS-IoT-Connector-1-2-0😞 [main] ERROR c.t.c.PlatformExtensionBootstrapImpl - Extension ConnectionServicesExtension needs to be installed, but cannot be found I did download the ConnectionServicesExtension-1.4.3.jar (from protocol-adapter-toolkit-1.0.3) package and placed it under /connector/lib folder where all the other JAR files are at. Please assist.
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.