Recently active
Hi everyone,is there a way in thingworx to make a http post request with JSON or text content to an external service and receive a BLOB? // result: JSON var result = Resources["ContentLoaderFunctions"].PostJSON({ url: "http://xyz:8080/createFile", content: {"filename":"test"} }); Things["MyRepository"].SaveBinary({ path: "/", content: result }); The PostJSON method expects a JSON response but we would like to store the received binary in a file repository. Is there a more generic way to make HTTP requests or do we have to create a extension for that. Thanks
I'm trying to configure the Time Series Chart from Kepware, on the Data Field only show the time stamp, How do I configure DataField 1 to OPC Tag ? regards, Jerry
Hello Everyone, I just finished building a Mashup as an Admin User. Now I have created a new User, that I want to be able to use the Mashup. In Order to do so, the User needs to execute the Service "GetSortedCompleteStructure" of a Thing that I defined as an Admin User. The Visibility of the Thing is set correctly, but in the "Run Time Permission" Section I have the following issues: When adding the new User to "All Properties, Services, and Events" and allow "Service Execute", everything works just fine But for now, I just want to allow for one specific service to be executed, namely the service mentioned earlier.But when selecting that service in "Property, Service, or Event Overrides" and allowing for "execute" (while Denying Execution for all Services in the section above), it get the "not Authorized error". I find this quite confusing, since the option states "Service Overrides", which should override the default option of "Deny"Also when the user is not added for "All
Using deleted table property and doubleclick trigger event,how to delete a row in advanced grid in version 8.5
Dear All.. I try to configure communication between Kepware and Thingworx Foundation. The error = "Error pushing property updates to thing | Thing name = 'IndConn_Server'". The port utilized by Kepware to Foundation is 8080 and is not blocked by firewall.
TWX Version: 8.5.4-b222 ... Changes in style themes have no effects to menu ... Article - CS314775 In the Style Theme editor in ThingWorx 8.5, the options for the Menu element do not work for menus Still not fixed that issue? To be honest ... I want to see your testplans ... How you test???? This feature is allready beta since 8.4.5-b102 and stil not fixed? Why you change the status from beta if the known issues are still not fixed? Or do you have a sollution?
Hi, I couldn't install ThingWorx 8.5.0 trial version on my windows. I have followed the installation guide but it doesn't help. My java is 1.8.0 and 64 bit. Did I miss something during the installation? I couldn't even find the uninstaller or installation log.
I'm posting this because it may help others. When you are using an Organization Login Form page, after logout, you may want the user to be redirected to this. Form Login URL is like: http://host:port/Thingworx/FormLogin/MyOrg where MyOrg is your organization name. In TWX 8.5, logout function proposes you to redirect to: a Mashup a URL As Form Login is not a Mashup, you can use the second option (URL). But then, you have to rebuild the URL from composer... You can do this using an expression that will return: result = window.location.protocol + "//" + window.location.host + "/Thingworx/FormLogin/MyOrg"; And you bind your expression like this: assuming here that the button is the logout user action.
Hello I switched from TWX 8.2 to 8.5 I have now to use the new composer to work with the platform / mashup, I'm using it since a week about I see that this is faster, quicker, and some feature are much better managed (expressions, validators... services develop phase with direct save and run...) However the page style (for me) is more confusing that the old, in particular when working with mashups, on the right side the panel for working with Data/Session/User is manly ALL WHITE ... this is much worse than old composer where enties was black, services was red, return values was gray background and it was much faster "for eyes". The height of all the "rows" of that panel, and also those of widget properties is too high ! this takes lot of space for the same informations compared to the old composer with fast eye look, it is not immediately visible the mashup zone and the panel/develop zone, the sections are not well separated with backgroud colors May be this is only
Hello, I have a question about the thingworx foundation anomaly detection. Is it possible to upload a CSV or Excel file and then create anomaly alerts? If yes, I couldn't find any documentation or explanation about the subject. I understood that it's only possible that creating anomaly alerts for streaming data. Is that right? Thanks
I have two properties voltage and current for which data is coming from kepware for every second. based on this i need to calculate the power. So i wrote a subscription with input as any data change event(for current and voltage)then multiplied current and voltage there and stored it in a property called power. now when i "query named property history" for current and voltage i got the result as values updated in seconds difference but when i query for power it gives me result updated in milliseconds. For all the three properties the data change type is Always. I have attached the screenshots of the result.
Hello, We are looking into High Availability architecture for Production with Docker Container. The documents says that the docker images are provided for HA. Can you point me where to they are? Has anyone implemented HA with dockers? Any pointers would be helpful. thanks, Preeti
I am able close a popped up mashup on click of a button which is inside the popped up but I Couldn't close the pop up upon clicking a button which is not in popup mashup.
hi community, I want to calculate the sum of time during a variable is equal to true , we can simulate this by a lamp and we want to calculate how many hours that lamp is on; thanks in advance
Hi, I want to get the multiple selected rows from Combo box by using Check box multi selection. I bound All Data of Service to Combo box Data & Selected Items. I enabled the Multi select in List widget properties. But I can't able to get the selected rows from Combo box by Check box multiple selection. Thanks in Advance, Sankarapandian.L.S
Hello Everyone, I have a service, that uses the createThing and deleteThing Services.I gave a freshly created user the rights to execute the service and also the createThing and deleteThing services. But I still get the error "...Not authorized for Delete - See Script Error Log for more details."I only found some very old posts regarding this issue, which didn't solve it for me. Any ideas what to do here? Thank you very much in advance! Best Regards, Dominik
Hi All, developing a Mashup, it is a best pratice to reduce the amount of services called to get the data. Is it also right for an application that will be used only by one person?
I have followed this tutorial to setup Rasbperry pi device. The device gets connected and inital values get upload the server. But the service code does not get executed at given interval and the modified values are not getting uploaded to server. Is there more configuration needs to invoke the method written "GetSystemProperties" https://developer.thingworx.com/en/resources/guides/thingworx-raspberry-pi-quickstart/configure-template-file-service
I had installed Thingworx for Manufacutring 8.4. I found "C:\PTC\ThingworxManufacturingApps\PostgreSQL" this directory on the server. Looks like PostgreSQL was installed by Thingworx for Manufacturing. I'd like to use PostgreSQL as data persistence provider. Can I install PostgreSQL 12 again? or Can I just use the existing one?
Hello, everybody, I am not very familiar with Kepware and have the following problem which I would like to solve.Due to infrastructural circumstances we have the following constellation. Changes to the infrastructure are not possible. We would like to connect via ODBC client to an information server that supports ODBC and periodically query certain tables. Then I would like to use the Allways On protocol (Thingworx) to retrieve the data and move it to another database. The question is whether it is possible to use Kepware as a source to query an ODBC-capable interface periodically (5 minutes) and forward the data to Thingworx.
Hi, I have a query which returns the plant status and the stations in that plant status. How can I bind this in tree grid in order to show the hierarchy of plant and its respective stations? How can we integrate the tree grid with sql queries? Thanks, svisveswaraiya.
How to store data from Thingworx to customized excel ? but not in normal csv format.
Hi, I have a Thingworx 8.5.2 platform installed. I am trying to use OpenStreetMap Widget but, after installing the extension I can't see it in the Widget list of the mashup. During the installation, I didn't get any error or warning message. Attached OpenStreetMap version detail and widgets list detail. Thanks in advance. Olatz.
I have a thing named MVP_1 when i try to execute and get the logged values of property using service "Query named property" it is showing an error saying: "Unable to Invoke Service QueryNamedPropertyHistory on MVP1_1 : com.thingworx.common.exceptions.DataAccessException: [2,003] Transaction failed." please provide me actual error
I am trying to remove white colored border in radio button using list widget.But couldn't make it.Any help? Please refer to the attached file.
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.