Recently active
Hi there, I have created dashboard with some informations. I get these information of my PLC through of Industrial Connectivity. I want to salve these information once a hour to show in a table using the date time picker to insert a range. To it I have two question: Is possible salve my information into ThingWorx Foundation? How do I use the date time picker to insert range and show the data in a table? Regards, Leonardo
Hi all, I am beginner to use chart and I am having difficult to create data to it. I get data from my PLC through of Industrial Connectivity. To start my experience I am following this guide. https://developer.thingworx.com/en/resources/guides/display-data-charts/ddc-introduction I have ever created a value stream, data shape and thing like the example showed. But in the guide the information into the infotable are put manually. Image below. I have a thing with my data from PLC but I do not able to insert this data into of infotable. Is there any way to do it? Regards, Leonardo
Hello I'm trying to connect Thingworx Industrial Connectivity to Thingworx. Upon doing so I keep getting an error message of: Date Time Level Source Event10/16/2019 9:48:50 AM Error ThingWorx Native Interface Connection to ThingWorx failed. | Platform = http://XXXXX:80/Thingworx/Composer, error = the host could not be resolved. I have checked the Thingworx link matches, the app key is correct, and the Thing name matches exactly to the Thing name in Thingworx.
Hi Everyone, I have only been introduced to TWx 2 days ago, so please excuse if this is a stupid question: I have defined a GenericThing-based Thing called "MyThing" with Integer property "MyProperty". If I want to plot a graph on a Mashup (using the line graph widget), of the property "MyProperty", as it changed over time, would I need to somehow map a ValueStream to this property? I have been trying to do this and I cannot figure out how to map the stream and property. I searched the tutorials and courses, but they don't show examples of this use-case. Thank you in advance and kind regards, Riaan
I created a Thing Template with a base template of PTC.ISA95.PhysicalAssetBaseThingTemplate. I created a Thing through the Configuration and Setup mashup. I saved and then went back to add a picture. I am unable to save any edits to the General Information section. I can click on the save button but no confirmation message appears. If I navigate away the changes have also not been saved when I go back to General Information. Is there a service or anything I need to validate in order to save?
As Attached code: var query ={"filters": {"type": "And","filters": [{"type": "EQ","fieldName": "Department","value": "Milk"},{"type": "EQ","fieldName": "Kategory","value": "Production Volume"},{"type": "EQ","fieldName": "SKU","value": "Whipping Cream 1000 ml"}]}}; var result = Resources["InfoTableFunctions"].RenameField({t: Resources["InfoTableFunctions"].Aggregate({t: me.QueryDataTableEntries({ maxItems: undefined,query: query,values:undefined,source: undefined,tags:undefined}),columns: 'value',aggregates: 'SUM',groupByColumns: 'year'}),from: "SUM_value",to: "value"}); after that, I need do data filter using data filter widget and only show "2019" value. How can I edit this code? but my value and target is different services. How to figure it out?
In grid, There is one checkbox column, and one more hyperlinked text column. My requirement is when checkbox is 'true' and it having hyperlink text then i have open popup. To achieve this i used 'editableTable' as input and trigger the service through 'EditCellCompleted'. But am getting issue in this, here input going as infotable so if the end user changes rows line by line in same order there is no issues. Incase for eg. if i changed 1st row then 2nd row and again changing 1st row am getting conflicts there. So i prefer to use 'Selected row' but selected row is not working when grid is editable. Give me some solution.To achieve my requirement
Embedded databases come with the installation of the ThingWorx PlatformNo additional installation or configuration is required for embedded databasesRead about the various benefits and pitfalls of embedded versus external belowDatabase OptionsH2RDBMS (relational database management system), written in JavaHas a small memory footprintEmbedded into ThingWorx for easy installationNot as robust as other database optionsNot scalable in production environments (unless used alongside a separate, external database for stream, value stream, and other data) See KCS Article CS243975 for further reading on the use of external databasesMeant to be used for quick deployments and testing environmentsPostgreSQLORDBMS (object-relational database management system), written in CPostgreSQL is the ThingWorx recommended database for production systemsMore RobustExternal database installed separately from ThingWorxBeneficial because external databases can be specifically configured for use in production, w
Hi all, When I run azure-iot.bat file,getting below error 1) Error injecting constructor, java.lang.RuntimeException: routing-group cannot be blank in configuration fileat com.thingworx.protocol.azure.iot.AzureIotHubBindService.<init>(AzureIotHubBindService.java:41)at com.thingworx.protocol.azure.iot.AzureIotGuiceModule.configure(AzureIotGuiceModule.java:34)while locating com.thingworx.protocol.azure.iot.AzureIotHubBindServicefor the 6th parameter of com.thingworx.protocol.azure.iot.AzureIotProtocolAdapter.<init>(AzureIotProtocolAdapter.java:94)while locating com.thingworx.protocol.azure.iot.AzureIotProtocolAdapterwhile locating com.thingworx.connectionserver.protocol.Protocolfor the 9th parameter of com.thingworx.connectionserver.ConnectionServerDataPlane.<init>(ConnectionServerDataPlane.java:47)at com.thingworx.connectionserver.ConnectionServerDataPlane.class(ConnectionServerDataPlane.java:25)while locating com.thingworx.connectionserver.Connecti
We’re back with a ThingWorx 8.5 highlight! Today, we’ll cover brand-new functionality within ThingWorx Flow—the Azure Connector! Imagine you’re on the regal shores of ThingWorx, trying to reach the plentiful utopia of Azure IoT services and capabilities. How do you get there? Through the new Azure Connector for ThingWorx Flow! The Azure Connector for ThingWorx Flow is an OOTB connector that enables you to leverage the power and breadth of Azure services directly in ThingWorx applications with ThingWorx Flow. If you have intermittent needs for high-scale processing, for example, the Azure connector can help optimize costs based on when you require a mighty powerful liege and where you only pay for the necessary processing capacity when it is important. Azure Functions are also useful when you want to leverage some special code that was written in a language like Python that you’d like to easily leverage, such as to pre-process information collected from a de
Hi there, I am showing an information in the value display and this information is referent the weight where I use the unit "ton" (tonne). Like the image below: To do it I used two value display, one to bind my value and other to write the unit (ton). Follow image below: My question is: Is there any way to insert in the same value display the value and the unit? I have ever searched in the properties from value display and I did not find nothing about it. Regards, Leonardo.
Hello everybody, I am trying customize a label chart and to this I need to create some variables to bind to chart. Below is a print with the TAGs (from my PLC) that I have bind with foundation (throught of industrial connectivity). I wanna bind this TAGs into a InfoTable to after to bind in my chart. I have created a data shape with two sources (Hour and value) and bind with my InfoTable, but I do not know how to insert the TAGs into this field in the infotable. I used the guide that talking about create charts but the data are insert manualy in the field from data shape. How do I do this? Regards, Leonardo.
Hi, I would like to create new users other than administrator, so it is possible that each user can work on different projects. I have created new user and logged using <host name>/Thingworx/FormLogin/<Organization> But after logging in the user is not able to create anything. Thank You, Naeem
Does anyone know where to download the Three.js Model Viewer extension? It does not appear to be on the marketplace anymore.
Could you please explain a bit more about add Group and Organisation? I am having same issue but not sure how to give full permission to the base user. Thanks a lot!
I'm trying to install thingworx foundation 8.4 using postgres installer. It is failed due to some error, the below content is in log file Executing scError running sc query Thingworx-Foundation: Program ended with an error exit code[16:20:13] - Valid Java executable path: C:/Program Files/Java/jdk1.8.0_92/jre/bin/java.exe... [16:20:13] - HOST_JAVA_HOME path: C:\PROGRA~1\Java\JDK18~1.0_9\jre...
Hello, I have placed the war file in tomcat installation location and started tomcat but licence file is not created. Please find the attached logs.
Hi, Just try to install thingworx 8.5, and import project from 8.3.5. There are some issues occurred, I'd like to ask for advice: 1. unable to import extension. in platform-setting json, configuration r all set, but imported failed with no valid error messages. {"PlatformSettingsConfig": {"AdministratorUserSettings": {"InitialPassword": ...},"ContentTypeSettings": {"supportedMediaEntityContentTypes": ["image/svg+xml","image/png","image/gif","image/bmp","image/jpeg","application/pdf","image/vnd.microsoft.icon"]}},"ExtensionPackageImportPolicy": {"importEnabled": true,"allowJarResources": true,"allowJavascriptResources": true,"allowCSSResources": true,"allowJSONResources": true,"allowWebAppResources": true,"allowEntities": true,"allowExtensibleEntities": true}, "PersistenceProviderPackageConfigs": { .... } } error message: Extension Exception Updating Media 2. imported project, missing widgets, due to 'soon to be depreciated ',
Hi, Is it possible to update kepware store and forward data to a stream? In my usecase, all live data are logged into streams every 1 minute. When Thingworx and Kepware connection is broken and reestablished after a few hours, I need to update the streams with the lost data so that I can avoid data loss. Kepware store and forward works good for value streams. How could I get the lost data back in case of disconnection. With regards Yedukrishnan U
Hi, Is it possible to store kepware data in a database? I want to retrieve data from DB with SQL commands. When connectivity with Thingworx and kepware are interrupted, I need to store data from kepware to database and retrieve the data to Thingworx when connection is reestablished. Store and forward functionality in Kepware can automatically send data to Thingworx when connection is reestablished but it don't have any control as we need to calculate the KPIs based on the retrieved data and sync with the existing data. With regards Yedukrishnan U
Hi , I set default value to false for a Boolean type parameter of Expression. By doing so , I expect never should have undefined received, however , I still get undefined value for the initialization. please check the screenshot below. Regards, Sean
Hi, I'm trying to import the ThingWorx Analytical extension tool but I'm having some issues. The download comes with a PDF to aid with installation which I have been following. However, when I try to validate the extension it says that the validation was successful, but that some warnings have occurred. These are the warnings; LogoutButton:1.0.4Extension Package [LogoutButton] is trying to override existing entities: [Default sprite style:StyleDefinition] [logoutButton:Widget] capacitymgmt-extension:8.3.0Extension Package [capacitymgmt-extension] is trying to override existing entities: [TW.AnalysisServices.DockerDeployerConnector:Thing] [TW.AnalysisServices.SLAServiceParamManager:Thing] [TW.AnalysisServices.DeploymentInfoDataTable:Thing] [TW.AnalysisServices.SLADataTable:Thing] [TW.AnalysisServices.JarDeployerConnector:Thing] [TW.AnalysisServices.ProviderToDeployerMappingDataTable:Thing] [TW.AnalysisServices.CapacityMgtElementsDataTable:Thing] [TW.AnalysisSer
As Attached file below, I want to put DummyDataDatatable's data into DummyDataDuplicate. And Datashape is same. there are three types of widget: dropdown, textbox and numeric entry. Now my process is: 1. I link dropdown list's value into textbox in DummyDataDatatable. 2. I drag textbox's data into DummyDataDuplicateDatatable's column SKU and ID also. but after that, there is nothing in the DummyDataDuplicateDatatable. Can Someone help me to figure it out? Regards, Tracy
Hi Everyone, We have two different kepware on separate place which is pointing to same PLC. In that one of the kepware having both Manufacturing Suite and Data logger license but second kepware having only one data logger license. Now for both of them We have implemented data logger concept and according to tag value change we are logging data into SQL database. It is working fine for first kepware but incase of second it start giving tag quality as bad after 2 hour and we need to restart runtime service of that kepware. and because of bad quality tag data logger is not working as expected even though it has data logger license. So, Is there any way to without restarting runtime services we will get actual tag value and on change of that value we can log updated tag value on Database ? Also, it is possible to connect second datalogger to first kepware(because first kepware having both license) so it will work fine ? Could you please help me on this. &n
The meet-thingworx-2019.twx file downloaded from the Thingworx getting started guide (https://developer.thingworx.com/en/resources/learning-paths/getting-started-on-thingworx-platform/meet-thingworx) is not imported Why not? The installation version is 8.4.
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.