Some of those people are just plain wrong, and need to be educated.cnckeith wrote:hello! ah yes the old NO NC nugget. trying to get away from that as it means different things to different people.
is a switch normal when some action is being made or when it is in its resting state? etc.
There is legitimate question about whether a switch that is installed on the machine so that it is activated/triggered during normal operation should be described based on its "native" state (when it came out of the box from the manufacturer); or based on its installed state (which is what matters to the CNC and the PLC).
However, there is also room for education here.
Users who want to say a pushbutton is "normally open when it is not pressed, and normally closed when pressed", need to learn what these terms mean and how they are used.
In a given installation, there is only one "normal" condition. If we are talking about a pushbutton, then the normal condition is when your finger is not on the button.
Centroid could state in the manual that "normal" is when the machine is powered on, connected to shop air, ready to run with no fault or error conditions, but not actually running. Then everyone would know that the normal state means:
- Buttons are not pressed
- Limit switches are not tripped
- Emergency stop is released
- Air pressure monitoring switches have pressure applied to them
- Drawbar clamped / unclamped switches show the tool is clamped
- The way lube level-okay float switch is up to show adequate lube
- A way lube pressure switch would indicate no pressure in the lines
- etc..
Unless there have been some fixes in the past year, the Acorn Wizard is, in some cases, just plain wrong.
That is because in the Wizard, even though they say "green means N.C. and red means N.O.", in reality green means that the input will not be inverted (so the device is expected to have the typical state for which the PLC logic was written), and red means that the input will be inverted (so the device is expected to have the opposite states from what the PLC logic was written for.
In the case of switches that are usually N.C., such as the emergency stop button and limit switches, that happens to be correct.
In the case of switches or buttons that are usually N.O., such as CycleStart2, the Wizard is wrong.
That was the case last time I looked at the Acorn Wizard, but that was over a year ago.
Has anything changed?
Or is it still the case that if you define an input as CycleStart2, then -- because you sensibly installed a normally-open pushbutton -- specify that it is N.O. (red), the Wizard will invert the input, and Cycle Start will not work because the PLC thinks the button is continuously held down?