PlcPointAttribute 생성자
소스 보기PlcPointAttribute(string)
생성자
선언
public PlcPointAttribute(string deviceVariable)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
string | deviceVariable | 디바이스 변수 문자열 맨 처음 %를 표기하고 디바이스 종류, 데이터 형식, 주소 순으로 입력함. (예: %MW100) |
PlcPointAttribute(string, byte)
생성자
선언
public PlcPointAttribute(string deviceVariable, byte stationNumber)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
string | deviceVariable | 디바이스 변수 문자열 맨 처음 %를 표기하고 디바이스 종류, 데이터 형식, 주소 순으로 입력함. (예: %MW100) |
byte | stationNumber | 국번 |