MLPrfReadIOffsetReturns the Input Offset value of a selected CAM Profile. Offsets can be changed on the fly to modify the CAM Profile while maintaining its shape. A change in input offset is equivalent to shifting the CAM Profile on the x or Input Axis.
Figure 11-77: MLPrfReadIOffset
|
ProfileID |
Description |
Name of an initialized CAM Profile |
|
Data type |
DINT |
|
|
Range |
[-2147483648, 2147483648] |
|
|
Unit |
n/a |
|
|
Default |
— |
|
OK |
Description |
Returns true when function successfully executes See more details here |
|
Data type |
BOOL |
|
|
Offset |
Description |
Returns the Input Offset of the selected CAM Profile |
|
Data type |
LREAL |
|
|
Unit |
n/a |
|
//Save value of input offset CamOffset := MLPrfReadIOffset( Profiles.Profile_A );
|
|
Copyright © 2015 Kollmorgen™ |
|