Pepper Computer RS485, RS232 user manual SMDOUT1Set Syntax

Models: RS485 RS232

1 320
Download 320 pages 36.43 Kb
Page 116
Image 116

SMART I/O User’s Manual

Chapter 4 Digital Modules

 

 

 

 

 

 

 

 

 

 

4.2.8.5 SMDOUT1Set

Syntax

error_code SMDOUT1Set(u_int8 PortNr, u_int8 *buffer);

Description

This function sets the output of the port PortNr with the contents of the address pointed to by buffer. When writing to this buffer, observe that all 8 outputs are set at the same time.

Input

u_int8 PortNr u_int8 *buffer

Output

error_code

Example

SM-Port number to fetch data Pointer to buffer where the data is to be written

SUCCESS

or standard OS-9 error code (refer to the OS-9 Technical Manual Error Codes Section).

RetVal = SMDOUT1Set(0, buffer);

Buffer Explanation:

D7

D0

Ch.7 Ch.6 Ch.5 Ch.4 Ch.3 Ch.2 Ch.1 Ch.0

Bit Value : 0 = Output is ON 1 = Output is OFF

 

 

 

 

Page

4 - 28

©1996 PEP Modular Computers GmbH

March 12, 1996

 

 

 

Page 116
Image 116
Pepper Computer RS485, RS232 user manual SMDOUT1Set Syntax