A way to query the logs & display Login/Logout bu sers, date, & time

Readme

Query Login/Logout Records

A way to query the logs & display Login/Logout by users, date, & time

BQL Query

station:|history:/stationName/SecurityHistory?period=last7Days|bql:select timestamp.toDateString as 'Date',timestamp.toTimeString as 'Time',operation as 'Operation',userName as 'User' where operation like 'Login' or operation like 'Logout'

Usage

This query defaults to the last 7 days, but can be modified to standard Niagara time frames

Copyright 2022 Matt Pavlick

Load Comments (3)

A way to query the logs & display Login/Logout bu sers, date, & time

Watchers
2
Stars
1
1,911 view
Package Details

Direct Link

Category

Last Updated

Jul 27, 2022

Downloads

No files available

Compatability

Niagara 4 Only