MC_CONFIG vs Flash parameters

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 and MC664(X) all use the MC_CONFIG to set all system parameters apart from the above.

MC403, MC403-Z, MC405, MC464, Euro404 and Euro408 all store some system parameters in Flash.
For example:
SERVO_PERIOD
SCHEDULE_TYPE
AXIS_OFFSET
CANIO_ADDRESS
CANIO_MODE
REMOTE_PROC

The above list is not 100% complete.  If a system parameter has been set in MC_CONFIG in these controllers, make sure they are set back to normal and do not assume that simply deleting MC_CONFIG will return them to their default value.
    • Related Articles

    • What is the accuracy on the UNITS / REP_DIST?

      Q: What is the accuracy on the UNITS / REP_DIST?   UNITS = 2^23*3/360 '    Counts/deg   REP_DIST = 180 '   deg   REP_OPTION = 0 '            [-REP_DIST..REP_DIST] As UNITS is approx. 69905.0667 then what will happen when I have run the system for ...
    • What is the life of Flash Data?

      In the MC206 and MC206X, the TABLE is in battery backed RAM. In the MC4/5/6 Flash memory is used but like a USB Flash-stick. The firmware creates a file store area on the Flash and maintains an index to the contents. The Flash memory used is much ...
    • Technical request for lifetime of flashROM (MC4N)

      The VRs are saved in a file system like a flash-stick so it is not erasing the flash every time you change a value. It uses many pages of flash. The expected lifetime is published on the Trio website on the specifiations pages. Compare Controllers ...
    • AN-307 Move Embedded Parameters

      Move Embedded Parameters are a new feature within the Trio MC4XX Motion Coordinator system software. Each move can have up to 2 user parameters per axis pass through the motion buffers and become available during the motion for processing. The first ...
    • How many TABLE values are saved to Flash in the MC6N?

      The default is none (only VRs are stored; FLASH_DATA = 0) However 64000 will be stored when FLASH_DATA is set to 1   See the Trio BASIC help for FLASH_DATA.