ParamManagerScripts/backend/script_groups/TwinCat/.example/FC_CONTROL_WORD.EXP

28 lines
2.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(* @PATH := '\/Danfoss FC' *)
TYPE FC_Control_Word
STRUCT
B00_RefValue_LSB : BOOL ; (* Choose between the four reference values, which are pre-programmed in par.3-10 *)
B01_RefValue_MSB : BOOL ;
B02_Brake : BOOL ; (* Bit 02 = 0 leads to DC braking and stop.
Bit 02 = 1 leads to ramping. *)
B03_Coast : BOOL ; (* Bit 03 = 0 causes the frequency converter to immediately "let go" of the motor, so that it coasts to a standstill.
Bit 03 = 1 enables the frequency converter to start the motor if the other starting conditions have been fulfilled. *)
B04_QuickStop : BOOL ; (* Bit 04 = 0 causes a stop, in which the motor speed is ramped down to stop via par. 3-81. *)
B05_HoldOutputFrequency : BOOL ; (* Bit 05 = 0 causes the present output frequency (in Hz) to freeze. *)
B06_RampStop : BOOL ; (* Bit 06 = 0 causes a stop, in which the motor speed is ramped down to stop via the selected ramp down parameter.
Bit 06 = 1 permits the frequency converter to start the motor, if the other starting conditions have been fulfilled. *)
B07_Reset : BOOL ; (* Reset of a trip is activated on the signals leading edge, i.e. when changing from logic "0" to logic "1". *)
B08_Jog : BOOL ; (* Bit 08 = 1 causes the output frequency to be determined by par. 3-19. *)
B09_RampSelection : BOOL ; (* Bit 09 = 0 means that ramp 1 is active (parameters 3-40 to 3-47).
Bit 09 = 1 means that ramp 2 (par. 3-50 to 3-57) is active.*)
B10_DataValid : BOOL ; (* Bit 10 = 0 causes the control word to be ignored,
Bit 10 = 1 causes the control word to be used. *)
B11_Relay01Active : BOOL ; (* Bit 11 = 1 Relay 01 activated, provided Control word bit 11 has been chosen in par. 5-40.*)
B12_Relay04Active : BOOL ; (* Bit 12 = 1 Relay 04 activated, provided Control word bit 12 has been chosen in par. 5-40.*)
B13_SetUp_LSB : BOOL ; (* Choose between the four menu set-ups, only possible when Multi-Set-ups is selected in par. 0-10. *)
B14_SetUp_MSB : BOOL ;
B15_Reverse : BOOL ;
END_STRUCT
END_TYPE
(* @END_DECLARATION := '0' *)