Recently active
Hi Experts, I created a barcode reader and decoder in Thingworx. A product bag contains a paper with 3 barcodes. I read 3 different barcodes and split them. After the splitting I get 4 different strings. All of splitted strings stored in an infotable. var params = {infoTableName : "InfoTable",dataShapeName : "DS_BaleMgmt_Barcode"}; dataShapeName:STRING):INFOTABLE(DS_BaleMgmt_Barcode)var res = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params); var newEntry = new Object();newEntry.IRMS = "splitted string"; // STRINGnewEntry.LOT = "splitted string";// STRINGnewEntry.SSCC = "splitted string";// STRINGnewEntry.QTY = "splitted string"; // STRING .......... res.AddRow(newEntry); If I scan the top barcode the service run without fail. But if I scan the other barcodes, the previously splitted strings deleted from infotable and textbox on mashup. How can I save all of barcodes/strings while I read all of them and write the strings to a dat
The display choice of OK and Cancel in the Edit Query Dialog of the composer should be put to discussion. Normally the OK option is to submit the changes and therefore should be green and get the check mark. Please have a look at this.
I am using a collection widget to mimic a list function. The data i show in each of the cell is name of the item, state date and end date. Based on the number of selections from the collections im calling another service which will show sub items belonging to all of the items selected through the collection widget. Allow selection and Multi select are both checked. On the click over any cell, the value is being passed through the selected row. But as soon i click on the same cell to unselect the data from the selected row remains the same. Ideally it should go back showing no output since i have unselected the cell. I guess this is a bug with the widget. If there is any solutions kindly let me know. -Sachin
Is there any widget available in Thingworx like Planner? Following functionalities should be available : 1. It should look like a calendar. 2. On clicking the date Task add/delete, assign a task, etc. options should be there. I am attaching a snapshot of the Microsoft planner as a reference.
Does thingworx 8.5.4 supports in mobile also including all of its widgets?
Hello, I'm running into a strange issue in my mashup where if I select a short time range, I see data from my properties in the most recent timestamps but towards the beginning of the time range, values are missing. If I then select a longer time range, I will then see data populating at those timestamps that were once empty. See below. Both are at the same timestamps but different time range. LEFT: 7/23 22:30 to 7/24 3:00, values are showing at 2:45 RIGHT: 7/24 2:45 to 3:00, some values are missing at 2:45 Looks like data starts showing when the value changes. I assume I'm setting something up in my properties incorrectly or there's something I'm missing? This post is similar, but didn't see a solution. Thank you for the help!
I connected ems to twx and followed ems connectivity steps from connect EMS to Thingworx tutorial I am able to see the list of files from ems. I tried copying, moving files from ems to twx repo but not able to complete the process. Getting error in twx composer : Error executing service readFiles. Message :: Wrapped com.thingworx.common.exceptions.GenericHTTPException - See Script Error Log for more details. Getting error in ems: FileTransferService::execute: EdgeThing MoveFile unsuccessful. Return code : 0xA0
I'm having a heck of a time getting the thingworx foundation trial installed. I've tried both RHEL and server 2016 and the error happens during the 'waiting for thingworx' step for each install.The documentation is also very difficult with conflicting information everywhere. A few examples: self-signed certificate generation steps are different between the foundation installation documentation and the guide. - keytool -genkey -alias selfsigned -keyalg RSA -keystore keyStore.jks -keysize 2048 -storetype jks https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx%2FHelp%2FInstallation%2Fthingworxfoundationinstallerforlinux.html%23 - keytool -genkey -alias tomcat9 -keyalg RSA -keystore twkeystore.jks && - keytool -import -alias tomcat9 -file "twkeystore.jks" -keystore "..\jre\lib\security\cacerts" - https://developer.thingworx.com/en/resources/guides/foundation-linux-install-guide/foundation-linux
hello, i have converted infotable data in json data by using tojson() snippet. now i want to get that data in json format by using getjson() snippet but it got the blank data...please refer below attachment below is the getjson() code:- var params1 = { proxyScheme: undefined /* STRING {"defaultValue":"http"} */, ignoreSSLErrors: true /* BOOLEAN */, headers : undefined, useNTLM: undefined /* BOOLEAN {"defaultValue":false} */, workstation: undefined /* STRING {"defaultValue":""} */, useProxy: undefined /* BOOLEAN {"defaultValue":false} */, withCookies: undefined /* BOOLEAN {"defaultValue":false} */, proxyHost: undefined /* STRING {"defaultValue":""} */, url: "http://{IP}:{Port}/Thingworx/Things/digitalTwinThing/Services/getallDataRefiner1" /* STRING */, timeout: undefined /* NUMBER {"defaultValue":60} */, proxyPort: undefined /* INTEGER {"defaultValue":8080} */, password: undefined /* STRING */, domain: undefined /* STRING {"defaultValue":""} */, username: undefined /* STRING */ }
Hi community, To test the anomaly detection with a simple use case I followed the steps in this guide, imported the anomaly mashup and to not wait for too long I updated the cmoTimer update rate to 50ms. I didn't get to the stage of modifying, for example the sine amplitude, because prior to any modification the mashup showed me that is detecting as an anomaly the same sine used for training. I think that updating the update rate to 50ms shouldn't be the reason of the false positive detection but I could be wrong. Any thoughts why the anomaly detection is firing when it shouldn't? Regards
Hello, I'm currently trying to use InfluxDB 2.0 as a persistent provider with Thingworx 9.1. I tried following the tutorials on the PTC support websites but they only explain how to set it up using InfluxDB 1.7 and 1.8. I tried following those same steps documented there but i realized that the Data Base concept had changed in the 2.0 version of InfluxDB, which made it impossible to go on with the tutorial. As i started getting errors trying to execute CREATE DATABASE function. Thank you in advance
Hello Everyone, I am currently searching for the google Maps extension for the thingworx composer, but am not able to find it at the marketplace. Generally it looks like that many extensions that used to be available are gone from the marketplace The picture shows, that in total there are only 11 apps available.Am I missing something? Have the extensions been moved elsewhere?Any hints on this are appreciated very much.Best Regards,Dominik
I am using ThingWorx 8.5.3-b123 and I am trying to use an expression to get the user's local timezone offset from UTC. I created an expression with no parameters and have it evaluate the following for testing: Output = 4; The output is bound to a parameter of a thing service and the "Changed" property of the expression is bound to evaluate the service. I then bound the mashup "Loaded" to evaluate the expression. I left auto evaluate and fire on first value unchecked, and I set data change type to always. For some reason, I still never get a value in the parameter of my service! I get errors saying JSON does not allow non-finite numbers. If I set a default value to this parameter of my service, all works well but it's obviously not a solution. Anybody have any ideas? Thanks
Hi, I want to download the CSV parser extension. I followed this article "https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Extensibility/CSVParser.html" I am not able to download the extension from ptc support. From where I can download the latest version of CSV parser extension? Thank you!
The following error occurred when I tried to send mail after importing the mail extension. "ErrorCode(e3b535d0-bf6e-492e-9e77-82341638c656), Cause(null), Reason(Access was attempted on a null reference variable.), Possible Resolutions(Remove the reference to the null variable within your extension code.)" After SendMessage service is selected, "Cannot call mail service: NULL" is displayed in the right output box.
My current plan is to use the line chart form in the label chart.But there is a problem that the data in the chart accumulates more and more, and it is impossible to observe normally. I want to know if there is a good solution. As shown in the figure, all the data points are densely packed together.
Hi, Have created few mashup and things using online 30 days trails provided by the thingworx & i wanted to migrate this mashup & thing to the local instance of thingworx (i.e. ThingWorxFoundationH2Trial-9.1.0-x64). After installing the thingworx on the local machine, the mashup in composer appears blank when try to create a new mashup or even try to open any imported template..
Hi! I display the data in the Grid according to the following scheme: In Thing_test_6 (DataTable) data is added as follows: The problem is that in the Grid some of the data (some rows) coming from FilterServiceForEvents1 isn't displayed for some reason. But if I directly bind FilterServiceForEvents1 to the Grid then all rows are displayed.
I was trying to uninstall the Thingworx 9.1 and reinstall Thingworx8.3 to prepare for a competition. After I uninstalled it and tried to reinstall version 8.3, I received an error message: "You already have Thingworx Foundation Trial for H2. Uninstall it, and then you can use this installation tool to reinstall" Then I go to Windows "Uninstall or change a program", but there is nothing there with a name like PTC or Thingworx.What can I do now?
I'm looking to develop a mashup for mobile use that takes advantage of the dynamic panel widget. However, the trigger button/ icon is extremely small when used in that setting. Is there a way to enlarge the icon?
Application log and other logs are showing up in Logs section. Script Logs are not at all showing up.Please let me know what can be the issue. ThingWorx 9.1.0-b10877
I added some thing templates and their corresponding thing shapes to a certain project, I exported this to create a file of entities, Then I am trying to import these entities but I am getting this message Import failed. Check the log for error details. If I navigate to LOGS section I don't find any error related to this import failing error I searched on Application, Communication, Configuration and Script Logs but didn't find anything. I even filtered the search including "import" keyword. How can I know the exact cause of the error?
I want to import Mail Extension but the version I can get of Mail Extensions is 3.6.0, which remains unconnected probably because of imcompatible version (with my thingworx version 9). I have searched for ptc market but there was no Mail Extensions available.
Hi, I am using nested containers to create a Dashboard Mashup. After adding the Layouts and adding widgets to those containers, I am not able to view the elements which I created initially in the composer as well as in the mashup. Contents above the 'container-19' are not showing in the composer. I am not able to scroll up beyond this. On viewing the mashup also, I am getting a partial view of the actual mashup. I am not able to scroll up beyond this. Thanks in advance. @CarlesColl @slangley
I am updating csv for every 15 mins in Repository using scheduler. If i opened CSV file using the option "open with Excel", csv is not updating in Repository for every 15 mins. But if i opened CSV file using "Edit with notepad++", it is updating for every 15 mins. Why?
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.