EasyManua.ls Logo

PEP Modular Computers Modular Computers RS485 - Page 127

Default Icon
320 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
SMART I/O Users ManualChapter 4 Digital Modules
©1996 PEP Modular Computers GmbHMarch 12, 1996 Page 4 - 39
4
Note
If the same SM-REL1 Module is to be accessed from different tasks, the
user must make sure that the actual output status is ensured by using for
example, semaphores within OS-9.
4.3.8.2 SMREL1Init
Syntax
error_code SMREL1Init(u_int8 PortNr);
Description
This function initializes the SM-REL1 Module on port PortNr by setting the
relays to OPEN, relay LED status to OFF and the external Vcc as input.
Input
u_int8 PortNr
SM-Port to initialize
(from 0 to 10)
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 = SMREL1Init(0);

Table of Contents