FAGOR数控支持FCOM进行数据采集,FCOM是FagorCOMmunications的缩写;其支持RS-232、RS-422、以太网进行数据通信, 8035/8040/8055系列均支持以太网通讯。资源为FCOM的开发库,其组件的官方解释如下:
Fcom.dll: It is the library itself. This file must be installed for the end-user, usually in
the same directory where the application has been installed.
- mFcom.dll : It is the especial "mini" version of Fcom.dll for drives.
- Fcom.h: Interface file. It defines in C language all the functions of the library and
the kind of data it handles. Although the description of the functions is in C
language, the library has a standard format and may be called from any language.
There is no need to install this file for the end-user.
- Fcom.bas / mFcom.bas: Interface files of Fcom.dll and mFcom.dll for Visual Basic.
There is no need to install these files for the end-user.
- Fcom.lib / mFcom.lib: Projects written in C/C++ must be linked to this file. There is
no need to install this file for the end-user.