the bits status in PLC

tang6518

Member
Join Date
Mar 2011
Location
JiangSu
Posts
8
When we use the third software send the information to PLC, just as VB or other applications. always we send the package include the PLC address and the value.
for example:
we use AB PLC5, and the third application send the package to PLC5.
address :B10:1
data : 0001 ( HEX)
so please tell me the below opinion is true or not?
1. B10:1/0 will equal to 1;
2. after the scan , B10:1/0 will change to 0 ;
thanks a lot !
 
When sending data to a AB PLC5 from third party software such as Visual Basic, I believe the bit will stay a 1 after the scan.
 
thanks !

Whether there has a software that send the value to PLC and only hold one scan?

Because in my system , it seems that the valve can't hold on until this bits has been unlatched.
 
If you only want a bit on for one scan, then use a One Shot. You might need to use the B10:1/0 to turn on another bit set up as a One Shot. You will need to add a rung.
AB experts, please post an example. I'm not an AB man.
 
The external software cannot guarantee that a bit which is set will remain only for one scan. If it again writes a zero it would probably be after more than one scan. There must be logic inside the PLC which assures that the information (the '1') is only acted on once.
 
Thanks your kindly help!

I think , external software only send the value to the PLC. the bit stauts remaines one scan or before next value changed controlled by the PLC logical not the external software.

by the way,sometimes when external software communicated with PLC. the package may lost. can we have a way to monitor the package flow ? for example ,Can we get a excel file to record the bits change information?

Thanks!
 
The commands should be SET and RESET. SET to turn a bit on, RESET to turn a bit off. The bits won't change unless your PLC program changes them.
Communications should be monitored on your computer. There are several serial sniffer programs available. Many are free. This one looks good.
 

Similar Topics

I'm losing it...I accidentally posted this in a existing thread thinking I was starting a new thread. Time to put me out to pasture. Instead of...
Replies
6
Views
1,212
Upon adding the OB16 module in CCW, i see that it shows that it has status bits (assuming one for each output, (IO_X2_ST_00, IO_X2_ST_01, etc)). I...
Replies
0
Views
672
This is in an existing application, so stuff I've found and I'm trying to debug. I've got no Tech support contract, so can't view Tech Notes :/...
Replies
3
Views
1,563
Hey everyone, Currently working on a project to replace some old AB 1336 and PowerFlex 4 drives with 525s, as well as the existing SLC 5/04 with...
Replies
6
Views
5,760
Hello guys, I want to add a few status bits to the HMI program for the operator. There are 5-AB 1769 L32E Compact Logix PLC's throughout the...
Replies
4
Views
3,738
Back
Top Bottom