Schneider PLC: MBIT(Modify Bit) and T2R(Table toRegister)

Seyed Mohamed

Member
Join Date
Apr 2015
Location
Al khobar
Posts
39
Dear Gent,

Please explain working and application of the following functional block used in schneider PLC

1. MBIT-Modify Bit
2. T2R- Table to Register

Thanks.
 
Dear Gent,

Please explain working and application of the following functional block used in schneider PLC

1. MBIT-Modify Bit
2. T2R- Table to Register

Thanks.

Which processor ? They are legacy instructions as far as I know, so unless you are modifying a program then you won't be using them, in which case it should be fairly obvious what they are being used for.

MBIT:

The L9_MBIT procedure modifies bit locations within a data matrix - 1 bit location per scan - setting the bit(s) to 1 or clearing the bit(s) to 0.

T2R:

The L9_T2R procedure copies the bit pattern of a 16-bit Boolean sequence in a table located in %M or %MW memory, depending on the respective procedure, to a destination word located in %MW memory. It can write the bit pattern of one 16-bit Boolean sequence per scan until the bit pattern of every 16-bit Boolean sequence in the source table has been written to the destination word.

Post an example of the program if you need more help.
 

Similar Topics

Hello, As part of our project, we are using an M241 controller. This controller interfaces with an industrial computer and a router via a switch...
Replies
2
Views
90
Hi Please I have zeilo smart relay #SR2A201BD but I don't have it's programming cable. Can I use any general usb/rs232 converter? Or need...
Replies
3
Views
141
Trying to identify the Modbus RTU registers that are in use in the Function block programming in the PLC program. I have a Kohler DEC 550...
Replies
0
Views
145
Hey all, I do not have the original source code of a Modicon M172 PLC (HVAC PLC). I want to modify some of the code but read you cant upload...
Replies
2
Views
332
Hi All, We are planning Establish communication between Power Energy Meter (Schneider PM5320) with Rockwell PLC. I am unable to get the Assembly...
Replies
4
Views
748
Back
Top Bottom