The Control commands tab supports commands for script execution control, external reset, and digital output:
- The Wait for External Reset scripting command waits 10 seconds for an external
global reset triggered by a rising edge on APPSFPGA input GPIO_A0. After 10 seconds,
execution of the script resumes with the next command in the script. GPIO_A0 is a 2.5 Volt
CMOS input.
- The Delay command delays for the specified time in msec.
- The Loop Until Break command loops until the Break button is clicked.
- The Loop command loops for the specified number of iterations.
- The Set GP Output command sets the value of the APPSFPGA general purpose digital
outputs GPIO_A(4 - 6). Value is entered in decimal or hexadecimal (for example, 0x3). Bits
0, 1, 2 of value control the output state of GPIO_A4, GPIO_A5, and GPIO_A6 respectively.
Bits 7, 6, 5, 4, 3 of Value are not used. GPIO_A(4 - 6) are 2.5 Volt CMOS outputs.
Note: NOTE: For more information on GPIO
outputs see the
DLP® Discovery™ 4100 Development Platform API Programmer’s Guide
(
DLPU039 § 5.2.24 and § 6.2.24).