Recently active
Hi, I have a datashape that contains infotables, and some of these infotables also contain infotables. My goal is to display the "root" infotable in one grid, and the nested infotable in another grid when the selected row changes in the root grid. The images below display my current configuration that is not working: I've read about similar situations but have not been able to solve it. According to https://community.ptc.com/t5/ThingWorx-Developers/Selected-row-s-problem-with-infotable-in-infotable/m-p/550168#M28657 this was solved in TWX 8.3.0 but I am on 8.3.2 and there is nothing showing the nested grid when selecting a row. I am using advanced grid version 4.0.1, but have also tried advanced grid 4.2.0 and neither work. /M
I would like to monitor a user's idle time. That way, I can logout a user just prior to the normal session timeout and navigate the user back to the FormLogin page of the user's organization. Thanks, Tim
Hello together, i would like to create a Mashup which shows different tiles for different functionalities. The PTCCovergeConsole, see attachement, is doing this. My question is how do I make those tiles and can I link a mashup to each tile? Thanks for your help. Regards Felix
We are trying to perform something like thisFlex/Windchill and ThingWorx are installed in Lab on 2 ServersThingworx is configured to have Windchill as Authentication Service (With Windchill Extension), so SSO works when navigating from Windchill to Thingworx, in case a user is not there, TW creates it as logins-ina. e.g. sourcing_user_1 from Windchill navigates to TW, a user with same name is created and logged in without asking for password.SSO is working fine for thingworx with windchill.Now , we a 3rd Party app which uses REST calls from TW to access data from TW + WindchillI need to achieve a seamless login (or SSO) from TW to REST API – which I am not able to TW REST API can only accept Base64 – Basic Auth for REST API authentication, but we can never have password as we are only getting username as SSO from Windchill, this is tricky situationIdeas is to achieve some kind of seamless auth from Windchill à TW à REST API (App)Any ideas will help,
I am trying to follow the sample setup from PTC and am having difficulty in that the IoT Gateway starts, finds the JRE "KEPServerEX\IoT Gateway IoT Gateway using JRE at [C:\Program Files (x86)\Java\jre1.8.0_191]" Then the IOT Gateway service stops. Why? How do I determine the cause of this? The Custom Controls Advisor cannot be used due to connectivity issues. Thanks, John
1. NodeMCU ESP8266 using Arduino: can't update the value in thingworx foundation platform but serial monitor is showing the updated value continuously. Please Ref Image1_serialmonitor_output. 2. Also, on platform side there is one red color symbol 'disconnected', showing that my created thing 'NodeMCU' is not connected. You can find that symbol in attached image2, below search option. 3. Also find the attached code file. I guess code is using HTTP Client for coonecteion but the server is HTTPS (https://pp-xxxxxxxxxxxx.devportal.ptc.io). If this is the issue Please suggest me which library to use?
Hi, We have created a custom jsp page for login in Thingworx. If the user enters wrong credentials 5 times within 5 mins it's geeing locked and will be unlocked after 5 mins, but the same user wants to login through the jsp Page it's giving wrong credentials even with valid user name and password. But in the composer user will be active and unlocked and they can be logged to the composer but not into the organization. Is there any specific reason for this issue. Please kindly let me know the solution.
I want to add asset and line type to create equipment pop up panel as in the attachment. Also, I want to assign asset detail mashup to each asset or line type. If possible, let me know the way.
Hi i am using thingworx 8.2 .my list widget is not working properly after i imported a set of entities for my new project . . i have attached two images here . one is my workspace (where you can see list widget is used and binded to data ) and other is my runtime view of mashup (list item is missing ) . can you pls help me understand what might be the problem for this thanks, swetha
I am in the process of documenting all the services I created. I know some are old and no longer used, and I'd like to delete those. The View Relationships doesn't really seem to help for mashups or service calls from other things. And, before anyone says, I know that if I documented as I was creating the services, I wouldn't be in this mess. Thanks for any advice on this, Tim
Hi! I'm a beginner and I'm starting on Thingworx. I need to create a Thing in the tutorial (one of the first step) but I don't know why it doesn't work. I put the appKey correctly. Same for the Content-Type JSON and the URL of my server with the rest given in the tuto. I'm doing this on POSTMAN. Can I have some help please? Thank you in advance!
Hello Team, I tried installing my 120 day Trial Thingworx foundation server however the installation terminates and i get an error for "post installation set up cannot be processed. Installation may have failures ." PFA the log file also that us generated. I am using jdk 11 The JAVA_HOME path points to my jdk 11. Also, I have not selected the default ssl option. Any help would be appreciated Regards, Aarushi
I am running Thingworx 7.2.1) I created a Master with a menu .2) I then created a Mashup using that master.If I view the mashup as an Administrator, the menu is there.If I view it with a non-Administrator, the menu doesn't display.What simple thing am I missing?Thanks,Dan
Hi All, I installed Thingworx and Analytics Demo I downloaded from developer portal. Everything work well during installation, all analytics-related things were created but I cant see the Analytics Tab in Thingworx composer. I restarted Tomcat but nothing changed. Is it normal?
I want to remove the visibiltiy of a thing for an exsisting user. Despit removing all the visibility, run time and design time permissions the user is still able to see the thing and even edit the properties. He can't add properties or update the thing. The user is called Stefan Arbeitsstellen The Thing is the TestLoomManager I used the access reports feature to check what is causing him to have this ability, but it shows nothing: As you can see in this screenshot I'am logged in as Stefan Arbeitsstellen but I am still able to see the TestLoomManager. I also removed all the permissions for the Templates and Shapes that are used with the TestLoomManager. Do you have any idea whats the cause of this behaviour? Greetings Micha
Has anybody had any success connecting to a MakerBot 3d Printer? I cant find any information on the web on even where to start? MakerBot This is the type of scenario that we are looking to monitor with twx https://www.makerbot.com/education/innovation-center/ I am open to any suggestions Regards, Bryan
I have a two grids (Grid A and Grid B). Grid A has multiple fields, one of them is a field with basetype infotable. When a row from Grid A is selected, I want the infotable field of the selected row to display in Grid B. In the mashup, 1. I have bound the infotable as an input data for the service for Grid B by selecting Selected Row under the service for Grid A in the service for Grid B. 2. I have also set the Event Trigger by selecting SelectedRowsChanged under the service for Grid A in the service for Grid B. 3. I have bound the output All Data from the service for Grid B to Grid B. The nested infotable in Grid A is a Thing with properties which holds the infotable values. I see the infotable field displayed as [object Object] in Grid A. When a row is selected in Grid A, I see a row display in Grid B with blank fields even though the Thing has set values. As previously mentioned, the data shape of the infotable in Grid A consists of
Objective Use Influx as a database to store data coming from Kepware ThingWorx Industrial Connectivity server Prerequisite Configure ThingWorx connection to Kepware’s KEPServerEX and bind tags that exist in KEPServerEX to things in the ThingWorx model as referenced in Industrial Connections Example Configuration Steps 1. Create database in Influx for ThingWorx: Connect: influx -precision rfc3339> SHOW DATABASES > CREATE DATABASE thingworx 2. Create Influx Persistence Provider and configure 3. In the Industrial Thing where the Remote Properties are bounded define Value Stream and make sure to have Persistence Provider set to Influx and is set to Active 4. In the Value Stream Properties and Alerts define the mappings using Manage Bindings to specify what properties are to be stored in this value stream 5. Save it and test it to make sure properties are stored in
Hello, I've been trying to reinstall Thingworx foundation 8.3 trial version, but The installer keep showing error message when i try to reinstall. This problem happen after i canceled installer during installation. After this, i'm trying to find uninstall file. But it doesn't contain in installation folder. Anyone please help me in this issue. I would like to how to uninstall the failed installation thingworx foundation. Thank
1. Use Postman or any other software for Rest Api call to the ThingWorx.2. Create a query in Postman with following parameters:Type: POSTURL: https://<IP>:<PORT>/Thingworx/Users/<UserName>/Services/AssignNewPassword<IP>: IP of the server where ThingWorx is installed.<PORT>: Port on which ThingWorx is running (if required).<UserName>: User Name of the user whom Password is to be reset.Headers:appkey : Your Administrator App key or App key of user having Permission for AssignNewPassword Service for the user.Content-Type: application/jsonBody:{ "newPassword":"NewPasswordHere", "newPasswordConfirm":"NewPasswordHere"}3. Send the Query.4. Login using new Password.
Hello users, I'd like to display the data (property value(s)) that change over time near/in-place of markers. I've already established mashup linking to that markers upon marker double-clicking by which the new mashup pops up. The issue is with displaying the data near/in-place of markers and displaying names near markers. Kindly look at the below image which elaborates my requirements.
Hi, I have exactly the same issue. Can you please send me the uninstaller file as well. Let me try that, otherwise I will have to reinstall my Windows OS it seems.... Thanks Subh @slangley wrote: Hi @Newtepos. I am forwarding the uninstaller from my local system via email. I don't have confidence that it will work for you, but you are welcome to try it. This file gets generated in {drive}:....\twxFoundationH2Trial-8.3.2 folder. Not sure if that folder still exists on your machine since you cancelled out. Regards. --Sharon @slangley wrote: Hi @Newtepos. I am forwarding the uninstaller from my local system via email. I don't have confidence that it will work for you, but you are welcome to try it. This file gets generated in {drive}:....\twxFoundationH2Trial-8.3.2 folder. Not sure if that folder still exists on your machine since you cancelled out. Regards. --Sharon
Hi, I am using the ThingWorx v8.2. What is the ThingWorx sco and how to incorporate it with ThingWorx? Is there any extension available for this? I know that the manufacturing apps has the sco extensions and it is used for assets. But Can we incorporate the SCO functionality in standalone ThingWorx? I have few questions like: 1) What is a connected asset in ThingWorxSco? 2) What are included in ThingWorx sco Enterprise subcription? 3) What are they refering to 15 users is included in Enterprise platform in Thingworx SCO? Please provide some idea. Thanks, Shalini V.
Hi, I have a responsive mashup in which i am using a collection widget to display few static mashups which has certain fixed height and width .In the collection mashup i have given the flow layout gravity field of collection widget as `Edge` and i have give minimum spacing as 30px,I know that minimum spacing does not work when the flow layout gravity is defined as `Edge`,My Issue is when i view this mashup in my windows environment i get two static mashup tiles at two extreme ends and when i view the same mashup in my linux environment i get these two mashup tiles with a minimum spacing I have defined.Can anyone help me out as what is going wrong and tell me what could be done to resolve this issue.Urgent help is required.
Hi, I have data in the info table. I want to replace particular column values(Another service outcome). How can I update it? var x = me.getData();//x is infotablefor each( var row in x.rows){var y= me.ltime_conv({ltime: row.LTIME /* LONG */,lyear: row.DLYEAR /* LONG */});//Another service out comex.DTIME = y;//Here I'm trying to replace DTIME column values} result =x; Regards, Surekha N.
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.