Recently active
This video shows the steps to install ThingWorx Analytics Server 8.5.1 as well as the ThingWorx Analytics Extension.
On running thingworxPostgresDBSetup i am getting following error. psql:./thingworx-database-setup.sql:1: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:3: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:5: ERROR: tablespace "thingworx" does not existpsql:./thingworx-database-setup.sql:14: ERROR: role "twadmin" does not existpsql:./thingworx-database-setup.sql:16: ERROR: database "thingworx" does not existPress any key to continue . . .End Execution.
Hi , ---Nested InfoTable I need to display multiple tables in the mashup with ONE server call . So I created a data shape and add the fields with data type "InfoTable". In the mashup , I bind the field to advanced grid instead of "all data", so I call it nested InfoTable. ---Dynamic columns I also need the columns of the advanced grid to be dynamic , so I don't set data shape for the InfoTable fields . Only advanced grid supports dynamic columns , grid doesn't support it. But advanced grid does NOT work in the combination of Nested InfoTable + Dynamic columns. It just display the data as Empty lines. See the summary table and attached image below: Is it a known issue ? Dynamic Column Nest Table Yes No Yes No Dynamic Column Yes / / Doesn't Work Works Well No / / Works Well Works Well Nest Table Yes Doesn't Work Works Well / / &nbs
Hello all, I have installed Thingworx Eclipse plugin and Buildship Gradle Integration in my eclipse. I'm not able to find a way to build Thingworx Extension using Buildship. Could any one help me to fix this one ? Thanks in advance, VR
Hi Guys, I have created a datashape and datatable and also a mashup with file upload widget. I want my CSV data to be imported in DataTable of thingworx. If anybody knows means let me know.
Hello, We are able to create communication with mobile devices & Thingworx with the help of thingworx web API. 1) I am willing to keep apk file on SystemRepository/FileRepoistory folder of thingworx server. 2) As a user, I can able to download apk on the mobile device once I clicked on any link/web API. Is it possible to achieve this scenario? Kindly share your inputs on the same. Thanks in advance,
Challenge: Complex Deployments-Today deployment of twx apps is challenging due to manual dependency management; little visibility into apps and environments; complexity and slow speed of deploymentFeature Solution Central:-Automated dependency management-Centralized app management portalValue: Rapid scalable deployments-Accelerate application deployment-Simple UI-based environment and solution management-Site-wide visibility of apps and environmentsSteps involved:-Develop projects locally-Package artifacts and dependencies-Publish App to Cloud-Deliver to your ThingWorx environments->-Update to latest ThingWorx-Connect to Solution Central-Begin Publishing-No additional licensing Q: Does it also package up prerequisite extensions?A: It doesn’t package or build them, but they are identified as dependencies before publish/deployment. Multiple solutions building modular structure through dependenciesQ: Each published project is packaged as an extension?A: That is co
Composer Enhancement: -Improved workflow supportNG Composer challenging to navigate -> Usability challenges with editing and viewing data Feature:-Tab style editing support-Horizontal tabs-New Grids with Resizing-Resizing in Entity Grids-Schedule Editor Problem: Need modernization of platform visualization toolset -> -New Webcomponent widgets-Responsive layout now GA-Theming now GA-Key messaging-New ability to build responsive modern web applications Theming and Theme editor -Centralized style management-Easily apply to all Mashups of an applications-Bindable, can be changed dynamically-Set Colors Typography, Lines, Borders, States -Set globally or by group of elements (buttons, grids, inputs)-Mashup Preview can be set New Widgets in 8.5 -Breadcrumb-Dynamic panel-Icon-Image-List Shuttle-Property Display-Slider-Value Display-Advanced Grid now part of platform Functions:-Confirmation-Event Router-Logout -Navigation-Status Message Responsive Layout-New
Hello! I'd like to know if it is possible to run a ThingsWorx service through an external application (like Unity). Ideally I'd want to keep the scripting of the service on ThingsWorx for various reasons, so it would really just be to do something like "MyThing.GetService("MyServiceName").Run();" (with the data returned by the service being re-routed to the external app obviously) or something along those lines. Thanks!
Hi, I want to sort the columns in the grid(using Advanced grid). How can i achieve it? Please provide me the steps to do it. Thanks, Sheetal
Hi Guys, I have imported the Git Backup extension 2.0.2 into the ThingWorx composer. And created the Git Backup thing made necessary git configurations in the configuration tab. Accessed the GitBackupMainMashup and performed the push operation, i can see that files has been added in the mashup. But when viewing the git repo, i cannot see any newly pushed files in that git repository. In the application logs, i got this error org.eclipse.jgit.api.errors.TransportException: https://gitlab: not authorized__ at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:180)__ at gb.GitBackupTemplate.Push(GitBackupTemplate.java:156) I'm not sure whether it's the issue with GitBackupTemplate or am i missing any of the steps. Can someone please help me on this. Thanks in advance.
I have an infotable with nearly 1000 entries and the column headers are named as Timestamp, Field1, Field2, Field3, Field4, Field5, Field6, Field7, Field8, Field9, Field10. My requirement is that: If Field2, Field4 and Field6 are having the same value (say 0), it should fetch the time when all the 3 fields turned 0. Also, it should calculate the duration of how long all the 3 fields were in same value state. I will attach a screenshot showing the sample infotable with values. Please provide a solution for this usecase. Thanks in advance. Starttime Timestamp Field1 Field2
I want to list the models ,signal and profile in analytic server Please let me know is there any way using which we get information about three thing mentioned above.
Hi PTC Team, We are having the issue in creating the Geo fence in the google maps.
Hi. Can I please see a simple example on how to change the value of a property from a javascript service? A property on the same thing the service is running on. I'm struggling a little on figuring this out and finding the proper documentation. I can get the property object through the Things["TestThing"].GetPropertyDefinition() function but what then? How do I know the name of the thing that invoked the service? Must it be an input parameter 😞
I have installed thingworx foundation downloadable trial version one machine and thingworx industrial connectivity on another machine. I am following below guide while establishing connection between thingworx foundation and thingworx industrial connectivity https://developer.thingworx.com/en/resources/guides/thingworx-industrial-connectivity-guide This guide assumes that you are utilizing the hosted Foundation server in combination with the downloadable Industrial Connectivity. It also mention that some instruction requires modification in case of "downloadable Foundation trial". In my case the above mentioned guide does not work. I am not sure what are the steps which required modification in case of hosted foundation server. Please let me know if any one had tried the same for hosted Foundation server. I am also attaching the connection settings for thingworx industrial connectivity and error I am getting while establishing connection between foundation and industrial
Hi , The ValueDisplay is not clickable in Android Pad for Firefox and Edge. No response if tap it . It only works in Chrome. Is it a known issue ? Regards, Sean
Hey guys, I'm working on a project and got a simple problem. I've got an InfoTable which is feeded with data from an Oracle database. In this InfoTable I have one column which is editable (orange rectangle in first screen). I would like to change the content from "HELLO" to , in this example, "HELLO WORLD!" (orange rectangle in second screen). Then I have a button which calls a service when clicked. In this service I would like to retrieve the changed information from the column and make an update with this new information on my external Oracle database. Haven't seen a solution for that so far. To resume the problem: How can I get the edited values of an InfoTable and save them in an external database? Thanks for your help
Hi, I tried to make the following training:https://developer.thingworx.com/en/resources/guides/customizable-responsive-ui/ui-completed-samples But the dashboard is not working. On the left side I have a list, when I select an element of the list the content of the dashboard should be actualized. This is not happening. According to me it seems that the property worldName of the gadget is never bind to a value, but I don't know how to do this. Do you have an idea how to do that?
Similar to this case , I have trouble because of the tag names on the KepServerEX. We are adding Thingworx to an existing KepServerEX solution which has been validated by quality. The plant will not allow me to change the names. 2019-09-10 17:51:35.681+0000 [L: ERROR] [O: c.t.w.Things] [I: ] [U: Administrator] [S: ] [T: https-jsse-nio-443-exec-2] [message: Import Failed: Invalid Name: [20565M3_20565M3_Assembly_Total] - Digits are not permitted at the begining of name] Is there a workaround.
Hello, we're using .Net SDK and want to make sure that the connection is re-established after losing it. The Properties of the ClientConfigurator object are default and look good: AutoReconnect = true ConnectRetries = -1 ConnectTimeOut = 10000 ReconnectInterval = 60 PongTimeout = 10000 My expectations are, that after losing the connection to the ThingWorx server and re-establishing it, the ThingWorx client noticed that and makes a reconnect to the server. Is there anything to do manually to get the reconnection? Best regards, Sascha
When you are do dev work and when testing, you obviously need to do this in the context of data from devices in the field streaming in... It is not practical to have a set of "test or dev" devices as this would provide neither a realistic breadth of data nor the volume of data against which to dev or test. I have been wondering how people work with this problem. This got me to thinking, could one use something like the connection server and then split your updates to two ThingWorx instances? Any other ideas on how to handle this?
Trying to do exactly the same thing and I'm getting an issue. I'm querying a datatable, and passing this query (below). If I run the QueryDataTable entries with this query, it returns no results. If I just change the Station parameter to be "EQ" and just add the machine name as a string, the query works as expected (returning 40+ results). What gives? What am I doing wrong? var machineArray = ['my_machine_name']; var query = {"filters": {"type": "And","filters": [{"type": "IN","fieldName": "Station","value": machineArray},{"type": "EQ","fieldName": "Program","value": Transmission}, {"type": "EQ","fieldName": "Operation","value": Operation}]}}; var myQueryResults = Things["Ford.PFS.GM.Historian.Repository"].QueryDataTableEntries({maxItems: 200000 /* NUMBER */,values: undefined /* INFOTABLE */,query: query /* QUERY */,source: undefined /* STRING */,tags: undefined /* TAGS */});
Hi, I am currently displaying 8 variables in a time chart. I get the values from a database query service. However, I would like to setup a list (or a checkbox list) where I can select the database columns to show in the chart (one or multiple at the same time). Do you have any hint for this? Kind regards, Marco
Hi there! I have a requirement to print out barcode labels automatically. I have a Zebra web printer, which can print out barcode labels based on ZPL command text. Basically, the process is to generate ZPL command codes and output it as a long string, and then send this string to Zebra printer. However in ThingWorx, I cannot call Windows printers automatically. Any ideas or advise? Thanks a lot!
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.