FILTERING IN AUDIT TRIAL

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
RUPESH2310
Posts: 1
Joined: Sun Nov 11, 2012 11:56 pm

FILTERING IN AUDIT TRIAL

Post 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

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: FILTERING IN AUDIT TRIAL

Post 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");
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

Post Reply