ASAP3_GET
ASAP3_SET
###############################################################
# ASAP3.. commands are used to communicate with the KESET+ application
# running on TCP/IP connection
#
# registered_name - a unique name for the instance of the "asap3cli" which
# will receive this command - the name is the first
# spawning argument for "asap3cli" and can be found in
# the spec file after the @REG_NAME keyword
#
# ECM_name - the ASAP3 "datasource". This is also usually the
# registered name of the instance of the server. This is
# found in the spec file, also.
#
# ECM_variable - this is a string and may be a constant, variable label,
# or computed expression - a constant must be expressed
# as a literal string with single quotes
# Note that the ECM_variable label is a string, so that
# the label should normally be enclosed with single
# quotes such as 'RUN_LOC'
# if the ECM_variable is not quoted, then gp_test will
# interpret that as the label of an ASSET string
# variable which contains the ECM_variable name
#
#
# value - this may be a constant, variable label, or computed
# expression
#
# ASSET_label - the label of the variable where the result will be
# placed
@ASAP3_SET
#registered_name ECM_name ECM_variable value
asap3_1 ECM0 'Some_label' 100[none]
@ASAP3_GET
#registered_name ECM_name ECM_variable ASSET_label
asap3_1 ECM0 "'injector' + cyl_number" fixed_label