Recently active
Hello, I wish to add a spinning wheel in the mashup till result is not yet ready for display. Since the above result is obtained from an api call outside thingworx environment inbuilt feature in the mashup of Data Load is of no use. How can i add this? Thanks and Regards, Kiran
Hi, Is it possible to disable a button when a grid row is selected? i.e) I have three buttons and a grid, "Add" , "Modify" and "Delete". Initially only "Add" button should be enable (text from text box will be added to grid on click of add) and "Modify and Delete" button should be disable. Once a row is selected from grid, "Add" button should be disable and "Modify and Delete" button has to be enabled. Is it possible to attain this requirement? How can I make it possible? Please provide some idea. Thanks, V Shalini.
Hello, I've just made an upgrade from TW8.1 -> TW8.3 but I'm having a issue: I have a mashup in which I only use a HTML widget in order to load a html page I created. The problem is this widget will ignore all CSS and Javascript. Indeed, if my result is something like var html = ""; html += "<style>"; html += " .myClass{"; html +=" background:green;"; html +=" color:red;"; html += " }"; html += "</style>"; html += "<div class = 'myClass'>This is my text </div>"; result = html; the <style> tag isn't read (same for script). Do you know I can I solve this?
This may be a basic question. But why does this fail ?, What is the right way to update ? var values = Things["TestDataTable"].CreateValues(); values.Id = Id; //INTEGER [Primary Key] values.Name = "Name"+Id; //STRING var params = { maxItems: undefined /* NUMBER */, values: values /* INFOTABLE*/, query: undefined /* QUERY */, source: undefined /* STRING */, tags: undefined /* TAGS */ }; // result: INFOTABLE var table = Things["TestDataTable"].QueryDataTableEntries(params); if(table.length>1) { var row = table[0]; var values = Things["TestDataTable"].CreateValues(); values.Attendance = 11; //NUMBER values.RollNum = row.RollNum; //STRING [Primary Key] values.Percent = 11; //INTEGER values.Id = row.Id; //INTEGER [Primary Key] values.Name = row.Name; //STRING var params = { sourceType: undefined /* STRING */, values: values /* INFOTABLE*/, location: undefined /* LOCATION */, source: undefined /* STRING */, tags: undefined /* TAGS */ }; // no return Things["TestDataTable"].Up
Hi, Could you give the example for how to load the image dynamically. Example: user has to load the image from local system at run time(C: drive ). Thank you.
Trying to get a list of children in a Network using the GetChildConnectionsForTemplate function which accepts two parameters, both of which are of STRING type; however I keep getting a Too Many Parameters error when I input two strings. When I try to input a single parameter, it runs with 0 errors but outputs an empty/incorrect table.
Hello, I am displaying data on collection widget after selecting one template from drop down. when i scrolled up and down some rows are get disappear or lost the data of those rows. this is happening when I run mashup,
Hi. Anyone here with much experience with the new Collection Widget? I'm on ThingWorx 8.2.3 and I've seen some PTC support tickets that seem like some major fixes that are in 8.2.5 and 8.3, but what I'm trying to do here is pretty basic so I figured I'll ask around before upgrading my server. 1. I'm simply trying to get the embedded mashup to show at the moment, but nothing shows up. The embedded mashup just has a text box that says "hello" in it. On the collection widget, I've supplied Data (comes from a service that returns an Users table from one of our systems. The User_Id is unique), and mapped the UIDField to the User_Id field. I expected the collection widget to build a cell per user, but the mashup comes up blank. I've also tried adding a mashup parameter (username) and adding {"Username":"username"} to the MashupPropertyBinding since the helpcenter says its important, but it still comes up blank. What else is needed to get the collection widget to work?
Hi, I want connect OPC UA server with thingworx using OPC UA Client Extension which is downloaded from marketplace. I can't able to connect with thingworx. I have pasted "config.json" and "Thingworx_OPC_UA_Client.jar" at "C:\OPC". I have modified "config.json" file and started "Thingworx_OPC_UA_Client.jar". At, thingworx property "IsConnected" not updated. Where i have made mistake? Thanks.
Hello all, We are running thingworx microserver in raspberry pi. WEMS works properly, but when we run luaresource it get stuck at creating new handler. PFB for lua log [INFO ] 2018-08-13 09:29:16,343 ./luaScriptResource: Using config file: /home/pi/microserver/etc/config.lua[FORCE] 2018-08-13 09:29:16,343 ./luaScriptResource: Starting up ....[INFO ] 2018-08-13 09:29:16,348 luaScriptResource:main: Encryption is disabled on the RAP connection.[INFO ] 2018-08-13 09:29:16,348 luaScriptResource:main: FIPS is disabled.[INFO ] 2018-08-13 09:29:16,350 ./luaScriptResource: New path is /home/pi/microserver/etc/thingworx/clibs:/home/pi/microserver/etc/custom/clibs:/home/pi/microserver/etc/community/clibs:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin[WARN ] 2018-08-13 09:29:16,351 ScriptResource::initialize: Encryption is disabled on HTTP Server.[WARN ] 2018-08-13 09:29:16,351 ScriptResource::initialize: Authentication is disabled on the HTTP Server.[WARN
Is some comparison or a battlecard for TW Analytics vs AVEVA Wonderware (Intelligence and Insight modules) available? Are the products comparable or the declared analytics capabilities in Wonderware are rather limited and don't go beyond the descriptive stage?
Hello all, I have created some properties on microserver and integrate with Thingworx Remote Thing. Is there any service to retrieve microserver thing properties in Thingworx Remote Thing ? Regards, Velkumar R
Hi, Is it possible to remove the Title bar in the View or control the height of it . I tried to change it by inspecting it in the preview but I am unable to do so. Regards, Desai Desai
I have some queries in Thingworx.1) Can we host thingworx application in IIS?2) How can we integrate thingworx with .net code/framework?please guide me!!
I do not want to download the extension on the local system and then import into the Thingworx platform. I would like to import the Thingworx Extension into Thingworx platform directly through Marketplace. how can I achieve this? Would it be the new functionality in Thingworx?
Hi I want to use Thingworx C-SDK on Ordroid-C2 with Ubuntu 64 linux. Ordroid-C2 has arm64 apu, when I try to build C-SDK, It occures error after linking. Ubuntu 16.04 and arm64 version. ------------------------------------- Error messages here------------------------------------------ . . . [100%] Linking C Shared library libtwCSdk.so .../../src/thirdParty/openssl-1.0.2l_fips-2.0.16/gcc-linux-x86-64-cross/lib/libssl.so.1.0..0: error adding symbols: File in wrong format collect2: error: ld returned 1 exit status src/CMakeFiles/twCSdk.dir/build.make:1474: recipe for target 'src/libtwCSdk.so.2.1.1' failed make[2]: *** [src/libtwCSdk.so.2.1.1] Error 1 CMakeFiles/Makefile2:157: recipe for target 'src/CMakeFiles/twCSdk.dir/all' failed make[1]: ***[src/CMakeFiles/twCSdk..dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2
你好 我安装ATE的那天,我可以正常使用它,但它在第二天不能工作。 到期日期已更改。 这是命令“docker ps”和 “docker ps -a”的结果 谢谢 CCi_9
hi , i want to create a UI where i need to have sliding option to change from one screen to another ...i want to know if this is possible . pls let me know Thanks
Is it possible to edit items in listbox on double click. On double click the selected item in list box has to to be editable. How can I make it? Please provide some idea. Thanks, V Shalini.
Hi, I am trying to insert values from thingworx to sql table but on testing of insert stmt written in thingworx am getting an error "Unable to Invoke Service Insert_WaitingReason_Details on Kirloskar_DB_Access : The statement did not return a result set." How can I sort this issue. Please provide some idea. Thanks, V Shalini.
How to export and import data in a cloud version of composer since it is not installed locally there is no thingworxStorage?
Hi,I noticed lately that sometimes when I have several properties marked as logged they create two rows in value stream which differ in timestamp in +-15ms.There is a service that parses json and writes ints,numbers,bools and a datetime into a Thing.Is there something I can do about it? (I know I can solve it with a Stream as well, but ValueStream was sufficient so far)Thank you for your suggestions Jara
Hello, I have a navigation widget on my mashup (responsive) which open a modal popup. My problem is that depending on the resolution of the screen, the size of the popup is more or less correct. (For example, on 27' screen with big resolution, the popup is too small.) I see we can bind the popup size on the navigation wigdet (FixedPopupWidth and FixedPopupHeight). Is it possible to get main mashup size so that I can set via a service the popup size to 75% (for example) of the main mashup ? Thanks. Best regards Julien
Hello, currently I am analysing a Dataset. With most goals I get results, but with two of those features the trained models do not show any results. Eventhough the models are completed sucsessfully, the evalutation Parameters and the Graph stays empty as well as the signals. What could be the reason for this?
Hi, I'm new to ThingWorx and in general an IT newbie. I installed the 120 day Trial Edition 8.2 on Windows 7 Enterprise SP 1. Also installed Docker/Oracle Virtual Box.Yesterday completed the installation, but now I can't accsess the Composer via http://192.168.99.100:8080/Thingworx/Composer/ anymore. It says "ERR_CONNECTION_REFUSED". DockerMachinePTC running well in Virtual Box Hope, you can help me. Regards nairobi
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.