CNC Bender v11-20080822

From ATTWiki
Revision as of 19:17, 22 August 2008 by Mcone (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Cncbender logo pushbending.png

Operatorstation model.jpg



CHANGES to CNC PROCESSOR

Check.jpg Added Edge Trigger for Inline Conditional Logic

Conditional logic in a process list now responds to the Edge Trigger setting in the CIO setup. Edge Trigger logic requires that an input change states before it is considered active or true. This style of logic is normal for control logic buttons and other operator station user controls like foot switches.

An example of process list condition logic is shown here:

[if] or, input=Input_FootSwitch1_End
 Set_IBR_RunProcess_ON = tim1:25
[end]

The [if] line shows an input CIO that is setup for Edge Trigger logic.

Previous versions of CNC Bender only use Edge Trigger logic inside COMDEFs that are inserted into process lists. (A COMDEF is a list of CIO objects).


This improved instant Processor message box displays much more information on the screen than in previous versions. For example:

The new display includes the following information:


This removes all ambiguity regarding what is occurring within CNC Processor during controlled jog moves. If an operator presses a JOG button in CONTROLLED mode and no motion occurs because an axis is obstructed, then at least he will now clearly see that the JOG command is ACTIVE.








Other Pages