Recently active
Hi, I am trying to connect mysql with Kepserver. I installed the ODBC connector, created the channel Driver: ODBC CLient Data source: MySQL ODBC 8.0 ANSI Driver 32bit And created the device Model : Mysql And when i select the table select droup down its not showing the created table Thanks, Sri1
I've noticed that the data export widget outputs the parent infotable when I bind it to a nested infotable. Is the data export widget only meant to work with non-nested infotables?
I'm using 8.5.6 ThingWorx version, I need to add tooltip to value display/ label widget. because in smaller resolution I'm getting ellipses and I need to show that data in tooltip, but tooltip property is missing in the properties.
Hi, is it possible in ThingWorx 8.5.x and 9 to force focus on a specific element (like a textbox) in a mashup during runtime? I've seen solutions in older posts with jQuery which are no longer working. Is there any way to achive this in newer Thingworx versions?
Hello, I have many members ID's which is stored in the DB.I want to pass multiple ID(Member ID) through grid advance by checking checkbox. please suggest How do I pass multiple ID through grid advance by checking multiple checkbox?? Thanks in advance
I have this warning when I use "for each" statement An old thread related to TW 8.3 was telling it will be fixed with future release, I have TW 8.5.6 but warning is still present. Can this be fixed ?
Hi, I try to use the function of InfoTable Filter , but it always return null. What's the correct way to call the function ? BTW, infoTable.Find works as expected. Regards, Sean
I'm struggling with the CSS to change a button's color dynamically (by passing in different class names to the widget). I'm able to get this to work: #root_ptcsbutton-7:not([no-wc-style]).widget-content {background: #FF0000; !important} But it's tied to the ID of the button. I'd like to do it by class instead so it can be more generic.
Hi, I'm going to add a Thing Shape to the UserManagementSubsystem, the Thing Shape holds a Info Table which may contain 10,000 records, will it exceeds the limit of the use session ? Regards, Sean
Hi Team, I have tried to push multiple entries into a datatable using AddDatatableEntries and it is successful. But when I tried to use the AddStreamEntries service to push data to stream, I am getting a null pointer exception. 1) Is it possible to push multiple entries into stream at a time. 2) What are the best cases when to use stream and when to use datatable.
Hello Everyone, I'm newbie in Thingworx. I have a project with this platform. How to get visibility in navigation button with different User? For Example, I want to build a Mashup with username and password login. Even, it can directly access to the mashup. But, the display is in read only mode or Navigation Button isn't available. Then, if User login with Username and Password, so the display will show the navigation button that they can operate it. Anybody can help me with the step by step? Thanks Best Regards, Muhammad Alfin
Leveraging Dell and VMWare for Asset Monitoring in Connected Factories As an extension of the Connected Factory Reference Benchmark performed on Microsoft Azure, PTC partnered with Dell Technologies in producing this document, a baseline which illustrates the effectiveness of ThingWorx and Kepware when combined with Dell and VMWare technologies to create solutions for on-premises and hybrid Connected Factory implementations. Please join us in thanking Bhagyashree Angadi, Brian Anzaldua, Todd Edmunds, Mike Hayes, and the Dell Customer Solution Center team in Limerick, Ireland for working with the IOT Enterprise Deployment Center on this benchmark! This benchmark is of a very similar design to a previous publication, but this time designed specifically with Dell Technologies in mind. In a Dell/VMWare architecture, the close proximity of Kepware Server and ThingWorx Foundation provides ideal conditions for network throughput between these components. Combine
Hi,I was using a button in a mashup and then displaying it in a collection widget in another mashup such that each cell has a button. When I click one button in my collections I want a style or color change so that the user understands that it is selected, but the ptc button's selected style doesn't seem to work and so I thought I will use a value display widget but I am not sure of how I will set a selected or active style for the same. In fact I don't see any change in my value display widget although I set a border color for it.I also tried adding some css but couldn't see any change. So any idea how I could achieve this using a value display widget if not is there any other widget I could use to get the required result?The version I am using is ThingWorx 8.5.6.
Hi, having an issue with Japanese characters in Combobox widget, hoping someone can help. In a mashup I have combo box widget which I fill with some data and then use the user selection to drive the rest of the mashup. This all seems to work correctly unless the list entry contains Japanese characters in which case the selection is not registered at all. There isn't even a Selection Changed' event fired off. I also tried this with some Vietnamese characters with the same result. I added a display widget to show the selected item and this remains blank if an item with Japanese characters is chosen. Has anyone else had this occur. Note it works correctly is I use a simple list widget. TIA K
Hi, I am looking for experience with "Smart Screen" to display ThingWorx pages. The goal is to have big screen (Smart TV ...) near the line. Does anybody has experience with Smart screen (recommandation on specific brand ...) Any recommandation or advice are welcome ? Best regards
hii i want to add vedio parameter in mashup to show the vedios on mashup, just like we can upload image
I have a RemoteThing and I want to change the Cache Method to "Fetch from remote every read". How can I do that? I tried with AddPropertyDefinition and I assume that it is in the remoteBindingAspects that I have to put that, but I don't know what to put in the JSON. Is it remoteBindings: { "cacheMethod": "Fetch from remote every read" } Any help is welcomed.
Dear devs, I am having some troubles in assigning certain permissions via code, just like I do in the composer. For example, from the Composer I am able to assign permissions right to the Collections, but I struggle to understand how to achieve the same with the Extensions SDK. Thanks for the help!
I am trying to create a DataTable from a service. try { var thingParams = { name: "MyDataTable", description: undefined /* STRING */, thingTemplateName: "DataTable" /* THINGTEMPLATENAME */, tags: undefined /* TAGS */ }; // no return Resources["EntityServices"].CreateThing(thingParams); Things["MyDataTable"].EnableThing(); Things["MyDataTable"].RestartThing(); Things["MyDataTable"].SetProjectName({ projectName: "MyProject" }); Things["MyDataTable"].SetDataShape({ name: "MyDataShape" }); } catch (err) { logger.error(me.name + " Service DataTableHelper.WriteToDataTable has an error on line #" + err.lineNumber + ": " + err.message); } I get the foolowing error: DemoFileHelper Service DataTableHelper.WriteToDataTable has an error on line #14: com.thingworx.common.exceptions.InvalidRequestException: Thing [MyDataTable] is not enabled Line 14 is the one where I set the Project Name. Any help would be welcomed.
Is there any way to update the Advanced Grid in 9.0 with some custom code? It appears that the Advanced Grid widget code has been minified and obfuscated in the advanced-widgets-bundle.js file. I'd like to be able to modify that so I can get all of the table rows in the editedTable property of the widget. I could try and grab an older version of the advanced grid and modify it but I notice there were some improvements made to it in 9.0 that I don't want to remove. Thanks!
Hello, I'm using thingworx 9.0 version ,I add one boolean field in Datashape and Set isEditable property of the grid advance.but when i select checkbox is not selected please suggest how do i I select multiple rows by using checkbox in grid advance? Thanks in advance
I was testing around with the new schedule chart widget introduced in TWX 9.0 and had some issues with it: I set custom colors in the infotable data within the service feeding the chart. But the colors in the legend didn't change. Is this behaviour intended? Secondly I don't like that the bars change their height when you expand a bar. Is there a way to disable the detail view completely? I can disable the graph to deny any interaction but than i can't use the filter option in the legend. If there is not such an option it would be handy in future releases to be able to disable this feature.
I want to use angular 8 for making my widgets, how to do that ?
Hello, I write Database service for grid , By checking multiple checkbox I want to pass multiple id with that How to add checkbox in grid advance ?? and How to write service for pass multiple ID through grid advance by checking multiple checkbox?? Thanks in advance
I am facing this error " Status Message - Could not load mashup, internal exception 2" while navigating from one mashup to another mashup in run mode. Note - Thingworx V8.5
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.