Modicon 984 LL Blocks & Tables

aiki202

Member
Join Date
Aug 2007
Location
Pennsylvania
Posts
178
I am new to Modicon PLCs. Can anyone please explain what exactly a "Block" and a "Table" are in Modicon 984 Ladder Logic? I have looked through the documentation but don't see anything obvious. Maybe I am over thinking this as I believe in the Quantum CPU there is simply a long array of registers. An example would help as well. Thanks!
 
Both the word "Block" and "Table" may be used to describe a group (or array) of registers. What is unique about a Table is that it has a pointer associated with it that allows data to be read or written to or from a specific register (or Registers) within the Table.

A "Register to Table" function will move the value from a specific source Register to a specific location within a Table.

A "Table to Register" function will move the value from a specific location within a Table to a specific destination Register.

A "Block to Table" function will move values from a specific group of source Registers (A Block) to a specific starting point location within a Table.



The word "block" can also refer to a function block, such as a math or data move function that may be utilized in ladder logic.
 
Thanks for the explanations. The more I get into the Modicon 984 LL the more I see it has many differences from RA. The inverted scan method, no latch/unlatch instruction capability, coils that can be true from a timer that is not even connected to the power rail, postive transition contact that shows it is true even after it is false, etc. Standard code practices I have used for years goes right out the window. Interesting how many people say this platform is the best...I guess it is just what you learned first and are comfortable with.
 
Thanks for the explanations. The more I get into the Modicon 984 LL the more I see it has many differences from RA. The inverted scan method, no latch/unlatch instruction capability, coils that can be true from a timer that is not even connected to the power rail, postive transition contact that shows it is true even after it is false, etc. Standard code practices I have used for years goes right out the window. Interesting how many people say this platform is the best...I guess it is just what you learned first and are comfortable with.


Yes. People tend to prefer what they are most familiar with.
 
984LL started with or before the Modicon 584 and continued upto the quantum range. With the Quantums (depending on the model) you could use the 984 OS and program with Proworx or you could load it with the iec os and use Concept and now Unity. The iec os has all 5 formats (Ladder, Function block, Structured Text, Instruction List and SFC).
Recently they have added the 984LL format to Unity so that programs could easily be ported to more up to date hardware.
 

Similar Topics

Hi, Seeking consultation on an implementation matter, and have a question about Modicon Compact 984 communication through RS485: Three Modicon...
Replies
4
Views
213
Hi I have a modicon 984 with proworx 32 that is scaling an analog input, and I need to adjust the scaling. I have new analog input values and %...
Replies
3
Views
1,726
Hi, I am trying to get a machine started that was moved from one location to another. It has a Modicon 984-A131 PLC. I have Schneider Electric...
Replies
1
Views
1,016
Dear Friends, I have Schneider PLC which is the world's first one Modicon i need software of Modicon PLC 984,it is known as...
Replies
0
Views
966
I found the below logic in an old program. If I am reading the System Manual correctly, it appears that the UCTR will never count up to 10, since...
Replies
3
Views
1,641
Back
Top Bottom