U600 User’s Guide
AerDebug
Version 1.4
Aerotech, Inc.
4-45
4.6.94. VSSET (type) (number) (“string”)
The VSSET command sets the specified string variable to the text string specified. There
are three types, Global, Task, and Program string variables represented by G, T, and P,
respectively, all holding 128 character strings. By default, there are ten Global, twenty
Task string variables, each numbered 0 through the (maximum size -1), determined by the
NumGlobalStrings and NumTaskStrings parameters. The number of Program string
variables is determined by the number defined within the current CNC program
associated with the current task.
EXAMPLE:
VSGET G 9
; display Global string variable 9
VSGET T 19
; display Task string variable 19
VSGET P 0
; display Program string variable 0
The string must be within quotation marks if there are spaces within the string.
4.6.95. WAIT ([!] condition)
The WAIT command waits on any of the following conditions by specifying the string
shown below for the desired condition. Also, the user may wait for the condition to
become false by specifying a “!” or a “~” before the string. The case of the string
condition parameter is insignificant.
ProgramAssociated
ProgramActive
ProgramExecuting
ImmediateCodeExecuting
SingleStepInto
SingleStepOver
InterruptFaultPending
InterruptCallBackPending
ProgramCleanup
EStopInputActive
FeedHoldInputActive
SpindleFeedHoldActive
MotionFeedHoldActive
MotionContinuous
EXAMPLES:
WAIT ProgramAssociated
; wait till a program has been associated
; with this task
WAIT ! ProgramExecuting
; wait till the program is done executing
Содержание UNIDEX 600 Series
Страница 19: ...Table of Contents U600 User s Guide xviii Aerotech Inc Version 1 4...
Страница 27: ...Preface U600 User s Guide xxvi Aerotech Inc Version 1 4...
Страница 163: ...AerPlot U600 User s Guide 6 6 Aerotech Inc Version 1 4...
Страница 169: ...AerReg U600 User s Guide 8 4 Aerotech Inc Version 1 4...
Страница 177: ...AerPlotIO U600 User s Guide 10 4 Aerotech Inc Version 1 4...
Страница 179: ...Filter U600 User s Guide 11 2 Aerotech Inc Version 1 4...
Страница 219: ...PrmSetup U600 User s Guide 13 2 Aerotech Inc Version 1 4...
Страница 223: ...Glossary of Terms U600 User s Guide A 4 Aerotech Inc Version 1 4...
Страница 353: ......