Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RSLogix 5000 question

Status
Not open for further replies.

Lucifre

Full Member level 2
Joined
Jul 5, 2005
Messages
125
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,296
Location
Detroit MI
Activity points
2,389
rslogix 5000 commands

Hello,
i am just starting out in programming in rslogix 5000, i am having problems understanding the difference between COP (copy), MOV(Move), anf FLL(Fill) commands. the help file is ambiguous in explaining those commands. Can someone point me to material on the rslogix commands and the examples of their use? The help says they all do the same thing, but why would you have three commands that do the same thing?
 

rslogix commands

Don't know if this will help but:

COP - copies blocks of data from one location to another

source -> destination
source -> destination
source -> destination

FLL - fills the words of a file with the source value

source -> destination
. ...........|
. ...........-> destination
. ...........|
. ...........-> destination

MOV - moves a source to a destination location

source -> destination
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top