gclib  2.0.8
Communications API for Galil controllers and PLCs

◆ H_DownloadArraysFromList()

GReturn H_DownloadArraysFromList ( GCon  g,
ArrayNode head,
int  fail 
)

Walks through the array linked list, downloading each.

Warning
This function will call DA and DM which modifies the controllers' array table. This should NOT be done while running record array (see RA/RC/RD) or while using the MODBUS array sharing feature (see ME). To prevent any possibility of array table issues, dimension all the arrays used in the applications with the appropriate lengths before use and comment out the array table modification section below.

Definition at line 136 of file arrays.c.