Bradley Smoker PLC-5 user manual File Copy, File Fill, Fll

Models: PLC-5

1 388
Download 388 pages 13.97 Kb
Page 318
Image 318

D-18Instruction Set Quick Reference

Instruction

Description

 

 

 

COP

 

 

 

 

 

 

COPY FILE

 

 

Source

#N7:0

 

Dest

#N12:0

 

Length

5

 

 

 

 

File Copy

COP

When the input conditions are true, the controller copies the contents of the Source file (N7) into the Destination file (N12). The source remains unchanged. The COP instruction copies the number of elements from the source as specified by the Length.

As opposed to the MOV instruction, there is no data type conversion for this instruction.

 

FLL

 

 

 

 

 

 

FILL FILE

 

 

Source

N10:6

 

Dest

#N12:0

 

Length

5

 

 

 

 

File Fill

FLL

When the input conditions are true, the controller copies the value in Source (N10:6) to the elements in the Destination (N12). The FLL instruction only fills as many elements in the destination as specified in the Length.

As opposed to the MOV instruction, there is no data type conversion for this instruction.

Publication 1785-UM012D-EN-P - July 2005

Page 318
Image 318
Bradley Smoker PLC-5 user manual File Copy, File Fill, Fll