Recently active
Hi, I am using Thingworx 8.4.5, and I have came across a new attribute. While adding Fields in a datashape there is an attribute as 'Friendly Name'. I assume that was not there in previous thingworx version. I would like to understand the meaning and usage of that. Thanks in advance Aditya Mittal
How to create a mashup widget to view excel sheet.My question is where to add the excel view code in IDE and Runtime file.Sample IDE and Runtime is attached below IDE File TW.IDE.Widgets.vvvvfb = function () { this.widgetIconUrl = function() {return "'../Common/extensions/testttt/ui/vvvvfb/default_widget_icon.ide.png'";}; this.widgetProperties = function () {return {'name': 'vvvvfb','description': '','category': ['Common'],'properties': {'vvvvfb Property': {'baseType': 'STRING','defaultValue': 'vvvvfb Property default value','isBindingTarget': true},'Name1': {'baseType': 'STRING','defaultValue': 'This is a value','isBindingTarget': false}}}}; this.afterSetProperty = function (name, value) {var thisWidget = this;var refreshHtml = false;switch (name) {case 'Style':case 'vvvvfb Property':thisWidget.jqElement.find('.vvvvfb-property').text(value);case 'Name1':thisWidget.jqElement.find('.vvvvfb-name1').text(value);case 'Alignment':refreshHtml = true;break;default:break;}return r
Downloaded the .NET SDK and everything works fine on my windows 10 laptop. But when running the exact same bits in a docker container, getting this error. I have tried various images such as microsoft/aspnetmcr.microsoft.com/dotnet/framework/sdk:4.8docker pull mcr.microsoft.com/dotnet/framework/runtime:4.8mcr.microsoft.com/windows/servercore:10.0.16299.1029 com.thingworx.communications.client.TwApiWrapper Error: 0 : Error initializing the .NET SDK. : System.DllNotFoundException: Unable to load DLL 'twApi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)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) Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'twApi
Hi, I just encountered this problem, when I tried to create some Transformed properties in Thingworx 8.5 and Platform Analytics 8.5, they didn't work. But all those kinds of properties worked fine in 8.4. The transformed properties I created have a question mark, but not a thumb up sign. And I also tried Statistics Calculation and Monitor services, they all worked normally. Is it a bug or I missed any configuration? Thanks in advanced.
Hi guys, I am creating a mashup to create new users. In Thingworx 8.5 it seems that the MaskInputCharacters property has been removed from the Textbox widget as discussed in this post and this article. Anyone have a work around or how to do this?
Hi , Could someone tell me where the "Allow Override" is in Thingworx 8.5 ? I coundn't find it in Service Info.
Team,Our customer would like to create a service on the thing template that would allow them to create a thing and also do a remote binding to a kepware device,Please, any code example that we can use for that thing creation and remote binding?TksChris
Hi guys, I am trying to generate a time series chart with a certain property from all the things of that template. I am trying to write a service in a thing that will get the data required for the graph. The service I have however returns all the properties and does not filter on the property infotable as expected. Can anyone please assist with how I can achieve this? My service code is below. //GetDataTrend// today datetoday = new Date(); // if no date specifiedif (!StartDate){StartDate = dateAddHours(today, -24);} if (!EndDate){EndDate = today;} // create infotable to collect datavar params = {infoTableName : "InfoTable",dataShapeName : "EntityList"}; // CreateInfoTableFromDataShapevar propInfoTable = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); // EntityList entry objectvar MotorSpeed = new Object();MotorSpeed.name = "MotorSpeed"; // STRING [Primary Key]MotorSpeed.description = undefined; // STRING propInfoTable.
Hi, I have installed first Thingworx 8.4.5 in my local system and applied license. My local system IP address is dynamic. Currently upgraded to 8.5.1 in same system. In that process, I have deleted all the Thingworx plotform folder and Thingworx storage folder. and also, I have deleted thingworx database from postgre's and created again. Before deleting the Thingworx plotform folder and Thingworx storage folder, taken backup. Now copied same files back Thingworx plotform and Thingworx storage after install the new .war file. Updated plotform setting file based on Thingworx 8.5 version. Also, given access writes to all the Thingworx folders. When I restart the Tomcat server and open thingworx composer, generated licenserequestfile.txt. Its not working with existing license. Also, giving the everytime different device id's in license request file. May I know the reason , why its generating different device id's?. What bases device id's will generate?. Regards, Latha &n
Hello, is it possible to import analytics models in pmml-format, that do not use algorithms provided by the Analytics UI? E.g. is it possible to upload a SVM-model written in Python and converted to Pmml, eventhough SVM are not a usable, when creating a model with Thingworx Analytics? Thanks
Hi guys, I am read all the community posts about the container refresh. I applied the settings as recommended by this post but the contained mashup still does not refresh. I have two drop down lists. One indicates the mashup to load the other the entity data to pass to that mashup. The contained mashup only refreshes when the mashup to load is changed not when the entity data is changed. I am also passing a start and end date to the mashup. The selectedrows changed and the update event on the dropdown and time selected are bound to the refresh of the contained mashup but neither one when changed executes a refresh.If anyone has advice please let me know.
Hi,I am having an infotable (thingName (STRING), serviceName (STRING)) 10 rows (may vary). Each row having thing name and service name. I have to execute all the services available from infotable in a particular scheduled event. How to handle this scenario? Thanks & Regards,Sathishkumar C.
Hi, I need to create a Mashup widget to read and display the contents of excel file. How to do this? Anybody help me.
Hi @kiran2 , I am struggling with the same problem. Can you perhaps elaborate on how you used an access token to get the communication fixed? Do you use your same username for the account and then just use the access token as password?
Hi, Am displaying a grid with 24 hrs data, want to highlight columns based on user selection. Selection happening by range slider. Ex, User can select From and To hours b/w 1-24 by range slider, based on the selection grid columns should be highlighted. Grid column name are like 1,2,3,..24 Regarding Janakiraman P
Hi, If you get api:sendMessageBlocking: AUTH Message when EMS is trying to connect to Thingworx it could be related to the associated appKey. In my case, the issue was due to the user associate to the key that was not existing. It could be the same for you. Best regards, Sylvain
Hi, I know c.t.s.d is com.thingworx.security.directoryservices, but i wonder what does S stand for? Is it SecurityLog? Any comment would be highly appreciated. My Bests, Hung Tran
HI iam new to thingworx, iam in learning stage I need help to create user input form mashup to read and write to postgresql database I have setup postgresql database and connection and tested it is working fine, then i have created user form mashup which is attached here for reference my requirement is once user fill all text box and click on submit button entered data should add to database by next to next row for each submit button and by clicking on view previous data/view next data button, data should need to read from database and display in test box. Please support me in provided instruction to perform for above requirement, Also if you have similar user form data mashup example , please share it here. user input form
Hi, Scenario is like this: I have a main (parent) mashup in which I have two columns. One column have a tree widget and the other column have the contained mashup widget. Now, I am entering texts from the contained mashup (child mashup) and when clicking OK, I want to run one service on the main mashup and get the output of the service on the Tree widget which is in the left side column. So, for this I am not able to use the session events whenever there is a change in the contained mashup parameters. How to handle this situation without any session events? (I can not use the same parent mashup as there are 4 to 5 contained mashups which will keep on changing inside the main mashup). Also, is this a bug in ThingWorx 8.4.2 as I could not see the session events. Thanks and regards, Aditya Kumar
Hi Team, I have the below service, calling QueryImplementingThingswithData that returns to me an Infotable with several fields, However, I only want my service to return a particular field from this infotable, please, how to do it? // result: INFOTABLE dataShape: "RootEntityList"var retorno = ThingTemplates["MyTemplate"].QueryImplementingThingsWithData({maxItems: undefined /* NUMBER */,nameMask: undefined /* STRING */,query: myquery /* QUERY */,tags: undefined /* TAGS */}); //this query will return an infotable with many fields, how do I return only 1 of these fields? var result = //I just need 1 field from the infotable above
Customer wants to create an external application in Java and use this application to create things and access thingworx data model,Please, any Java SDK sample program we can leverage as example for that?
In case using an external application, is it possible to access data model metadata directly (without calling Thingworx services) and also persisted data (postgres or influxdb)?TksChris
Hello guys, in all my mashups the expressions stopped to work (ThingWorx 8.4.5-b102). Any Idea? All Projects for currently 4 Developers not work without the expressions. Any Ideas? Btw. Validators works
Hi, I establish a ssh connection without problems. RDP works sometime but not on my PC. Thrid I need to tunnel an webserver (port 80 or in special case 4444). which protocols can be tunneled via EMS with Thingworx Remote Access Client?
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.