$MAX_QUE

Assign the size of the input queue for asynchronous interrupts.

$MAX_QUE {=} NumberOfBytes

Arguments

NumberOfBytes—between 256 and 9999; default is 512

Defaults

Assignment file: application assignment files
Section: [SETTINGS]
Default value: None

Description

$MAX_QUE defines the size of the input queue in bytes. Increasing the size of the input queue increases the amount of real memory required by the application.

Set this assignment if your application receives asynchronous interrupts and the current input queue size is inadequate for your needs. This is necessary if asynchronous interrupts occur at a very fast rate, or if they include large amounts of data.

$MAX_QUE

$MAX_QUE = 1024