Is there a "bit and" or "bit or" in lookoutdirect?

AlecTek

Member
Join Date
Sep 2010
Location
Vancouver
Posts
155
Does anybody knows how to make "bit and" or "bit or" in lookoutdirect 4.5? I stored bit info in the words of PLC V-memories, but I just could figure out how to set/read them from lookout. &,&&,and don't work. Thanks.
 
They don't use ampersands. Just use the word AND as in; (Expression1 AND 2). Of course, you could substitute an expression in place of the '2'.
 
Does anybody knows how to make "bit and" or "bit or" in lookoutdirect 4.5? I stored bit info in the words of PLC V-memories, but I just could NOT figure out how to set/read them from lookout. &,&&,and don't work. Thanks.


Sorry I missed the "NOT".

I was a fool that I programmed the PLC with all logics with bit operations in the V-memory, and now I've found LookoutDirect doesn't support bit operation. I tried hard to display the bits with expressions like: if(Mod(Int(V3000/8),2),TRUE, FALSE), and now I am able to display them, but still not knowing how to set them.:mad:

Thanks, Doug, but the AND is not a bit and, (1001 AND 0011 = true)
 

Similar Topics

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
283
A couple days ago I accidentally toggled an alwasyoff bit. The issue is it was set up as a single OTU on a rung, nothing else, and used as XICs...
Replies
3
Views
226
Hi I have an old panel builder 32 that I’m replacing for a factory talk me hmi . In the plc for the old panel builder there is a coms bit for the...
Replies
0
Views
74
Hello, Haven't been on in a while. I need to generate a bit level pdf of the I/O for RSLogix 500. I can generate a report but it just shows the...
Replies
1
Views
158
I tried researching but I still don't quite get it. As far as I understood, it's used after a function is called in STL and then if the function...
Replies
1
Views
143
Back
Top Bottom