Recently active
I created a model in Thingworx Analytic Builder.Now I should automate retraining the model with additional data without manual process and generate a PMML file.Is there any way ? It will be helpful if explained in detail.
Hi community,I create DATASHAPE, which contains variable (INFOTABLE) named 'nestedTable' (image 1) and have method that returns the 'nestedTable' variable with my data (image 2). I want to get data through Selected Row(s) in List and display them in Label (image 3). But i only got a blank label (image 4). It does't even react (image 5). Maybe the problem is, that i have infotable in infotable and i cannot display data from the nested infotable. Thank you for answer, Dominik Roček Image 1 Image 2 Image 3 Image 4 Image 5
Is there any way to open a mashup by using a button widget instead of a navigation widget? The reason why I want to do this is because I want a service to be executed when the user clicks on the widget, but the navigation widget does not have a Clicked event. Thank you!
Hi everyone, When I'm creating a Boolean Goal model in Analytics Builder, it finished everytime in a failed statement. Please find below the error: "Could not extract threshold value for the specified model with goal V_SensFiloRottoRealDX For support cases please provide this log tag: 068b21ce-8300-480a-a7d3-e61e52622a48" My release is 8.3.2 Anyone could you help me? Please find image attachments. Thank you so much
Hi All,With sftp extension we can configure Thingworx as SFTP client, I am looking for an option where we can configure Thingworx as SFTP server.Please let me know If there any way to achieve the same.Thanks in Advance,Meenakshi
Hi, Whenever we create FileRepository thing, it is always creating in /ThingworxStorage/repository. I want to customize this folder location, Please help.
Hi All, I am creating a widget extension that displays y-axis values on the top of the bars in the bar chart with a single data source. Is there any extension of similar kind that already exists?
Hi, may I ask whether it is possible to pass data from a modal popup mashup to the caller mashup? The caller mashup is a contained mashup which requires data from the modal popup mashup.
hi, Actually we have planned a standalone Authentication & Authorization Services by leveraging our organization's Active Directory Services , We want Configurations to integrate ThingWorx and our Active Directory Services. So if Some Documentations or reference or even a quick Skype call @ js.sushan@stryker.com would help. Thanks, js sushan
Hello, I am adding properties dynamically at run-time to a thing (say, 'Thing_1'). In 'Thing_1', the properties are added simultaneously from multiple Things (say, 'Thing_A', 'Thing_B', 'Thing_C'). Sometimes all these, properties are added to 'Thing_1' but most of the time I am getting the error - JavaException: com.thingworx.common.exceptions.ModelAccessException: [1,012] Data store timeout error: [Error occurred while accessing the model provider.] I am using default H2 database as persistence provider, and my Thingworx version is: 8.1.0. I have observed this error many times and I am not able to find the appropriate cause for it so that I can fix it, but in this one scenario, the probability of occurrence of this error is very high. I also read couple of old posts mentioning this error and have found that this is mostly related to database configuration, but in my case I am using the default persistence provider with Thingworx. Please let me know the probable cau
Hello Everyone, I would like to write a location and state property of my things to a Stream (and then use this Stream to display the Location properties on the Google Maps Widget). The Datashape for the Stream is set accordingly (location and String). Is there a way to ''bind'' the property Values to this Stream so that I always have the current values when I execute the GetStreamData service of my Stream? I am aware of the AddStreamEntry service but It implies that I would have to write the data manually. Also I would have to add the ThingName as a primary key and take care of how the entries are added to avoid redundancy. PS: Using a ValueStream is not an option for me because I need to get the properties of all my logged things as an Infotable (just like provided by the GetStreamData service) Any help is appreciated very much! Best Regards, Dominik
I am trying to create a service that pulls a list of properties from a webservice to create multiple Things of the same type. I am able to create multiple things in the webservice but cannot find a way to refer to the newly created things in the service so that I can enable and restart. Here is the code I am trying to run: /// Loops through a JSON object to extract properties for each thing while (i < json_obj.devices.length){ var params = { name: json_obj.devices[i].deviceId/* STRING */, description: json_obj.devices[i].name /* STRING */, thingTemplateName: 'XXXXXX' /* THINGTEMPLATENAME */}; // no return Resources["EntityServices"].CreateThing(params); i++; // //Need to enable and restart newly created thing. Not sure how to reference it }
Hi, is anyone familiar with how to use the parameters in the mail server SendMessageWithAttachment service. Tried a number of versions but still getting errors. I'm trying to send an attachment file called 'My Notes.docx" which is in a folder called 'Documents" in a file repository called "Document.File.Repository" Currently my set up is as shown below var params = { cc: undefined /* STRING */, path: "\/Documents\/My Notes.docx" /* STRING */, bcc: "me@gmail.com" /* STRING */ subject: "Developer Notes"/* STRING */, to: "recipient@gmail.com" /* STRING */, fileRepository: "Document.File.Repository" /* THINGNAME */, from: "me@gmail.com" /* STRING */, attachmentName: "My Notes.docx" /* STRING */, mimeType: ".doc" /* STRING */, body: "This is a test"}; Things["Linx.MailServer"].SendMessageWithAttach
Hi Guys, Does anyone has idea, that how much records a datatable or stream can hold? Thanks, Dushyant
Adding a property definition to a Thing programmatically requires a Thing restart in order for the property to come up (https://community.ptc.com/t5/ThingWorx-Developers/Unable-to-add-new-property-programatically-using-service/m-p/553678#M29081). Is there a similar process for a Thing Template? There is no "RestartThing" service on the template and it doesn't look like my properties that I add programmatically work.
When uploading Data Sets to Analytics Builder I need to add a meta data file which defines the different fields in the csv-file containing the data. For the column containing the Time Stamp I need to define a parameter called "timeSamplingInterval" which defines how much time passes between each measurement. However in my data set, the time intervals often vary between different measurements and the file upload gets rejected because of this, as shown in the attached png.Is there some way to deal with this or an established workaround solution?Should I try to use another module/extension to deal with TimeSeries-Data with irregular intervals?
Hello, I see BaseType "Image" property is available on ThingTemplate, which I want to use to ingest bunch of images from a RemoteThing and later retrieve images from ValueStream (by checking 'Logged' Aspects of the image property). Would it be possible to construct the image back once ingested and is this right approach to ingest images to TW platform ? Any help provided is much appreciated.
I have the "DataLabel" field filled out with what I want it to say, but it won't display the name of the each vertical bar. Any ideas as to why?
Hello, I have a repeater and i have to display the relevant data in a separate panel from the data table when a button/value display widget is selected in another panel.But i'm getting the first row values from the data table, how can I get the relevant row values for each button/value display widget? Thanks for support!
Suppose a datatable is having 5 columns/datashapefields and there are 5 entries in the datatable, I need to take 3 columns and its corresponding 3 entries from it. Please give a solution!!!!!!!
Hi, How can we upload an image and store it in media using a front end? Is there any widget for uploading image and storing it in media entity? Also Is there any widget for uploading a text file or document? Thanks, V Shalini.
Hi, I have working Machine learning Model developed in R studio. I need to deploy that code in ThingWorx platform. Could you please help me in finding options for this? Thanks, Vamsi
Hi,We want to explore Thingworx Analytics. Do we need to have background of Data Science( Statistics using R etc) to learn and use Thingworx analytic?ThanksRavi
Relative to post, Can you provide more details on how to make it work? I have a DataShape and made on of the field to a primary key and that primary key is assigned to ID field of tree widget. But still when I refresh (refresh event calls the service that returns InfoTable which is set to the grid widget data), I still see focus lost on a previously selected item.
Hi, I have a drop down with a list of materials like 'Torque' , 'Barcode print' and 'others'. My requirement is, only on selection of torque my label and textbox has to be visible otherwise it has to be invisible. So i wrote a java script for this and gave selected row item from drop down as input to JS and triggered JS using selected row changed event of combo . But I am facing a difficulty where on choosing any item from combo the text box and label is getting visible and not becoming invisible. How can I achieve this? JS: if (name == 'Torque' && name != null && name != 'Visual WI' && name != 'Error Proofing' && name != 'Data Collection' && name != 'Barcode Print' && name != 'Part Pick' && name != 'Others') { result = true;} else { result = false;} Thanks, V Shalini.
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.