Difference between revisions of "Reasoner proximity Area"
From AMTech WikiDocs
(Created page with "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 sele...") |
|||
Line 1: | Line 1: | ||
− | Proximity area option will allow the user to set | + | Proximity area option will allow the user to set a thing as the proximity area of a new thing created by the reasoner |
User can do this several ways | User can do this several ways | ||
− | * User just selects the | + | * User just selects the thing from the list |
* User does a binding where user selects the proximity area that was selected on the observer | * 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 | * Using Javascript he can do the two previous options | ||
Line 16: | Line 16: | ||
[[File:ReasonerProximityArea.png|1150px|thumbnail|center]] | [[File:ReasonerProximityArea.png|1150px|thumbnail|center]] | ||
− | Note: | + | Note:If the thing does not exist, result windows wont alert the user |
Revision as of 09:57, 3 May 2016
Proximity area option will allow the user to set a thing as the proximity area of a new thing created by the reasoner
User can do this several ways
- User just selects the thing 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";
Note:If the thing does not exist, result windows wont alert the user