Hello everyone, Mitsubishi PLC is one of Mitsubishi Electric’s best-selling PLCs. It has compact size, cheap price, good quality, meets most of small automation applications. It can also generate pulses to drive Stepper Motor or Servo Motor
Today plc247.com will guide you to use PLC FX3U to control Panasonic Minas A6 Servo Motor in the simplest and easiest way.
Mitsubishi FX3U & Minas A6 Servo “Wiring Diagram”
+ Note: Only Transistor Output type FX3U PLCs support high speed pulse generation to control Stepping/Servo Motor
I/O Address
Input
+ X0: ORG Sensor
+ X1: Forward Limit Sensor
+ X2: Reverse Limit Sensor
Output
+ Y0: Pulse Output
+ Y4: Direction Output
+ Y5: Servo ON/OFF
Panasonic Minas-A6 Drive Parameters Setting
Below are the basic parameters that we need to install for the Panasonic Minas A6 so that it can receive speed pulse control from the PLC
This is a table of parameters that plc247.com has installed to use in this project, you can use Panaterm V6.0 software to install (Download link below the article) or use manual settings on the buttons of Minas A6 Drive.
Mitsubishi FX3U Instructions Explained
“Zero Return” Instruction
- S1: ORG Sensor (near-point signal (DOG) input device numbe)
- S2: Z-Phase signal input ( from Servo Motor)
- D1: Pulse output number
- D2: Rotation direction signal output
“Absolute Pulses Output” Instruction
- S1: Number of output pulses (Absolute address)
- S2: Output pulse frequency (Speed)
- D1: Pulse output number
- D2: Rotation direction signal output
“Increment Pulses Output” Instruction
FX3U PLC Programming Example
+ Servo On/Off Control & Origin Recover
+ Axis Jog Command
+ Axis Multi-Position Control Command
Video Tutorial
======
Softwares and document for the project
+ Download Mitsubishi GX Works2 Software
+ Panasonic Panaterm V6.0 Software Download
+ Panasonic Minas A6 Servo Manual PDF Download
Password Extract: plc247.com
If in the process of using the Mitsubishi FX3U PLC to control the Panasonic A6 Servo, you have any difficulties, please comment below the article, plc247.com will reply to you as soon as I read the comments.
Best Regards!
Mr.247, how if i handle 2 or 3 servo with this PLC FX3U, and the motor is working parallel, is it okay of i reset absolute trigger memory with m8029 and m8329 in every axis?
You should make a subroutine
do you have an example
see tutorial video sir