cmd_map_gen
Purpose:
-
Generate control command map. The cmd_map_gen utility translates a breakpoint file to a command map file. The command maps section of Engine Controls explains this feature.
Enter:
-
cmd_map_gen <break_point_file> <command_map_file>
Where:
-
break_point_file
Specify the file containing breakpoint definitions which map a non-linear device.
command_map_file
Specify the file containing a command map, to be referenced in the control specifications.
Example:
-
cmd_map_gen throttle.brk throttle.map
The above command converts the throttle breakpoint table in the file throttle.brk into a command map that is written to the file throttle.map. The file name throttle.map can then be specified in the control specifications file.
Notes:
-
Use the errs command to check for errors after using cmd_map_gen.