We have an application in which we want to log events of operator actions that do not directly impact a module, but are done through Operate. E.g., there is a button on the screen with custom VBA code and if the operator presses that button, we want to log that event in the event chronicle (user, console, time/date stamp, custom description string). Can anyone point me to information on how to do this?
I know we can build a module to which the button's VBA can write and THAT will get logged, but that seems a bit of a kludge.
Have you seen the LOGEVENT function?
I know it still needs to be driven in logic but should give you the means to record a custom event. I use it for storing TRIP events from interlock modules. I don't believe there is an equivalent function directly in VBA.
In reply to AdrianOffield:
In reply to SBPosey:
Andre Dicaire
In reply to Andre Dicaire:
In reply to Casey Houchens: