Can I upgrade MC403Z to run servo axes?
The MC403-Z (P821 and P822) and the MC403 (P823, P824 and P825) are different hardware. There is no DAC on the MC403-Z, ie there is physically no DAC on the board and no tracking to solder one in.
Therefore the P821 is not up-gradable to P824 standard.
Related Articles
MC_CONFIG vs Flash parameters
All Motion Coordinators store the IP_ADDRESS, IP_NETMASK and IP_GATEWAY in Flash memory. So there is usually no need to add them to the MC_CONFIG. There are some differences with other system parameters. MC4N-ECAT, MC4N-RTX, MC6N-ECAT, Flex-6 Nano ...
How many axes work synchronously in the Euro408?
In all the Motion Coordinators it is possible to run all axes synchronously. There is no limit. So in the Euro404 you can run all 4 axes with for example a MOVEABS(x, y, z, a) In the Euro408 you can run all 8 axes with MOVEABS(x, y, z, a, b, c, d, ...
Linking Motion of Two Axes
If needed, make the second motor direction the same as the first. Either reverse it in the servo-drive, or you can put the following 2 commands in the startup: STEP_RATIO(-1, 1) ENCODER_RATIO(-1, 1) It will be easier to use CONNECT etc. because you ...
Can I use Motion Perfect v4 with the new MC404-Z?
The MC404-Z and other new products require the latest version of Motion Perfect to run them. At the time of writing this post, the latest version is MPv5 version 5.0.2 and that is the recommended version for programming the MC404-Z 4 axis stepper ...
Kollmorgen drive with SERVO_PERIOD issue
EtherCAT network goes in operational state only with SERVO_PERIOD=250 µsec setting when Kollmorgen drives are in use. The network stays in safe-operational state with any other servo period setting. The following needs to be done; * MC_CONFIG to be ...