gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GArrayUploadFile() [2/2]

void GArrayUploadFile ( String  filePath,
String  names 
) throws GclibJavaException
inline

Array upload to file. Uploads the entire controller array table or a subset and saves the data as a csv file specified by file_path.

Parameters
filePathString containing the path to the array file. File will be overwritten if it exists.
namesString containing the arrays to upload, delimited with space. "" uploads all arrays listed in LA.
Exceptions
gclibjava.GclibJavaExceptionIf an error is generated by gclib.

Definition at line 391 of file GclibJava.java.

Referenced by GclibJava.GArrayUploadFile().