gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ GArrayDownload()

void GArrayDownload ( String  arrayName,
List< Double >  data 
) throws GclibJavaException
inline

Downloads array data to a pre-dimensioned array in the controller's array table.

Parameters
arrayNameString containing the name of the array to download. Must match the array name used in DM.
dataList containing the array data. The length of data may not be larger than the array dimensioned.
Exceptions
GclibJavaExceptionIf an error is generated by gclib.

Definition at line 111 of file GclibJava.java.