Recently active
I am attempting to import GitBackup Extension into my Eclipse IDE, however I get errors during the import process. Here is what I'm doing:When closing this window, the project does show up in my package explorer, but I seem to be missing functionality (can't add other JAR resources).
I am looking for a way to use a tool to create the ThingWorx docker containers. We use Azure DevOps on Prem, and I am wondering if there is a way to load all the files from the thingworx docker download, put the needed files in the staging folder, and then build the docker container and push it to a repository, so multiple instances of ThingWorx can download the latest container. Thank you!
Hi,We have been encountering significant issues in executing RSU even for 100 assets in the field . Every time we attempt to deploy RSU to the field be it 100, 200 or 500 assets , the ThingWorx application hangs and need to be restarted. There are times, where in order to purge the RSU , we had to reboot the DB Server. So the RSU functionality within ThingWorx is pretty much non functional at this time. Our set up is as follows. Apart of standard TWX installation, there is a external DB where the files from the assets from the field are written to and also TWX crypto extension which makes a call to Crypto tool to decrypt a file .The TWX version is 9.2.11PTC Support recommended quiet a few configuration changes. Some of them are ,1 Even thread subsystem - Increase the event threads to 100 2. Increase the max DB connection from the to the TWX DB to 100 3. Increase the external JDBC connections to external DB to 250.4. Changes to SCM
Hi Community, Can you please let us know how to initialize default values for Edge property with Base Type : Infotable and set values later in LUA script? I have initialized EDGE property in LUA by following the syntax below. I could see the property "MeteringApplication" on ThingWorx platform and could successfully do remote binding. However, post binding, I was not able to see the default value being populated on the Sub-property "StatusMessage" as per syntax below: dataShapes.MeterReading({ name = "Temp", baseType = "INTEGER" },{ name = "Amps", baseType = "NUMBER" },{ name = "StatusMessage", baseType = "STRING", aspects = {defaultValue="The meter is currently offline"} },) properties.MeteringApplication = { baseType="INFOTABLE", pushType="ALWAYS", dataShape="MeterReading" } So, I would like to hear from you how to set Default values for Infotable as baseType on Lua and how Get/Set Sub-property values under "MeteringApplication" property during later point of time to pe
has this been implemented actually ? I tried it out but its not working .Even i tried by removing the 404 handling code from web.xml still its showing status message . Is it actually dependent on entry in web.xml ?
How to create Database ER diagram. Which is change with change in database connection.
In kwpware quality tag of all properties showing bad but in my thingworx remote thing whereI bind the properties it shows quality tag for all properties good also to my local thing it shows good. I remove the binding of all properties and again bind the all properties still face same issue. How to fix this issue.
We have created 2 Edge Things (EdgeThing1 and EdgeThing2) that have auto-binding names in config.json as *EdgeThing. Each Edge Thing Template has Task code set to run at different intervals. However, we notice that only one of the Tasks runs while the other never runs even though both Things report as connected on the Platform. How can we fix this?
I would like to access the NFC of a mobile device from thingworx running on Mobile.How can we achieve this scenario?
Hi Community,We need to provide an FTP secured connection details to our client for ThingWorx Flow solution. I am referring following PTC documentation for same : "https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Integration_Orchestration/FTP/FTPConnectorTypes.html#" Here in step 6, secure list we get following options: 1)false2)true3)control4)implicitCan someone please explain me difference for these parameters. Thanks,Sid
Hi @VladimirRosu_116627, I installed the extension in ThingWorx (version- 9.3.1) which is available under Build section from the github link you shared (in topic) and tried to execute the services - GetLastMessages, SendMessage with the following configuration: but the result is, ErrorCode(6bbd1442-4b7b-4b88-ab6b-125feb8812e2), Cause(null), Reason(Access was attempted on a null reference variable.), Possible Resolutions(Remove the reference to the null variable within your extension code. Note: ActiveMQ is up and runningCan I get any help to resolve this?
Hi! im new to thingworx and we are trying to create a drag and drop planer for or production with machine integration. Is it posible to code a ui in js and use thingworx for the backend or is it posible to make somthing like this in thingworx. we want to be able to se what is producing in the macine both art:nr and amount.and plan whats next and whos responsible for the machien via drag and drop like a canban board. has anyone done this or have any tips and trix on how to do this
I Want to set group name programmatically through service of Resources->InfotableFunctions-> Services->TOJSONI need standard service code to do programmatically. Please check the below screen shot
Hi community, I am trying to visualize in a grid or in a text field the data info after having clicked on a data point on my combo chart. (Chart Type = Line).I have already bound the selected data from the chart onto a grid, But I only see the datashape of the service on the grid instead of seeing data that I have selected. Does someone know how I can go about this? Regards,
I have used a validor to check textfields text are empty or not and if not empty then i am executing a service because validator will return TRUE otherwise i show message with status message FUNCTION to show that please enter the text into fields but it is not working. if i normally write output= true or false then only it works. can anyone please guide me in this regard. I have put a screenshot of bindings and my parameters also please have a look into it. I am using Thingworx 9.3 let Output = true; // Initialize Output as true // The isValid function should accept a single parameter to check. const isValid = (param) => { return param !== null && param!=="" && param.trim() !== ''; }; try{ // Check each parameter individually if (!isValid(emailAddress)) { console.log('Invalid email address'); Output = false; } if (!isValid(firstName)) { console.log('Invalid first name'); Output = false; } if (!isValid(lastN
I have a service takes infotable as an argument and gets some data in the form of a datashape infotable for a piechart which are just 2 counters "open" and "closed" being displayed on the pie chart.This is the code for the service for a better understanding: let result = DataShapes.ex_NumberWithLabel_DS.CreateValues();let buckets = { OPEN: 0, CLOSED: 0};let localizationstate = Resources.RuntimeLocalizationFunctions.GetEffectiveToken({ token: "ex.mu.disposition.IssueState.CLOSED",});for (let i = 0; i < objectData.rows.length; i++) { let row = objectData.rows[i]; if (row.workflowStatus == localizationstate) { buckets.CLOSED++; } else { buckets.OPEN++; }}result.AddRow({ label: "Open", value1: buckets.OPEN, DisplayField: Resources.RuntimeLocalizationFunctions.GetEffectiveToken({ token: "ex.mu.disposition.IssueState.OPEN", }),});result.AddRow({ label: "Closed", value1
Hi all, I would like to copy my string from thingworx to my clipboard. I have found 2 ways of doing so in javascript.1. .execCommand("copy");2. navigator.clipboard.writeText the issue is that thingworx does not support these 2 methods because it is a client-side operation.How can I incorporate my custom JavaScript code in my mashup? What are the steps? My ultimate goal is to copy text from a mashup to a clipboard.Best Regards
Using Thingworx version 9.4.1 on a high availability (HA) cluster.We're building a Thingworx app to display historical Thing data using the Grid widget in a mashup. The data is streamed from a Kepserver and saved in a Value Stream by logging the Thing properties. The mashup uses the "QueryPropertyHistory" service to pull a specified time period of data for all logged properties (currently only allowing data to be queried earliest to latest-"oldestFirst"=true). We also provide the option to export the queried data to csv file using the Data Export function. We just found a problem with the Grid widget that I'm looking for help to overcome; the Grid seems to be automatically filling in all empty BOOLEAN-type data cells with "false". This is a problem because the actual value of the property could have been "true" at the time queried. I replicated this issue by manually setting two booleans, let's call them "Bool1" and "Bool2" (shaded RED in screens
Hi All,There is a requirement from customer to provide the access to admin user to do the following activities at runtime:Dashboard Management: create/edit/delete dashboardTask Management: update the progress of task manually which is getting updated automatically by a formulaPrompt Management: Create/edit/delete the prompt messages and add those prompt message to a particular rolesBusiness rules Management: Create/edit/delete the business rules which are related to do aome automate operation. Will it be feasible to do the above activities in ThingWorx at the runtime?Thanks in advance for your help
How to configure Thingworx AMU alarm to not trigger when machine is manually shut down and value (ie. voltage) becomes 0 as expected? Kepware is being used in this case as well if relevant.
The quality tag in Kepwere appears to be showing a Bad tag, while the thingworx shows a good tag. Why is this the case, and how can this be fixed?
Hi, All Now I'm working on Thingworx9.2.0. [Need your help] On Grid or AdvanceGrid, I want to copy a selected cell to the clipboard, like in Excel. This means that I do not want to edit a cell, only reference to prevent incorrect entry in cell manipulation, Regards,
I would like to retrieve a list of all my industrial connection Things and output a list of them. I need code to achieve thisIn this case ThingWorx Kepware Mi... should be listed.
What are your experiences about TWX 9.5?I'm very surprised, because if there were some fields to be filled, usually they had "natural" labels/description, like "Enabled", "Description", "Active", "Published".But new fields are labelled like: "tw.form-labels.deprecated", "tw.subscription-editor.labels.sequential-events",(attached printscreen was taken in one of Things / General Information tab). For me, it looks like names of language tokens instead of their values. Is that intented use? Global bug? Something local on our server?
Hi All, My requirement is for TWX HA architecture. I checked the below link from PTC support. https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/ThingWorxHighAvailability/OverviewOfThingworxHighAvailability.html# I have a confusion that whether Apache zookeeper and Apache Ignite will be installed on each server node along with Thingworx Foundation application or These two will be present on a separate server from the Thingworx Foundation nodes and maintain the HA architecture. Thanks for the help.
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.