Difference between revisions of "CNC Bender v11-20091201"

From ATTWiki
Jump to: navigation, search
(25px NEW- Editor for High Speed Constant Run Processlist)
(25px NEW- Edge Triggerized [IF] Parameters Optimization)
Line 59: Line 59:
  
 
<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:40, 2 December 2009

Cncbender logo pushbending.png

Type of Upgrade: FLEXIBILITY

The changes in this version are changes to CNC Bender for better flexibility.

Operatorstation model.jpg



Check.jpg NEW- Logic Allows Push Buttons to Toggle States

  • CNC Bender now allows logic to make a physical momentary push-button into a toggle switch. For example, push the button to switch a state on, then push it again to switch the state off.

  • For example, it is possible to use logic in the Constant Run processlist to switch a End Cycle ON and OFF using a push button.

  • It is also possible to illuminate the button according to the current End Cycle state.



Redmomentarypushbutton.jpg

Remoteoperatorstation toggle endcycle.jpg



Check.jpg NEW- Edge Triggerized [IF] Parameters Optimization

  • Edge triggers now work when repeating the same inputs in the [IF] and [IFNOT] commands.



  • 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).



  • This allows for multiple uses of the same input in processlists - like in the Constant Run processlist.



Check.jpg NEW- Better Warning for Missing Processlists

  • Messages now display for missing High Speed Constant Run Processlist

Warning missing processlist file.jpg

Check.jpg UPDATE- Improved Grids in Dynamic Option Lists

  • New grid source with improvements for better performance.

Optionslists.jpg



Check.jpg REPAIR- Counter in RunPage is Updated to Zero When Run is Complete

  • The part count updated normally except when the Runlist Run is complete. This is corrected.

Runpage counter.jpg



Other Pages