Oem_Pacing - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Software
®
354
SIMPL+
Example:
_OEM_MAX_STRING = 1000;
In this example, the maximum embedded packet size is changed to 1000 bytes.
Version:
SIMPL+ Version 2.00

_OEM_PACING

Name:
_OEM_PACING
Syntax:
_OEM_PACING = <expression>;
or any expression that can use a variable as part of its contents.
Description:
Controls the number of milliseconds the system will delay between sending bytes in
a given string. This variable is treated the same as ANALOG_OUTPUT. The
maximum value allowed is 255 (250ms). Values greater than 255 will use the lower
byte of the number.
Example:
CHANGE _OEM_STR_IN
{
IF(_OEM_STR_IN = "\x01\x02")
{
_OEM_STR_OUT = "\x02ACK\x03";
CLEARSTRING(_OEM_STR_IN);
}
}
FUNCTION MAIN()
{
_OEM_PACING = 10;
}
In this example, the pacing is set to 10ms. When the string "\x01\x02" comes into the
port, a 5-byte string is sent out the port. The system waits 10ms after generating each
character before sending the next one.
Version:
SIMPL+ Version 2.00
Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIMPL+ and is the answer not in the manual?

Table of Contents

Save PDF