Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 코딩테스트 연습
- 스택/큐
- telegraf
- 점화식
- React
- typescript
- 완전탐색
- 슬라이딩 윈도우
- Vite
- configfile
- queue
- InfluxDB
- Two Pointer
- Algorithm
- javascript
- Stack
- monorepo
- 프로그래머스
- PCCP
- Jest
- Server monitoring
- modbus
- 알고리즘
- pnpm
- pymodbus
- 파이썬
- algorighm
- python
- frontend
- algorhtim
Archives
- Today
- Total
목록pymodbus (1)
DM Log
[Modbus] #1 Modbus 소개 및 Modbus TCP test 통신 구축
Modbus 소개 및 Modbus TCP test 통신 구축Modbus란?PLC와 함께 사용하기 위한 데이터 통신 프로토콜으로, 산업용 전자 장치를 연결하는 방법이다. 프로토콜 전송 계층으로 케이블이나 이더넷 네트워크 통신을 지원한다. Modbus 명령을 통해 Coil과 Holding register에 포함된 값 변경, I/O 포트 읽기, Coil과 Holding 레지스터에 포함된 값을 다른 장치에 보내지도록 설정 가능하다. Modbus 객체 유형객체 유형접근주소 공간CoilRead-Write00001 - 09999Discrete inputRead-only10001 - 19999Input registerRead-only30001 - 39999Holding registerRead-Write40001 - 4..
개발공부/Data Collection
2025. 2. 8. 17:55