Architecture:
X32 / NX32 / NX32L
Device support:
All
Firmware version:
1.02 / 1.00.00
This function makes the MDT emit a short beep.
Input:
None.
Returns: INT
0
- Success.
-1
- MDT not present or communication error.
-2
- MDT not open.
Declaration:
FUNCTION mdtBeep : INT;
Example:
INCLUDE rtcu.inc PROGRAM test; BEGIN ... // Sound a beep mdtBeep(); ... END; END_PROGRAM;