msReadShockEvent (Structure)

Top  Previous  Next

Architecture:

NX32L

Firmware version:

1.50.00


Structure to get the returned information from a shock event. Used with msReadEvent.

 

Fields:

Time : DINT

The timestamp given when the event was triggered.

 

X : BOOL

True if shock was detected on x-axis.

 

X : BOOL

True if shock was detected on y-axis.

 

X : BOOL

True if shock was detected on z-axis.

 

 

Declaration:

STRUCT_BLOCK msReadShockEvent;
   Time        : DINT;
   X           : BOOL;
   Y           : BOOL;
   Z           : BOOL;
END_STRUCT_BLOCK;