Recently active
Still not sure what the reference benchmarks have to offer? Check out this short video abstract reviewing the purpose of the reference benchmarks, some notes on how to read the guide, and information about what these guides will have to offer. Then, check out the reference benchmark for remote monitoring here! ~~
Hi, I wanted to show a graph of energy date wise. Is there any chart available in thingworx like the attached screenshot? Can I download it from market place? Thanks in advance, Shalini V.
Hi, Value Display has big changes in Thingworx 8.5, which lead to lots of issues: 1. The render property cannot set style anymore. (It's a known regression issue of feature lost I think) 2. It's allowed to set style theme on value display, but: 2.1 The style theme doesn't work in a contained mashup for value display(for example, text color doesn't take effect) 2.2 The style theme must be same in the same mashup (limitation) 2.3 The element in style theme doesn't has value display(limitation) 3. The base style properties cannot only control the "novalue" property, if the the value bind to value display to data, then the style can NOT be controlled. 4. The html of value display introduces "shadow dom" , but the customCss editor doesn't allow to use ^ or ^^ to access the dom from the parent . I understand of the purpose of shadow dom is to spearat
Hi, I want to fetch the propertyDefinitions of a thingTemplate. I am calling GetMetadata service on the template - client.invokeService(RelationshipTypes.ThingworxEntityTypes.ThingTemplates, "MyTemplateName", "GetMetadata", new ValueCollection(), DEFAULT_TIMEOUT); This returns an empty propertyDefinitions infotable. The call works fine for entityType Things. The rest call - GET <server>/Thingworx/ThingTemplates/MyTemplateName returns all the properties under path "effectiveShape/propertyDefinitions" in the response json. How can I get the same using java sdk? Regards, Vaishnavee
Hello everyone I am trying to replicate the same project from local to cloud. Exported the source control entities to "System Repositories" and copied the same zip file to cloud i.e. "Virtual machine" system repository. Throwing "Import Failed" error.
Hi Community, I have a parent mashup with details like name,address,email etc.And I have an edit button which opens a popup near these data to edit the information.So I am using a text field and text area widget.While clicking the button I want the existing name and address to be displayed on the text field so that it becomes easier to edit.Is there any way I can display the existing data in my popup text fields?
What widget is used in replacement of navigate widget for thingworx 8.5 ?
Hello everybody, When using the shape widget, the borders seem to be truncated (see example below). Is it possible to use css to modify this appearance ? Best regards Hervé
Hi All, I just want to list out those entities which are created by a a specific user. Is we have something in Thingworx?
Hi, How to download latest thingworx extension sdk? Ex. Thingworx 8.5.4 SDK for JAVA.
Hi I am converting timestamp to datetime format with basetype DATETIME with the code "var date = new Date(Timestamp * 1000)". The result of it is being saved in an datafield of DATETIME basetype. I want to extract the date part of the result since i want to apply aggregate function on it. To extract the date part of the column, I am using (getFullYear(),getMonth(), getDay()) methods. But it gives me an error "Cant find getFullYear() function in "Wed Jan 15 2020 06:26:30 GMT+0530 (IST) "" Even though my DATETIME is being stored in the format YYYY/MM/DD HH:MM:SS why is it pointing to the GMT format to extract the DATE object A way aorund it would highly be appreciated regards
0 I've done some research on how to connect thingworx with sql server or postgre to show data on mashup gird. I found out that I need to import MSSQLConnector_Extension but i've spent days to find where to download these jdbc extension but i couldn't find it in ptcmarketplace. Does anyone have an idea where to download it or another way to connect dbserver to thingworx. Thanks alot
Hello All, I am trying to generate custom error message on reset password page. Is there any way to do this functionality? Thanks in advance. Vamsi
I am trying to store data being pulled in from a JSON file into an InfoTable and I keep getting this error with one of my values from the JSON file: Error executing service create-my-infotable. Message :: TypeError: Cannot read property "isbn" from undefined - See Script Error Log for more details. I attached my code that was created with the help of the article: https://www.ptc.com/en/support/article/CS179012 and the JSON file. Thank you!
I have 3 type of cnc controller. 1. Fanuc Series Oi-MF 2. Mitsubishi M70 3. GSK 990MA ( China ) 4. GSK 980TC3 ( China ) What driver name in kepware can get the data from upper controller list ?
Hi, I'm currently involved in a project which requires grid-level filtering. i.e. I should make the first row in the grid editable and filter the column with respect to the edited text. I request for a solution and thanks in advance. Regards, Shahnaz Kn
Hi, How to debug Action in Thingworx flow /VR
I am not getting any output while using between filter.What's the error? var params2 = {inclusive: yes /* BOOLEAN */,minValue: '0' /* STRING */,fieldName: 'EmpTimings' /* STRING */,t: res /* INFOTABLE */,maxValue: '22' /* STRING */}; // result: INFOTABLEvar result = Resources["InfoTableFunctions"].BetweenFilter(params2);
Hi I wanted to know can I configure an existing property which is not persistent currently into persistent using a service? Like it would make a manual process simpler if there was say more than 100 properties in a shape or template. Is there a way to set isPersistent to true through a function?
I have a Thingworx foundation server and am trying to get the EMS started on the same machine, but am having some trouble. These are the steps I have followed: 1. I installed MED-61060-CD-053_SP5_Microserver-5-3-4-2383-Win32 2. I configured the config.json file with this (the app key is from my ThingWorx application key😞 { "ws_servers": [{ "host": "localhost", "port": 8080 }], "appKey": "c03fa7e6-ab2f-47bd-9b0b-3d93e2bd03c9" } 3. When I try to start ems using wsems, I get this output: [INFO ] 2020-04-17 03:44:43,187 wsems: Using config file: C:\ems\microserver\etc\config.json[FORCE] 2020-04-17 03:44:43,187 wsems: Starting up ....[FORCE] 2020-04-17 03:44:43,187 wsems: Initializing EMS ....[FORCE] 2020-04-17 03:44:43,187 main: Using config file C:\ems\microserver\etc\config.json[FORCE] 2020-04-17 03:44:43,192 httpServer: starting http server port=8000 localhost:8080-->[ERROR] 2020-04-17 03:44:43,
Hello everone! I want to build a Master like follwing pic. Click the top menu which is parent menu of the leftside one, the leftside menu will change to appropriate sub items of the top. I don`t want to build two Master or Mashup nested. It is better to solve by one Master. Is there a mathod to add an output Event to Menus Widgets or create a Service for calling one or more sysytem Service as solution?
We have a running instance of Flow on a Redhat server and a remote postgres db. My question here is: How or in which cases Flow uses its own database, I have Flow connected to the foundation database to do some queries. But it seems that is not using his own database to store or do high loads, I want to know if it makes no difference to have the Flow database installed on the same local server as Flow. I have read the documentation and it mentions the local installation as the default option.
I am using Progress Gauge widget to show some data. My requirement is to change the color of Progress gauge widget when value changes, for example I want color "Red" for 0 to 30 , color "yellow" for 31 to 60 etc. I am using ThingWorx 8.5. Thank you.
Hello everyone, I am trying to find out how to update our Thingworx system from 8.5.0 to 8.5.4. However I can only find documentation about how to upgrade service pack releases for Thingworx Apps. It says in the release notes there, that an appropriate version of Thingworx is needed, at least Thingworx 8.5.2. I am a bit confused about the differences and also can not find any information about how to update the "platform". Any help / info you can give me on this? Info: We have Thingworx SCP with - Foundation - Asset Advisor - Connectivity - Application Building I appreciate any help, thank you!
Is it possible to increase gap between bars in label chart?Please find the attached file for your reference.
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.