SR_<Robot P-Series Name> - SetLRealParameter (Method)
Type: |
Method |
Available as of: |
V1.6.0.0 |
This chapter provides information on:
oTask
Set/overwrite a parameter for a P-Series robot.
By calling the method, a parameter contained in the enumeration ET_Parameter can be parametrized.
NOTE: The method must be called after the method FB_RobotPSeries.InitializeRobot has been called but before IF_Configuration.SchneiderElectricRobot (SER.FB_RobotPSeries) of Robotic/RoboticModule is called.
Input |
Data type |
Description |
---|---|---|
i_etName |
Parameter that must be adapted. |
|
i_lrValue |
LREAL |
Value of the selected parameter. |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnostic. A value not equal to ET_Diag.Ok corresponds to a diagnostic message. |
|
q_etDiagExt |
POU-specific output for the diagnostic. q_etDiag = ET_Diag.Ok -> status message q_etDiag <> ET_Diag.Ok -> diagnostic message |
|
q_sMsg |
STRING[80] |
Event-triggered message that gives additional information on the diagnostic state. |