gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ Record_Position()

static int Record_Position ( gclib  gclib,
string  fileA,
string  fileB 
)
inlinestatic

Record user's training and saves to a text file.

Parameters
gclibA gclib object with a valid connection.
fileAA Path to a text file where training for Axis A will be recorded.
fileBA Path to a text file where training for Axis B will be recorded.
Returns
The success status or error code of the function.

See record_position_example.cs for an example.

For VB.NET, see definition in file record_position.vb

Definition at line 32 of file record_position.cs.

References Examples.GALIL_EXAMPLE_OK, gclib.GCmdI(), gclib.GCommand(), and gclib.GProgramDownload().

Referenced by Examples.Contour(), and Record_Position_Example.Main().