![IFM PDM360NG Series System Manual Download Page 368](http://html1.mh-extra.com/html/ifm/pdm360ng-series/pdm360ng-series_system-manual_3875026368.webp)
ifm
System Manual
ecomat
mobile
PDM360NG (CR1080, CR1081, CR9042) Target V01
2011-07-28
Managing the data
File managing
368
STORE_ALARM
3425
Unit type = function block (FB)
Contained in the library:
ifm_PDM_FILE_Vxxyyzz.LIB
Available for the following devices:
- PDM360: CR1050, CR1051, CR1060
- PDM360compact: CR1052, CR1053, CR1055, CR1056
- PDM360NG: CR108n, CR9042
Symbol in CoDeSys:
Description
3533
STORE_ALARM writes alarm messages together with a time stamp to a CSV file.
255 different alarms per alarm file can be managed.
►
Therefore you should create two arrays of the length 255. The first array contains the alarm
messages in plain language:
Index
Text (STRING)
1 Excess
temperature
2
Oil pressure too high
3 Overspeed
: :
255
Short circuit valve 5
►
In the second array the alarm state of the individual alarms is saved:
Index
Status (BOOL)
1 TRUE
2 FALSE
3 FALSE
: :
255 TRUE
The arrays can be linked and the message can be displayed in plain language via the same index
which should normally also be the alarm code.