Recently active
Hello,everyone!How to quickly add properties in thingshape?
I uploaded a time series dataset setting the temporal op type to a field containing a ISO parsed datetime and setting the type of this column as a DateTime. I took caution to set the time sampling interval to the correct number of miliseconds (every row was a 1 minute delta so samplig was 60,000) I then trained a time series model with this dataset. No issues there. Now when I try to get a prediction I get the following message:Error executing service predWaterFlowDatetime Message :: Could not process request: [For input string: "2016-03-08T02:00:00.000Z" I'm basing my code and data on this tutorial: https://community.ptc.com/t5/IoT-Tips/TWX-Analytics-How-to-Build-and-Operationalize-a-Time-Series/ta-p/818275 In this tutorial they use a simple integer as the temporal field, I got that working no problem. I've now adapted the code, datashape, dataset metadata and model to use this datetime typed column as the temporal field, but something is not working. I've tri
Hi everyone, I would like to have a breadcrumb functionality that shows me the hierarchy of the mashup that I am currently on. e.g., Main menu item/sub menu item/sub-sub menu item.What I want to achieve is similar to what is highlighted in yellow on the first screenshot below: My service is as follows let result = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({infoTableName: "InfoTable",dataShapeName: "BreadCrumb_DS"});if(Data){for(let i=0; i<Data.length; i++){let row = Data[i];if(row.linkDestination){let newEntry = {DisplayField: row.title, // STRINGTypeField: row.TypeField, // STRINGURLField: row.linkDestination, // STRINGMashupNameField: row.MashupNameField // STRING};result.AddRow(newEntry);}}} The Data input here is the service output that goes to the menu bar widget. I did this because the menu bar widget has no selectedRows or data coming out from it that I can use to bind to my breadcrump widget. Has anyone ever overcame this issue?&n
I created a Thing Template extension using the Java SDK9.5.0, set the configuration parameters, and wanted to be able to read the configuration parameters to update some of the Template's property values,Thingworx always fails. How do I use the initialization method correctly to update properties or how to use this method correctly.@Overrideprotected void initializeThing(ContextType contextType) throws Exception {// TODO Auto-generated method stubsuper.initializeThing(contextType);}
Hello Everyone, I wanted to give permission access of visibility and runtime to the particular user group for the particular project, but unfortunately it is not working can someone please help me with this. Version used- 8.5 Thanks in advance!!
Hi , Is there a connector/APIs/Integration available for Thingworx to connect to ECS off the shelf MES tool?Is there a study or document please do share. thanks,John
Hi all. I'd like to set up a custom message handler on Thingworx 9.4.3 and I'd like to use telegram. Wondering if anyone has done this before or can provide me with steps to achieving this. Thanks
Looking to make use of the service: GetUserRecipientsOfEvent I am unsure of the input's and what to populate them with. I am expecting to get a list of users from the Test trigger that I've created. Here is the trigger: I've followed this guide to get the custom handler working to a point where I am able to see that the handler is triggered from logging inside the service. I am aware this this guide is for thingworx apps and I am using foundation but it does work. Working with Thingworx 9.4.4. Now I would like to get it fully working by retrieving the list of recipients and then referencing them so that I can actually notify the users included in the recipient list. Hoping someone here has used this service and can point me in the correct direction.
I have not set language preference for the datepicker widget. By default it should be english, but my widget is a mix of both english and another language. Please refer to the attached screenshots for more information. Any help is greatly appreciated!
hello, I created one master which have menu and under that menu there are some mashups.i want to show the mashup names on header which i have clicked on master or menu.How i do that please suggest the solution. i refer this link https://www.youtube.com/watch?v=jTpirSub6Gg but still not getting the output i want. let me know the another way to use this widget properly.I am attaching my output screenshot for your better understanding.as above Snapshot shows i have selected OEE menu under performance monitoring but on breadcrumb widget it shows all those menu names which i dont want.Please suggest me the solution on this as soon as possible.
I have limitation of area I have to custom adjust paddingand I have to set height of this (am not sure it's "svg" or "#chart")
Hello everyone! I've already selected the first box, so how do I get the second box to auto-match based on the things I've selected in the first box?
Hello,everyone!How do I write a query the QueryNumberPropertyHistory service?I want to query values greater than 10.thank you!
In my application, I have 100+ Industrial Things remotely binding properties from Kepware.Every time when I restart Thingworx service, I found all the tags/properties have "Unknown" quality for all 100+ Industrial things in Thingworx.I need to manually navigate to each thing and need to save the Thing. when I save the Thing, property/tag quality becomes "Good" in that particular Thing in Thingworx.I want to find a way to do this stuff of Saving the Things through a service, so that one executing a single service will save all the Industrial Things and all the tags/properties will have "Good" quality.Please suggest any solution or workaround for this.
I have a grid in my mashup and a few buttons on top, what i need is that whenever i click a grid row the buttons css should change signifying that the button is active now, For example i click the first row and the button text of the "remove cause" button changes to some other color, how can i achieve this functionality.
I am creating a service that needs to take in three Infotables and needs to access certain fields of data within them however when I try all I get is (Error in: RR.SA.SignatureViewMashupHelper.XaxisFixer javascript service. Message ::TypeError: Cannot read property "rows" from undefined (XaxisFixer#20))the specific data i am accessing is a Infotable that is a data type in the larger infotablethis is very confusing as when i inspect the payload of the API call the key of the array that is that infotable is rows so why can i not access the data within.here is the code snippet of the function const reMapper = (obj) => { let returnObj = obj; return returnObj.Xaxis.rows.map((row) => row.value); }; The infotable that "obj" refers to has the columnsSeriesId: StringSeriesTitle: StringXAxis: InfotableYAxis: InfotableSeriesLineColour: StringSeriesLineType: StringmaxX: Number I have already tried turning the infotable into a JSON however that just lea
I am rendering images inside the iframe/ webframe widget. But I'm getting scroll as the size the image returned from the url is big compared. How can i use the css to control the contents of the webframe?
When using a collection widget within a mashup, as the data used for collection widget is more so the page is getting vertical scroll bar within the collection widget area. I want to disable the vertical scrollbar and instead scroll the page. This can be seen as: In the container (where the collection widget is placed under), the "Container Scrolling -> vertical" is Disabled and can't be edited. And similarly in Container properties "EnableExpandCollapse" property seems to be un-editable, as seen in the below screenshot. In one of the community post, this issue was addressed / fixed in ThingWorx v9.3. However, though I'm using ThingWorx v9.3.5, I'm not able to fix this, please let me know I'm missing out anything.
I would like to know how to display an SVG image with the functionality I desire. If I read a boolean value as 'on', I want to show only green color and hide other colors. If it's 'off', then display only red color and hide other colors. Is there a way to achieve this?
Hi,I am doing a request in Thingworx to a server that denies the request. The server in question is configured to only accept requests from a particular server. So my question is, is there any way to see in Thingworx the origin of the request made from Thingworx? Kindly Oskar Berntorp
Hello I have infotable mashup parameter and i want to transfer it from one mashup to another. Is there a specific way to it?Any help would be appreciated Thanks
Hi Developers, I m trying to load data in Line Chart by using Date Time picker widget after selection of specific date and time but still data is not showing in Line Chart.please check my binding.
Hello everyone!I have added the secret key when running Mashup why does the session box pop up to enter account and password still pops up
I have attached a screenshot in this post. Please have a look at it. The value of one of my property just goes away and contains no value. Its really strange behaviour. Does anyone knows whats an issue here?? It just goes away after few days and i have set it again always..
Is there any way that i can store the state of this parameter in expression. I dont have anything to bind it from my mashup. So in the screenshot you can see that i have bool which has default value true and i just want it to change every time i use this function. For example I change the state to false then again next time i evaluate i turn it into true.
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.