Dreamine.PLC.Omron.Fins 1.0.1
Dreamine.PLC.Omron.Fins 산업 자동화 및 I/O 기능을 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions 클래스 참조sealed

더 자세히 ...

속성

string Host = "0.0.0.0" [get, set]
int Port = 9600 [get, set]
bool EnableAutoWordResponse = true [get, set]
int AutoResponseTriggerOffset = 100 [get, set]
int AutoResponseOffset = 101 [get, set]
int AutoResponseIncrement = 1 [get, set]

상세한 설명

Omron FINS 시뮬레이터 서버 옵션을 나타냅니다.

OmronFinsSimulatorServerOptions.cs 파일의 11 번째 라인에서 정의되었습니다.

속성 문서화

◆ AutoResponseIncrement

int Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.AutoResponseIncrement = 1
getset

자동 응답 값에 더할 증분을 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 71 번째 라인에서 정의되었습니다.

71{ get; set; } = 1;

◆ AutoResponseOffset

int Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.AutoResponseOffset = 101
getset

자동 응답을 기록할 메모리 오프셋을 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 61 번째 라인에서 정의되었습니다.

61{ get; set; } = 101;

◆ AutoResponseTriggerOffset

int Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.AutoResponseTriggerOffset = 100
getset

자동 응답을 시작하는 메모리 오프셋을 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 51 번째 라인에서 정의되었습니다.

51{ get; set; } = 100;

◆ EnableAutoWordResponse

bool Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.EnableAutoWordResponse = true
getset

D100 단일 워드 쓰기에서 D101 자동 응답을 생성할지 여부를 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 41 번째 라인에서 정의되었습니다.

41{ get; set; } = true;

◆ Host

string Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.Host = "0.0.0.0"
getset

서버가 바인딩할 호스트를 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 21 번째 라인에서 정의되었습니다.

21{ get; set; } = "0.0.0.0";

◆ Port

int Dreamine.PLC.Omron.Fins.Simulation.OmronFinsSimulatorServerOptions.Port = 9600
getset

서버가 바인딩할 포트를 가져오거나 설정합니다.

OmronFinsSimulatorServerOptions.cs 파일의 31 번째 라인에서 정의되었습니다.

31{ get; set; } = 9600;

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: