Hi everybody,I have replaced a faulty S5-95U 8MC01 (with 2 serial ports) with S5-95U 8MA04. There was an OP7 connected on the second serial port, and since 8MA04 doesn't have a second serial port I have connected the OP7 to the PG port of 8MA04.
Siemens Op7 Serial Cable Replacement
The system doesn't.My questions:1. Is it possible to replace 8MC01 with 8MA04 if only one serial port is being used.2. How do I configure PLC/OP?3. What problems I might encounter? (Note: I have a PG720 to do programming)4. Is it safe to do so?I would appreciate if anyone could be of any help.Thanks,bagi. If I recall correctly, you may need to use a different FB for the OP communications.
![Siemens op7 serial cable driver Siemens op7 serial cable driver](https://conbotassucias.files.wordpress.com/2013/02/op7-17.jpg)
Serial Cable Bulk
![Cable Cable](https://www.plchardware.com/plch_images/SM-6AV3607-1JC20-0AX1-UPP_1_17_11_16_15_21_36_b.jpg)
If you were using FAP via SI2, then you would use FB53. If you are using AS511 via the PG port, then you would use FB51. Note that if you have to replace the FB, it must be with one for that model of PLC (i.e. Use one intended for an S5-95U, not one meant for an S5-135).If you were using SI2 with the FAP protocol, then you would have called the FB53 with something like the following:L KY53, 1JU FB53If you were using the PG port with AS511, it would look like:L KY51, 0JU FB51Note that the KY53 and KY51 in the above examples may not match your actual program. These are the interface DB numbers, which need to match whatever DBs were used for this in your program (most people like to have the FB and DB numbers match though).
If I recall correctly though, the 0 and 1 indicate the port numbers.I have used a lot of S5-95U PLCs, and most of them had OPs (including the OP7) connected to the PG port. One problem with the OP7 is that it doesn't have loop-through mode, so you have to unplug it from the PG port to program the PLC.