CNC Bender ProControl 10-20070330
REVISION Information
10-20070330, March 30, 2007
REPAIRED: Pressure Die Boost Issue
The Degrees from Goal value was acting as if it were the Degrees from Start value. This has been repaired.
NEW: Servo Module Programmable Switch Logic is now Controllable
CNC Bender now allows users to enter the User Interface tab menu in the Low Level menu.
The I2T servo cards used on CNC Bender systems have a feature called "Programmable Limit Switch". A programmable limit switch is controlled by two positions along or around an axis. The first position is the LOW and the second position is the HIGH. The low and high values are floating point values. There are eight programmable limit switches per servo axis. The first use of this feature is the Tube-Support Up/Down setting. See the Tube-Support Location section for an example and details for how to use the programmable limit switch values.
NEW: Tube Support Location is now Programmable
The tube-support up/down location relative to the Feed axis can now be changed at the CNC Bender operator station. It is changed in the InitAxes processlist in the Low Level menu. Every time the axes are initialized, CNC Bender sets this value. It can be changed by adjusting the COMDEF line: FeedAxisPLS5 = LSL0:0, LSU0:1500
The LSL parameter is reserved for the Limit Switch Lower value. This is where the output for the tube support switches to active. The appropriate value is usually a Feed axis value of 0 units (millimeters). The LSU parameter is reserved for the Limit Switch Upper value. The appropriate value is the position to control at which forward feed position the tube support begins to drop. The value is always indicated in millimeters. Floating point values are allowed. The integer value after the LSL or LSU indicates the index position of the CIO inside the COMDEF. In this case, the index is 0, which is the first position in the list of CIO objects.
The CIO object is a SERVO MODULE COMMAND. The Modbus OpCode for setting programmable limit switches is 2013 for the first axis in a card, and 2014 for the second axis in a card. See the CIO library's "FeedAxisPLS5" CIO object to see how to setup a new CIO that an address any programmable limit switch. The first word value controls which output to address:
Word 1 value...
- is 0 to set output 1
- is 1 to set output 2
- is 2 to set output 3
- is 3 to set output 4
- is 4 to set output 5
- is 5 to set output 6
- is 6 to set output 7
- is 7 to set output 8
Words 2 and 3 are set aside for the low value. The LSL parameter stuffs values into these two words in a process list line.
Words 4 and 5 are set aside for the high value The LSU parameter stuffs values into these two words in a process list line.
(use image: ciodictionary_opcode_2013_setup.jpg)
The programmable limit switch values can be monitored using the I2T Module Interface software. Use the Programmable Limit Switches feature.
(use image: i2t_moduleinterface_pls_axis1.jpg)
NEW: Automatic Shutdown for BENDER SYSTEM
A new Automatic Shutdown process is initiated when a loss of TCP/IP connection to any top hat module around the bender is discovered. This allows for a much-improved and smoother bender shutdown process.
NEW: User Interface SKINS
CNC Bender now allows users to enter the User Interface tab menu in the Low Level menu.
- Enter the Low Level menu
- Choose the User Interface menu
- Choose a skin name from the skin list (Click on the image at the right to see the list of skins)
This shows three examples of different skins in CNC Bender ProControl:
REPAIRED: Pressure Die Boost Inhibit Zones Logic for Multi-Bending
The multi-bending feature allows for retracting the pressure die multiple times during one bend. The pressure die inhibit zone logic would not always work correctly when the multi-bending feature was enabled. This a logic issue has been repaired.
NEW: CNC Bender Speed Control Redesigned
The new CNC Bender speed control is designed to be easier to use than the older spin buttons. This fixes the issue of operators having difficulty pressing the up-down arrows to control the speed.
NEW: Dynamic Options Redraw Redesign
The Dynamic Options controls have been redesigned so that they no longer flash on the screen when moving the option selection up or down in the Dynamic Options list.
REPAIR: Axis Monitor Dialog Display
The Axis Monitor dialog no longer displays and freezes on the screen at CNC Bender startup.
NEW: PreCommands for LOAD or START
These new Dynamic Options allow operators to enable a custom COMDEF (Command Definition) before either the Load Position or the Start Position moves in the Process List for bending. Use this feature to enable/disable actuators just before either of these moves occur in the Process List.
User-Definable and therefore Flexible
Because these reference general COMDEF files (PreCommand_LoadPosition and PreCommand_StartPosition) the motion or action that these PreCommands perform can be adjusted to fit the application by anyone familiar with using the COMDEF.exe and CIO.exe programs.
For example, it would take only a few minutes to reconfigure CNC Bender to actuate several new outputs, then watch for any number of inputs in either of these COMDEF commands. No new programming from Advanced Tubular is required to adjust these commands.
PreCommand Load Position Enable / Disable |
Enable this option to insert the PreCommand_LoadPosition COMDEF in the process list immediately before the Feed axis move to Load position command is issued in the list.
|
PreCommand Start Position Enable / Disable |
Enable this option to insert the PreCommand_StartPosition COMDEF in the process list immediately before the Feed axis move to Start position command is issued in the list.
|