Recently active
Hi, I tried to remove a Thing from Network using code below. Networks["NetworkTest"].RemoveFromNetwork({ name: toolName /* STRING */}); Then I used IsInNetwork() on this removed Thing, however it returns true. var result = Networks["NetworkTest"].IsInNetwork({ name: toolName }); I took a look under the Network Hierarchy tab. Apparently this Thing no longer exists in Network. Not know how to solve this issue. Hope anyone can help. Thanks a lot.
I am trying to implement map widget, based on locations I need to populate my count data on the location ( for ex. india - above india i need to show integer or string values dynamically inside my color design ). now I need to show total count of each country value inside my green or amber circled state def.
Hi, I connected Industrial Connections with OPC Aggregator. could discover the tags, and the Properties is unknown
Hello all, We are running TWX 8.4 on a Kubernetes environment. We want to if the following files remain constant after the initial installation? \\ThingworxPlatform\keystore-password \\ThingworxStorage\keystore.pfx I am aware that after an application key has been created, it uses the symmetric key stored in \\ThingworxStorage\keystore.pfx. When it uses, does the file get updated? Thanks
Dear Thingworx Community, a new colleague has joined our company and we are currently introducing him to Thingworx. My idea is to create a sandbox project solely for him where he can do and test whatever he wants, with full permissions. But he should NOT be able to save any test entities to other projects, neither should he be able to modify existing entities from other projects.Is this possible? If yes, how? Thank youBenny
Hi everyone, Following up on something that we noted in our documentation a while back, we are planning to deprecate the ability to disable the Filter Content-Type option in the Platform Subsystem. Although enabling this setting is the default in ThingWorx, and doing so is strongly recommended to prevent cross-site request forgery (CSRF) attacks, it is still possible to disable it. We allowed for this option because of concerns about backwards compatibility, but now that several major versions have passed we are planning to make the default setting mandatory in a future release of ThingWorx (likely by the end of calendar year 2021). Removing the ability to disable Filter Content-Type will further enhance the security of the ThingWorx platform. Please chime in on this post of you have any concerns. Best, Walter Haydock ThingWorx Product Management
Greetings.I'm trying to build a service to call the BrowseGroups service from the root of a channel and then recursively call it on all of its subgroups (if they're not a System group) until they've all been visited and then return them in an InfoTable. So, for example, I'd call the service on "HiProfile_LBR" and it would then call itself on "HiProfile_LBR.HiProfile" and so on... (I collapsed the groups, but the channel in the example has more levels than what's shown in the image.) This is the code I've written at the moment: var query = { "filters": { "type": "EQ", "fieldName": "IsSystemGroup", "value": "true" } }; var tempTable, unionParams, groupTable; var newField = new Object(); newField.name = 'Color'; newField.baseType = 'STRING'; groupTable = Things[indConnector].BrowseGroups({ filter: undefined /* STRING */, path: path /* STRING */ }); groupTable.AddField(newField); //------------------------------------------------------- groupTable = Res
Hi guys, I have an issue with GridAdvanced widget. I have a service with standard data shape defined and I am also creating new columns based on input coming from JSON (means: creating column names based on input). When I bind a data from that service to the GridAdvanced Widget, it happen sometimes at runtime, that rendering of columns is not as I want, e.g. for hyperlink I will get only URL instead of clickable href and instead of checkbox for boolean I will get only a text. But it happen only in some cases, when I am creating new columns at runtime and get the error in console: What can I do to avoid this behavior? (Using standart od Dynamics grid does not help, because when I select "Show all columns" it lost that renders (checbox/hyperlink))
hello, getting an error "Unable To Parse JSON Request" while adding membership plan through mashup. i have one code which gives me existing existing plan name in database and i my another code is validation service created for the mashup where i wanted to compare plan name present in database with the validation service input plan name. Now when i click on add button it gives me an error "Unable To Parse JSON Request" i dont know why i am getting this error. below is my validation service code:- // result: INFOTABLE dataShape: ""let resultName = Things["PostgreSQL_DB"].getPlanName({plan_name: plan_name /* STRING */});// result: BOOLEANlet Priceresult = me.validateInteger({number: Price /* STRING */}); if(plan_name == "" || plan_name == null){result = 'Please enter Plan Name';}else if(resultName.plan_name == plan_name){result = 'Plan is already exist';}//else if(resultName.count > 0)//{// result = 'membership plan name is already exist';//}else if(Price == "" || Price == null){result
Hi Team, Suppose we don't want to install the analytics on our server and want to write custom logic for mean , median , mode and standard deviation calculation on our Thingworx 9.1 portal itself.. Could you please help with the custom logic for all these so that we would become dependency free from analytics. Thanks in advance.
Hello, I have installed Thingworx 9.1 with Postgre SQL using Thingworx Foundation installer on last week. Installation was done successfully and license also applied. Today I have observed 2 license files. ignored_license_capability_response.bin,successful_license_capability_response.bin. Why it is generated 2 license files. Please refer the attached screenshot. This is first time used Foundation installer on fresh system. Regards, Latha
Hello, I want to apply subscription when the live data will come then only I want to refresh data so plzz suggest how do I refresh live data when the data come???? Thanks in advance
Hello! I have a mashup with a dashboard that when I'm with an Admin account looks ok but when I log in with another user it doesn't appear in my mashup. I've already given Visibility and Run Time permission to the Org and UG this User belongs and still no change. Does someone know how can I solve this? Is there another permission type I must give?Thank you so much in advance.
Is there a way to use the BaseTypes VEC[X] in the C-SDK? I did not found any information in the HelpCenter (https://support.ptc.com/help/thingworx/edge_sdk_c/en/) to use the Basetypes. The only information i found is 4 Jears old (https://community.ptc.com/t5/ThingWorx-Developers/widget-for-3d-coordinates-input/m-p/502598) that states that the Datatypes are only for Vuforia. I also didn't find any Informations about it in the TWX HC besides the Datatypes (https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/ThingProperties.html) So is there a way to use VEC Based Properties in the SDK or is it better to Switch to IT?
Hi I am facing one issue where i need to keep column in grid as non-editable when particular column name is not configured in another table. column will be editable only when that column name is configured(in another table). How we can achieve it. Thanks
Dear community, I would like to use aggregation on string values, comparable to other languages, e. g. SQL. Easy example of an Infotable: myKey stringValue 1 "mx" 2 "my" 2 "mz" Any chance I can use the Aggregate function (or anything else) to get myKey stringValue 1 "mx" 2 "my" with "my" as the first or minimum value? Thank you Benny
Hello all, I am aware on how to configure SSL/HTTPS with a self-signed certificate for TWX. However, I don't find any relevant information on how to configure SSL/HTTPS with a CA certificate. Are there any steps available that I am missing? Thanks!
Background: I have a few assets defined and some connected tags via KepServer. These tags have good quality and I can see their values updating in the Composer. I'll also note I have the status's of these assets configured, and I can watch the status change according to their definitions (I have seen the status change from Running to Unplanned Downtime correctly). The properties corresponding to the KepServer tags in the Asset_ Things are flagged as Logged (the ones of type Integer and Boolean anyways). Our ThingWorx version is 8.4.3. The Problem: The asset performance is not being updated. The availability remains stuck at 0% and the status chart shows Not Configured 100% of the time: I get this error in the Mashup: ERROR - universalServiceTrigger, exception: triggerName: "UI_timelinechart-10_render", _evt: {"EventHandlerArea":"UI","EventHandlerId":"timelinechart-10","EventHandlerService":"render","EventTriggerArea":"Data","EventTriggerEvent":"ServiceInvokeCompleted","Ev
I am using TWX 8.5, I need to change fonts for few of the labels in my mashup. I tried using custom css .label { font-family:"Segoe UI" !important ; } like this, but code is not working previously I used this method in 8.4 It worked fine, I don't know why I am not able to change Segoe or Roboto fonts.
Hello, In the following video we can see a new UI for what seems Thingworx Manufacturing Apps. https://iot.gallery.video/detail/videos/thingworx-for-manufacturing/video/6227441370001/factory-insight-as-a-service-:-asset-monitoring-and-utilization?autoStart=true Is this UI available for Manufactuing Apps? How can we get it? Thanks
Can we display XML of type XSL in thingworx mashup ? I have kept the XML file in Thingworx File repository but I am not able to load XML. getting below error when trying to use the LoadXML method in a service. Wrapped by: com.thingworx.dsl.exceptions.DSLRequestProcessingException: Execution error in service script [getXml] :: Content is not allowed in prolog. at com.thingworx.dsl.engine.DSLProcessor.executeService(DSLProcessor.java:328) Any suggestions ? Please find attached XML for your reference.
Hi , I am exporting the infotable data in CSV but before exporting i am trying to remove couple of fields and specific row but the below code not working as expected. can someone help to get this? Thanks
Hello, We are using the Manufacturing apps 9.1 with a MS Sql server. Since the manufacturing apps are receiving and logging a lot of data it will probably be necessary at a certain point of time to archive some of the data in order to keep the system performant. Is there any guidance about this? Which table have to be considered? kpielementvalue, kpivalue, value_stream?
Hi, We have an instance of thingworx 9.0 with postgres as its persistence provider on windows 2019 server in the cloud. I am trying to import manufacturing app. There are 3 parts to the bundle dependencies, extension and upgrade utils. I am successfully able to import dependencies and upgrade utils extension files, however when i try to import the extension I get the below error sco-AlertMonitor-customization-9.0.0-01-extension:9.0.0 sco-AlertMonitor-customization-9.0.0-01-extension is licensed but cannot find feature in license_capability_response.bin file A quick not my instance isn't licensed yet, but I will license it in coming 2-3 days. Can you please let me know what needs to be done to proceed. Kind Regards SO
I am using Breadcrumbs widget in a responsive layout, In runtime, if I use 2 links the last link in the breadcrumbs not shown fully. If use more than 2 or 3 links it showing correctly. find the image for reference. Please any one give a solution ASAP. Thanks.
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.