Help - Search - Members - Calendar
Full Version: OTL Latch problem
Forums.MrPLC.com > PLCs and Supporting Devices > Allen Bradley
Boss2553
I have a program here that has Latch (OTL) with no (OTU) it works ok. There is more than one in this program. I have RsLogix500 software and a Microligix1500 PLC.
ratcliffe_ic
QUOTE (Boss2553 @ Oct 27 2009, 11:10 AM) *
I have a program here that has Latch (OTL) with no (OTU) it works ok. There is more than one in this program. I have RsLogix500 software and a Microligix1500 PLC.


You probably have something that clears the full word e.g clr B3:1 ( or maybe a MOV 0 or a FLL command) somewhere in the program
Boss2553
Thank you, that was it a CLR. Learn somenthing new every day.
paulengr
QUOTE (Boss2553 @ Oct 27 2009, 01:04 PM) *
Thank you, that was it a CLR. Learn somenthing new every day.


Next time if you see one of these, use the cross reference function instead of just a simple search. On a PLC-5/SLC series processor, it will list all references even those that are word/block references, not just bits. The only thing it won't pick up on is indirect and indexed addressing.
slcman
When you double clic on B3 file, and then clic on USAGE button, you see all use bit and word. X represent witch bit is used and W in FW column mean full word used.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.