Recently active
Hi @AkshayKumar I am facing this error pi@raspberrypi:~/Documents/c-sdk-2.2.12.1052-development/cmake/examples/SteamSensor $ lsCMakeFiles libcrypto.so.1.1 Makefilecmake_install.cmake libssl.so.1.1 SteamSensorpi@raspberrypi:~/Documents/c-sdk-2.2.12.1052-development/cmake/examples/SteamSensor $ ./SteamSensor[FORCE] 2021-10-02 21:01:00,335: Starting up...[WARN ] 2021-10-02 21:01:00,336: SDK Version: 2.2.12[WARN ] 2021-10-02 21:01:00,336: TLS Library: OpenSSL[WARN ] 2021-10-02 21:01:00,336: TLS Library Version: 1.1.1j[DEBUG] 2021-10-02 21:01:00,336: twWs_Create: Initializing Websocket Client for https://PP-2110022216B3.portal.ptc.io/Thingworx:443/Thingworx/WS[DEBUG] 2021-10-02 21:01:00,336: twTlsClient_Create: Initializing TLS Client[WARN ] 2021-10-02 21:01:00,339: twSocket_Create: getaddrinfo() failed: [Name or service not known][DEBUG] 2021-10-02 21:01:00,339: twSocket_Close: socket is already closed or w
The long-awaited manufacturing solution, ThingWorx Digital Performance Management (DPM), has arrived! Announced at PTC’s Manufacturing Live event, DPM provides key use cases around overall equipment effectiveness and real-time performance monitoring, while delivering insights with analytics and automated bottleneck identification tools. DPM gives customers clear insight into where and what to fix to drive efficiencies. Composed of modular building blocks with a foundation on the ThingWorx platform, DPM is easily configurable and customizable for closed-loop problem solving that drives productivity. Let’s take a deeper look into what DPM is and how you can implement it to ensure your investment in the ThingWorx platform and digital transformation delivers business impact. Monitor in real-time with Production DashboardThe Production Dashboard allows for automated or manual data entry of reason codes with a simple interface for limited disruption. Rather than providi
I am trying to assign numbered key to existing JSON but it shows error as per attached screenshot.Please let me know if there is a way for the error
Hi all, I have a form, which has 2 text box and 2 drop downs for entering the data. When I click on save button my data gets saved into an datatable and all the fields gets reset to default value. I have also added few checks for missing fields, but when any field is empty my all the entered data get reset to default value. I want to hold this data if any field in empty and reset only when the all the fields are filled. How this can be achieved? Thank you!!
Hi, How to use these two services of contentloaderfunctions. We need to pass body as json for getting the response. Please share the examples of both services especially PUT. Thanks in advance.
I have removed grid-advanced_Extension as it was blocking to use ConfigureGridColumns in grid advanced widget of Thingworx 9.2.3. Now while editing the Project entity, iam not able to save the Project. It is showing a popup with message - "Project [MACMON] depends on extension [grid-advanced_ExtensionPackage:4.2.1] which does not exist". Now how to save the project without having this extension. What is the blocker here?
I am made an mashup which is connected with other mashups in a organization. When im logging with a user mading for tests, the mashup's widgets show this error. I think is by the permissions, but i already added permissions for visibility and runtime for the user however it shows the error.
I am passing mashup parameter with base type of "DateTime". Now i want to remove milliseconds from Time. Now how to format the DateTime of mashup parameter?? If i used any custom services, the output is coming wrong all the times. So i need to change the formatting property of DateTime mashup parameter.
What is the best way to automate the Import step of this sequence?Export Entities (with GitBackup Extension)Commit to Git RepoPreferably: Create Zip of All EntitiesImport (Zip of) All Entities into Another ThingWorx EnvironmentPreferably, without first uploading to TWX Storage.Research Findings:Docs show Export offers a zip option, but Import does not appear to. ??There is a little-known FileRepositoryUploader REST API, which could be used to upload a zip, but I find no way to Import a zip.Is there a remote way to unzip an uploaded zip into SourceControlRepository?The title of the Import and Export Entities section of Use REST API to Access ThingWorx implies it holds the answer, but then discusses ExtensionPackageUploader API. Can this be used to import zipped Entities that are not a formal Extension??This seems like an obvious use case that would have a clear solution, but I cannot find it. I'd prefer not to iterate though each Entity XML, calling the Importer API
Dear Community, Now I have a mashup with a grid inside. When I click on a row in the grid, a service will be triggered. After the service call is completed, a mashup will pop up to display some information. The problem now is that the service execution time is very long, which may take more than 1 minute. When I click on a row, the page needs to wait for more than 1 minute before the mashup pops up. In this more than a minute, the page does not respond, resulting in a bad experience. So I think when I click on a row in the grid, a loading icon can be displayed, but the loading icon cannoy placed on the grid, do you have any suggestions? Thank youBest Regards,Chason
Hi Everyone, I have one repeater which contain textboxes(all are string base type) and dropdown but I am not able to validate those widget which are in the repeater. When I am using this repeater into another mashup where I want to validate all textbox and dropdown are mandatory filled. I am using thingworx 8.1 version, Please help me if you have any solution on it.
Dear Support Team, I use your Configuration API to export and import Kepware configuration. On the export no problem. During import and an update of a property, I got the error code 401 from the PUT request: reponse.json() = {'code': 401, 'message': 'The supplied user credentials are invalid or do not have permission to complete the requested action.'} I use an administrator user who should have all the access to process the import: This is my code to perform the PUT request: # open a session session = requests.session()session.auth = (kep_user, kep_password) # ('Administrator', '**')# session.headers.update({"content-type": "text"})# http:// not working, use protocol https:// but don't verify certificate, seems to worksession.verify = Falseadapter = requests.adapters.HTTPAdapter(max_retries=3)session.mount('https://', adapter)session.mount('http://', adapter) # Send a GET to retrieve PROJECT_ID (response OK) ... # Send a PUT to update a or more properties:
Hi all, I am wondering if there is a way to enlarge the area of a Value Display widget that changes color based on State Definition. If you look at the attachment I have uploaded, the center box outlined in Red is a container with a Value Display widget. I have the name of a piece of equipment being displayed, and if it is Running the bottom will show green, and if it is Offline it will show red. My question is this; the green box in the screenshot is showing that the equipment is Running. Is there a way to make that green box bigger? Ideally I'd like the whole container to have a green background if running, and a red background if offline. Is this possible? Thanks in advance!
Hi,In Thingworx while creating an organization, the form login page can show the logo and changing colors. How to add a background image in form login page.
When i tried to delete datatable thing, this error is coming - "com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.]" In Application Log, I can see - "Error in writing to Data Table for Feature : twx_composer, Product: THINGWORX_FOUNDATION Error : Unable to store license usage data in data table due to error:Unable to fetch license usage data from data table due to error:com.thingworx.common.exceptions.DataAccessException: [1,018] Data store unknown error: [Error occurred while accessing the data provider.]" how to solve this!!
Hi Everyone,I want to add multiple folding panel according to data row in the data table. It would be add dynamically on mashup when the data is add in the data table Example I have two topics MAC and WIN task which having their data and I want to show their data on each of folding panel. Which Means,- MAC showing their data on one folding panel if there is only one row of MAC data in table. - WIN showing their data on another folding panel which exactly next below to MAC's folding panel if their is only one row of WIN data in the table. - If multiple of MAC or WIN rows present in the data table which means total number of rows of folding panel will be created on the mashup load. - MAC and WIN data is separately stored in their respective data table. For reference please check attach image Appreciate if you please help me.
Hello all, Does anyone know how to remove this extra space in dynamic panel ?
Hello, I'm trying to create custom extension. When I try to build extension using gradle I'm getting below error > Could not find method compile() for arguments [directory 'twx-lib'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. Gradle Version : 7.1.1 Java Version : JDK 11 Could any one help me to solve this issue Regards,VR
Hello folks,i have several questions about the Radio Button List in TWX 9.2.1. Firstly, I would like to ask how I can create separator lines between the individual selection areas. Furthermore, I don't understand how to address the Radio Button List with Custom CSS, for example to create a shadow.Attached is an example of how the Radio Button List should look. I am currently using this Custom CSS for the shadow, however it is not working..radioBtnClass .widget-radiobuttonlist{box-shadow: 5px 5px 5px #888888;font-size: 10;}Best regards
Dear All, I just got Thingworx and I'm new to the program. I want to connect an extern MQTT broker via an IP-Adress with Thingworx. I already imported the MQTT Extension Kit into Thingworx. Unfortunately I can't establish a connection to the Broker. It would be very nice if someone could help me to connect the MQTT Broker to Thingworx so that I am able to get access to the IoT data and can use them in Vuforia Studio Yours Faithfully, Marius
hii,i want to show multiple values with state defination in progress gauge. please refer below attachment for your better understanding and let me know how i design progress gauge as below.
Hi team, I would like to ask where we could get the ThingWorx Extension SDK for ThingWorx 8.4 or previous version?. I need this to develop a custom widget for ThingWorx 8.4. In the marketplace only available for 8.5 to 9.2 versions. Any ideas or suggestions? Thank you
Hi all, I am trying to sort an infotable in ascending order of a column, in this case the LegReaction column. As shown in the infotable above, I want to put the value of LegReaction (45) between values 40 and 50 without manually modifying the infotable but by JavaScript programming. Any help is greatly appreciated!
Back in 2018 an interesting capability was added to ThingWorx Foundation allowing you to enable statistical calculation of service and subscription execution. We typically advise customers to approach this with caution for production systems as the additional overhead can be more than you want to add to the work the platform needs to handle. This said, these statistics is used consciously can be extremely helpful during development, testing, and troubleshooting to help ascertain which entities are executing what services and where potential system bottlenecks or areas deserving performance optimization may lie. Although I've used the Utilization Subsystem services for statistics for some time now, I've always found that the Composer table view is not sufficient for a deeper multi-dimensional analysis. Today I took a first step in remedying this by getting these metrics into Excel and I wanted to share it with the community as it can be quite helpful in giving deve
Good day! In this topic (https://www.ptc.com/en/support/article/CS320659) shown algorithm for executing services to create a trigger. I tried to execute them but i haven't found service indicated in step3 (SetContent) Without this service, it is impossible to specify the subject and body of the email message. Where can I find this service?
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.