Function Description
The WRITE_U_PCMCIA function transfers data from
the PLC RAM memory to the user memory card archiving zone. The function WRITE_U_PCMCIA allows addessing the PLC zone’s beginning
to be copied to the PCMCIA card up to 65 535 (instead of 32 767 for WRITE_PCMCIA function) and is therefore recommended to be
used instead of WRITE_PCMCIA function.
The
additional parameters EN and ENO can be configured.
An example using the function WRITE_U_PCMCIA is available, WRITE_U_PCMCIA and READ_U_PCMCIA Example.
Representation in FBD
Representation:

Representation in LD
Representation:

Representation in IL
Representation:
LD Slot_NumberWRITE_U_PCMCIA Dest_Address, Words_Number, Source_Address, Write_StateRepresentation in ST
Representation:
WRITE_U_PCMCIA(Slot_Number, Dest_Address, Words_Number, Source_Address, Write_State);Description of the parameters
This table describes the input parameters:
Parameter |
Type |
Comment |
|---|---|---|
|
INT |
PCMCIA card slot:
|
|
DINT |
First address where the data is written in the memory card. |
|
INT |
Number of words to write. |
|
UINT |
First address where the data is read from the PLC (%MW). The upper limit of the address is: 65 535. |
This table describes the output parameters:
Parameter |
Type |
Comment |
|---|---|---|
|
INT |
Code providing the result of the write command execution:
|

