#include <cogent.h>
ST_STATUS HI_Enable(IP_hTASK historian, char* retbuf, int buflen, char* histpattern );
ST_OK on success. Otherwise ST_ERROR, and the retbuf will contain a NULL-terminated character string with an error message. If the return value is ST_OK, the retbuf may not contain useful information.
This function reverses the effect of a previous disable, hist_disable, or HI_Disable call, so that new data values will be accepted and logged.
This function corresponds to the Cascade Historian enable command and the hist_enable dynamic library function.
Copyright © 1995-2006 by Cogent Real-Time Systems, Inc. All rights reserved.