Recently active
Hello community, I wanted to create a new mashup with a tab widget. I placed some widgets on the tabs and wanted to view the result in the browser. But if I open the mashup in the browser, I can see the default tab but can´t change to the other tabs. Is there somewone who can help me with that problem? Thanks, franky_
Hello all, Could anyone tell me, how to move data from one Thingworx PostgreSQL instance to another Thingworx PostgreSQL instance ? Thanks in advance Regards, Velkumar R
Hi, Is there any way we can set http status code and header in javascript code in service? We want to call that service through REST and wanted to have proper HTTP status code and header in response. Core ThingWorx services gives proper HTTP status code e.g. 401 but we are not able to see how it is done for new services. Any help/suggestions will be really helpful . Thanks, Vishwas
Hello, I'm following the manual in order to create an anomaly alert and, so far, I've seen they need to be set on remote thing. I have a thing (not remote) with Timer as base template. I have a subscription such that every 5 seconds updates its property and I have an anomaly alert on this. It's just a test because I want to learn how anomaly alert works. My issue is that I get the status in Calibrating and after a while it get Failed. Do you have any suggestions about why this happens? Thank you
Hi,I am using an radio button with three strings and when i select a text i want to pass the selected text as input to three services and get output result and bind it to three label. But there is no click event available in radio button. In this case how can I trigger the service on selected item of radio button? Pleas povide some help.Thanks,V Shalini.
Hello, I tried to use a standard Javascript method 'startsWith' which is used to determine, if a certain string begins with the characters of a specified string. But I was not able to use the same in one of my scripts. What could be the probable reason for the same? Thanks in advance Regards Aditya P.S.: Reference to startsWith https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith My Thingworx version is "ThingWorx 8.1.0-b52"
Hello, I am creating an entity (say Thing) using service as - var params = { name: "TEST_THING"/* STRING */, description: "" /* STRING */, thingTemplateName: "GenericThing" /* THINGTEMPLATENAME */, tags: "MODELTAG:Tag1," /* TAGS */ }; // no return Resources["EntityServices"].CreateThing(params); This is working fine. My query is how can I give multiple model tags at entity creation time? Suppose I want to give "Tag2" also, how can I do that? I am aware of the services 'AddTags' and 'SetTags'. These services are called once entities are created. But I wanted to know if there is a way to assign multiple tags at creation time. Thanks in advance Aditya
Hi, I wanted to display image on selection of list item. Different images has to be displayed based on input. Now I am able to achieve it using simple JS where i provide link of google image in result and keeping my base type as image.But is it possible for me to keep media entity in result? That is when input is passed the result image has to be fetched from media entity. How can I achieve this? Please provide some help. Thanks, V Shalini.
Hello, I am facing the same problem while configuring the MS SQL server with ThingWorx-Trial-Edition-8-2 https://community.ptc.com/t5/ThingWorx-Developers/Re-Need-files-related-to-configuration-of-SQL-Server-on/td-p/524016 I am trying to configure MS SQL server to thingworx. As per the installation guide it says " Obtain the database setup script (thingworxMssqlDBSetup.bat) from the ThingWorx software download." But in the download folder I don't see this file. Can you guide me in getting the required file. Regards, Where can we find the file? Best regards
Is it possible to set a timezone for a mashup so the datetime values show the context of the specified timezone? I'm using the CreatePDF extension to create a PDF of a Time Series Chart. Since the CreatePDF essentially logs itself into the server in the background then takes a snapshot, I have my mashup set to query data based on timestamps saved to a Thing. My problem is that the dates shown in the PDF chart are hours ahead of the datetime values that I'm saving and feeding into the service. I believe it is showing the UTC time. Could Localization Tables help with this? Just trying to find a way to do this without having to manipulate the timestamps of the query data. Thanks!
I followed this tutorial for time series prediction https://support.ptc.com/help/thingworx_hc/thingworx_analytics_8/index.html#page/thingworx_analytics_8%2FAnalysisServices_TutorialAnalyticsServerTimeSeries.html%23 In that tutorial I cant able execute CreateOrUpdateThingTemplateAndThingForModel service in the TW.AnalysisServices.ModelManagementServicesAPI resource.. it will give following error
Hi,I wish to know more about the current available MQTT support in ThingWorx. I understand it is available through MQTT extension, but it doesn't seems to have a detailed documentation on it in this community.Can you please explain the level of integration of MQTT support in ThingWorx, and how does it communicate to the MQTT device through ThingWorx, and if any message broker involved etc.? Also, it is much appreciated if you could point me to any available detailed documentation/link and if there is any sample demo ThingWorx application that could be referred to.Thanks in advance.
Hello, I have a question about two "get property value" functions. There are two get property functions in C-SDK 1. twPrimitive * twExt_GetPropertyValue(const char * thingName, char * propertyName); 2. int twApi_ReadProperty(enum entityTypeEnum entityType, char * entityName, char * propertyName, twPrimitive ** result, int32_t timeout, char forceConnect); What are differences of two functions? When I try to get value of 'isConnected' property of Connectable shape, first function is failed and secod is success. There is no explain about these... exactly..
Hi All, Can Anyone let me know if its possible to Integrate Bing Map Api with Thingworx just like we can use google maps with Thingworx and if Bing Map is possible than how can we achieve it? Thanks, Divya
Hi,I saw a thingworx demo project where they have kept menu's for each navigation. On mouse hover it tilts and shows different menu beautifully.I tried to do it with menu or navigation button but am not able to achieve it. Please help me on How can I achieve this requirement.I have attached a reference video. Thanks,V Shalini.
Hi , I am using the Event router widget. The output of Event router is bind to value display widget. The output result is string. I want to display the text in red color. I have given style definitions to Value display widget. After binding the event router , its overriding my style definitions. I could not see the text in red color. Could you please suggest how to apply the style definition to event router output text. Thank you.
Hi, I am trying to install ThingWorx Analytics Server 8.0 on my Windows 10 system. I am using docker 17.03.1-ce-win5. The installation gives no error. When accessing the site it gives "Site Can't Be Reached" error. I ran the command: docker logs analytics Error: psql: could not connect to server: Connection timed out Is the server running on host "10.0.75.1" and accepting TCP/IP connections on port 9000? Waiting for connection to PostgreSQL... On running the command: docker ps -a it does show the respective container names as output. Note: I also have a native installation of ThingWorx Foundation 8.0 running on a tomcat server instance at port 8080 with SQL connection which is working fine. I am using a existing PostgreSQL connection. Also disabling firewall is not a option. Regards, Saurabh
I am trying to create a Anomaly type of alert on a Thing/ThingTemplate using REST call to AddOrUpdateAlert. But there is no way to set "Outbound Anomaly Rate", "Min Data Collection Time", "Certainty" and "Priority" properties, required for creating a Anomaly alert, through this API. I guess it must be through the "attributes" InfoTable input, but I am not sure how to pass these variables in this InfoTable. I couldn't find documentation also for the same. Could anyone please help on this?
I can able set look back parameter of Time Series Prediction in the new Model, I can't able look ahead parameter in time series model? Herewith I have attached ScreenShot My model creation
Hi All, How usefull Search Expression in Search Data table Entries? var params = { maxItems: undefined /* NUMBER */, searchExpression: undefined /* STRING */, query: undefined /* QUERY */, source: undefined /* STRING */, tags: undefined /* TAGS */ }; // result: INFOTABLE var rawdata = Things["En.KPIList"].SearchDataTableEntries(params ); How to use searchExpression Parameter?? Any Example?? Thanks & Regards, Sathishkumar C.
Hi, I have a time series dataset with the following metadata (json): [ { "fieldName": "identifier", "dataType": "STRING", "opType": "ENTITY_ID" }, { "fieldName": "A", "dataType": "DOUBLE", "opType": "CONTINUOUS" }, { "fieldName": "B", "dataType": "DOUBLE", "opType": "CONTINUOUS" }, { "fieldName": "C", "dataType": "BOOLEAN", "opType": "BOOLEAN" }, { "fieldName": "time", "opType": "DOUBLE", "dataType": "TEMPORAL", "timeSamplingInterval": 1 } ] With this and some rows of data (csv) I create a time series dataset with the analytics builder. Than I create a model with goal "C". If I publish this model (via ThingPredictor) I get an Analyis Model with a weird datashape. The datashape have some _A-offset......, _B-offset.........., _C-offset........ fields plus a key and a _predicted_C_mo field. In a this Topic https://community.ptc.com/t5/IoT-AR-Tech-Tips/How-to-import-time-series-predictive-models-generated-by/m-p/535191 @jgreiner say I c
Hi, i installed TW8.3 and my license(on other gold account) was not activated. It generate licenseRequestFile.txt in /ThingworxPlatform directory. So i try this guideline: https://support.ptc.com/lm/ThingWorx_Navigate_8.1_Licensing_Instructions.pdf and when i run “AcquireLicense” API from Licensing Subsystem, i got output [object ProgressEvent] and it generate ignored_license_capability_response.bin in /ThingworxPlatform directory. System: Ubuntu 18.04 Bionic My platform-setting.json is here.
Hi, I want to assign the Image to Image Widget. How to achieve. Image is available in the SystemRepository In Below service,I am loading the image and return the Image type var params = { path: MyImagefullpath /* STRING */ }; var result = Things["SystemRepository"].LoadImage(params); // Here result type is Image type In Mashup , I am trying to bind the result value to Image Widget. It is not accepting. Could you please advise how to assign the image(Image in SystemRepository) to Image Widget. Thank You
Hi, Calendar is showing Sunday to Monday when we click the calendar icon in a mashup. I want to change the day order and show Monday to Sunday when the user click calendar icon? Pl help!
I created a connection between Kepserver and Thingworx with IndustrialConnectivityThing. The connection is successful. I now created a new thing with remotething template. I'm not sure where I have to set the value IndustrialConnectivityThing value in the new thing. I'm using TWX 8.3. Have done this in the earlier versions though
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.