Geo-fence security

I have a question about geo-fencing. When the Perspective app is not actually in focus on the mobile device, can someone confirm whether or not location data can still be reported back to the SCADA project for interpretation by a PLC? I want to be able to track personnel locations while the app is open, even if its in the background.

Hi Benjamin,

The only way I can see approaching this is by taking advantage of system.tag functions and the geolocation session properties.

https://docs.inductiveautomation.com/display/DOC81/system.tag
https://docs.inductiveautomation.com/display/DOC81/Session+Properties#SessionProperties-SessionPropertiesTable

These can both be used inside of a property change script:

https://docs.inductiveautomation.com/display/DOC81/Perspective+Property+Change+Scripts

However, I think this may only work when the app is open.