Recently active
Hi, I have a Thing which is collecting data remotely into the properties and i want to display this property value into the mashup using value Stream. Please help me i am beginner at the ThingWorx.
Hi,I manage to get through all the steps in this guideline to install Thingworx PostgreSQL but cannot start it. I use : sudo service tomcat8.5 start It returns: Using CATALINA_BASE: /usr/share/tomcat8.5/8.5.23 Using CATALINA_HOME: /usr/share/tomcat8.5/8.5.23 Using CATALINA_TMPDIR: /usr/share/tomcat8.5/8.5.23/temp Using JRE_HOME: /usr Using CLASSPATH: /usr/share/tomcat8.5/8.5.23/bin/bootstrap.jar:/usr/share/tomcat8.5/8.5.23/bin/tomcat-juli.jar Tomcat started. And i check the port though fuser and top no service was running or listen to port 8080 ( the port i use in platform-settings.json ). Also i tried to access http://ip:8080, returns nothing. No tomcat was running. (If its run, it will return something e.g 401.Output for catalina.out: Error: Could not find or load main class usr.share.tomcat8.5.8.5.23.webapps.Thingworx.WEB-INF. Error: Could not find or load main class usr.share.tomcat8.5.8.5.23.webapps.Thingworx.WEB-INF. Error: Could not find or load main
querypropertyhistory does not fetch all the rows between the specified date (start date and end date) even though the specific value stream has entries for a specific time period
Hi All, I have scenario like, Thing "TestThing" created in Thingworx with GenericThing Template. Also created a service called "TestService". Now, in parallel I'm developing an extension on eclipse. I want to use or call "TestService" on extension. How can I achieve this? Thanks & Regards, Sathishkumar C
Hello everyone, I have successfully created an anomaly alert for a temperature property with default settings (Outbound Anomaly Rate = 5secs, Min. Collection Time = 1min) exept of 90% certainty. During the training the temperature was quite constant at 27 degrees. My goal is to detect whenever there is an high temperature raise and I hoped to achieve this with the anomaly detection. So I created a subscribtion to the event "Anomaly Monitor Status" and the property "temperature". Unfortunately the service in the subscribtion never triggers when I raise the temperature to 35 degrees. Also the AlertHistoryStream doesn't show new alerts. This is how the history looks like currently: The top most alert was created after anomaly training finished. Since then not a single alert was created eventhough the temperature exceeded the normal temperature by far. Any Ideas what could be the cause? Did I subscribe correctly to the alert? Any help is appreciated very
Hi All, I want to make a thing to Enable and Restart within Eclipse Extension. How can i do this? Thing things = new Thing(); things.Enable Thing(); things.RestartThing(); Above code is not working. Thanks & Regards, Sathishkumar C.
I have one requirement, I want to send the grid data to the user through e-mail. what is the feasible solution.
Hi. I'm currently trying to create a service using the java API, it creates fine, but when i go to the Composer and try to execute it the "Test" button is not visible.. Any idea about the cause of this? Thanks in advance. Composer view. Java code
I am implementing a grid using repeater where I have to show data using labels. I have more data to show in each label than it's size. I am willing to implement word wrapping but could not find any property for the same. Please let me know if anyone knows how to implement the same. Your answers will be appreciated. Thank you, Chetan Purohit
Hello,is it possible to use persistent broker sessions with the thingworx MQTT extension? So can i set the cleansession flag to false and set a session ID like described e.g. here:http://www.hivemq.com/blog/mqtt-essentials-part-7-persistent-session-queuing-messagesThanks
Hi, I am using offical thingworx to follow the beginner tutorial-Build and Deploy an Analytics Model. In step 2, in tutorial, after click the connected clients, the chart with green square should be seen. But in my exercise, I could not see the chart and it shows no data available (refer attachment).
Hello all, We want to create stream and Datashape in eclipse extension. Can anyone help with this ? Regards, Velkumar R
Hey everyone, I am attempting to upgrade a mashup using a repeater widget to a collection widget, as I would like to take advantage of the better stylistic choices the collection widget has (selected cell mashups in particular). I am running into an issue which is similar to the "Data Load/Unload" property in the Repeater Widget. I will attempt to show with some pictures along the way. repeaterpic1 and repeaterpic2 show how the mashup currently operates. Pic 1 shows two repeater widgets acting as a dynamic menu, feeding into a third repeater widget acting as a grid. The population of the widgets is designated by the selection from the one before. So in Pic 1; "MADE AS INTENDED (LEVEL A)" populates the second panel where "Summary" is selected. "MADE AS INTENDED (LEVEL A)" and "Summary" being selected populates the grid looking object on the far right. Pic 2 shows the same set up, but with a different selection in the far left panel. Now, "OTHER(OTHER)" is
When I started to learn ThingWorx and deep dived into mashup development, I wondered how to create popups from base mashups and exchange information between the main mashup and its corresponding popup. I scoured the ThingWorx site and couldn’t easily determine how to do this, so I figured others would find a post about this topic helpful. We are going review the creation and usage of popups by stepping through the creation of a common use case scenario which is creating and editing grid records. Keep in mind though that this can be extended to be used for things such as prompting users to act before completing a task and providing warning messages that critical actions are not reversible and other interactive popups.For this example, we are going to use the sql server AdventureWorks database to add and edit records within the HumanResources.Deparment table please refer to Microsoft site for instructions on how to download and install this database. So let’s get starte
I am trying to change the value of a property depending on the value of another property. I have used the code below within a subscription. if(me.Amplitude = 1) {me.Condition = "Normal Operation"} else if(me.Amplitude = 2) { me.Condition = "Bearing Fault"}else {me.Condition="Error"} When I test the code my Condition property changes to 'Normal Operation' but remains on 'Normal Operation' regardless of the value I assign to Amplitude. Hope you can help. Thanks, James
Hi All,My connection with trial version thingworx composer are being refused.I think the connection got blocked or something...Any tips?Thanks,A.
Hi Folks, Is there any documentation or tutorials on Over-the-air (OTA) firmware update of connected devices,from Thingworx platform? Please share the same. Thanks.
Hi All, How can i convert string to thing name or thing template name to access entity services within eclipse? How can i define a thing template name as like Base Types? Thanks.
I am looking for a way to configure the system to block DOS attacks. We would be grateful if you could suggest relevant examples or methods.
OneM2M, the international standard for M2M, I needs to check if it supports Thingworx Platform. Support If available, explain how Thingworx Platform can support.
Hi , I want to print "Hello World" statement in my services. Pls tell me how i can achieve this. Thanks
hi all, is it possible to insert multiple rows into Oracle table via service? I have simple sql command: INSERT INTO thingworxTestTable (PROPERTY1) VALUES ('02'), ('03') but it doesn't work. Thingworx ends with error: "Unable to Invoke Service FillTable on ReservationSystem_Oracle : Execute Update failed: java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended". Sql script seems to work ok only for one line, because having two lines of code: INSERT INTO thingworxTestTable (PROPERTY1) VALUES '02'INSERT INTO thingworxTestTable (PROPERTY1) VALUES '03' also ends with this same error message. Any idea how to type multiple command rows in one service?? thanks in advance Krzysiek
Moved to the Studio Forum in the Augmented Reality Category.
I have 2 types of users Managers - who can see all the data associated with any of their users Things Users - who can only see the data associated to their Things I have 2 mashups Select User Mashup - this allows the Manager to select a User they want to see the data for Display User Data Mashup - this is a separate Mashup that shows the data of the selected User Managers can select to look at User data by selecting the user from a grid on the Select User Mashup. When a Manager does this, they will have a user property updated (that sets a Thing Name), so they can look at the data in the same way the user would. This is working well, except once a list widget is populated on the Display User Data Mashup, it does not get updated when I switch users. If I hit refresh on the browser the list widget content is updated to the appropriate user data. Is there anything I can do to invalidate the cache, so the correct data is displayed
Hello, Suddenly the connection of remote things getting broken after that I reconnect the things and all remote thing connection getting connected but after that suddenly the queue size start increasing until queue size become full, i have kept the queue size to 2 lakh, does any one facing this issue?
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.