Recently active
The Data properties and Functions tab which use to be available in right bottom dock of mashup builder went invisible and I couldn't find any clues to get it back. I have attached a snap for reference, does any body know how to fix this?
Hello, I want to delete user in getentitylist data in entity service please refer below attachment and suggest how to delete users data in getentitylist service ?? Thanks in advanced
Hi, Need to hide the list of services that are showing up in the network tab of developer portal. Is there any way to hide it? Thank you
Dear community, My Thingworx version is 9.0. Here are my steps: create a mashup drag two dropdown widget on the mashup add a service drag the service return data to two mashup view mashup when I select one of dropdown, the another dropdown will display the same value auto. See the attached screenshot. Is my handling method wrong?
Dear community, I wrote a Mashup and a service. The logic of the service is: the input parameter is a data from the PLC. After a series of processing, the service generates a data as an output parameter, and then binds the output data to the mashup. Now I want to realize that when the PLC data changes, the data displayed by Mashup automatically changes, what should I do? I tried to use the AllDataChanged function, but it failed.
Hi, Is there a widget to import excel.lsm format files? Right now we are able to import only .csv files in ThingWorx. But we wanted to import and export .lsm files in mac. Please suggest us. Thanks in advance, Shalini V.
There are times when the raw sensor readings are not directly useful for monitoring conditions on a machine. The raw data may need to be transformed before it can provide value within your monitoring applications. For example, instead of monitoring individual pressure readings reported each second, you may only be concerned with the maximum pressure reading each minute. Or, maybe you want to monitor the median value of the electrical current pulled by a machine every five seconds to smooth out the noise of raw sub-second sensor readings. Or, maybe you want to monitor if the average hourly temperature of a machine exceeds a control limit in 2 of the past 3 hours. Let’s take the example of monitoring the max pressure of a valve reading over the past 45 seconds for your performance dashboard. How do you do it? Today, you might add a new property (e.g. “MaxPressure”) to your valve Thing. Then, you might add a subscription that triggers when the Pressure property va
Hi, My customer is going to use ThingWorx 9.1.0 as the production system and Tomcat 9.0.37 is the official supported version . However , the customer want to use Tomcat 9.0.31 as it's their standard pre-installed version in template VM machines, and they have hundreds of VM machines, upgrading to 9.0.37 will bring lots of work. So, the customer want to know, is there any problem if running ThingWorx 9.1.0 on Tomcat 9.0.31 ? Regards, Sean
Hi, The official supported Chromium is 85+ on ThingWorx 9.1.0. However , my customer will has 100 clients to use ThingWorx in the future , and the pre-installed chrome in the client's PC is 78 (in Win7 SP1 or Win10 1909) . It's forbidden to install new software and upgrade online in the customer's PC due to their IT policy. So , is there any problem if use chromium 78 within win7 pro SP1 or win10 1909 on ThingWorx 9.1.0 ? Regards, Sean
How may I get Advanced Grids Samples File. Help says to download "GridAdvancedExampleEntities-V4.0.xml from the PTC Software Downloads page under ThingWorx Foundation", but there is an extension available only "Grid-Advanced-Extension-4-2-2". After the installation neither new things nor mashups appear. Actually, I am looking for examples for widget's Configuration property (JSON format).
How to use a second Y axes? It is added in version 9.1 but I could not select the data. Let me share my pain. I can't use the chart at all without multi Y axes support. How several pens be scaled if they have different ranges? I need to set Min/Max for every pen. Pen's legend now is taken from data shape, which means one chart instance can't be shared across different thing types (with different data shapes). The solution is to bind pens legend to external data as it was in TimeSeries widged in version 8. The chart has an event 'Series clicket', but would be good to know which one, to change a primary Y axes range, for example, and highlight the series. And an ability to hide a pens in runtime is a must-to-have feature.
Using the Camera Widget to obtain the Image Data on Vuforia Studio, the image is then passed onto the Thingworx Service which accepts Image as the input. However, the request will error out with "Error 406 Not Acceptable".
Hi team, I have a CSV file in thingworx SystemRepository. I am able to read the contents in the file using Resources["CSVParserFunctions"].ReadCSVFile(params). Is there any service that can give me the File Size and Last Modified Date of the file? I have seen a service GetLastModifiedDate() but it is not useful. Thanks and regards,
Hi community users, Is somehow possible, in Tree Grid Advanced, use function for expand/collapse all rows of the infotable? I tryed to use property "ExpandLoadedRows" which is bindable - so I bound a Checkbox to this value, but it didn't work for me. It worked only when I set this property checked by default which shows me only expanded rows. How can I achieve correctly shown data in tree advanced grid, when in BOM I have two lines with the same ID (in another structures/parents)? Currently it shows me the child ID correctly in the position , but from wrong ParentID. Thanks
Hello, Is there a way to show live video streaming in Thingworx mashup? I found this article https://www.ptc.com/en/support/article/CS219644 but it was last modified on Aug 2017, any updates after that? -thanks, Abhiram
Hello, I would like to implement a worker guidance using PTC Thingworx and PTC Vuforia. Since we are not using any PTC software like Kepware as a middleware solution, I'm wondering if it is possible to using our existing middleware (soffico Orchestra & soffico Juno). Can anybody tell me if it's possible? What kind of problems/challenges I need to consider? Thank you in advance Philipp
Thread Safe Coding, Part 2: The Database Locker Approach and Comparison Written by Desheng Xu and edited by @vtielebein Overview This is the second on this topic, describing an alternate approach to thread safe coding than one which requires the Java extension. The demo use case here is the same as in the previous post, and there is a section at the end comparing the two approaches. Database Locker for Thread Safe Coding The database locker is an advanced topic, so some experience with the database thing is assumed. The following steps demonstrate how to be thread safe with a database thing. Create New Database Instance, and New Table for counterIt is strongly recommended that a new database instance be created outside of the ThingWorx database schema. This guide will NOT include instructions to create the new database instance.Use the following SQL commands to create a new table:DROP table IF EXISTS counters; CREATE TABLE counters ( name
Hi, I've updated the datashape on which is built an infotable called "myInfotable" that contains data (inside a thing), the update consists in adding a column. I saved and even restarted the thing, but i can't see the new field i added from the datashape, but if i create a new property (on the same thing) for i.e. "myInfotable2" and populate with data, i can see the new field properly! Since I can't delete the previous property because it stores important data, how can i fix this?
I would like to access the data from the infotable bound to my widget during design time (ide). Are there any JS functions I can use? I saw there are some observers on the 'isBindingTarget':true properties but really would be thankful for some pointer in the right direction.
Dear Zar, dear Community, dear PTC, currently I am playing around with Thingworx and InfluxDB and really early in this process I faced the same question ... and before you start asking for more details, here they are: Thingworx support the influxDB as a PersistanceProvider for ValueStreams and Streams! Both have a different functionality and usage.(Where the usage and the HowTo of streams is still unclear to me. Documentation here is also not very informative and stops after “how to create a stream”, no info on “how to use” it. As most other PTCs documentation it stops when it comes to the interesting fun part ... ☹). So, let’s have a short look at InfluxDB main schema objects. There are: database self-explaining … measurement it’s a kind a like a table, that contains timestamps and values field it’s a kind a like a column in the mea
Can anyone help me to understand how to write details for the linked server create engine. What exact details needs to be mentioned here. SERVER = ''DATABASE = ''DRIVER = 'SQL Server Native Client 11.0'USERNAME = ''PASSWORD = ''DATABASE_URL = f'mssql://{USERNAME}:{PASSWORD}@{SERVER}/{DATABASE}?driver={DRIVER}'engine = create_engine(DATABASE_URL)connection = engine.connect() And i need to use this while doing dataframe.to_sql(). Because when we pass table name along with linked server ip.schema.tablename it throws error.
Hi I have created a non administrator user ("SuperAdmin") by using administrator in composer. Now I want to create a user by using SuperAdmin when SuperAdmin Logged In into Organization URL. I have created a service which created a user and assign to a particular group. I have given a Visiblity and RunTime permission to User group where the user is present. I'm trying to create user using SuperAdmin Its gives me below error,please suggest right way Execution error in service script [addAdminUser] :: Import Failed: Not authorized for Create Appreciated if any response from you.
Hello, I'm using postgresql database, I want to compare database data and with mashup data please suggest and refer the below attachment For this : 1) How do I write sql query for get old password in thingworx? 2) how to write validation for password 15 character or above? Thanks in advanced
Hi, I am using ThingWorx 8.5.2 and I have 2 collections in my Mashup and I am trying to keep custom CSS for only one Collection (adjusting width to 100% for inner Mashup on Collection 1) . But it is getting applied to Collection 2 as well. I tried using custom class name but couldn't get the right syntax. Can anyone help on this issue. I am using below CSS .BMCollectionViewCellWrapper{width :100% !important;} Thanks in Advance. @CarlesColl Can you please help me. Regards, Sai Krishna
Hi, My customer's going to use ThingWorx 9.1 as it starts supporting OpenJDK, my customer also want to know if CentOS is feasible for ThingWorx 9.1 ? ( I guess it's true as the code bases of Red hat and Cent OS are same ) I also heard that there certain problem on ThingWorx Flow if running on CentOS but has no details , does anyone knows the problem ? Regards, Sean
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.