Difference between revisions of "CNC Bender LiteControl 10.0.6.0"
Line 19: | Line 19: | ||
<br><br> | <br><br> | ||
+ | The new "seam_detect.cncprocesslist" is a secondary multitasking processlist that is configurable to work with the application. | ||
+ | |||
+ | |||
+ | ===[[image:Check.jpg|25px]] New: Internal Commands === | ||
+ | |||
+ | Two new internal commands for process lists are now included: | ||
+ | |||
+ | '''[direct_axis_jog]''' and '''[direct_axis_jog_halt]''' | ||
+ | |||
+ | ==== [direct_axis_jog] ==== | ||
+ | |||
+ | This processlist internal command will allow the process to direct-jog and axis as if a user had pressed a jog button. Configure the command by including parameters like this: | ||
+ | |||
+ | <pre> | ||
+ | [direct_axis_jog] servo_controller_module_1, 2, 1 | ||
+ | </pre> | ||
+ | |||
+ | Each parameter is separated by commas. The first parameter is the name of the module, the second parameter is the axis of the module (1 or 2), and the final parameter indicates direction. "1" means positive jog. "-1" means negative jog. | ||
+ | <br> | ||
+ | |||
+ | |||
=Other Pages= | =Other Pages= |
Revision as of 00:19, 6 September 2008
Contents |
This is change to an older version of CNC Bender LiteControl. It is intended to update customers with older 800 x 600 screen operator stations.
New: BUILT IN SEAM DETECT LOGIC
The new feature includes a new Seam Detect option in the PreBend option:
Enable this option to include seam detection logic in the process list.
If enabled, the new commands for seam detection are added to the processlist between the chuck close and the run button logic. This is a sample of what is inserted:
The new "seam_detect.cncprocesslist" is a secondary multitasking processlist that is configurable to work with the application.
New: Internal Commands
Two new internal commands for process lists are now included:
[direct_axis_jog] and [direct_axis_jog_halt]
[direct_axis_jog]
This processlist internal command will allow the process to direct-jog and axis as if a user had pressed a jog button. Configure the command by including parameters like this:
[direct_axis_jog] servo_controller_module_1, 2, 1
Each parameter is separated by commas. The first parameter is the name of the module, the second parameter is the axis of the module (1 or 2), and the final parameter indicates direction. "1" means positive jog. "-1" means negative jog.
Other Pages
- Read about LiteControl
- Back to CNC Bender
- Back to CNC Bender Software Updates