Recently active
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
Can anyone explain to me why i need to swap over to Thingworx to access the Windchill data to view and print drawings when the user is a non-CAD user. We Currently are looking to update Creo and Windchill and are being forced to go on to Thingworx to do what we have in place today already with Creo View Lite to do exactly the same. To me it looks like I need to buy a license for Thingworx, Creo View Lite and Windchill for a non-CAD user to view and print?
I'm trying to create a query with filters based around some dates but I'm not clear on how I can create a filter where I know a value might be null/undefined. For my example, I have startDate and endDate in a data table. Start is always defined. End might be defined or might not be. (If there is an end date, the record expires; if not, it lasts forever.) So generically, my query needs to be something like:if startDate <= currentdate AND (endDate > currentDate OR endDate is null) However, I can't figure out a way to accomplish the null/undefined check. I've a tried a few things, but none of them remotely worked. (Combinations of EQ, LIKE, null, undefined, "", etc.) Any ideas? It doesn't seem like this should be that hard... Thanks, Tony
Hello Community, I'm a newbie, please help !! i wanna know when Edge devices connect via EMS or Edge SDK, what kind of data will they send ? as i see from tutorial after EMS is installed on machine we can only browse files, was it only in .txt file information is stored? and if only files, then how does thingworx get data pushed to it and stored, and if it can store data, which thingworx service can we use to retried old data that sensor or plc or any edge device that have sent before. 2)Can someone help me know why should we need to make a REST call and do PUT/POST/GET execution when the client or any other person can do it in RUNTIME environment ? please provide an example why REST call is needed for sure. 3) when KEPWARE is available, does other edge SDK & ems needed? except for the these can be used for learing purpose ? 4) Please help me how to READ & WRITE messages back to edge from Thingowrx using EMS & Kepware.
Goodmorning everyone,I've already test a message into Vuforia Studio Community: https://community.ptc.com/t5/Vuforia-Studio/how-to-get-model-information-from-windchill/m-p/690368#M8835here I try to describe my problem. The setup of the AR experience I'm working on is based on a license that includes Thingworx, PTC Navigate, Windchill and Vuforia. All working and connected. Our technical department store all design information (bom, 3d model and so on) into Windchill. My porpous is: 1. load a pvz model into Vuforia Studio;2. Click a component of the 3d model into studio and retrive all the connected information of windchill(production order, assembly code, part code). Regarding point 2 it is not clear to me how setup Thingworx and Vuforia Studio for achieve point 2. Anyone have any ideas on how to setup the project in Thingworx?
i want to show ongoing time of program by using expression function. there is one program where i want to show status of that program like for eg:- 1) program starts in 2hrs, 2) program is on and 3) program is end these three conditions i want to show on program status by using expression function. refer attachment below
Hi , I have some doubts regarding Rockwell FactoryTalk MES to ThingWorx Object Mapping which are as follows. 1. Other than Plant Modeling Objects , can we mapping other objects like AT tables from FTPC to ThingWorx? 2.If yes means , how we will achieve it ? 3. Can we call default API functionalities of FTPC from ThingWorx Thanks in Advance.
Hi, Everyone I want to calculate the downtime status which shows in below image, I am creating a program that has 'from_date and 'to_date' and their program so I want to display time status which is shown in the below image. use case. Want to show the time if the program will start in 5hours (ex.' start in 5 hr',4,3,2,1) then change the time when it's less than an hour(ex. 'start in 59 min',58,57, etc till 0) change the time status when it's less than a minute (ex. 'start in 59 sec',58,57, etc till 0) If the program will start, the status will 'ON'(ex.' ON-59 min remain') If the program time will end (ex, 'END' can you please help how can I do that,
I have data that has been placed into an infotable via a valuestream. I can get this infoTable and it has a thingworx timestamp and two other columns with number data. For some reason I can bind this to certain widgets but not the ones I want. For example, I cannot bind it to the time series chart. I made sure the timedate was "yyyy-MM-dd HH:mm:ss.SSS" but no luck. Any ideas? Here is an image of each.
For some reason, the horizontal bars of the label chart widget does not line up with the y-axis values. I have a value of 1 but the bar height looks below 1. This occurs with other values as well. Please see the image below.
I am trying to display timestamp in local time where the asset is located (local time = asset time). I try to do this by 1. storing the local time in UTC time (server time) on the server (no offset) 2. get the timezone offset using the user's IP (user is person viewing the mashup) 3. add the timezone offset to the startDate and endDate of the query 4. subtract the timestamp value by the timezone offset value to display the data in the grid in asset time This works great except the part when there was a daylight savings adjustment in the past. Please see image below: All of these records were restored with 00:00:00 for time, but you can see that the time shifted by 1 hour when daylight savings started on March 8th, 2020 in the US. When I use the timezone offset in step #2, I am using the current offset, which is -7. When I apply this to the query, it is applying it to all records even though some records need offset of -8 due to da
Can anyone tell me the solution of this issue?
I am having trouble with ThingWorx Extensions. If I import ThingWorx Extensions, the system says that it is successfully imported and I can also see the extensions listed in ExtensionManagerListing. However, I can't find it in the system. For example, if the extension contains widgets or resources, I can't find it at all. Moreover, when I tried to uninstall, it shows an error pop-up saying that "Extension Package deletion failed: Unable to Invoke Service DeleteExtensonPackage on PlatformSubsystem: null" I tried 2 extensions from PTC, custom widget and CSV parser. Both extensions give the same result. I am using ThingWorx 9.0.1-b103
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.