Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
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 
.
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