Documentation Home Page RT-LAB Home Page
Pour la documentation en FRANÇAIS, utilisez l'outil de traduction de votre navigateur Chrome, Edge ou Safari. Voir un exemple.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Contains RT-EVENTS Status information.

Usage

See Elements.

Elements

eRTE_NoError (0)

No Error.

eRTE_ExceedMax_Ev0 (1)

Maximum number of events is exceeded. The last event was falling.

eRTE_ExceedMax_Ev1 (2)

Maximum number of events is exceeded. The last event was rising.

eRTE_InvalidIndex (4)

The index vector contains values that exceed the maximum number of events.

eRTE_InvalidTimeVector (8)

Some elements of the time vector are not in chronological order.

eRTE_InvalidIC (16)

The initial condition does not match the first event state.

eRTE_ConsecutiveSameEvent (32)

There are some consecutive events of the same type. Events were removed.

eRTE_EventInThePast (64)

One or more events are in the past. Events were removed.

eRTE_MaxFrequency (128)

Frequency exceeds the maximum frequency.

eRTE_HW_InitializeError (67592)

Set by RT-LAB OpFcnMultiEventCapt block: Hardware not found.

eRTE_HW_OverrunError (66048)

Set by RT-LAB OpFcnMultiEventCapt block: FIFO overrun.

eRTE_HW_DataLostError (66560)

Set by RT-LAB OpFcnMultiEventCapt block: Data loss detected in input FIFO.

eRTE_HW_InvalidDataError (67584)

Set by RT-LAB OpFcnMultiEventCapt block: Invalid data formatting detected in input FIFO.

eRTE_HW_TSBData (69632)

Set by RT-LAB ‘OP5142 TSB In’ block: The RTE signal contains data obtained from firing pulses measurement and is intended to be connected to a TSB block.

eRTE_UndefinedError (4294967295)

Block/application specific error that does not match any of the previously defined code.

Examples

None

  • No labels