MLPrfReadIOffset
Function - Returns the Input Offset value of a selected CAM Profile.
Inputs
Input |
Data Type |
Range |
Unit |
Default |
Description |
---|---|---|---|---|---|
ProfileID |
DINT |
-2147483648 to 2147483647 |
N/A |
No default |
Name of an initialized CAM Profile. |
Outputs
Output |
Data Type |
Range |
Unit |
Description |
---|---|---|---|---|
OK |
BOOL |
No range |
N/A |
Returns TRUE when the function successfully executes. See Function - General Rules. |
Offset |
LREAL |
No range |
N/A |
Returns the Input Offset of the selected CAM Profile. |
Remarks
- 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 1: MLPrfReadIOffset
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
//Save value of input offset
CamOffset := MLPrfReadIOffset( Profiles.Profile_A );
See Also