Recently active
Hello, I am trying to copy multiple widgets from one tab to another one tabs are copied as part of first course of TW. but message -"You can only paste widgets in responsive container" so How to make unresponsive tab to responsive one? thanks
Hello, I am using 3d model view extension. https://marketplace.ptc.com/apps/193599/3d-model-viewer#!overview I am able to load 3d image on the widget, it shows only black n white image. May I know how we can view the textured/Colored image.
I have 3 instances set up with the same entities, however on one instance the Form Login logo is not loading correctly. It's trying to access the www.address.com/Thingworx/OrganizationLogoViewer/Logo page and it gets a 500 error. Is there some permission on the Thingworx side that I am missing? I can't find any documentation on this error and haven't seen it pop up anywhere. Any help is greatly appreciated.
Hi all, I've been developing in Thingworx for a while now and I was wondering if it was possible to reference a Widget Property in a service, something like: if (condition) { [WidgetProperty] = [Something]; } else { [WidgetProperty] = [SomethingElse]; } I know that Widgets have pre-defined services and inputs/outputs but my question is: Could I write a code that defines the input of the property based on a condition? If possible, how do I reference this property in the service? Thank you.
Hi, We have installed ThingWorx 8.2 in client's server and have used the software downloaded from our account. After the installation while licensing, we used the client's account and downloaded the license and put it in the platform folder. The license got renamed as successful but when we try to access the composer, it shows a error message that license is not entitiled. How can we proceed with this? Thanks, Shalini V.
I've created main mashup with some other mashups in layout, eg, header, footer, sidebars, content. I want to change displayed mashup in content section, from ContentMashup01 to ContentMashup02 by pressing the button in LeftSideMashup. How can I do this properly?
Hello, I defined the status table and one alert basing the same asset property, e.g. status. It happens that the alert is immediately triggered as soon the status property value changes, while the status changes after some seconds (about 30 seconds). Then for some seconds the Asset Advisor monitor shows the Asset still 'Running' (should be 'Planned Downtime') while the Alert is active. Is this behavior correct? Many thanks Martina
Hi all, I am having difficult for show the google maps in my mashup. Happen the following error: "Oops! Something went wrong. This page didn't load Google Maps correctly. See the JavaScript console for technical details." I even created my API Key and paste in my "Required string to connect with Google for Google widgets" but this did not work. Thanks,Leonardo
Hi All, I am facing "Wrapped java.lang.NullPointerException " error while trying to execute AddStreamEntries to add records to stream. TW Version 8.3 Please find below the code var column = "FlowRate";var params = {t: result1 /* INFOTABLE */,columns: column /* STRING */,aggregates: "AVERAGE" /* STRING */,groupByColumns: "date" /* STRING */};// result: INFOTABLE//var resultAggregate = Resources["InfoTableFunctions"].Aggregate(params);var result = Resources["InfoTableFunctions"].Aggregate(params); var resultLength = result.rows.length; //logger.warn(resultLength);var Values = Things["FlowRateAverage"].CreateValues();for (var m=0; m < resultLength; m++) {var resultRow = result.rows[m]; var newValues = new Object();newValues.date = resultRow.date; newValues.FlowRate = resultRow.AVERAGE_FlowRate; Values.AddRow(newValues);} result = Values; var paramsForAddStreamEntryService = {sourceType: undefined /* STRING */,values: Values /* INFOTABLE*/,location: undefined /*
I have a master mashup with a repeater widget I would like to print that master mashup but splitting each repeater item into a single A4 page I tried using print CSS like "media print " and I can get some result (A4 orientation) but cannot split the repeater into A4 pages even using page-break-after property ... How can I do ?
Hi all, I want to bind my alert with widget, for example: When happen an anomaly alert show in my dashboard "Anomaly Detected" I even created my alert and I am showing it in mashup below: Regards.
Hi I am not able to start manufacturing apps on my local machine. I am using a demo version of 90 days and I installed it on 25 March 2019. can anyone tell what can be the problem?
Hi, I have a master with a menu and a mashup container. On the top of the master I would show the current page title. Some pages (mashups) have lists of items. If I double click them I jump to a new page with the data of the item. Now I will show "machine xzy" in the top of the master. To get the double clicked item I will use the url parameter. How can I get url parameter in master?
Hi, I want to know whether we can add our own tiles in the manufacturing apps ? If possible , how to get that ?
Hi, Is it possible and how to allow the user to mark a check box named , for exmaple, "remember me" in the login form, so that the user don't need to input the user/password everytime ? Regards, Sean
I have a combo box with multiple values that will be selected in it.How can i assign this vaues to a service with input as infotable or aything.Basically i want to know whihc all values got selected in the combo box as of now am getting only 1 value instead of all selected values
In this video we show the setup for anomaly detection (ThingWatcher) in release 8.4. We also show how to create an anomaly alert.
We're trying to pull process plans from windchill into the operator advisor data model. We configured the necessary things and calling "getprocessplans" on the PTC.SCA.SCO.DefaultMPMLinkODataConnector works. When trying to run the service ConvertFromProcessPlanId and pasting in a processplanid I got from the getprocessplans service however I get the error: Error executing service ConvertFromProcessPlanId. Message :: TypeError: Cannot find function GetDescribedByDocumentsByOperationID in object com.thingworx.connectors.http.odata.ODataConnector@1867baa3. - See Script Error Log for more details. When looking in the ODataConnector the service doesn't exist as the error states. When trying to add a route to the service the service isn't found either. I tried adding namespaces like "Factory" and found some other rest services related to documents but not the one I need. Does anybody have an idea what we did wrong and why the GetDescribedByDocumentsByOperationID&n
I am trying to connect to Rspberry Pi and getting the below error - any idea how to fix this. I am able to connect to Raspberri Pi remotely using VNC Connect but not able to proceed any further due to this error. The Raspberri Py and my PC are both connected to my home wifi. pi@raspberrypi:~/microserver $ sudo ./wsems[FORCE] 2019-06-08 18:32:31,230 ./wsems: Initializing EMS ....[FORCE] 2019-06-08 18:32:31,230 main: Using config file /home/pi/microserver/etc/config.json[INFO ] 2019-06-08 18:32:31,230 ./wsems: Creating the WsEms proxy.[INFO ] 2019-06-08 18:32:31,230 ./wsems: Starting HTTP Server.[WARN ] 2019-06-08 18:32:31,231 Main: Encryption is disabled on HTTP Server.[WARN ] 2019-06-08 18:32:31,231 Main: Authentication is disabled on the HTTP Server.[INFO ] 2019-06-08 18:32:31,231 ./wsems: Initializing the ThingWorx REST interface.[FORCE] 2019-06-08 18:32:31,231 httpServer: [INFO ] 2019-06-08 18:32:31,232 wsEmsProxy::initialize: FIPS is disabled.[INFO ] 2019-06-08 18:32:31
Hi there, I would like to get data from a PLC to an AR Application. To realize this I try to get the Data form the PLC to ThingWorx Industiral Connectivety. Then the Data has to be send form ThingWorx Industrial Connectivety to the ThingWorx Composer to connect to Vuforia Studio, right? How can I connect Data from ThingWorx Industrial Connectivety to ThingWorx Composer? Thanks for help.
Hello, i would like to create like a countdown timer in thingworx. that would count from 180 seconds to 0 basically and to have this binded in a mashup. do you think something like this is possible? if so i would need some help. i was thinking about creating a function that counts only once and appeal it in a for loop or something like this and save the current seconds in properties.
Dear Community,I have been running into an issue today and I am calling for help. TL;DR is at the end. I attached an export of a demo thing (DemoJsonParameterToEvent), I will refer to it in the following. For quick reference here is the code of the service: logger.debug("ParameterJson: "+ParameterJson); logger.debug("ParameterJson.FieldNumber: "+ParameterJson.FieldNumber); logger.debug("Type of ParameterJson: "+(typeof ParameterJson)); var objectToCompare = { FieldNumber: ParameterJson.FieldNumber, FieldString: ParameterJson.FieldString }; logger.debug("objectToCompare: "+objectToCompare); logger.debug("objectToCompare.FieldNumber: "+objectToCompare.FieldNumber); logger.debug("Type of objectToCompare: "+(typeof objectToCompare)); var parsedParameter = JSON.parse(ParameterJson); logger.debug("parsedParameter: "+parsedParameter); logger.debug("parsedParameter.FieldNumber: "+parsedParameter.FieldNumber); logger.debug("Type of parsedParameter: "+(typeof parsedParameter)); if (UseParamet
Hello, I'm trying to add a new "Equipment type" in Manuf Apps, but in the thing: PTC.Factory.C_LaunchPointconfigurationThing_8.3.0_05, I can't find, in the configuration page, the EquipmentTypeSettings table, where I should be able to add a new type of equipment. Thanks for your help.
Hi, I imported manufacturing apps extensions into the thingworx composer and established a connection with Kepserver . Post this, when i access the URL and login, i am not able to view the relevant tiles there. Attaching the screenshot of home page post login. I need the below tiles: Asset Advisor Controls Advisor Production Advisor Alert Monitoring Trending and Troubleshooting Administration and Configuration
Hi, i am trying to connect my Pi to TW and after i got to the 10th step on the Guide I got this error while running sudo ./luaScriptResources INFO ] 2019-06-03 19:16:00,37 PiThing: MicroServer is now available.[INFO ] 2019-06-03 19:16:00,37 PiThing: MicroServer is online.[INFO ] 2019-06-03 19:16:00,37 PiThing: Successfully registered PiThing with MicroServer.[INFO ] 2019-06-03 19:16:00,200 PiThing: Error occured while accessing EMS. Checking isConnected.[INFO ] 2019-06-03 19:16:00,205 PiThing: EMS is available: true, online: true[INFO ] 2019-06-03 19:16:00,205 PiThing: Attempting to GetPropertySubscriptions from server failed. code: 500, result: i am running wsems and luaScript at the same time I am attaching here the PiTemplate.lua, config.json and config.lua
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.