Recently active
Hi, I have two issues 1. looking to remove 'none' from Dropdown. 2. when my Grid is Empty then i have to display message on Grid 'No data available'. please help me to do this. Thanks
Hi, I followed this guide but I have error in PiTemplate, it doesn't update CPU Temp and doesn't show frequency and volt in mashup. I found similar topic but I think it works only on Raspberry 3. It happens on this line of code: s = s/1000000 Error from terminal: [INFO ] 2020-07-23 08:19:12,567 PiThing: Attempting to GetPropertySubscriptions from server failed. code: 500, result: [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::execute: [-1241516976] Error executing script PiThing, Error = Error: ...oads/microserver/etc/custom/templates/PiTemplate.lua:39: attempt to perform arithmetic on local 's' (a nil value) [ERROR] 2020-07-23 08:19:12,591 luaScriptProxy::app_unlock: [-1241516976] Attempt to unlock app_mutex while not holding it.L= 0x20a808 [INFO ] 2020-07-23 08:19:13,26 PiThing: Received notification that property bindings have been updated on server.
Hi all, I've been recently using the Collection widget to fill in my mashup's contents in a dynamic manner. So far I've used Table Layout: Flow (Horizontal Distribution). However, this makes it so the Collection is responsive, and it will wrap the mashups within if they do not fit in a single row. How can I make it so it only distributes the nested mashups in a single row of the Collection Widget?
Hi, I have written a service that is binded to the "Data" property of Time Series Chart Widget. There are 2 numeric fields and a string field that is displaying in the chart. Lines are selected in order to display numeric items on the chart and is working fine. On hovering the lines we are able to see the values of 2 numeric fields and string field for the particular timestamp. But the marker is visible on zooming the top area of the graph above the particular timestamp. I have attached the screenshot of the zoomed area in order to see the marker. Is there any workaround to plot the marker in an area which is visible without zooming the graph? I am using Thingworx version 8.5.4. Thanks
I want to give home mashup to every created thingworx user in particular group. Currently i created user and added to studio-admin group by using service Now i want to give home mashup for every user or direct group for login? I tried visibility permission service to group but confused don't know what to do. I have added super admin user in super admin group, admin user in studio-admin group and trainer in trainer group. how can i give home mashup to every user or group while creating user on mashup? Please suggest Here is my organisation.
Hi, Is there an accepted method of getting a click event on a Collection Widget tile to trigger a Navigation to a parameterized mashup? I have: Mashup A: Main full size mashup for a Production Line Mashup B: Small mashup that shows key data for a machine on the line. A service on Mashup A populates a Collection Widget with these. Mashup C: Boiler Plate Mashup that shows more detail about the machine. I would like to set up navigation so when the user clicks on a Machine in the Collection, the Thingname of the machine (used to populate data on Mashup B) is passed to Mashup C. Now, I can get this to work by setting up a Navigation Function on Mashup A and binding the Collection CellWasClicked Event to the Evaluate input and the Event:Thingname to the Parameter of the Mashup. This works at runtime, until I refresh the composer and I get "Obsolete bindings for <NavigationFunction>" and the Mashup Parameter binding is removed. I've been searching round for ages fo
hello , please find attached logs
Hi @Rocko/All I got this block- https://community.ptc.com/t5/Vuforia-Studio/Easiest-way-to-connect-an-SQL-database-to-Thingworx-Studio-For/td-p/529820 where there is one link to get the extension for JDBC(SQL SERVER) - https://marketplace.thingworx.com/tools/jdbc-connector-extension is not working can anybody point me to right link? Also, I put the JDBC driver(main one not the extension) in tomcat/lib and trying to connect to MSSQL server by using a Database thing but not able to connect. any idea, am i doing right? Here is the log: [context: com.thingworx.webservices.context.HttpExecutionContext@7504795c][message: Thing [MSSQLConnection] is not running] Thanks! ~PC Reference: post
Hi All, From the document I read this, Minutes Locked Out—Amount of time a user is locked out. By default, this is set to 15 minutes. For example, if a user attempts five unsuccessful logins within five minutes, the account is locked for 15 minutes. After 15 minutes, the user has another five attempts. After 15 minutes, the user account is automatically unlocked or how it works? Please let me know.
Hello! I'm currently working with Thingworx v8.5.5 and experiencing some concerns regarding Mashups. Right now, we have some containers working as a header, which is compact and doesn't have a scroll bar and below it, another container with a collection (with many elements) that has a scroll bar. We were wondering if is it possible to have a Header (which includes more than 1 container) that once you scroll down only the bottom container stays on the top of the page. Or another possibility could be on how to scroll the entire page even though the mashup as multiple containers. We wanted to use the same behavior as we usually do in previous versions to 8.5.5 when we had Static mashups that we could have an entire page scroll bar and not scroll bars in different containers. We want that same behavior but in a responsive layout. And it's not happening in this case because we have the container having the scrollbar and not expanding beyond the page. So the page is fixed.
hello, want to show new dropdown after clicking on another dropdown list. If i have user type dropdown which having fields staff and member and after clicking on staff or member field it should be show band dropdown. Please refer the below attachment.
What is the difference between the load balancer and Thingworx connection server? I can see that for the installation of Thingworx 9, we are expected to have both components. my early assumption was Thingworx connection server does the same work as a load balancer 1. if not then please tell the purpose. 2. can anybody explain the difference by use case if possible? Thanks Pravin
Hi all, We have created new thingworx 9.0 instance and imported Thingworx Apps (Manufacturing Apps). After importing apps I can see multiple error entries in application log Could anyone help me solve this /VR
Hi, I have bound my Infotable data (created as property with only one Column) with Dropdown . i am getting values in dropdown but how can i take selected value as input to a Service?. my infotable property finds in getPropertyValues(). Thanks,
Hy Everyone, There is a way to modify the schema of influxdb database that use thingworx?
I am facing suddenly the issue that I can not open the Composer, I am getting the message "HTTP Error 404. The requested resource is not found" in Google Chrome. I have just installed (separetely from Thingworx) SQL Server and Reporting Services on the same machine where ThingWorx is also installed.. I do not know if this is causing the Problem??? Because my ThingWorx platform did work before.. The database is Standard h2 like coming from the Installation. I have restarted tomcat several times - but it did not help. Attached is a log file whih I found in tomcat/logs ...
Hello, Is it possible to add a drag & drop feature on the mashup between two advanced grids? I have two advance grids in my mashup and the use case is that I want to drag a row from one grid and add it to another. Is this feasible? Thanks in advance! Regards Gaurav
Hi, I thought thingworx manage the transaction automatically for Database things and for each service will start a new or existing transaction. However, it doesn't behavior as my assumption. For example: TestDbTransA and TestDbTransB are Database things and the service AddOne & AddThree are SQL command services. I expect the service AddOne doesn't take effect as the exception occurs and the transaction should get rollback, however , AddOne service still insert record into the database. So how does thingworx manager the transaction of database things ? (function(){var result = Things["TestDbTransA"].AddOne({field: "1111" /* STRING */,name: "1111" /* STRING */,id: "1111" /* STRING */});if(true){ throw new Error("Error occurs, AddOne is supposed to be rollback");}var result2 = Things["TestDbTransB"].AddThree({field: "3333" /* STRING */,name: "3333" /* STRING
Hi all, We have configured Thingworx SSO with Azure AD. Now when new user logged in, Thingworx creates user entity based on user's full name. How we can make Thingworx to create user entity based on email ID or only first name or some other SAML attribute. SAML Message <Subject> <NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">USERREQUIRED</NameID> <SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer"> <SubjectConfirmationData InResponseTo="REMOVED" NotOnOrAfter="2020-07-16T13:32:57.070Z" Recipient="REMOVED" /> </SubjectConfirmation> </Subject> <Conditions NotBefore="2020-07-16T12:27:57.070Z" NotOnOrAfter="2020-07-16T13:32:57.070Z" > <AudienceRestriction> <Audience>REMOVED</Audience> </AudienceRestriction> </Conditions> <AttributeStatement> <Attribute Name="http://schemas.microsoft.com/identity/claims/tenantid"> <
I want to monitor and maintain motor pump properties using asset adviser i am not finding suitable guide to start building and show all data on asset adviser.. please suggest me video or documents for learning
Virtual Try-out for clothing and 3D clothing collection Using AR/VR. Can anyone develop such apps in PTC product like Thingworx and plug it for webstream to use realtime for apparel or clothing. Please let me know if anyone aware of such use case or implementation which can be feasible in any PTC product and plug in thingworx for realtime use of AR.
Hi, How to use table name as parameter in Database thing for SQL command and query ? I tried something like : select * from [[tableName]], but it doesn't work. Regards, Sean
Hello, Is Telegraf, from InfluxDB, supported as a Persistence Provider in ThingWorx? If yes, can I set the connection similar as for InfluxDB or is there is something additional that I have to set it up? Thank you!
Hi , I have a service which taken input , i need to bind this input to Selected row from Dropdown. for dropdown i have created infotable and bind with Dropdown . i am able to see list of values in Dropdown but how can i get selected row from dropdown to service. Thanks
Hi , I was trying to export data table with data but its shows some error in application log. Let me know how to export it.Also attached screen shots for your reference. Thanks in Advance.
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.