Skip to main content

NOTICE: Due to a lapse in annual appropriations, most of this website is not being updated. Learn more.

Form submissions will still be accepted but will not receive responses at this time. Sections of this site for programs using non-appropriated funds (such as NVLAP) or those that are excepted from the shutdown (such as CHIPS and NVD) will continue to be updated.

U.S. flag

An official website of the United States government

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

Lists


A list is a set of values for a motor or other device. All lists have a name and can be constructed from numeric values. For example,

List Reference Example 1

Lists Reference Example 2

When you select the “cyclic” checkbox in a list, its list of numbers will be allowed to repeat and continue cycling until a given iteration is complete. This situation typically happens when a loop contains two lists/ranges that are of uneven lengths.

Lists Reference Example 3

List Reference Example 4

If cyclic is not selected, then instead of motorB repeating its entire set of values, it will only repeat the last value in the set.

List Reference Example 5

List Reference Example 4

Additionally, the first list in a loop declares how many iterations the given loop will have. Thus, if a subsequent list is longer, then it will only iterate through as many values as the first list/range provides. The same is true for ranges (see Ranges).

List Reference Example 5

List Reference Example 6
Created December 12, 2018
Was this page helpful?