EasyManua.ls Logo

Crestron SIMPL+ - ProcessLogic Function

Crestron SIMPL+
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Crestron SIMPL+
®
Software
Language Reference Guide - DOC. 5797G SIMPL+
®
z 235
ProcessLogic
Name:
ProcessLogic
Syntax:
ProcessLogic();
Description:
Forces a task switch away from the current SIMPL+ module, so that the SIMPL
Windows program can process the outputs of the SIMPL+ module. Refer to the
discussion on Task Switching on page 25.
Parameters:
None.
Return Value:
None.
Example:
INTEGER X;
ANALOG_OUTPUT I;
FOR(X=0 TO 25)
{
I = X;
PROCESSLOGIC();
}
In this example, the analog output I is updated every pass through the loop. Logic
dependent upon the analog value will refer to the new analog value every pass
through the loop.
Version:
SIMPL+ Version 1.00

Table of Contents