Difference between revisions of "CNC Bender v11-20091201"
From ATTWiki
Line 47: | Line 47: | ||
<br><br> | <br><br> | ||
− | ===[[image:Check.jpg|25px]] NEW- | + | ===[[image:Check.jpg|25px]] NEW- Edge Triggerized [IF] Parameters Optimization=== |
<table> | <table> | ||
<tr valign=top> | <tr valign=top> | ||
<td width=300> | <td width=300> | ||
− | * | + | * Edge triggers now work when repeating the same inputs in the [IF] and [IFNOT] commands.<br><br> |
<br><br> | <br><br> | ||
− | + | * If an edge triggerized input is true in an IF line, then the edge trigger is CLEARED - UNLESS the entire set of logic in that parameter line returns FALSE as a whole. In that case the edge trigger is set back to TRUE (it is SET). | |
− | <br> | + | <br><br> |
− | + | * This allows for multiple uses of the same input in processlists - like in the Constant Run processlist. | |
</td> | </td> | ||
<td> | <td> | ||
− | [[ | + | <pre> |
+ | [if] AND, input=Input_EndOfCycle_Button_End, output=not(Output_IBR_EndCycleSignal_Constant) | ||
+ | Set_EndCycle_ON | ||
+ | [end] | ||
+ | |||
+ | [if] AND, input=Input_EndOfCycle_Button_End, output=Output_IBR_EndCycleSignal_Constant | ||
+ | Set_EndCycle_OFF | ||
+ | [end] | ||
+ | </pre> | ||
</td> | </td> | ||
</tr> | </tr> |
Revision as of 03:39, 2 December 2009
|
NEW- Logic Allows Push Buttons to Toggle States
|
NEW- Edge Triggerized [IF] Parameters Optimization
|
[if] AND, input=Input_EndOfCycle_Button_End, output=not(Output_IBR_EndCycleSignal_Constant) Set_EndCycle_ON [end] [if] AND, input=Input_EndOfCycle_Button_End, output=Output_IBR_EndCycleSignal_Constant Set_EndCycle_OFF [end] |
NEW- Better Warning for Missing Processlists
|
UPDATE- Improved Grids in Dynamic Option Lists
|
REPAIR- Counter in RunPage is Updated to Zero When Run is Complete
|
Other Pages
- Back to CNC Bender
- Back to CNC Bender Software Updates
- See CNC Bender v11-20091104
- See CNC Bender General Information
- See Absolute Rotate
- See Absolute Rotate Offset Position
- See Final Feed Clearance
- See Mandrel Retract
- See Mandrel Retract Part Release