QUOTE(chuck @ Apr 12 2007, 09:41 AM) [snapback]52851[/snapback]
QUOTE(rpraveenkum @ Apr 11 2007, 01:34 AM) [snapback]52765[/snapback]
2711-T6C5L1X B F 4.46
Has only one port(protocal Dh485 port rs2323) this model don't have printer port
If you are using NC13 in serial port in the PC use 1747-PIC/AIC+ device driver in rslinx
If you are UIC with NC13 use AB-DF1 driver in rslinx
make sure your serial port is not used by any other software
rpraveenkum
Thanks yes that worked... I'm using NC13 in serial port on my PC and I used the 1747-PIC/AIC driver in RS Linx. Where did you discover this information, I searched for days? again thanks.
Heh.. that's just one of those dumb A-B comms quirks that people only find out through pain and suffering :) The driver in Linx should say "Generic DH485 protocol driver" because the PIC and/or AIC+ isn't necessarily needed. Your computer doesn't know or care if there's a PIC attached, it just spits packets out on the transmit line and expects something to spit packets back at it on the recieve line. In the case of a "5" panelview (2711-xxx5), no additional electrical conversion is needed. Now on the other hand, if you had a "2" panelview (2711-xxx2), you would need the PIC to convert the signal from RS232 to RS485. The comms protocol (and therefore the RSLinx driver) stays the same.
Hopefully that makes sense!