Recently active
Hi All I am looking for develope Mobile Application for the existing Thingworx web application, I am Looking for standard methods to follow for authentication from mobile app aganist thingworx user. Please send me relevent documents and what are the steps need to be followed .
Hello, In the few Thingworx Custom CSS tutorials/how-tos that I can find they all mention selectors such as, ".widget-button", ".button-element", "widget-button-text" etc. Clearly these selectors are not extensive enough to cover things such as an advanced grid's rows, or columns for example. Is there some resource out there that lists all of these selectors? How do I select an advanced grid's first column header? I am well aware that you can copy an element's selector through developer tools on google chrome. This is not good enough as these selector's values may change over time.
Hello everyone, I am writing a service in a thing called "getInitializedFileStructure" There I want to create multiple Folders in a specific order for a fileRepository Thing. The code goes something like this: function addFolder(path){var params = {path: path};fileRepo.CreateFolder(params);} for(i = 1; i <= 5; i++){addFolder("/" + me.name + "/Milestone" + i.toString());} I want to initialize the repository with the folders "Milestone 1 ... Milestone 5" in this order. It needs to be done via a service. The problem is, that with the current code the folders are created in a random order. I guess it has to do with the asynchronous charactersitic of the "fileRepo.createFolder" function. Any Ideas how to tackle that problem? Thank you very much in advance Best Regards, Dominik Edit: An even better approach for me would be, if it was possible to create a new fileRepository Thing with some default folders
Hi , I have a navigation which display a popup mashup , the popup mashup is closed by the service CloseIfPopup. Then the navigation can never trigger the popup again. please try the attached Entities.xml to reproduce the problem. If you click the "Click" on the right panel the first time, popup window display well. After clicking the NO button in the popup mashup, whatever clicking the "Click" again or clicking the navigation directly , the popup won't display again. Thingworx version: 8.4.4 Browser: Chrome. Regards, Sean
hi, I have requirement to add the data series dynamically based my sql query. For example, i have data for shifts as A,B,C......n , and I want to display a bar graph for this NumberOfSeries. See the below screenshot, In this I have NumberOfSeries=3 which is fixed (A,B,C shifts data is displayed). But my shifts are not fixed ,they may A,B,C....n . So depending on the input series must vary. Is there any way of doing this? Thanks, sheetal
Hello, currently i am using Thingworx 8.4. When I try to License Thingworx offline, Thingworx stops working(is not reacheable via browser and only works again after restarting the Computer) and the License is not acquired. In the application log I get the following Errors: (1) Unable to fetch License file with device id: … (2) Unable to connect to the PTC lincense Server. Please make sure the LicensingConnectionSettings Setting … In the ThingworxPlatform Folder the Responsecapability file is changed to ignored. What is the reason for this and how can I fix it? Regards Nestor
Hello Friends , I have ThingworxH2trial 8.4 version installed,Everything is running right way but when I shutdown system and have been started at morning ,This error shows , Following are applicationlog and security log files to refer. ApplicationLog.log 2019-11-13 10:23:28.896+0530 [L: INFO] [O: c.t.s.ThingWorxServer] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] System ownership locking complete2019-11-13 10:23:29.595+0530 [L: INFO] [O: c.t.e.u.ExtensionPackageUtilities] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Removing Extension JAR FileResource [jar: thingworx-mqtt-extension.jar], which was probably loaded when associated ExtensionPackage was uninstalled.2019-11-13 10:23:30.178+0530 [L: INFO] [O: c.t.e.u.ExtensionPackageUtilities] [I: ] [U: SuperUser] [S: ] [T: localhost-startStop-1] Removing Extension JAR FileResource [jar: mqttv3.jar], which was probably loaded when associated ExtensionPackage was uninstalled.2019-11-13 10:23:30.888+0530
I need to display historical data of individual property values in a grid as shown below. Columns "RUN NO", "USER ROLE", "PREHEAT TIME", "START", "END" are all defined as individual properties. When these properties are updated, they are updated together so they have the same timestamp, creating a record. How can I display these records in a grid? Grid with time series data
Hi, I was able to update existing DataTable entries through Home Mashup tab without using services in Thingworx 8.2.5. Unable to do same in Thingworx 8.5 version. Where is the option to update and filter data table entries without using the services. Could you help me on that?. Please refer the attached screenshot taken in Thingworx 8.2.5. Thank you in Advance. Regards, Vidyullatha
Hi guys, I am updating an old mashup in Thingworx 8.5 with the new value display widget. I am struggling to find how to remove the border and the popup button from the valuedisplay widget. I have changed all the border settings I could find in the Style Properties section to white. I can't seem to find any pop up option to deselect for the pop up shown in the right hand corner of the image.
I wanted to set the position(Lat-Lng) properties of a Thing, by fetching data from an external Rest APT/Websockets. I want this process to be continues.Where and how can we achieve this?( Through Events or Services or Subscriptions)
when I write services behind current datatable, I need to get number of rows of this datatable. this is my code I used: var result = me.getRowCount(); the output should be integer. but after I run this code, here is output error says: cannnot find functon getRowCount in object com.thingworx.datatables. how to fix this problem?
I have jpeg image. I want to create icon using that image. The icon I will be using for sub menus
Hello, I started to develop some Java-Extensions to solve some issues, that we where not able to solve with pure javascript. For some of these functional modules it would be interesting to have them as ThingShape to enable reuse on different Things. The Eclipse-Plugin allows me to add a ConfigurationTable to the ThingShape and everything compiles properly. But when I use this ThingShape, I can not see my ConfigurationTable entries anywhere? Ok my first use example, we would like to have a TimerShape that behaves similar like TimerTemplate: @ThingworxConfigurationTableDefinitions(tables = { @ThingworxConfigurationTableDefinition(name = "Settings", description = "General Settings", isMultiRow = false, ordinal = 0, dataShape = @ThingworxDataShapeDefinition( fields = { @com.thingworx.metadata.annotations.ThingworxFieldDefinition(name="updateRate", description="Update rate", baseType="NUMBER", aspects={"defaultValue:60000"}), @com.thingworx.metadata.annotations.Thin
I have installed ThingworxH2Trial8.4 in ubuntu 16.4 LTS and installed thingworx analytics extension and MQTT extension. I have made mqtt base thing and template to display realtime value of property ,and it is show value in thing property and alert tab -my properties but when I saw querypropertieshistory service in thing then I cant see all realtime updated value ,to store value in valuestream I have to save and set value of property in properties and alert tab . I have to need all values that comes from device to thingworx.
Hi, In previous version of thingworx, to assign media/image to value display we used 'TextIfNoValueStyle'. I'm not able to find this option in thingworx 8.5. Could any one help me to solve this. Regards, VR
Hi. I am trying to install TW but I get errors and the installation stops. I copy two errors of the log file: Executing shError al ejecutar sh -c "/opt/ThingWorxFoundation-8.5.0/validation/postgresql_validator **** **** **** **** ****" : child process exited abnormally[19:47:59] - PostgreSQL connection verification [SUCCEEDED] Executing ./check-http-responseSe ha producido un error durante la instalación. Para obtener más información, consulte los ficheros de registro de instalación. Si pulsa en Aceptar, se detendrá la instalación actual.[19:49:14] - Post Installation Action List: Step check-http-response script failed :: 145Se ha producido un problema durante la instalación que puede hacer que esta no se realice correctamente.Se ha producido un error durante la instalación. Para obtener más información, consulte los ficheros de registro de instalación. Si pulsa en Aceptar, se detendrá la instalación actual.Post Installation Actions I unistalled openJDK and i
Hello! I'm trying to correctly display the date in the grid column. My date format is this (months go first): In the grid properties I set the appropriate format: But in mashup the day of the week is displayed instead of number, and the year isn't displayed at all:
Hi everyone, ThingWorx provides the capability to write arbitrary messages to log entities (e.g. CommunicationLog, ApplicationLog, ScriptLog, etc.) using the REST API. As we prepare for the rollout of the next version of ThingWorx, we would like to understand if anyone is actually using the REST API to write to logs. If so, how are you using it? If not, we are considering removing this capability in order to focus on providing and maintaining other great functionality. Thanks for your feedback.
Hello, I have a requirement where I need Vary the Timestamp (12hr/24hr) Format in the Localization Token (dateTimeFormat_Default) based on the User Extension. So that the End User (at the time of registering) will select his preferred time Format and the whole application where ever the timestamps are present will show up in the as per their preference. Is this is possible. If Yes, how do we do it. As of now I have a Idea of writing a service for each and every label or grid where timestamp is being shown. But, it is not Idealistic and a mundane task to do.
Hi, I have widgets like dropdown, textbox and date range. I want to provide a validation on it. when i select the fields or value my data is populated in grid. But when i dont select one of the fields (dropdown, date range or textbox), an error message must popup(e. Must select or Enter a value)( Or must select the date range correctly) on button click, how can i do it? Please provide me the way for doing it. Thanks, Sheetal
In thingworx foundation getting the issue to Convert epoch to human-readable date and vice versa format from timed value and how to convert data in CSV file.
I drag drop down list widget, numeric entry widget, button widget, date time picker widget in my mashup. As all drop down box should be mandatory and if one of them is missing, when I click add button, it will not allow you to add data into database. how to put alert information into button widget?
Hello, im not able to relicense my thingworx 8.4 with eclipse extension. When I try to license thingworx via Licensing subsystem, I get the following error: "Unable to Invoke Service AcquireLicense on LicensingSubsystem : Unable to acquire ptc_navigate_view: Trusted storage hostid does not match system hostid.[Ljava.lang.StackTraceElement;@7d003582" What is the reason for this? We double checked the Device Id, so this shouldnt be the Problem. Thanks in advance
Is there any possible way to update a Thing's Property attributes (Read Only, Persistent, Base Type, Category, etc) via script? I found the service 'SetPropertyLogging' for turning on/off data logging, but I can't find any similar service to take care of the other attributes. I want to be able to use a Service to update these aspects for many already-existing properties at once.
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.