Methods for getting parameter names, Methods for handling recipes – Watlow ANAWIN 3 User Manual
Page 16

AnaWin3 Quickstart Guide
OLE Reference
Doc.# 22852-10
Watlow Anafaze
13
the download request is assigned an unique ID which is passed
back in the DownloadID argument. This DownloadID can be
used to assess the status of the download attempt using the
RecipeLoadStatus method.
SetChannelDataValues returns immediately. If the return val-
ue is AWOK(0), the success or failure of loading the data to
the controller can be determined by calling RecipeLoadStatus
passing in the value returned in DownloadID. Otherwise some
error occurred (indicated by the return value) and the data
download was aborted.
Methods for Getting Parameter Names
-* +( / 0 + /#
0 . .
)
--2
+(
/
0
+ /#
0 . .
)
-%
+(
/
0
+ /#
0 . .
)
-/
+(
/
0
+
/
0 . .
)
-
+(
/
0
+ /#
0 . .
)
-1/
+(
/
0
+
/
0 . .
)
-1'
+(
/
0
+
/ 0 . . )
Used to get the strings displayed in AnaWin3 for the specified
controller and parameter. Value is filled by the Server and will
contain a string of 20 characters or less.
Methods for Handling Recipes
-1(1 . )
Used to obtain a list of stored recipes. The server fills rcpList
with an array of strings. If there are no recipes stored, the re-
turn value is AWNoRecipes(8).
1(+ 0 %/% / )
Used to load a recipe to the controller(s). Note that a recipe
may span controllers. If the RecipeName passed in is valid,
AWOK(0) is returned and the download request is assigned an
unique ID which is passed back in the DownloadID argument.
This DownloadID can be used to assess the status of the down-
load attempt using the RecipeLoadStatus method.
LoadRecipe returns as soon as the recipe has been queued for
download. If the return value is AWOK(0), the success or fail-