Recently active
I have a widget extension that was developed when Mashups used Layout instead of Flex Container.My extension is OpenLayers showing geographic data from a database as a map. Its features are ok. However, in mashups that use Flex Container instead of Layout, the map (widget) starts with the disproportionate height and width and only after it stretches the page size (maximizing the browser, changing the screen size through the inspect element. ..) that the proportions are organized.Is there a class I should add to the div of this widget or something else that differs in the development of Widget Extension with Mashups that use Layout for those that use Flex Container? See attached print screen.
Hi, I am using the Thingworx 8.5.4 in Thingworx HA configuration. I have observed below issue. "Timeseries data is not logged into Value stream but data is updating into Remote thing." Below setting are given to property. Data Change Type is "Always" and logged is selected Whenever if restart the Remote Thing, its logging the timeseries data into value stream upto 2 change values. I did not observe in Thingworx 8.2.5 and Thingworx 8.5.1 version with same thingworx source code I have verified with "QueryNamedPropertyHistory" and "QueryPropertyHistory" to check the timeseries data. Refer the attached screenshot. Any one knows what is the reason? why its not logging into value stream?. I have restarted Azure postgre sql service (Version 10) and restarted Tomcat also. Thank you in Advance... Regards, Latha
Hello, I'm trying to filter the asset list of the asset advisor page following the information located at https://support.ptc.com/help/thingworx_apps/r8.5/en/#page/thingworx_apps%2FThingWorxAppsCust%2Fcustomizing_the_asset_list_filtering.html%23 I was able to successfully filter the assets by name following the example and now I wanted to filter them by my custom properties. I created the "Visible" property (BOOLEAN/STRING) on the Assets and tried to customize the AssetAdvisorPreFilter service in PTC.SCA.SCO.CustomActionHandler this way: var result = {"filters": [{"fieldName":"Visible","type":"EQ","value":"true"}]}; but it is not working at all. Could anybody help me with how the property should be configured and on the correct result statement?? Thanks in advance.
Hi all, I customized the filter option in the asset advisor by the following article and implemented all necessary bindings. https://support.ptc.com/help/thingworx_apps/r8.5/en/#page/thingworx_apps%2FThingWorxAppsCust%2Fcustomizing_the_asset_list_filtering.html%23 The filter does work with serialNumber and location, but i want to use my own new properties (e.g. equipmentNumber). Can you help me how to implement the filter option with different properties ? thanks!
Is it possible to make legends look like legends in the attached file
To help explain some of the different ways in which a prediction can be triggered from a Thingworx Analytics Model, I've built a mashup which allows you to easily trigger these types of prediction: - API Realtime Prediction- Analytics Manager: Event- API Batch Prediction For information on setting up this environment to use the mashup with some sample data, please see the attached instructions document: Prediction-Methods-Mashup.pdf. The referenced resource files can be found inside resources.zip For more information on prediction scoring please see this related post: How to score new data with ThingWorx Analytics 8.3.x
As attached in file,I need to move downarrow button left/right using css.It can be done using button properties but I want to move it dynamically using css. Can you help me with custom css code? My code given below doesn't work : .root_pagemashupcontainer-6_button-372wbb #root_pagemashupcontainer-6_button-372-bounding-box{left : 360px !important;}
I need to display the values of current, voltage and power in time series chart based on the check box selection. How to do this?. i) If I select Current, only Current values will be displayed in time series chart. ii) If I select Current and Voltage, both the values should be displayed in time series chart. iii) If I select Current, Voltage and power all the values should be displayed in time series chart. iv) If I deselect any one it should not be displayed in the chart. I have designed up to this and stuck after this,
My industrial thing is connected from Kepware to thingworx but while inheriting remote thing from industrial thing is not connected i.e in industrial thing if i select discover in that selecting channel >>device>>tags and then manage binding and creating a remote thing it is not connected in thingworx. I have checked there is no problem with Application Key too. What can be the issue for remote thing not connected when industrial thing is connected Can u please provide a solution ...
Hi, Is it not possible to render a drop down based on state formatting? I created a new state definition and when I tried to bind it to the drop down to change color of one particular text that I am getting from drop down, it doesnt show any option for state formatting. There is a property 'List format' which opens only the rendering but not state. How can I set the state formatting to a drop down? Thanks, Shalini V.
Hello all, I have configured Thingworx with Pingfederate SSO, when I try to access Thingworx it redirect to 'localhost' instead of domain name. Could any one help me to solve this. Thanks in advance. /VR
I am trying to send the file generated by data export widget in email. How to do this?
Hello All, I am using ThingWorx verison 8.4.5, here I am unable to find 'Icon' option in Navigation widget. How I can enable it?
I have used HistorylessAccordianMenu in which i have chosen property as datadriven and binded service to menu data property.But the menu items are not shown in the HistorylessAccordianMenu
What is the structure for the Localization JSON files which can be included in a Thingworx Extension plugin?
Here is the situation: I'm using a collection widget which displays a group of mashups for the user to select between (collection because different users will have different options) The repeated mashup in the collection contains the mashup name (in text) and a button to "navigate" to that mashup. This button triggers a Navigation function on the contained mashup. The contained mashup has a mashup parameter for the Mashup Name to navigate to, and I've bound that parameter to the "TargetMashup" property in the navigation function. Clicking the button in the contained mashup of the collection is not sending me to the navigated page. What I've checked so far: Mashup trace is showing the Navigation function as "ServiceInvoked" but it is never completed. (screenshot attached showing the only two lines in mashup trace after clicking the button to navigate) I've bound the Mashup Name mashup parameter to the "MissingMashupMessage" property of the Navigation function, and the mashup na
I have used Autocomplete widget on top of list widget.How to search item by typing a letter I have to get the complete word on list?
hi i am new user in thingworx (trial 30days) 1.why i dont have trigger service in widgets(mashup) area which one i should modify or lose (second pic)?2.there are two web version thingworx ?3.where ae there trigger service application document?thanks
In the Tomcat Security Considerations it's recommended to start Tomcat with the Security Manager. However, when I startup Tomcat with the security option I get an error containing 'java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThread")' when trying to read the platform-settings.json. Are there any templates / best practices for how to configure the catalina.policy file with the ThingWorx webapp?
I have a popup with some controls as attached How can I add new element when click the Add button or remove when click Delete button for example: when I click Add button new element will be added as Field2 + textbox
Hi, I have an functional EMS with LSR running in a Linux Docker-container which is connected to my Thingworx platform; it's working fine so far. Currently I'm trying to configure a Remote-Thing which contains a service that executes HTTP requests to an third-party endpoint. So that I can lookup the resulting data in my Thingworx platform. My problem is, that I don't know how to write an REST requests with the libraries given with the LSR. The examples of Lua-REST calls that I've found so far require additional libraries (or modules) of which I also don't know how to implement them in the EMS/LSR environment. Does anyone have an working example of an remote thing with an defined service that executes a simple http-requests? Is this even possible with the standard LSR or does it need additional modules?
I need users to be able to enable/disable Things with a toggle button. Is there a way to check if a Thing is enabled/disabled?
Do Thingworx pull data from kepware or kepware push data to thingworx?
Hello, I have installed Foundation, now I am working on installing Analytics. I got what i believe are the needed data (Key ID and Thingworx IP address. I have attached screenshots of what I used and the error messages I got. Any advice will be appreciated. Best, Ghandour
Re: post Thanks for following up @slangley I did what you described and I think I have been able to reproduce that behavior. Please find my test mashup attached but according to my experience this can happen any time on any entity. Also attached are the log files. When I started testing I have seen some entries in ErrorLog concerning missing entries, the messages have been correct (annoying though) and can be ignored from my point of view. Thus I entered several blank lines and a comment in line 2686: "!!! 09.03.2020 15:29, manual entry by Benjamin Beuck SIG"Everything after that comment may be relevant, I can see some timeout messages. My actual testing started a little earlier than 15:29 but only after that time I can quite safely say I was able to reproduce it. How I managed to reproduce it:1. Open a mashup in Tab12. Use the button in top right corner to open a second tab3. Navigate to TestSavingError mashup in Tab24. Press View Mashup to open T
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.