Page 1 of 1

FILTERING IN AUDIT TRIAL

Posted: Mon Nov 12, 2012 12:12 am
by RUPESH2310
can i filter the data log in the audit trial ie i am connecting two plc on one ix terminal and i want to filter the data ie the data log should be viewed seperately

Re: FILTERING IN AUDIT TRIAL

Posted: Mon Nov 12, 2012 9:37 am
by mark.monroe
There is no way to apply a filter to the audit trail viewer in iX. You could use the database viewer and write your own SQL query.

Code: Select all

DatabaseViewer1.SendSelectQuery("Select * from AuditLog", "AuditTrail.sdf");