MC224 Control Technic with SLM-Card VS MC664

MC224 Control Technic with SLM-Card VS MC664

MC664 in theory can support the P873 though we do not at present have any customers using that combination. The P873 will support 6 axes (2 x 3). You do not need feature codes, the axes are included in the price.

There was no special build of MC224 firmware for the SLM.

The main thing to watch for is that Motion Perect 3, 4 and 5 have no SLM support. So you must take the setup program out of the MC224 and modify it by hand. The ATYPE is different for SLM in the MC664 for example.
    • 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 ...
    • Loading encrypted project from SD card

      This is the content for the SD card TRIOINIT.BAS ' *** ' SD Card decryption demo. ' Prepared by Trio Motion Technology Ltd. ' ' *** PROJECT_KEY "O5/A6qXkaXc" FILE "LOAD_PROJECT" "training ecr1" Replace the key above with yours and use your project ...
    • AN-408 Using SD card to change IP Address

      This document explains how to change the IP address, subnet mask and default gateway by using a SD card or micro SD card on Trio Motion Coordinator
    • LinMot latest Drive support DS402 homing & Torque control

      LinMot have updated their firmware to include Position, Speed & Torque control now. The respective CoE objects are mapped in the fixed PDO profiles. The below LinMot Drives with Firmware 6.10 able to support this profiles In the attached EC_EXTEND, ...
    • Is it possible to create a directory on the SD card using a variable?

      Yes it is. ' create a new directroy on the SD card DIM dirname AS STRING(20) dirname = "folder1" FILE "MD" dirname folder_number = 3 dirname = "Folder" + STR(folder_number, 0) FILE "MD" dirname   dir d  Volume is MCCARD  Volume Serial Number is ...