(VB6) MX 컴포넌트용 함수 모음
VB6에서 MX 통신을 할 때 사용하는 함수를 모아보았다. 한 번에 하나의 디바이스만 읽을 수 있도록 코드를 수정하였다 'The declaration of constants Const MAX_SIZE_OF_ARRAY = 20 'Size of array for reading/writing 'Word' data to the PLC(D0-D9) Const ELEMENT_SIZE_WORD = 10 'Size of elements, when reading/writing 'Word' data to the PLC. Const ELEMENT_SIZE_32BITINTEGER = 2 'Size of elements, when reading/writing '32bit Integer' data to the PLC. Const..