RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
851
Ctrl Command write_8bit_port
Function Writes a value to the 8-bit digital output port on the EXTENSION 2 socket connector.
Call
write_8bit_port( Value )
Parameters
Value
8-bit output value (DATA0…DATA7).
As an unsigned 32-bit value.
Only the least significant 8 bits are evaluated.
Comments • See also Chapter 9.1.2 ”8-Bit Digital Output Port”, page 283.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References write_8bit_port_list
Delayed Short
List Command
write_8bit_port_list
Function Like write_8bit_port, but a list command.
Call
write_8bit_port_list( Value )
Parameters
Value
Like write_8bit_port.
Comments • See write_8bit_port.
• As of version DLL 602, OUT 602: When the 8-Bit digital output (for example, for laser
power) is to be executed synchronous to the laser switch times, use
set_laser_power( 2, Value )
.
RTC4RTC6 Unchanged functionality.
RTC5RTC6 Unchanged functionality.
Version info Available as of DLL 600, OUT 600, RBF 600.
References write_8bit_port, set_laser_power, write_port_list