Manual switch operation
Depending on the switch positions, the "ManSwCond" and "ManSwCond_MSt" outputs of the module will provide the values:
ManSwCond |
ManSwCond_MSt |
0 = off |
1 = off |
1 = on-low |
2 = on-low |
2 = on-high |
3 = on-high |
3 = auto |
4 = auto |
In case of a four position rotative switch it cannot happen that two inputs are "on" at the same time.
The module also allows to use three different switches (OnHigh, OnLow and Auto) and therefore we have defined the following priorities:
The following table shows the dependencies of the different switches and the output results:
Auto |
OnHigh |
OnLow |
ManSwCond |
ManSwCond_MSt |
off |
off |
off |
0 = off |
1 = off |
off |
off |
on |
1 = on-low |
2 = on-low |
off |
on |
off |
2 = on-high |
3 = on-high |
off |
on |
on |
1 = on-low |
2 = on-low |
on |
off |
off |
3 = auto |
4 = auto |
on |
off |
on |
1 = on-low |
2 = on-low |
on |
on |
off |
2 = on-high |
3 = on-high |
on |
on |
on |
1 = on-low |
2 = on-low |