Parallel ports in Allen Bradley PLC

arbj

Member
Join Date
May 2011
Location
mrt
Posts
61
Hi,

I am interested to know if PLCs have a parallel port implemented in them. The PLC is an allen bradley and has 8 digital input lines, a strobe, ready and acknowledge lines. The levels are all +24 VDC

I am curious to know if there is a standard implementation for this type of port. I have been asked to develop an interface for this, it will be very helpful if there are documentations available for the parallel port, I heard it being referred to as LPT port (printer port).

I can implement a parallel port interface easily in my design if documentation were available, but my problem how do I test this apart from using on the target PLC.

More specifically I am interested in knowing how can 16 bit data be strobed in using just 8 bits.

thanks
a
 
"Local Printer" LPT ports are from the era when Centronics dominated the dot-matrix printer business for IBM Personal Computers.

To my knowledge, no Allen-Bradley programmable controller has ever had a parallel data port on it.

There is no standard implementation of an LPT or parallel data port using ordinary 24V I/O. There's no "LPT library" or similar function.

In general, you need enough data lines to support your data size. If you want to do 16 bit data with one strobe, you need 16 data lines plus a strobe.
 

Similar Topics

So I have a sort of unique situation where I'm wanting to run a PF755 from the IO and over ethernet. Of course, this comes with it's own set of...
Replies
9
Views
252
dear all.. i am designing the Sea Water Intake pump which the 4 pumps will be operated parallel, and 1 pump will be as stand by pump The pump data...
Replies
3
Views
157
I’m working on getting a Parallel Redundancy Protocol PRP system set up in a lab situation. The L73 PLC is in rack 4. 3 io racks are 1,2,3. I...
Replies
6
Views
746
I am trying to use level switches to control a valve. If a level switch goes hi, it closes a valve. I am using ONS to keep the switches...
Replies
4
Views
1,031
I have 2 Absolute Encoders 8192 steps per Rev. (Model TR Electronic CEV65m-11003) These Encoders communicate to the PLC5-60 via Parallel push/pull...
Replies
3
Views
1,510
Back
Top Bottom