Difference between revisions of "CNC Bender v10-20071120"
(→Menu: Actions / Commands) |
(→Menu: Actions / Commands) |
||
(5 intermediate revisions by one user not shown) | |||
Line 142: | Line 142: | ||
<ul> | <ul> | ||
− | The ACTIONS / | + | The ACTIONS / COMMANDS menu now shows buttons that will allow for actions and commands to be sent to CNC Processor:<br><br> |
[[image:Cncbender_cncprocessor_actionscommands.jpg|500px]] | [[image:Cncbender_cncprocessor_actionscommands.jpg|500px]] | ||
Line 170: | Line 170: | ||
The report is displayed in the CNC Processor log. As soon as you press this button, a command is sent to CNC Processor requesting that it list the indexes and names, then CNC Bender switches you to the INCOMING MESSAGES tab menu to view the log. | The report is displayed in the CNC Processor log. As soon as you press this button, a command is sent to CNC Processor requesting that it list the indexes and names, then CNC Bender switches you to the INCOMING MESSAGES tab menu to view the log. | ||
<br><br> | <br><br> | ||
− | Examine the values returned. All of the index values should be 0 (zero) or higher. If CNC Processor cannot find a CIO, then it will report a -1 for the index. If this is the case, then CNC Processor will be using a non-assigned input or output to determine states. | + | Examine the values returned. All of the index values should be 0 (zero) or higher. If CNC Processor cannot find a CIO, then it will report a -1 for the index. If this is the case, then CNC Processor will be using a non-assigned input or output to determine states. <b>(See the below for an example log listing.)</b> |
+ | <br> | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 176: | Line 177: | ||
− | |||
<table> | <table> | ||
+ | <tr> | ||
+ | <td width = 400> | ||
+ | <font size=4>More About the Return Values Sent to the Log</font> | ||
+ | </td> | ||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | <td width = 400> | ||
+ | CNC Processor has knowledge of 17 special CIO objects. (See the sample log report below.) The actual index values indicate the index of the input or output in the CIO library list (a list of all possible CIOs). Index numbers will vary depending on the actual setup of your CIO library. | ||
+ | </td> | ||
+ | </tr> | ||
<tr> | <tr> | ||
<td> | <td> |
Latest revision as of 16:37, 24 November 2007
Contents |
CHANGES to CNC BENDER
Redesigned Processor Menu
The CNC Processor menu is redesigned to include 5 new tab menus.
Read the details below.
Movie Reviewing Changes
View a movie of this revised menu here
Menu: Incoming Messages
Menu: Machine Lube
-
The new MACHINE LUBE tab has new controls and features:
The machine lube setup is control from the CNCProcessor.cfg file in the c:\cnc\config folder.
New Features in Machine Lube | Description |
Use Pulse or Constant Output |
This indicator shows how CNC Processor is set to handle the output point for the machine lube. The output can be toggled on and off (pulse) or switched on for the entire period of lube (constant).
[Machine Lube] A value of 1 indicates PULSE. A value of 0 indicates CONSTANT. CONSTANT is the default setting. |
Watch for input to indicate lube complete |
This indicator shows how CNC Processor is set to determine if the machine lube is completed. If an input is examined to determine if the machine lube is complete, then CNC Processor will activate the output for the duration entered in the setup, then begin examining the input indicated in the configuration.
[Machine Lube] A value of 1 indicates watch for INPUT after the duration. A value of 0 indicates only run for the DURATION. See below for how to set the input name. |
CIO Input Name to Watch for Lube Complete |
The input name is set in the CIO section of CNCProcessor.cfg: |
Menu: Zones / Dies
-
The ZONES / DIES menu shows the current Interference Zones and Die value setup that has been transferred to CNC Processor:
Menu: Actions / Commands
-
The ACTIONS / COMMANDS menu now shows buttons that will allow for actions and commands to be sent to CNC Processor:
New Features in Actions / Commands | Description |
Show CIO Setup |
CNC Processor has knowledge of certain key CIO objects based on the setup in the CNCProcessor.cfg file. Each of these are listed in the [CIO] section of the configuration file.
|
More About the Return Values Sent to the Log |
CNC Processor has knowledge of 17 special CIO objects. (See the sample log report below.) The actual index values indicate the index of the input or output in the CIO library list (a list of all possible CIOs). Index numbers will vary depending on the actual setup of your CIO library. |
CIO Index: 11, CIO Name: Input_CycleHold_Button CIO Index: 10, CIO Name: Input_CycleStart_Button CIO Index: 15, CIO Name: Input_MachineHome_Button CIO Index: 24, CIO Name: Input_LSRun_Button CIO Index: 25, CIO Name: Input_RSRun_Button CIO Index: 43, CIO Name: Input_ClampIsClosed_Begin CIO Index: 188, CIO Name: Output_MachineLube CIO Index: 397, CIO Name: Output_IBR_MachineLube_SignalON_Constant CIO Index: 385, CIO Name: Output_IBR_RunProcess_OFF_Constant CIO Index: 386, CIO Name: Output_IBR_RunProcess_ON_Constant CIO Index: 394, CIO Name: Output_IBR_EndCycleSignal_Constant CIO Index: 187, CIO Name: Output_MandrelLube_Repeat CIO Index: 18, CIO Name: Input_MachineLubeComplete_End CIO Index: 46, CIO Name: Input_MandrelForward_End CIO Index: 217, CIO Name: Output_MandrelAdvance CIO Index: 474, CIO Name: Output_MachineInFaultState_Enable CIO Index: 489, CIO Name: Output_MachineInAutoMode_Enable |
Menu: Machine Life
-
The MACHINE LIFE menu shows the total number of bend arm motions currently on a bender. This includes all bend motion - both positive and negative moves:
CHANGES to CNC PROCESSOR
New Adjustable CPU Load Controls Using LOOP Section
The CNCProcessor.cfg file allows for two new programmable values that can have a significant effect on the CPU load when CNC Processor is idling.
The two new variables are placed in the NEW LOOP section like this:
[Loop] Power Off Manual Mode Pause= 500 Power On Manual Mode Pause= 50
How It Works
Power OFF value is INCREASED | The CNC Processor loop is paused every loop causing a DECREASED load on the CPU for other programs. The PAUSE time can be much LARGER when the power is OFF because outputs are not attempting to maintain the machine in a power ON state. The end effect is that the CNC Bender user interface is faster. | |
Power ON value is INCREASED |
For MANUAL mode with MASTER POWER ON, CNC Processor needs to handle the outputs and inputs, so the pause time for this state should be relatively low. The end effect of using any positive value is that the CNC Bender user interface is faster. |
CPU Speed/OS | Suggestions | |
Faster CPUs Win 2000 |
Power Off = 50 Power On = 50
|
|
Slower CPUs Win 2000 |
Power Off = 250 Power On = 50
|
|
Fast CPU Win XP |
Power Off = 500 Power On = 50
|
|
Slow CPU Win XP |
Power Off = 250 Power On = 50
|
Changed Section Name in Configuration
The CNCProcessor.cfg file section [Intervals] has been changed to [Machine Lube].
These are the available values in the Machine Lube section:
[Machine Lube] Machine Lube Duration= 5000 Lube Machine At Bend Count= 1000 Pulse Machine Lube Pump= 0 Watch For Machine Lube Complete Input= 1
The old name in older CNCProcessor.cfg files is [Intervals].
How to UPGRADE
If your operator station contains one of the versions listed below, then they can be upgraded:
- CNC Bender v10-20071030
- CNC Bender v10-20071003
- CNC Bender v10-20070928
- CNC Bender v10-20070920
- CNC Bender v10-20070726b
- CNC Bender v10-20070803
- CNC Bender v10-20070828
- CNC Bender v10-20070914
See our CNC Bender Upgrade Policy page for details regarding the charges for the upgrade software.
Download the setup file by clicking on this link.
This setup file requires a password to run.
Please contact John Esralian for upgrade prices and password information.
For instructions on how to install the file see: How to Install a CNC Bender Upgrade