Recently active
Hello Dear, I am struggling with passing parameter with navigation widget. Based mashup having there details is successfully show on collection list but I want to open update mashup when i click on each cell of collection with there row details for update..So i can update the information from update mashup. How can i achieve this solution? please see my attachment thanks in advance.
I've tested Line chart in ThingWorx 9.0 (type ''ptcschartline") and it seems a multiple Y axes functionality is gone. Is it possible to scale different time series data to their own range? I need to see all series scaled to their maximum and an ability to change a displayed Y axis rage values by selecting particular data series (tapping on pens legend). Dear PTC, if it's not possible with an existing version, could you restore the functionality?
Hi, is there a way to extract a value from an infotable row based on the column index. Normally you extract the data by referencing the field name i.e. var myVal = myInfotable.rows[x].fieldname ; However, I am using GetLoggedProperties() service to create a list of property names. I then iterate through this list and use the QueryNamedPropertyHistory service to create the table using an enrty from list of logged property names as an input. Ideally I'd like to be able to extract the data values from the resultant infotable using something like: var row = myInfotable.rows[x] ; var myVal = row.Fields['xxxxxx'] ; (where 'xxxxx' is the input property name) Is there a simple way to do this? I do know that because I only pass in 1 property name that the column I'm interested in will be the second one, so perhaps I could use an index? Thanks, K
Hi, Thanks in advance. I had a query on the Expression function in Thingworx. I was using the Expression widget for some simple calculations and check, it returns Output only when there is 'no' parameter or 'one' parameter. When I try to add more than one parameter, after saving the Mashup when I check it the Output is set to null. Attaching the screenshots of the same.
Hi all I have imported the CreatePDF widget from the markeptplace. And under services it has a service "CreatePDF" wherein we have to input the mashup server address etc in order to generate the PDF. It also has an input field for appKey, just wanted to know is it necessary to input the appKey if yes where can I procure one from? -Ketan
Hi, Will the thingworx foundation not run without the license installed? The ThingWorx foundation is installed in our server but we have not applied the license. Whenever we start the tomcat and try to run without license, the tomcat automatically stops. Is there a dependency of license for apache and thingworx foundation to run? Is it not possible to up the thingworx foundation to run as unlicensed version and import entities and apply the license later? Thanks & Regards, Shalini V.
Hello everyone,I've developed a extension widget in typescript, using the template below from github:https://github.com/ptc-iot-sharing/ThingworxDemoWebpackWidgetWhen i add this widget to a mashup alone, the widget works fine:
When a user clicks an option on a drop down on a mashup when using an iPad , the tool tip appears at the top left corner. (see image) This only seems to be an issue with drop downs. Tool tips appear to work currently on other widgets using the iPad. Any fixes? I need tool tips to function, so I can't hide them.
Hi TW Gurus, Need to know, How to connect to SQL server from a thing, I have created using base thing as database. I was using trial version of TW. Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver Connection String: jdbc:sqlserver://XXXXXXXX:1433;databaseName=XXXX Privided user and password in the log - I am getting this below error: Unable to start thing ConnectSQlServer, JDBC Driver Class Not Found: com.microsoft.sqlserver.jdbc.SQLServerDriver am I missing anything? ~PC
Hello! “ThingWorx on Air” Episode 9 is now available! Grab your headphones and listen to Neal, an Azure subject matter expert, and Janie, a PM focused on Azure functionality, introduce a new integration we’re working on between Kepware, Azure IoT Edge, Azure IoT Hub and ThingWorx. Discover how you’ll be able to leverage and model OPC UA data directly in the Thing Model, how you’ll be able to connect just about any OPC UA device through the Azure stack and to the Cloud, and so much more. We can’t wait to continue to extend ThingWorx functionality to support industry standards like the OPC UA protocols. Are you excited? Wish you could get your hands on this functionality early? You can! Reach out to Janie at jpascoe@ptc.com to learn how you can become involved in an exclusive OPC UA & ThingWorx preview program. Enjoy the episode and let me know what you think below! Stay connected, Kaya
Hi Team, Is it possible to change the style of the confirmation popup of a button. Like to change the width and height of the confirmation popup. Thanks,
Hi, This is the second time I'm facing this issue.I've tried parcticing Thingworx manufacturing and imported extensions related to it and then tried to delete the but weren't able to delete. Moreover, they are creating lots of errors in Application logs and I'm afraid that it's affecting also the performance of ThingWorx platform. Tried to delete the extension and now it's showing me this alert message. Thanks You, Muhammad Naeem Akhtar
Hello everyone, I'm new to the front-end side of development regarding ThingWorx. Recently we had an issue on our Mashups. We use a 'Master Mashup' (Header Only) to create a 'Navigation Bar' so we can navigate between our dashboards. The 'Master Mashup' Header (Flex Container) is set to Grow and Shrink all nested containers. And this is working accordingly (child containers are resized accordingly). However, we have some 'Label' widgets inside those child containers whose dimensions are set in a static manner (for e.g. Width and Height '50' px). For some resolutions (For e.g. FULL HD) we have no issues. However, if we keep decreasing the resolution we note that the 'Label' widgets do not Grow/Shrink accordingly, and this is causing some deforming to occur. Any pointers on how to make the 'Label' widget resize itself accordingly? Best regards
I want to install thingworx foundation on windows 10. but it it always asks me to uninstall previous installation of thingWorx-foundation. Actually, i have uninstalled the previous. how can check if i uninstall completely?
Hello I need to get binary files from integrity web site With attachment file URL, ID, Password, how to download attachment files. I saw getbinary() service. Can I use getbinary() service? if possible, can I get sample code? especially parameter Thank you BS
Hi All, I have an infotable to store marks of students which has a field named "marks". Can I get the count of students who got 90,75, 35 etc.... Example 7 students scored 90, 3 students scored 50. I need the percentage of students that scored particular mark. In above case 70 percent scored 90 marks, 30 percent scored 50 marks. I am trying to use Donut chart to represent the percentage of occurance of each mark. Thanks and Regards, Bhanu. @CarlesColl
We have a data table in Thingworx of usernames and passwords. Using these the user would enter his/her own username and password and it would retrieve that info from the data table in Thingworx to check if its correct. Is there any way this could be achieved?
I want to reorder the rows of a grid advanced after the data of the grid has been loaded already by dragging & dropping a row in its desired place. Is this possible? Thanks in advance.
This small tutorial enables you to manage payload decoding for Adeunis Devices within ThingWorx Composer in less than 10 minutes. Adeunis Devices communicates on LPWAN networks (LoRaWAN / Sigfox) covering sectors such as smart building, smart industry and smart city. The encoding is also possible but it will be covered in another article. 1. Get Adeunis Codec Adeunis is providing a codec enabling payload encoding and decoding. Download here the resource file containing the codec. Unzip the file and edit "script.txt" with your favorite text editor. Copy all text contained in the file. 2. Create AdeunisCodec Thing Create a Thing called "AdeunisCodec" based on the GenericThing Template. 3. Create a service called "Decode" Create a Decode Service with the following setup: Inputs: type (String), payload (String) Output as JSON Past the previously copied "script.txt" content Save 4. Correct a couple of Warnings Remove all "var c
Hi, Though we can use the Home Mashup field in ThingworxSSOAuthenticator under User Defaults to set the home mashup corresponding to the users who are using SSO to login, believe it would be for uniform for all the users irrespective of the user groups they belong to. Is there any possible way to specify different home mashup for users belonging to different user groups.
Blank screen is coming after login with Thingworx user on Form Login page of my organization My user is part of user group and user group is a member of Organization Home mashup of organization is already assigned with landing mashup and that mashup is being given the required permissions, Application log is showing error Entity Not Found : [PlatformSubsystem] but platform subsystem is present in my Thingworx 9 environment Thanks in advance.
Hello! I was wondering if I could have an image that while hovering it with the mouse it would show some information (labels and buttons) in front of the image. Is it possible? Thank you in advance.
Hy ptc community, I'm currently implementing an industry process. For this process it is important to check some things before the main process starts. Below you can see a rough prototype of what I want to build on the Operator Advisor plugin. The menu points (10, 20, 30, 200, ...) should be dynamic and loaded from a table. One process could require 10, 30, 200, ... another process could require 20, 30, ... When the user clicks on a menu point (for example on 10) the corresponing dynamic view (also backed by a table) should open. Something like: "Insert part one in machine b" *START*, *STOP* (Buttons) The content (for now) is only text. The start and stop buttons log to a table (with orderId, menu point, start/stop date). Is this possible? Is there already some kind of example? Thanks a lot in advance. Best regards Aaron
Hi everyone, When I try to change to navigate to another dashboard through of my menu happens it: "Could not load "Mashup Name", internal exception 4" Can someone help me?
Hi all, Could anyone help me to change Thingworx Flow Port from 443 to other port. Thanks in advance. /VR
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.