msActionStartLogger (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, LX2

Firmware version:

1.50.00


Structure to add the action of starting a logger to an event. See msEventRegister.

 

After the configured event is raised, the specified logger is started.

(In case a logger is already active, nothing will happen.)

 

 

Fields:

Logger : SYSHANDLE

A handle to a valid logger.

 

Reset : BOOL (default TRUE)

Reset the logger. The logger will be in the same state as when it was newly created.

 

 

Declaration:

STRUCT_BLOCK msActionStartLogger;
  Logger      : SYSHANDLE;
  Reset       : BOOL := TRUE;
END_STRUCT_BLOCK;