We have machine operators that have learned how to force IO ON/OFF when we don't want them to but, don't mind them viewing it.
Is there or could there be a way to password protect IO forcing as you protect the Machine Parameters?
IO forcing operator lock out
Moderator: cnckeith
-
- Posts: 80
- Joined: Sun Nov 18, 2018 7:22 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: CNC12-m39-104028
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: No
- Location: Western NY
IO forcing operator lock out
Rob Jackson
RJ Technical Services
RJ Technical Services
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Community Expert
- Posts: 4666
- Joined: Wed Mar 24, 2010 5:48 pm
- Acorn CNC Controller: No
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: No
- Hickory CNC Controller: No
- Oak CNC controller: No
Re: IO forcing operator lock out
Assuming that you have wired the control so that it does not depend on any inversion or forcing for normal operation (e.g. you have used N.C. sensors where the PLC expects them), then you could edit the PLC program to either remove the inversion and forcing features from LoadParametersStage, or you could set it up so that those features are only enabled by a non-obvious parameter setting, key combination, or input closure.
Look in your PLC program for a block that begins with a reference to SV_ENABLE_IO_OVERRIDE.
Look in your PLC program for a block that begins with a reference to SV_ENABLE_IO_OVERRIDE.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
-
- Posts: 80
- Joined: Sun Nov 18, 2018 7:22 am
- Acorn CNC Controller: Yes
- Plasma CNC Controller: No
- AcornSix CNC Controller: No
- Allin1DC CNC Controller: Yes
- Hickory CNC Controller: No
- Oak CNC controller: No
- CNC Control System Serial Number: CNC12-m39-104028
- DC3IOB: No
- CNC12: Yes
- CNC11: Yes
- CPU10 or CPU7: No
- Location: Western NY
Re: IO forcing operator lock out
Thanks Marc, I'll drive into that and see what I can figure out.
Rob Jackson
RJ Technical Services
RJ Technical Services
(Note: Liking will "up vote" a post in the search results helping others find good information faster)