Recently active
Hi, If image name contains the special characters(#) and assign the image path to Thing property, image is not assigning to Thing property. If we go to thing and set the same image manually to Thing, image is assigning to Thing property. I have defined Property Type is IMAGELINK I am using the below code for assign image to Thing property. var imageName = "Image #22.PNG" var imagelinkpath = "/Thingworx/MediaEntities/" + imageName; Things["XYZ"].Imagepath = imagelinkpath; Could you suggest what way we can achieve if image name is having the special characters and assign the image to Thing in programmatically? Thank You Regards, latha
I have a table where i need to validate strings. I am trying it with state definition but it is checking with the whole string and not considering the sub string. So, is there a way to validate string values using sub string in a grid. Attaching an image of required output:
Hello, I'm building an application that must fit on a smartphone screen. Everything works fine except when I rotate the device. I have to images below to exemplify the case.The application is composed with a master that is horizontally divided and has one header and one responsive row. The header is 130px height.As we can see on the images above, when the device is vertically rotated, the header seems to consume less space on screen than when it's horizontally rotated. Ideally, I want everything to work as if it was vertically.
I'm trying to install using the Linux installer from the website but not able to proceed anywhere
I'm trying to run analytics job on the hosted server and I'm not able to find connected clients on my provider
Hi Developers, I'm working on a scenario where a user with a reference in the composer should be able to invoke a service in a thing through URL alone. http://Administrator:admin@123@localhost/Thingworx/Things/Test123/Properties/temp?Accept=application/json Through the above URL i was able to fetch the JSON response of the property. But the drawback is for the first time even with the user credentials passed in the URL, i got the Thingworx User Credentials prompt window coming up. After cancelling it out and trying again with the same session i got the expected result. So is this a normal behavior or do we have any work around for it. For invoking a service how to pass the input params in the same way as above. The whole point is to invoke a Thingworx service from a third party server by passing the user creds in the URL. (we would prefer the credentials being passed instead of the Application key). Thanks and
Hi, I am new to thingworx and I am trying to figure out how can I make a left side expandable and collapsible menu using menu widget. The menu should open with click of the image.
Can EMS ADO and EMS run at the same time on the same gateway? One is for tunneling and other is for data transfer.
Hello Soumya, I am facing similar issue, although i increase the limit to 100000. Can you please let me know how we can confirm that the count is reaching the limit. we are pooling sensor data from the device using a windows service and sending it on to the thingworx platform. since the data pooling is @ every 30 seconds and the no. of properties that are updated at the same time is huge, i am not sure is that what is causing the issue. can you provide more details. Thanks
Hi all, I am following this tutorial to connect Thingworx Industrial Connectivity to Thingworx Foundation. But I have an error: This is Thingworx Foundation: Please help me fix this error! Thanks all, Quang Tu
Hi, Can anyone suggest me a way of connect to SignalR hub from thingworx? Is this possible and if not what is the way to approach? Thanks
Hi, How can I access the runtime mashup in my mobile. I have connected both the laptop and mobile in same network and am using the ip address instead of localhost. But still it shows me an error : The web page is not available. How can I resolve this? Thanks, V SHALINI.
Hi, When I execute a simple sql query, "select CabExitTime from ProcessTime where JobNumber = [[Job]] " I am getting result as "---" My base type is infotable. Please help me to know where I have gone wrong. Thanks, V Shalini.
Hi All, I am trying to add alert to the property with a service. Got an error like Error executing service test. Message :: Alert Type [Above] is not valid - See Script Error Log for more details. How to resolve this issue? I followed same code mentioned here. // Create the Attributes Infotable for AddOrUpdateAlert call var params = { infoTableName: "alertAttr" /* STRING */ }; var attrs = Resources["InfoTableFunctions"].CreateInfoTable(params); // Define the fields required by an Above type Alert for an INTEGER field (not the values!) // limit - Minimum value at which the alert will trigger. var field = new Object(); field.name = "limit"; field.baseType = 'INTEGER'; attrs.AddField(field); // limitInclusive - Is the condition Greater than (>) or Greater than or equal (>=)? field.name = "limitInclusive"; field.baseType = 'BOOLEAN'; attrs.AddField(field); // Define the new Alert values and add the row to the table. var row = new Object(); row.limit = 5; //
Is it possible to load up widgets at run-time in a mash up? For example I want to load value display widgets based on number of items returned from my service.
Hello everyone, i´ve got a Problem imported the google location picker. And i wanted to use the Map View funciton in the mashup, in the log it shows following: Google maps connection String is not present 23:02:17 ERROR - series cleanup error: TypeError: Cannot read property 'hide' of undefined 23:02:17 ERROR - Not able to instantiate google Thank you in advance. dear johannes
I want to display the data coming from a property of base type infotable on mashup but the data should display in vertical format. By saying vertical format i mean that all the header will occupy 1st column and the data falling in respective headers will occupy subsequent columns. Attaching an image of the required format. Thanks
hi, im currently working on a project to connect a raspberry pi to thingworx, what i want to know is how to get data from the raspberry pi and display the data on thingworx. If anyone has done anything similar it would help me if you can give me some tips and ideas. thks in advance.
How do I create a chart like the one shown above? I did follow the tutorial here: https://devzone-staging.thingworx.com/resources/guides/proportional-chart-how-to but, I need the sections of the bar charts to be different colors like shown above.
Hi, I have a simple service in Thingworx for THING_17, the thing implements ContentLoader thing shape " return me.LoadText({ url: 'http://localhost:8089/', header: '{ "Accept": "text/html" }', timeout: 12000 }); " and there is a local HTTP service listening at port 8089, PostMan can do a request and receive a response well, but i got an error when using LoadText service "Unable to Invoke Service Execute on THING_17 : null Any help would be very appreciated. My Bests, Hung Tran
Hi Team, Can we bind dropdown to a infotable without datashape? If so how? Is datashape required for all the widgets to bind on?
Hello, currently, I am using Thingworx 8.2, Analytics Extension 8.2, Thingpredictor 8.2. When I start the Thingpredictor the follwing error is shown in the Error Log: Error [authenticating connection], Server websocket will be closed. cause: Application Key not found I checkt the correct app Key twice in both files(predictive-standalone.yml,system-environment-variable.properties) and even tried it without any app key by commenting the corresponding line out. In the Thingpredictor cmd Window I can see the following: ERROR [2018-11-20 09:15:51,723] com.thingworx.communications.client.connection.netty.ThingworxClientConnectionHandler: WebSocket error: com/thingworx/communications/client/connection/netty/ThingworxClientConnectionHandler$1, closing connection! It is still possible to publish models. But it is not possible to trigger events or jobs via setting different parameters of a Thing in Thingworc Composer. What could be the reason for this? Thanks, Cedrik
Spoiler (Highlight to read)SQL Query: Assignment variableSQL Query: Assignment variable Hello all !!!! I have problems with assignment of value of an input variable to temporary variable. I create service with SQL Query. Added an input variable [[container]] with type of data a string. In assignment attempt: set @Container=[[container]] - the compiler ceases to highlight syntax and execution happens to an error. At execution of any command as soon as I insert an input variable, [[.....]] check of syntax shows that it is not right. Whether somebody knows in what an error? In SQL Managment studio everything works.
We have been facing issue with Thingworx collection widget where the cells do not appear even when data is returned by the service. However this issue happens very intermittently and when it occurs this is the exception thrown by the widget. On refresh or calling the service again the cells reappear. Combined.8.3.3-b937.20181015.105723.00286.js:130014 Uncaught TypeError: Cannot read property '_BMCollectionViewInfoTableIndex' of undefined at TW.Runtime.Widgets.collection.updateThingworxSelection (Combined.8.3.3-b937.20181015.105723.00286.js:130014) at TW.Runtime.Widgets.collection.collectionViewDidSelectCellAtIndexPath (Combined.8.3.3-b937.20181015.105723.00286.js:129904) at BMCollectionView.set selectedIndexPaths [as selectedIndexPaths] (Combined.8.3.3-b937.20181015.105723.00286.js:126849) at Object.completionHandler (Combined.8.3.3-b937.20181015.105723.00286.js:129024) at animationOptions.complete (Combined.8.3.3-b937.20181015.105723.00286.js:127653) at Combined.8.3.3
Hi, I am using the below service in ThingWorx. its not listing one of RemoteThing using the below service. but RemoteThing is available if I go physically. Also, listing remaining RemoteThings. Could you suggest why it is not listing one of RemoteThing using this service. I have enabled RemoteThing var allRemoteThings = ThingTemplates["RemoteThing"].GetImplementingThings(); Thanks&Regards, latha
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.