Related Articles
MOVEADD example
The attached Motion Perfect project contains a program that demonstrates the MOVEADD command used on 3 move types. 1. Constant speed axis using FORWARD that is modified by MOVEADD 2. MOVEABS with modifying MOVEADD 3. MOVELINK with modifying MOVEADD
AN-389 VRSTRING 16 bits TrioBASIC Function
VRSTRING combines the contents of an array of VR() variables so that they can be printed as a text string or used as part of a STRING variable. This document explains with an example code.
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"
AN-377 User Guide for MOVETURN
The MOVETURN move type allows certain multi-axis moves which have a start and end position with start and end speed vector to be easily programmed. This document explains how to use the command MOVETURN
AN-340 COMBOBOX dynamic loading from SD Card
This document contains a trioBASIC program that is able to read a list of Items from a text file stored in an SD Card and load those Items onto a Trio Uniplay COMBOBOX. It is also possible to add Items to the text file stored in the SD Card and ...