Function description
The READ_V_PCMCIA function transfers variables from
the user memory card to the PLC’s RAM.
The additional
parameters EN and ENO can be configured.
Representation in FBD
Representation:

| 1 | Slot number |
| 2 | Memory card address |
| 3 | Number of BYTEs to be read |
| 4 | Destination variable address |
| 5 | Read status |
Representation in LD
Representation:

| 1 | Slot number |
| 2 | Memory card address |
| 3 | Number of BYTEs to be read |
| 4 | Destination variable address |
| 5 | Read status |
Representation in IL
Representation:
LD SLOTREAD_V_PCMCIA SRC, NUMRepresentation in ST
Representation:
READ_V_PCMCIA(SLOT, SRC, NUM);Description of the parameters
The following table describes the READ_V_PCMCIA Input parameters:
Parameter |
Type |
Comment |
|---|---|---|
|
INT |
PCMCIA card slot:
|
|
DINT |
Source address where the variable is read from the memory card (0...). |
|
UDINT |
Number of BYTEs to be read. Use the SIZEOF function to find this number. |
The following table describes the READ_V_PCMCIA Output parameters:
Parameter |
Type |
Comment |
|---|---|---|
|
ANY |
Destination address of every located or unlocated variable (DDT). |
|
INT |
Code providing the result of the read command's execution:
|

