Recently active
Hello everyone, I'm using Thingworx 9.1.8-b845 and I would like to show an advanced grid in a Popup window by using Function > Navigation > Popup. But weirdly it doesn't show on a popup window but it shows on a normal window/tab which is fullscreen. Is this a bug for this particular widget or there are some settings I should pay attention to? Thanks in advance.
I need to do a buttons panel in a hololens2 so I can control a robot (UR5) with those buttons. I need to do a connection between the robot program and Unity, and for that I need to use Thingworx. But I do not know how to do it. How many things should I create in Thingworx and how can I get the transfer of data between robot, Thingworx and hololens? Thank you!
Hi, I'm trying to configure TWX SSO with Okta as IdP, I'm not using ping federate, since TWX can work with a SAML2.0 integration natively.I have the metadata from Okta and configured the keystore to hold the metadata and certificate.When I try to start the Apache service, i get the following errors in the application log: 2022-02-17 11:44:29.033+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Error initializing key store2022-02-17 11:44:29.049+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] Context initialization failed2022-02-17 11:44:29.064+0000 [L: ERROR] [O: E.c.q.l.c.Logger] [I: ] [U: SuperUser] [S: ] [P: ] [T: main] *** CRITICAL ERROR ON STARTUP: Error creating bean with name 'filterChainProxy' defined in class path resource [config/securityContext.xml]: Cannot create inner bean '(inner bean)#2332b018' of type [org.springframework.security.web.DefaultSecurityFilterChain] while setting constructor argument
i have more than 500 different types of entities that are attached to a wrong project. I want to change the project name of entities but manually changing the name will take lots of time and work and i want to change the project name of all entities in one go by a service or some other methods. can you guys provide solution for the same. Note i have done this for all things but API is not available for mashups, style def. etc. is there any way to perform this task ?
Hello, I am trying to make my first extension in ThingWorx 8.5. Everything seems fine but when I try to import it I have the following error:zip4jExplorer/ZipExplorerThingTemplate has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 52.0Here are my settings for the Java compiler: I use JavaSE-1.8 which correspond to JavaRuntime 52.0 according to the documentationI use gradle to build the extension.Any Idea about what I am doing wrong? Best regards
I need to be able to make a table through which, if there is changes in data, the no of rows and columns should be flexible enough to change, which currently is not possible if you create a table via data shapes. I wish to know if it is possible to create a table which has flexible of no of rows.
I am using the AddRow function to update an infotable.It is copying values into all other fields except the primary key field.Kindly advise me on how to correct this. See code snippet below and attached screenshot of the infotable. // Get a direct reference to the infoTableProperty on the entityvar Pump_Curves = me.Pump_Curves;// Create a new NamedVTQ entry object to add to the infotablevar newEntry = new Object();newEntry.Delta_P = 1.87; // primary keynewEntry.RPM_700 = 14;newEntry.RPM_800 = 15;newEntry.RPM_900 = 1.2;newEntry.RPM_1000 = 2.1;newEntry.RPM_1140 = 5;newEntry.RPM_ACT = me.F1; // Current flowratePump_Curves.AddRow(newEntry);
Is there any way to add Border Radius to the Modal Popups in the Thingworx 9.3@c_lowy @CarlesColl @paic @slangley Thanks,Shashi.
Hi all,I want to give permission to ThingTemplate to say "Template1" through API. What is the snippet used for it? Thank you!
I am getting this message - "Your account currently does not have a hosted server. Please create one by pressing the button below" -- but i am not seeing any button there so that I can start my trial server.
Wondering anyone had it work ever ? The online help gives an example for the host field with http url , so confusing. I thought it should be bootstrap server.
I have the attached Line Chart with 3 series and 3 sources. the data is only being logged on change but I would like to show the line (in this case Dancer PSI) to keep showing the line after the last logged value.can this be done?
I know this is probably a simple question, but I've been stuck on this for hours. I have a service configured to copy a large file over to all things that fit a certain criteria (software version), but I need some sort of if/else statement to check if the file is already there, and not copy the file again if it already exists. I cannot figure out how to check if the file exists. Help would be greatly appreciated! Edit: My first approach was to run a browse directory service, return that as an intotable, then make an if then statement checking if the filename I'm looking for was included. But I since found out the .includes does not work in TW. Ideas? Thank you.
I am unable to find the Thingworx Analaytic Extension, Please drop it here if you have. Thanks in Advance
We are trying docker deployment of thingworx on the CentOS VM. We have followed the procedure as given in the documentation. On running the docker-compose command, the command is getting run successfully. But thingworx is not getting up. we checked the docker container status. The Thingworx container is exiting after running docker-compose command. Other containers i.e. ms-sql, mssql init, security-cli are in healthy state.The logs for the thingworx container were checked. Logs say, ""Merging reference conf with overrides/docker-entrypoint.sh: line 65: /usr/local/bin/install-var-dirs.sh: Permission denied". This error was seen multiple times in the container logs. What is the root cause of this issue ? How to fix this and get thingworx running ?Thanks.
Hello, TWX I use: ThingWorx 9.2.3-b189 I have this issue with bar char xaxis labels. Labels are cut and there is no option in bar chart widget to increase the size of xaxis label, like xaxis format. That option is only available for yaxis I would like to increase the size of of the label, to get the full name I try also with web components but no luck so far.example: Thanks
I recently had a customer who wanted to run services on ThingWorx from Power BI to retrieve existing operational data, and we were a bit stumped on how to pass the API key over in the headers, so I did a bit of Googling and pieced together the solution. It's not quite intuitive on the Power BI side, so I thought it would be helpful to share. If you have any other experience with integrating ThingWorx with Power BI, feel free to add a comment. Prepare ThingWorxCreate an Application Key that has Run Time execution access to the services you need.Understand the inputs needed for the service you would like. I'll have examples of none, one, an InfoTable, and multiple inputs. Power BIFollowing the following steps in Power BI:1. In Power BI, create a new blank query 2. On the left, right click on Query1 and go to the Advanced Editor: 3. Replace all of the body content with the following, replacing your API key, appropriate end point, and base URL as needed (this is a
Line chart . i like to give the different colors for values for different line.is there a way to change a colour for the line values
Hello. i am using this pareto chart but when there is data that is too small, you can't see the bar (see attached picture for R&D). is there a way to always show a bar regardless of the value?
Hello, I have a problem with generating Tags for a MS Local SQL Database. I tried to connet it via ODBC Client, the Database has a mixed Authentication (either WinAuth or SQL username + password -> i tried both already).Im currently evaluating the software for a Customer Projekt.May someone know what is wrong here ?Best regards Christoph
Hello everyone,How to restrict the data exporter widget from downloading empty infotable? Thank you
How to wrap the Xaxis label text in the Pareto chart?
I was creating a project, and I ended up having 30+ dashboards/mashups for output. Among these mashups, only the display info-table/Table structure is different (the column values are different for almost all of them). Is there any way I can reduce the number of dashboards/mashups, by having the mashup adjust the displayed table to different rows and columns automatically? Since hosting 30+ mashups for output is too much load on my tomcat server, I need a simple method to make the mashup based graphs and tables adapt to the data and filters selected instead of having a full mashup for every different selection of data and filters .
How to apply CSS for slider widget?I need to change the progress bar color of slider widget at different values.
I want to add an additional event to the fileupload widget but our backend support team have been able to locate the existing fileupload files. They found the deprecated dndfileupload files but not the current widget files. Does anybody know where the files are located on version 9.0+? Just want to add an event for when upload starts.
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.