connecting to Panasonic fpg-c32t2h PLC

unsaint32

Member
Join Date
Oct 2012
Location
minneapolis
Posts
365
Hi, I am a PLC novice. I am trying to access a panasonic plc CPU (fpg-c32t2h) with my laptop. I believe I need FPWIN Pro.

But before that, I need help with getting the cable.

Question 1)
The PLC has a RS232 comm card attached to its side. FPG-COM2. It has five terminals. It has 5 terminals; S1, S2, R1, R2, SG. I am assuming RxD=R, TxD=S, GND=SG. But then why are two each (R1 R2 S1 S2)? Can you help me with which pins go to which terminals of the comm card?

Question 2)
My laptop has a serial port (DE9 IOIOI). So, do I need to get a cable with the DE9 plug at one end (for my laptop) and 9 wires at the other end (for the PLC)? Where do I order one of those?

Thank you.

FPG-COM2.JPG RS-232_DE-9_Connector_Pinouts.jpg
 
https://www.panasonic-electric-works.com/eu/powerful-compact-plc-fp-sigma.htm

Hello!

Q1: FPG-COM2 is a two-channel communication cassette, so terminals w/ index '1' is for COM1 port and w/ index '2' is for COM2 port. Signal ground is common for both channels.
You can find more information about communication cassettes in Chapter 7 of FP Sigma User's Manual.

Q2: You need a cable w/ the DE9 female connector and 3 wires on pins 2, 3 and 5 (RxD, TxD, GND).

PC side (DE9 fem): pin 2 RxD <--- Sx :pLC side (terminals)
pin 3 TxD ---> Rx​
pin 5 GND --- SG​

Usually I connect via TOOL-port (round mini-DIN 5 socket on the PLC's face side), you can find pinout for the cable here.
 
Thank you Zes,
So all I need to see the PLC program is the cable and FPwin Pro software then? Do I need a driver or what else do I have to do or get in order to see the PLC program? Thanks again.
 
You only need drivers for your built-in COM-port. MEWTOCOL driver's installed with FPwin Pro. Under the "see the PLC program" you mean upload existing PLC program or debugging your own code?
 

Similar Topics

I have 2 PLCs. One is networked to our plant, and the other is networked to the first PLC via a 1756-EN2T. I could easily get the second PLC...
Replies
3
Views
67
Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
85
I have been working on this for a while now and I can't seem to get it. I was finally able to view the 1500 on the PanelView under the serial...
Replies
1
Views
126
Hello, I was looking to store some values from our FactoryTalk Application using Datalog to a MariaDB. I see there is quite a bit of documentation...
Replies
1
Views
129
I haven't encountered problems connecting to a PLC through VM Ware but I am with this particular machine. I'm running Windows 7 on a Windows 10...
Replies
8
Views
257
Back
Top Bottom