Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 355
_OEM_RTS
Name:
_OEM_RTS
Syntax:
_OEM_RTS = <expression>;
or any expression that can use a variable as part of its contents.
Description:
This variable is treated the same as DIGITAL_OUTPUT. In a program where 
hardware handshaking is not being used, the program may control the RTS pin for its 
own application. Writing a non-zero value to this variable sets the RTS pin high, 
writing 0 sets it low.
Example:
PUSH _OEM_CTS
{
DELAY(10);
_OEM_RTS = 1;
}
In this program, the RTS pin will be driven high by the CEN-OEM 0.1-seconds after 
the CTS pin is driven high by an external system.
Version:
SIMPL+ Version 2.00
_OEM_STR_IN
Name:
_OEM_STR_IN
Syntax:
Any expression where a BUFFER_INPUT is legal. 
Description:
This variable is treated the same as BUFFER_INPUT and reflects data coming into 
the CEN-OEM input buffer. The buffer is 255 bytes wide.