Pepper Computer Modular Computers RS232 User Manual

Page of 320
SMART I/O User’s Manual
Chapter 4 Digital Modules
©1996 PEP Modular Computers GmbH
March 12, 1996
Page 4 - 41
4
4.3.8.4 SMREL1Reset
Syntax
error_code SMREL1Reset(u_int8 PortNr);
Description
This function resets the SM-REL1 Module by setting all relays to OPEN and
all LEDs to OFF. This function does not free the resources as with the
SMRELl1DeInit function call but it does ensure that the relay status (and
LEDs) is as expected.
Input
u_int8 PortNr
Number of the SM port to reset
Output
error_code
SUCCESS
E_BMODE
if the module is unknown
or standard OS-9 error code (refer to the OS-9
Technical Manual Error Codes Section).
Example
RetVal = SMREL1Reset(0);