Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 337
Obsolete Functions
System Interfacing - Cresnet and CPU
GetCIP
Name:
GetCIP
Syntax:
INTEGER GetCIP(INTEGER CIPID, INTEGER JOIN_NUMBER, 
INTEGER TYPE);
Description:
Retrieves the current state of the join number on a particular CIP ID (referred to as IP 
ID in SIMPL+). Note that the device must be defined in SIMPL Windows and the 
join number to use must have a signal tied to it for this function to work. 
Parameters:
CIPID is an INTEGER containing the ID of the CIP device to query. 
JOIN_NUMBER is an INTEGER containing the Join number to get the status. For 
touchpanels, the join number is identical to the press/feedback number. For other 
devices, contact Crestron customer service.
TYPE is one of several predefined constants:
din:        Digital inputs from device (symbol output list)
ain:        Analog inputs from device (symbol output list)
dout:      Digital outputs to device (symbol input list)
aout:      Analog outputs to device (symbol input list)
NOTE: CIP is defined as Cresnet (over) Internet Protocol.
NOTE: Access to serial signals is not supported.