RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
643
Comments
(cont’d)
• The following command calls are executed in the same way:
–
set_fly_2_axes
(
1
,
1
, ScaleX,
2
,
2
, ScaleY ) =
set_fly_2d( ScaleX, ScaleY )
–
set_fly_2_axes
(
1
,
1
, ScaleX,
2
,
2
, ScaleY ) =
{
set_fly_1_axis( 1, 1,
ScaleX
);
set_fly_1_axis( 2, 2,
ScaleY
));
}
Encoder resets occur:
• With a single set_fly_2_axes call in the same 10 µs clock cycle
• With two set_fly_1_axis calls in two different 10 µs clock cycles
–
set_fly_2_axes( 1, 11,
Scale
, 2, 15,
Scale
)
corresponds to
set_mcbsp_in_list( 3, Scale )
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 617, OUT 617, RBF 623.
References set_fly_1_axis, set_fly_3_axes
Normal List
Command
set_fly_2_axes