Geip BIT POS WORD

archie02

Member
Join Date
Jul 2010
Location
lumban laguna
Posts
3
Goodmorning guys can u help me how can i read 1 register(bool) with 64 array tags in cimplicity(bool) when i write 1 (machine edition) on the value bit 0 is 1 when i write 2 bit 1 is 1 But when i write 3 why is its the bit 0 & 1 is 1 ? Its suppose to be bit 2 is 1 and ang bit 0&1 is 0 the plc the logic reding is BIT POS WORD any help and suggestion in healy appreciated thanks tou guys
 
I'm not entirely sure what you are asking.

The BIT_POS_WORD function in a Series 90 PLC returns the position of the first non-zero bit.

In a Series 90 PLC, if you want to write a value of 1 a specific bit use the BIT_SET_WORD function. Use the BIT_CLEAR_WORD function to write a value of zero. The BIT_TEST_WORD function allows you to check a specific bit and provides a Boolean output with the state of that bit.

The Rx3i PLC allows you to use Boolean instructions on individual bits of a WORD or INT variable.
 
Steve...
I noticed something odd.
The RX3i/RX7i CPU instruction set descriptions disappeared between GFK-2222T and GFK-2222W manuals????
Where did they go???
 

Similar Topics

Hi Experts, I havebeen working on Versamax GE PLC CPU IC200CPU001 Power supply IC200PWR001 with I/O modules IC200MDL244(Input Module)...
Replies
6
Views
3,335
Hi Experts, I havebeen working on Versamax GE PLC CPU IC200CPU001 Power supply IC200PWR001 with I/O modules IC200MDL244(Input Module)...
Replies
2
Views
1,978
Dear Experts Solution Required for 2 queries 1- During installation of SQL 2012 setup an Error occurred " express database engine installed...
Replies
1
Views
2,152
Attached is an undocumented "feature" in GEIP PLC's that allows one to Download and run your logic but as of today there is no way to upload the...
Replies
2
Views
1,967
See the screenshot of EIP tag list. We are trying to read in a digital input that is hard-wired. It is shown here as I31.1. I believe we cannot...
Replies
7
Views
282
Back
Top Bottom