AllocateRepeat 메서드
소스 보기AllocateRepeat(ushort, ushort, ushort)
Word(Holding Register, Input Register) 기반 반복 할당
선언
public void AllocateRepeat(ushort startAddress, ushort registerCount, ushort value)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
ushort | startAddress | 시작 주소 |
ushort | registerCount | Word(Holding Register, Input Register) 개수 |
ushort | value | 반복할 값 |