Recently active
In one of my mashup is having button whose font-size big, lets consider it as 24px, when I pressed / clicked on that button size & font is getting changed to 14px (I could see it inside focus property while inspecting). After that whenever I click on any part of the screen, it will become normal like having 24px as font size. I am sure that this is happening because of focus event / property. Could any one suggest me how can I over come this problem, simply I want to avoid focus event effect on button. Thanks, Shubham.
Please help on this issue to get it resolved Facing runtime issue of color change
Hi everyone, I have purchased 25 licenses of thing work software, now I have successfully installed Thing Worx foundation 9.2 on one PC ,which will act as a server and if the I P are accessible over the network, then thing Worx can be accessed using URL : http://ip:port/Thingworx/Composer/index.htmlbut I am not able to connect with the above URL, Its Showing 404 Error in other system.please give step by step procedure how to access thing Worx through server in other system using URL.do I need to download any software in other system ? please help me out with this issue.
Hi,I have added extra lines to web.xml present WEB-INF folder as per below article :https://www.ptc.com/en/support/article/CS229450Please find the modified web.xml and let me know where I am going wrong.
if you enable filter of dropdown widget, while click dropdown widget, filter input will auto focus in opened popup, How can I ban this autofocus action? I don't need autofocus in my scenario.
hi,i need to design chart like below:-i have tried this by using shape widget but i got the output in single color or single data. Now please suggest me how i design this chart with multiple colors or data. Or suggest me if there is any widget would use instead of shape widget. below m attaching the output of shape widget where i got only single color or data:-
I have situation were based on the Field count I need to do the Logic so "How to Get the count of Number of Fields in a Infotable"ThanksShashi
need to create charts like below:-Please let me know which chart or widget i need to use to design above charts
The default status configuration in the following template is invalid: PTC.SCA.SCO.KepserverBasedPhysicalAssetThingTemplate. Fix the template in ThingWorx Composer to create this type of equipment. 1: 2: 1 is the case and 2 is mine. How can I fix this problem?
Hi, We are using a tab widget in Thingworx 9.2. It seems we can't reduce "Tab Height" which is available in Thingworx 8.5. Is there any alternative for this? Regards, sathish
Hi, I'm having a problem importing the Analytics Extension. I'm working with the 9.0.0 version of ThingWorx docker. I already have the Analytics docker server running, my only problem its when I try to import the extension to the platform. The only error that I get on the platform logs and in the ErrorLogs its: "Extension Exception: Extension package import failed. See error log for more details"
Hello, I would like to display barchart as attached. Where the green represents normal operation and yellow and red represents warning and alarm respectively. when the green cross yellow\red area the bar should change the color respectively. I used stack option with multiple source and adding state definition for color change, but it didn't look the same. Any ideas to achieve the same. Thanks
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!
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.