Dreamine.PLC.Omron.Fins 1.0.1
Dreamine.PLC.Omron.Fins 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
OmronFinsSimulatorServerOptions.cs
이 파일의 문서화 페이지로 가기
2
12{
21 public string Host { get; set; } = "0.0.0.0";
22
31 public int Port { get; set; } = 9600;
32
41 public bool EnableAutoWordResponse { get; set; } = true;
42
51 public int AutoResponseTriggerOffset { get; set; } = 100;
52
61 public int AutoResponseOffset { get; set; } = 101;
62
71 public int AutoResponseIncrement { get; set; } = 1;
72}