getAstStatGen

Purpose:

Communicate with shared memory servers on remote nodes to collect data and update specified CyFlex variables on the local node.

Enter:

getAstStatGen [spec file name] &

Where:

spec file name Optional. Specify the path to the specification file listing variables to fetch. The default spec file name is /specs/fetch_remote.

Example:

getAstStatGen /specs/fetch_remote &

####################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:

Maximum of 20 variables per specification file. Run multiple instances with separate files for more variables.

See Also:

Internodal Communications Tasks Reference