172 ● NO (‘ apostrophe also accepted) DMC-40x0 Command Reference
NO (‘ apostrophe also accepted)
FUNCTION: No Operation
DESCRIPTION:
The NO or an apostrophe (‘) command performs no action in a sequence, but can be used as a
comment in a program. This helps to document a program.
ARGUMENTS: NO m where
m is any group of letters and numbers
up to 77 characters can follow the NO command
USAGE: DEFAULTS:
While Moving Yes Default Value
In a Program Yes Default Format
Command Line Yes
Controller Usage
ALL CONTROLLERS
OPERAND USAGE:
_NO returns a bit field indicating which threads are running. For example, 0 means no threads are
running, 1 means only thread 0 is running, 3 means threads 0 and 1 are running, and 255
means all 8 threads are running).
EXAMPLES:
#A ;'Program A
NO ;'No Operation
NO This Program ;'No Operation
NO Does Absolutely ;'No Operation
NO Nothing ;'No Operation
EN ;'End of Program