getAstStatGen

Purpose:

Establish virtual communication to a shared memory server on a remote node. This collects data from the remote node and directs the results to specified CyFlex variables on the local node.

Enter:

getAstStatGen [spec file name] &

Where:

spec file name Optional. Specify the specification file containing CyFlex variables. The default spec file name is /specs/remote_fetch.

Example:

getAstStatGen /specs/get_list

####################  spec file format ###################
 label       data_type(REAL_TYPE, LOGI_TYPE, INT_TYPE,or STRING_TYPE)  
 
Cell_meter     REAL_TYPE  
hr_meter_run   LOGI_TYPE  
engineer       STRING_TYPE  
 
(maximum of 20 variables)  
 ##################################################

Notes:

For more than 20 variables, run more than one instance of this application, each with a separate spec file.

See Also:

Internodal Communications Tasks Reference