ITcEventLogger2
Interface for sending commands to the EventLogger.
Syntax
public interface ITcEventLogger2
Methods
Name | Modifier | Return type | Description |
---|---|---|---|
public virtual | void | Calls Clear() for all alarms in the "Raised" state. | |
public virtual | void | Clears the cache.
| |
public virtual | void | Calls Confirm() for all alarms with the confirmation state "WaitForConfirmation". | |
public virtual | void | Connects to the EventLogger of the TwinCAT system on a given system. | |
public virtual | void | Cancels the connection to an EventLogger of the TwinCAT system. | |
public virtual | string | Returns the class name for an event. | |
public virtual | TcLoggedEventCollection | Queries the events located in the cache. |
Properties
Name | Modifier | Type | Access | Description |
---|---|---|---|---|
public virtual | TcAlarmCollection | get | Returns a collection with all currently active alarms. | |
public virtual | bool | get | Represents the connection that was established by means of Connect. Should be checked regularly. |