PLC_R_SDCARD_STATUS: SD Card Slot Status Codes
The PLC_R_SDCARD_STATUS enumeration data type contains the following values:
Enumerator |
Value |
Comment |
---|---|---|
NO_SDCARD |
0000 hex |
No SD card detected in the slot or the slot is not connected. |
SDCARD_READONLY |
0001 hex |
SD card is in read-only mode. |
SDCARD_READWRITE |
0002 hex |
SD card is in read/write mode. |
SDCARD_ERROR |
0003 hex |
Error detected in the SD card. More details on the error that occurred are written to the file FwLog.txt. |