Recently active
Hi, how can i solve this problem? I configured self signed certificate and changed everything in Tomcat.(like in Article - CS307906) But still have this Warning. Thanks in advance! BR Vladimir
Hi everyone, My environment: ThingWorx 8.5 Custom Chart 3.0.3 - Time Series Chart V2 Is there any way to change the x-axis size and y-axis size? I have tried looking for Properties and Style Properties but I did not find anything. Regards, Leonardo.
Hi, I have an error in the Template.lue script. Error msg [INFO ] 2020-09-14 08:32:57,138 PiThing: Attempting to GetPropertySubscriptions from server failed. code: 504, result: [ERROR] 2020-09-14 08:32:57,167 luaScriptProxy::execute: [-1242565552] Error executing script PiThing, Error = Error: ...oads/microserver/etc/custom/templates/PiTemplate.lua:32: attempt to perform arithmetic on global 'sf' (a nil value)[ERROR] 2020-09-14 08:32:57,168 luaScriptProxy::app_unlock: [-1242565552] Attempt to unlock app_mutex while not holding it.L= 0x16f3c38 PiTemplate.lua error line BOLD module ("templates.PiTemplate", thingworx.template.extend)properties.cpu_temperature={baseType="NUMBER", pushType="ALWAYS", value=0}properties.cpu_freq={baseType="NUMBER", pushType="ALWAYS", value=0}properties.cpu_volt={baseType="NUMBER", pushType="ALWAYS", value=0}serviceDefinitions.GetSystemProperties( output { baseType="BOOLEAN", description="" }, description { "update
Hi, Is there any way to cache or disable "GetAllStyleDefinitions/ GetAllStateDefnitions" from loading every time for a mashup in Thingworx version 8.5 to 9.0 ? Its consuming loading time everytime a mashup loads with same style/css and wondering if it can be avoided for the same media,style,etc.
Hello all, Could anyone help me to create Winchill OData connection in Thingworx Flow. I can see only Windchill Connection Thanks in advance /VR
I have a problem perfectly described by the article "CS227181 - Runtime Mashup does not fully render in browser, for non-administrator Users on ThingWorx Platform". Unfortunately, the solution is useless, because, as far as I can tell, what they say to do was already done by default. The PlatformSubsystem is apparently visible and the GetAllStyleDefinitions service is apparently visible and executable. I keep using qualifications, because I'm not really sure. The only place I've found any mention of these things is in the User Profile, and the only way you have to be able change them is a check box. As a result, I'm not sure if the check box is what makes them visible and executable. I'm not even sure if that is the right place I need to be to fix it, as no one really walks through where to make the fix for this problem. Thanks in advance for any help
Hello everyone, Is it possible to add Google Authentication to a Mashup, let's say, as it's opened? Thanks and best regards
Hi All, I wanted to use breadcrumb widget but need to change separator from "/" to ">". I am using Thingworx 8.5.2 version. Current Test1 / Test2 Desired Test1 > Test2 Thanks for help Regards, Vishal Vaidya
Hello, i want show data in collection widget by using dropdown data selecting. I have one dropdown which have three levels as Beginner, Intermediate and advanced. and i have one collection widget where all levels combined. if i am selecting level Beginer in dropdown then in collection it shows only beginner level. Please suggest any procedure. Refer below attachment for your better understand.
I just performed an upgrade from TWX 8.5.7 to TWX 9.0.1 and in doing so, several mashups had widgets completely removed. Bindings were also removed. This means that I have no choice but to re-create these mashups manually... Is anyone else running into this? If anyone has any ideas on why this might be happening, or any ways to get around, please share. EDIT: Looks like the disappearing widgets were related to browser history. That fixed some issues. However, I still had to go through the app, retest, and make changes to some change widgets.
Hello Community! After installing and configuring the TWX Azure IoT Hub connector: Connector: 3.0 Thingworx: 8.5 I am traying to run the edge-device-demo, but I’m not able to see telemetry data sent by the simulated device from the demo. Attached you will find screenshots: Successful execution of the smoke test The IoTHubThing connected status The log from the edge-device-demo execution The AzureIoTThing (demo thing) connection and properties status (not updated) Can you please tell me what I am missing? Regards, DJ
Hello. I am using the new Value Display widget from 8.5, and I need to be able to change the fallback-text colour (TextIfNoValue colour) through css. Can someone please indicate me how can I access this property, so I can change it? Thank you.
Hello everyone, Can you guys help me with a question on google map extension, does it support zip code? I want to define region on the basis of zip code data and not on longitude, latitude as i don't have those data points. If zip code does not support with google map extension then is there a way to get longitude, latitude using zip? If you have any clue please share your thoughts or example. Thanks. Pravin P
Suppose, I want to make some services of any ThingShape/ThingTemplate/Thing only executable(i.e. without viewing of code and editable) for some users and rest can be editable to those users. (All should be done at ThingWorx Composer level) In some entity I want all the services editable, in some partial editable and in some only executable. How can we achieve this at any ThingWorx entity level. Thanks in advance.
Hi, I created a custom extension to get data from Excel files in Thingworx. I basically coded it in Java ( using eclipse by following the extension developer guide ). The extension uses Apache Poi and works fine on my local machine, where excel files are get the data. Extension only reads Excel file and puts data into postgresql from thingworx service. And I'm currently using vpn to connect to thingworx, and every time I upload excel file, vpn is disconnected. Is that a Tomcat heap-size problem? Then let me know how to check it.
Hi, I had queries about the thingstart event. The query is when does this event get triggered? I have a main template from which I am having 2-3 templates and I am having 2 things with each on these 2-3 templates. I am having a subscription which is using the thing start input in the super template or the main template from which the other templates are derived. I wanted to know that if I create a thing under an one of the template will this subscription go into action for all the things under the main template as in directly all the things are under this template and the subscription is written on it. The structure is : 'A' is the main template (subscription with thing start input is here) 'B' template under A 'C' template under A 'ThingB1' thing under template B 'ThingC1' thing under template C Now if i make 'ThingB2' thing under template B will this subscription go into action for all the three things ('ThingB2', 'ThingB1', 'ThingC1') or
Hi Folks, I'm trying to delete a Thing which is not a system object actually but whenever I try to delete it using "DeleteThing" service, getting error "cannot delete a system object" Its XML configuration has tags as follows: <aspect.isSystemObject="false" aspect.isExtension="true"> Any suggestions?
Hi , I am Trying to create new Thing in Thingworx 8.5.0 , Already i have created 150 Things. now its giving below error.. "the allowable limit for license feature thing has been reached . your license does not allow you to create any additional things". What is the solution to get it back or do i need new license? Thanks,
Hi Everyone, We were trying to create Extension for Thingworx Using Angular. we following below steps and stuck for packaging extension: 1. we following this URL : http://support.ptc.com/help/thingworx_hc/visual_sdk/#download-and-installation 2. we have created basic app on angular which contains np-prime and file like .js, .css, .html, .ts. 3. we have install NodeJS, npm, Aurelia, gulp.js using node prompt. 4. download Thingworx sdk extension from PTC download page as mention in http://support.ptc.com/help/thingworx_hc/visual_sdk/#download-and-installation. 5. while running sdk it asking GitHub credentials, which we don't have access. npm install twx-wc-sdk/ptcs-library 6. Below command throwing error as "non-recognized" or internal external command: Open a command prompt, and then change your directory to your working folder. Run the following command to create the extension: mub we have tried to create sample extension and following this guide&nbs
GetGlobalSessionValues snippets giving the entire session. From this How can i retrieve particular infotable from session using code.
Setting up the ThingWorx Server RemoteThing, ApplicationKey, and TunnelSubsystemTunneling from the ThingWorx platform to an Edge Device can be easily done with a few preparation steps on the platform side:Create an ApplicationKey entity on the ThingWorx server so that the EMS or SDK you are using can authenticate with the platformCreate a RemoteThingWithTunnels or RemoteThingWithTunnelsAndFileTransfer Thing for the remote device to bind toEither ThingTemplate will work, the only difference is if you want to use any native file transfer capabilities that are provided by ThingWorxIn the newly created Thing, on the General Information page, click on the drop-down menu next to Enable Tunneling and select Override - EnabledGo to the Configuration section under Entity Information on the right and click on the Add My Tunnel buttonThe Tunnel Name is used to identify what tunnel to use in the RemoteAccessWidget you will bind to the tunnelThe Host will remain 127.0.0.1 because this is from
Hi, I'm using Thingworx 9.0 version ,I want to add link in grid advanced (in each column rows). How to add link in grid advanced?? Thanks in advanced
Hi everyone, 1. I want to add a checkbox into the grid to select multiple rows from the grid to pass this data to the service which has one info table input parameter. How can I do that? 2. Also, I want to add a link to the grid column, so that when I click on a particular row link it will open a popup or replace the window of another mashup using this row id. I am using the Thingworx 9.0 version, Please suggest me.
Dear devs, I have just noticed that, by creating a Thing from a Template defined in the Composer using: EntityServices.CreateThing(ThingName, null, null, TemplateName); The Thing in created correctly, but there is a DataTable Property that has no DataShape associated with it: But this doesn't happen if the Thing is created via Composer. What am I doing wrong? Thanks
Hi, If login using Administrator, I can see lots functions under "Script Functions", but if I login using another user who has full permission on all of entities, I cannot see any script functions in the code snippets although the function still work if call it . ===============Login with Administrator============ ===============Login with another user============ Regards, Sean
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.