SLC 500 Block Transfer

mjkoc518

Member
Join Date
Dec 2004
Posts
46
With the data file of a BTW or BTR you can have a max of 64 words. Can anybody tell me why that is? With your logical rack and group set up your only have 32 words of Input and 32 Words of Output.

Now I know that equals 64 but when you use a BTW or BTR aren't you just using either an Input or Output? For example with a BTW you would being using your Output image to write data to your selected destination. Am I not understanding something?

Thanks
 
Generally speaking, the two things you're trying to relate, are unrelated.

The 32 words of the scanner card, are usually used for discrete I/O.
While the BTW & BTR can be used for analog I/O or panelviews (Things that need more than 1 or 2 words). The Block transfer reads and writes are typically to and from an integer file in the SLC such as N7.


The Allen-Bradley knowledge base has some very good examples of Block transfers with the SLC's.

One gotcha, the CPU has to be series C or better to support Block transfers, otherwise you have to read and write directly to the M files of the scanner card, and it can be difficult to keep track of which memory location goes to what.
 

Similar Topics

Hello, I have a PID block in my program controlling pump speed in order to get a correct Differential pressure. The way I have it set up is the...
Replies
3
Views
1,271
I'd like to change the IP of a MSG instruction on the fly. I've identified the bits that change in the control block when I change the IP in the...
Replies
5
Views
4,732
I was able to sucessfully convert a RIO panelview 1000E to a panelview plus using the panelview plus as a RIO panelview. It works fine. Now my...
Replies
2
Views
3,127
I have found information on block transfers on the AB website, but no examples of the BTR instruction. I just found... copy, moves etc. does...
Replies
5
Views
6,648
Does any one know how to change the output of a PID block within RS logix to a time proportioned output for temperature control?
Replies
5
Views
7,692
Back
Top Bottom