Recently active
I updated the mashup. But iam unable to save it. The popup shows- "Saving: Unable to update mashup". Why such errors are occuring? I didnt find any errors in logs. I attached image.
Hello communty We have a Model Controller 0i-F We are using Open Model in a device created with FOCAS library We configured like that in Kepserver 6.5 Now, we choose Open Model but I can't get this tag from the CNC: cnc_rddynamic2_ActS and many others, but we need to star with one We configured the tag like that: In Quick Client we see Good Quality but the value = 0 What o where we need to configurate to read de value? Thanks @bmacri for your help in the last topic.
Hi Folks, I have an advanced grid to make editable on a user defined trigger but its not working as expected. I have a toggle widget being used to make it enabled(editable) and again button click will change the state to false, using some functions( Expression). Can anybody help me with troubleshooting of the same, if I have missed something? Attached is the sample mashup and table file.
Hi, I am looking to update infotable rows, as a input to service only holds single row(selected from Grid). below is my code but doesn't work . please suggest how to update infotable row without primary key. after updating infotable i need to set it to Datatable. below are the snaps to get it clearly. I have infotable with fields...MachineName & UserID (no primary key) Datatable with Fields ...Batch(string as Pkey) & Members(infotable) above full code here...... let query = {"filters": {"type": "EQ","fieldName": "Batch","value": batch}};var result1=me.QueryDataTableEntries({values: undefined /* INFOTABLE */,maxItems: undefined /* NUMBER */,tags: undefined /* TAGS */,source: undefined /* STRING */,query: query /* QUERY */});var ExistingBatch=result1[0].Members; var mn=value.rows[0].MachineName;var uid=value.rows[0].UserID;var query1 = {"filters": {"type": "And","filters": [{"type": "EQ","fieldName": "MachineName","value": mn},{"type": "EQ","fieldName": "UserID","val
Hello, We have a custom widget and when we import into Thingworx v9.1, composer is breaking and nothing is populating like widgets section, functions and properties section etc.. How we can resolve that issue? Thanks in advance.
what is the suggested browser to use thingorx for best user experience. chrome or microsoft edge or mozilla firefox or anything else ??? and why?
In thingworx 8.5, do we have any option to check what are the entities are created, edited, deleted on daily basis?
As the project has 1000 entities, we exporting and importing using source control entities. The import is failed. The only error in application log is "Import Entities error: java.lang.Exception: Import Failed: PDFExport", "Unable to process import: PDFExport". PDFExport is a Resource, why this needed for importing project? even import failed if i try importing PDFExport resource.
Those who have been working with ThingWorx for many years will have noticed the work done around ingress stress testing and performance optimization. Adding InfluxDB as a time-series data persistence provider really helped level up these capabilities while simultaneously decreasing the overall resources required by the infrastructure. However with this ease comes a hidden challenge: query and data processing performance to work it into something useful. Often It's Too Much Data In general most customers that I work with want to collect far too much data -- without knowing what it will be used for, or what processing will be required in order to make it usable and useful. This is a trap in general with how many people envision IoT projects, being told by infrastructure providers that cloud storage and compute resources are abundant and cheap and that they should get as much data as possible. This buildup of data means that more effort needs to be spent wor
We would like to transfer ThingWorx 8.4 license from one hardware to another hardware, is it possible? And if it is then how do we do that? I have tried to search for it but it is the closest that I could get: https://community.ptc.com/t5/ThingWorx-Developers/Thingworx-8-2-deactivation-and-licence-transfer/td-p/518629 It looks like we need to deactivate it first but I don't get the full step from deactivation, transfer, and activation back. Can someone help?
I have installed ThingWorx Analytics 9.0 and corporate scanner has found the following vulnerability: AMQP Cleartext Authentication. Is there a way to fix this vulnerability in this version?
Where we can see the list of entities which are under a single model tag?
In a collection widget, any default property is available to enable few tiles and to disable few tiles of single collection widget.
Initial Objective statementsThis post is about getting D3 connected as an extension to Thingworx.There are a number of existing extensions using D3 but I wanted to explore a simple use case to make it easier to get into and bring out 2 additional pointsUsing an infotable as data inputResizeThe output looks like the image belowand the data was generated by a Timer based random value generator that set the values on a Thing every minute.The data into the Widget is from a core service QueryHistory (a wrapped service that uses QueryProperyHistory)In this example I will use temp as the variable in focusIf you have never created an extension take a look at Widget Extensions Introduction which provides a start to understanding the steps defined below, which are the core points to keep it relatively short.The extension will be called d3timeseries and will use the standard design patternCreate a folder called d3timeseries and create a subfolder ui and a add a metadata.xml file to the d3timeseri
I am using thingworx 8.4.4 The logout button is redirecting to Thingworx composer login page. I want logout button redirect to organization login page. I didnt find any property in logout button widget to provide URL. How to achieve this scenario.
Hi, I would like to get total no of things as count, in which thing name starts with "Test-". As these kind of things in platform are very huge like more or less to 100000 (more than lakhs and those are remote things)., like to know getting count as result directly from api instead of infotable aggregate functions... Kindly let me know, if any api/service available to get the count directly with out infotable. Thanks Gopi
I am using thingworx 8.5, I would like to publish the development to production server, however I would like to do it without using Solution Central. I was able to export a package containing all entities using this importing and Exporting in ThingWorx Importing and Exporting Data, Entities, and Extensions What is the next step after having the package?
can anyone provide me the link to download ghost entities for thingworx version 8.4 and 8.5.
I am trying to remotely load a program onto a robot by selecting the program from a dropdown menu and using a button to load that program (see below). I need to pass the program name (string) and starting position (6 numbers) to a service that commands the robot to move to the starting position and ready the program for execution. However, I have thus far been unfruitful in getting the data from the selection made in the dropdown widget. I have been able to feed data from an infotable created as a property of a Thing to the dropdown widget and display the program names in the dropdown. I have tried to access the data from the selected item in the dropdown through myThing > GetPropertyValues > ReturnedData > SelectedRow(s) > myInfotable > SelectedRow(s) > ProgramName and StartingPositionVals (see below) but have not seen any data returned through that route when I check the mashup preview debug menu. I have tried using the SelectedRowsChanged event
I’m using the below signal to train the Anomaly Detection, the first 6 cycles (before de red line) corresponds to normal operation, the cycles after that are obtained when a failure in the system had happened. I’m using the first 5 cycles for training, as recommended in the documentation, and monitoring the signal after that. The bellow image depicts the current results: It is detected as an anomaly, the first cycle after training (cycle 6) which corresponds to normal behavior. One of the parameters I think could be causing this is the Outbound Anomaly Rate, until now I have set this parameter as a function of the signals period, first as ⅙ and then as a complete period, but got the same result. Is there a reference to set this parameter? Does it depend on the shape or length of the signal?
Hello, I have a mashup with a search button and a grid widget, after clicking search button it executes a service which loads the data in grid. now I need to disable the search button while data is being loaded on the grid to avoid the multiple execution on the service as it takes some time to fetch the data from Database. Thanks
I had made a login page with the help of Organizations entity for different users which will open specific Mashup according to their user role. So users can get logged in and the Mashup also opens perfectly. But the data is not seen in Mashup. What is the problem? I think it's related to permissions of other entities so I inserted all the permissions accordingly. But still the same is happening. Will anyone help me?
Any inbuilt services is there for validation?
Hello, Needed some opinion on loading the status icon based on the properties current state. Is it performance efficient to load the status icon as part of the service output or create a state definition and only out put the value from the service and the icon is decided by the state definition. My thinking is that the state definition is loaded once on launch and icon is rendered based on the value, instead of loading the icon as a service output on every call. Thank you!
I have an infotable with a list of programs and associated parameters. I want to display the names of the programs in a dropdown widget and use the selected entry from that widget as input for a button widget activated service. However, I am having difficulty finding where the dropdown selection outputs to and how to get the infotable information to a service. How can I retrieve the current selection and its parameters in a service?
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.