Difference between revisions of "Reasoners"

From AMTech WikiDocs
Jump to: navigation, search
Line 2: Line 2:
 
# [[Reasoner by Resource]]
 
# [[Reasoner by Resource]]
 
# [[Reasoner Increment, Decrement, Set]]
 
# [[Reasoner Increment, Decrement, Set]]
=Reasoner proximity Area=
+
# [[Reasoner proximity Area]]
 
+
Proximity area option will allow the user to set an entity to the proximity area field to a new entity created by the reasoner
+
 
+
User can do this several ways
+
 
+
* User just selects the entity from the list
+
* User does a binding where user selects the proximity area that was selected on the observer
+
* Using Javascript he can do the two previous options
+
 
+
example : 
+
 
+
proximityarea = observation.proximityarea;
+
 
+
proximityarea = "/amtech/things/entities/TempEntity/TempNewPort";
+
 
+
 
+
[[File:ReasonerProximityArea.png|1150px|thumbnail|center]]
+
 
+
Note:In case Entity does not exist results windows wont alert user
+

Revision as of 19:30, 23 April 2016

  1. Reasoner by property
  2. Reasoner by Resource
  3. Reasoner Increment, Decrement, Set
  4. Reasoner proximity Area