Dreamine.PLC.Omron.Fins 1.0.1
Dreamine.PLC.Omron.Fins 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
OmronFinsMemoryAreaCode.cs
이 파일의 문서화 페이지로 가기
2
11public static class OmronFinsMemoryAreaCode
12{
21 public const byte CioBit = 0x30;
22
31 public const byte WorkBit = 0x31;
32
41 public const byte HoldingBit = 0x32;
42
51 public const byte DmBit = 0x02;
52
61 public const byte CioWord = 0xB0;
62
71 public const byte WorkWord = 0xB1;
72
81 public const byte HoldingWord = 0xB2;
82
91 public const byte DmWord = 0x82;
92}