gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GArrayUploadFile()

void GArrayUploadFile ( string  Path,
string  Names 
)
inline

Allows uploading of a program array file from the controller to an array CSV file.

Parameters
PathThe full filepath of the array csv file to save.
NamesA space separated list of the array names to upload. A null string uploads all arrays in the array table (LA).

Wrapper around gclib GArrayUpload(). http://www.galil.com/sw/pub/all/doc/gclib/html/gclib_8h.html#af215806ec26ba06ed3f174ebeeafa7a7

Exceptions
System.ExceptionWill throw an exception if anything other than G_NO_ERROR is received from gclib.

Definition at line 206 of file gclib.cs.