How to recover the controller if the program is corrupt

How to recover the controller if the program is corrupt

Sometimes when the program is corrupted on the controller, there will be some errors thrown up such as:
1. Error Number 93, Program Corrupt
2. E06 Watchdog Trip error

Resetting the controller back to default can recover this fault. To do that, you have to do the following:
1. Create a textfile with the following command: NEW ALL UNIT_CLEAR CLEAR CLEAR_PARAMS IP_ADDRESS=192.168.0.250

2. Save and rename the file as TRIOINIT.BAS (*Make sure the Extension of the file name .BAS)

3. Save the file to a FAT32 formatted SD card

4. Insert the SD card to the controller and reset the power. The controller should reinitialize again and reset to default
    • Related Articles

    • 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
    • Clear DX4 encoder error

      For "Clear all encoder errors" write "1" to address 0x3685:01 For the "Clear multiturn errors" write "1" to address 0x3685:02   The data type is UINT16 From a Motion-iX TrioBASIC program you can use either CO_WRITE or CO_WRITE_AXIS to access this ...
    • ActiveX: Get controller details

      This sample of code is from a Visual Basic Program.  It reads system variables from the Motion Coordinator after the TrioPC Motion ActiveX/DLL connection is opened.         Dim d_value As Double         Dim l_value As Long         ...
    • Flex6-NANO Startup Loop always goes offline

      I made a mistake and my Flex-6 Nano always runs a configuration on startup that results in the PC not being able to connect. What can be done to solve it? ================================================================================== You need to ...