MC_Power

Zastosowanie: |
PLC |
SIM |
Opis skrótowy:
Funkcja zarządzająca zasilaniem danej osi.
wejścia (3 sztuki):
nr |
typ |
impuls |
oznaczenie |
uwagi |
1 |
B |
nie |
Enable | As long as ‘Enable’ is true, power is being enabled. |
2 | B | nie | EnablePositive | As long as ‘Enable’ is true, this permits motion in positive direction |
3 | B | nie | EnableNegative | As long as ‘Enable’ is true, this permits motion in negative direction |
wyjścia (4 sztuki):
nr |
typ |
impuls |
oznaczenie |
uwagi |
1 |
B |
nie |
Status |
Effective state of the power stage |
2 | B | nie | Valid | If true, a valid set of outputs is available at the FB |
3 | B | nie | Error | Signals that an error has occurred within the Function Block |
4 | INT | nie | ErrorID | Error identification |
ustawienia:
nr |
typ |
nazwa |
uwagi |
1 | INT | AxisID | numer skojarzonej osi |
opis działania:
- The ‘Enable’ input enables the power stage in the drive and not the FB itself
- If the MC_Power FB is called with the ‘Enable’ = TRUE while being in ‘Disabled’, the axis state changes to ‘Standstill’.
- It is possible to set an error variable when the Command is TRUE for a while and the Status remains false with a Timer FB and an AND Function (with inverted Status input). It indicates that there is a hardware problem with the power stage.
- If power fails (also during operation) it will generate a transition to the ‘ErrorStop’ state.
- ‘EnablePositive’ and ‘EnableNegative’ are both level sensitive.
- ‘EnablePositive’ & ‘EnableNegative’ can both be true.
- Only 1 FB MC_Power should be issued per axis.
Używane rejestry R i znaczniki M: brak