Related Articles
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
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 ...
Recovery SD card file name
When recovery of a Motion Coordinator with the recovery boot system, a special file name is used for the firmware file on the SD card. Go to the Trio website www.triomotion.com, log in and go to the Software->All Firmware page. Select the firmware ...
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 ...
FILE command for Rename file
To rename a file on the SD card use the FILE "REN " function. It was not documented in the Help with Motion Perfect 5.2 but will be included in the MP version 5.3 release. Typical syntax is FILE "REN" "test_file.txt" "test.txt"