CNC Bender v11-20080822

From ATTWiki
Jump to: navigation, search

Cncbender logo pushbending.png

Operatorstation model.jpg



CHANGES to CNC PROCESSOR

Check.jpg Added Edge Trigger for Inline Conditional Logic

Edge Trigger logic is used to require a button to be released then pressed before it is considered activated. This is usually applied where it is unsafe to allow a button to be continuously pressed (without release) for machine operation.

In previous versions, inline conditional logic in a process list would not use Edge Trigger logic if it was enabled in the CIO objects. From this version forward, CNC Bender uses Edge Triggers when the feature is set to true for any input or output acting as an input in a conditional process line.

An example of inline process list condition logic is shown here:

Cncbender processlist runbuttons.jpg

The [if] is a conditional inline statement that uses an input CIO that is setup for Edge Trigger logic in the CIO dictionary.

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



Other Pages