Recently active
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
i have one user in thingworx user list name as "superadmin". Now i want to give permissions to "Superadmin" user to create a another user. Suggest me what permissons i have give this "Superadmin" user
Hi, I'm looking for a way to validate a property name before it gets created. Basically, the name of the property is chosen at Runtime by a user, so I'll need to double-check if the Name entered for the property is valid. Is there a service I can use to verify a specified Name for service AddPropertyDefinition? Thanks!
I'm trying to create an expression that simply takes a number (called 'shift') and returns a string like the following: "This Shift ([shift])" I tried creating an expression that takes 'shift' as an input and the expression code is simply: "This Shift (" + shift + ")" However, every time I try to create this expression, the expression code is empty the next time I open it and it doesn't actually work.
Hello, when you plan to update to newer .net version. Currently it is .net 3.5 .... Instalattion of 3.5 on newer server is not so nice ... you could also set it as open source and the community will do it.
Hi, I'm using ThingWorx 8.5.5, the sequence of the logs that output via logger.debug in the script log is different with the execution code , it's inconvenient to read the log . I don't see the problem in ThingWorx 8.4. Is there any setting about the log sequence ? Regards, Sean
Hello, I am having the same problem. Did you solve it? Thank you
Hi Steven, We have a Fanuc focas connection to a 30i CNC and we are reading data with GOOD quality. However, a similar error is displayed sometimes. The error message is 'Read error occurred for address starting at 'Tag' on device. FWLIB error: 65520.'. I have checked that the mentioned libraries are already installed in the server. Any ideas how to proceed / troubleshoot the error? We have the same error in more than 6 machines which feature a Fanuc 30i model. Thanks Related to previous post
Hello Guys!Anyone with experience integrating WinCC and Thingworx? How this integration can be achieved through OPC-UA? In that case it will be necessary to use Kepware in between WinCC and Thingworx?Looking forward to hearing from you? Regards! DJ
Hello , I am using collection widget and bind data ,I want to bind that collection row id is it possible to pass collection row id to any parameter ?? I pass Id from base mashup through mashup parameter ,for testing give one value display and bind that mashup parameter but cant show id and also also pass value through session it give me only one value please suggest How to get collection row id?? Thanks in advance
Hi, I have encountered a weird instance in one of my user account. In the mashup, under properties of the timeseries chart, I could not load or see the datafields. However, when I change to my admin account or other user accounts, they are able to view the options under datafield1. Even when I change the privilege of that account with issues to admin, it is still not working. Please help!
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.