User`s manual
Local Logic Language Syntax
GFK-1742A  Chapter 12 Local Logic Language Syntax 12-7
12
Example:
Jog_Plus_1 := TRUE; (* Turn on Jog Plus for Axis 1 *)
Strobe_Reset1_3 := 0; (* Turn off the Strobe 1 reset bit for Axis 3 *)
(* Some more code here *)
Follower_Ratio_A_1 := 10; (* Set the Follower Ratio A for Axis 1 to 10 *)
Jog_Plus_1 := FALSE;  (* Turn off Jog Plus for Axis 1*)
Strobe_Reset1_3 := 1;   (* Turn on the Strobe 1 reset bit for Axis 3 *)
Follower_Ratio_A_1 := 20; (* Set the Follower Ratio A for Axis 1 to 20 *)
For each of the output commands shown above, the last value written is acted upon by the Logic
Engine at the end of each sweep. Thus
 Jog_Plus_1
 is turned OFF, 
Strobe_Reset1_3
 is turned ON
and 
Follower_Ratio_A_1
 is set to 20.










