Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 353
_OEM_LONG_BREAK
Name:
_OEM_LONG_BREAK
Syntax:
_OEM_LONG_BREAK = <expression>;
or any expression that can use a variable as part of its contents.
Description:
When set to a non-zero value, causes the start of a break being transmitted on the port. 
A break is continuous logic low being generated on the port. In order to stop break 
generation, the variable should be set to 0. The variable may also be read back from 
to determine its current status. It is treated the same as a DIGITAL_OUTPUT.
If break generation is in progress and data transmission on _OEM_STR_OUT will be 
ignored.
Example:
PUSH _OEM_CTS
{
_OEM_LONG_BREAK = 1;
WAIT(100)
_OEM_LONG_BREAK=0;
}
In this example, the break is generated for 1-second when the CTS pin is driven high.
Version:
SIMPL+ Version 2.00
_OEM_MAX_STRING
Name:
_OEM_MAX_STRING
Syntax:
_OEM_MAX_STRING = <expression>;
or any expression that can use a variable as part of its contents.
Description:
Controls the maximum embedded packet size that is transmitted on the Ethernet port. 
This variable is treated the same as ANALOG_OUTPUT. The default is 250 bytes 
but it is recommended that this value not be changed for most applications.