RTC
®
4 PC Interface Board
Rev. 1.3 e
10 Commands And Functions
124
innovators for industry
List Command
write_io_port_list
Function
same as
Integration
Pascal:
procedure write_io_port_list(value: word);
C:
void write_io_port_list(unsigned short value);
Basic:
sub write_io_port_list(ByVal value%)
References
Ctrl Command z_out
Function
sends a 16-bit value directly to the Z channel of the RTC
®
4
(CHAN3; see
)
Parameters
value
Z output value (signed 16-bit value)
Integration
Pascal:
procedure z_out(value: smallint);
C:
void z_out(short value);
Basic:
sub z_out(ByVal value%)
Comments
• The output value is sent directly to the Z channel of the RTC
®
4.
• The Z output value must be in the range – 32768 … +32767 (signed 16-bit value).
•
Note:
This command should only be used in 2D applications. In 3D applications which
use the program file
RTC4D3.HEX
, the RTC
®
4 will overwrite the Z output value every
10
µ
s.
Also see the supplement manual
References
List Command
z_out_list
Function
same as
Integration
Pascal:
procedure z_out_list(value: smallint);
C:
void z_out_list(short value);
Basic:
sub z_out_list(ByVal value%)