Read Inverter speed with LS_InverterReadVel
LS_InverterReadVel is used to read the speed of the AC drive.
-
ActualVel is in units of rpm and can have a value of -30000 to 30000.
-
LS_Connect must be used before executing this function block.
-
This function block is used in the Automationdirect Function block called XMC_AC_Drive_Ctrl. found here.
-
The following examples can be found in the XMC_ACDrive_FBs.zip here.
LS_InverterReadVel Details
Element Name | Element Type | Description |
---|---|---|
Enable | Input | Level detected request to execute the function block. |
Axis | Input/Output | Specify the axis to control. |
Done | Output | Indicates that the function block has executed. |
Error | Output | Indicates the function block has an error. |
ErrorID | Output | Error Identification for the function block. |
ActualVel | Output | Inverter speed in rpm (-30000 ~ 30000). |
LM903