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

더 자세히 ...

속성

string Host = "0.0.0.0" [get, set]
int Port = 55000 [get, set]
bool EnableAutoWordResponse = true [get, set]
string AutoResponseTriggerAddress = "D100" [get, set]
string AutoResponseAddress = "D101" [get, set]
short AutoResponseIncrement = 1 [get, set]

상세한 설명

TCP PLC 시뮬레이터 서버 옵션을 정의합니다.

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

속성 문서화

◆ AutoResponseAddress

string Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.AutoResponseAddress = "D101"
getset

자동 응답 테스트 응답 워드 주소를 가져오거나 설정합니다.

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

61{ get; set; } = "D101";

◆ AutoResponseIncrement

short Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.AutoResponseIncrement = 1
getset

자동 응답 테스트에 사용할 증가값을 가져오거나 설정합니다.

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

71{ get; set; } = 1;

◆ AutoResponseTriggerAddress

string Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.AutoResponseTriggerAddress = "D100"
getset

자동 응답 테스트 트리거 워드 주소를 가져오거나 설정합니다.

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

51{ get; set; } = "D100";

◆ EnableAutoWordResponse

bool Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.EnableAutoWordResponse = true
getset

트리거 워드 기록 후 자동 응답 워드를 쓸지 여부를 가져오거나 설정합니다.

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

41{ get; set; } = true;

◆ Host

string Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.Host = "0.0.0.0"
getset

서버 바인딩 주소를 가져오거나 설정합니다.

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

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

◆ Port

int Dreamine.PLC.Core.Simulation.PlcSimulatorServerOptions.Port = 55000
getset

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

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

31{ get; set; } = 55000;

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