The device variants of the Lexium LXM62 Drive and Lexium LXM62 Linear Drive provide device-specific features. These features can be activated as user functions during Sercos phase up.
The selection of the device variant and the activation of the user functions is done on the Lexium LXM62 Drive / Lexium LXM62 Linear Drive object (as described in the chapter Selecting the Device Variant and User Functions). After selection, the related object parameter group appears on the tab of the device editor inside the parameter group and can be used in the application.
tab of the device editor of theDevice variants and supported user functions:
Device variant |
Supported user functions |
---|---|
Standard |
Provides standard Lexium LXM62 Drive / Lexium LXM62 Linear Drive functions. No additional user functions are supported. |
Standard Plus |
Supports the user functions for Lexium LXM62 Drive:
For Lexium LXM62 Linear Drive there are no new user functions available. |
Advanced Plus |
Supports the user functions for Lexium LXM62 Drive:
Supports the user function for Lexium LXM62 Linear Drive: |
Application defined |
Supports all user functions (see the section Using the Device Variant “Application defined”). |
You can access a user function parameter in the application using the following syntax:
<Device>.<UserFunction>.<Parameter>
Example:
The following command sets the IncrementalEncoderOutputMode parameter of the user function for the device variant “Advanced Plus” to the value 1.
DRV_Lexium62_Advanced.IncrementalEncoderOutput.IncrementalEncoderOutputMode := 1;