- 42 -42Library for PC ProgramFAS_EnableLogTo select the save function of communication error log file.Syntaxvoid FAS_EnableLog(BOOL bEnable);ParametersbEnableSelect output of Log.RemarksSelect the Log output during Ezi -MOITON Plus-R DLL function used. This setupDo not effect th other process or other program.Log function start from ‘FAS_Connect’ function, the Log output is end when the‘FAS_Close’ is excuted.Example#include "FAS_ EziMOTIONPlusR.h"void funcDisableLog(){BYTE nPortNo = 1;FAS_EnableLog(FALSE);// Try to connect.if (FAS_Connect(nPortNo, 115200) == FALSE){// connection fail.// cab be different Port or different Baudrate.return;}// Connection close. .FAS_Close(nPortNo);}See AlsoFAS_SetLogPath