input
stringlengths 2
257
| output
stringlengths 2
89
|
---|---|
The slave will not respond to the master in the following cases: | 以下の場合,応答を返しません。 |
• Broadcast address is set. | ・ブロードキャストアドレス設定時 |
• Communication error (framing error, parity error) | ・通信エラー(フレーミングエラー,パリティエラー) |
• CRC-16 discrepancy | ・CRC-16の不一致 |
It becomes the RTU mode, and 8-bit binary data in command is transmitted as it is. | RTUモードとなり,コマンド中の8ビットバイナリデータをそのまま送信します。 |
Data format | データ構成 |
Start bit: 1bit | スタートビット : 1ビット |
Data bit: 8bit | データビット : 8ビット |
Parity: Even (Odd, No parity) (Selectable) | パリティビット : 偶数(奇数,無し)選択可能 |
Stop bit: 1 bit (2 bits) (Selectable) | ストップビット : 1ビット(2ビット)選択可能 |
Error detection: | エラー検出 |
CRC-16 (Cyclic Redundancy Check) | : CRC-16(周期冗長検査)方式 |
Subsets and Splits