Inserting an entry into a tree structure node
This command can only be used within a tree structure node that was started using NodeStart().
Input |
Data type |
Description |
---|---|---|
i_sName |
STRING(255) |
Displayed title of the entry in PacDrive Diagnostics |
i_sValue |
STRING(255) |
Displayed content of the entry in PacDrive Diagnostics |
Output |
Data type |
Description |
---|---|---|
q_etDiag |
General, library-independent statement on the diagnostic. A value unequal to GD.ET_Diag.Ok corresponds to an error message. |
|
q_etDiagExt |
ET_DiagExt |
POU-specific output on the diagnostic. q_etDiag = GD.ET_Diag.Ok -> status message q_etDiag <> GD.ET_Diag.Ok -> error message |
q_sMsg |
STRING(80) |
Event-triggered message which gives more detailed information on the diagnostic state. |