I am confused about using of home position conditions for pneumatic cylinders in OnApplyOutputs of Command handler units.
In some project people use BinIO.xxx and in other (e.g. DigitalMachine) there is Unit.OutImm.IsInBas(Wrk)Pos. What is the right usage?
My opinion:
- IsInBas(Wrk)Pos is absolutely unreadable for maintenance guys. _102B201B (Press cylinder in press position) is for them much better then Loc101K201.Unit.OutImm.IsInBasPos.
- I know I can also add comment to Loc101K201.Unit.OutImm.IsInBasPos but why to do that when I already have BinIO texts imported from eplan.
- I also use subtrees and I do not know how to use BinIo in conditions for subtrees. Any idea?