Operation
EL6910
107
Version: 1.8.0
Fig. 146: Protocol AMS NetID of the PROFINET device
4.11.3
Sample program for parameterizationIn the following sample
program the parameter data are received, stored in the PLC as
persistent data, resent to the EL6910 whenever the device
starts up, and stored in CoE object 0x8005.
Saving PROFIsafe parameters persistently
The safety parameters for the slave connection transferred by the PROFIsafe master to the EL6910
are only transferred once when the PROFIsafe master starts up. On restart of the EL6910 these pa-
rameters would not be transferred again, so that the stored data have to be transferred again. If this
is not done, the master must be restarted when the slave restarts.
Variable declaration
PROGRAM F_Parameter_EL69x0
VAR
FbWriteInd : ADSWRITEIND;
FbWriteRes : ADSWRITERES;
FbWrite : ADSWRITE;
au8EL69x0NetId AT %I* : ARRAY[0..5] OF BYTE;
u16EL69x0Port AT %I* : WORD;
u16EL69x0State AT %I* : WORD;
u16OldState : WORD;
bWriteFPar : BOOL;
sNetId : STRING(23);
bNetIdInitialized : BOOL;
i : INT;
END_VAR
VAR PERSISTENT
au8FParameter : ARRAY[0..9] OF BYTE;
END_VAR
Содержание TwinSAFE EL6910
Страница 1: ...Operation Manual for EL6910 TwinSAFE Logic Terminal 1 8 0 2019 01 09 Version Date...
Страница 2: ......
Страница 62: ...Operation EL6910 62 Version 1 8 0 Fig 63 Check Safe Addresses context menu Fig 64 Check Safe Addresses dialog...
Страница 69: ...Operation EL6910 69 Version 1 8 0 Fig 73 The Safety Project Online View tab...
Страница 71: ...Operation EL6910 71 Version 1 8 0 Fig 75 Group Status Online ERROR Fig 76 Group Status Online STOP...
Страница 136: ...Appendix EL6910 136 Version 1 8 0 5 2 Certificates...
Страница 137: ...Appendix EL6910 137 Version 1 8 0...