FPRD - Configured address physical read (IEC 61158-5-12, sec. 5.4.1.3 tab. 15 / p. 33)
| 370 | |
| 371 | |
| 372 | class EtherCatFPRD(EtherCatType12DLPDU): |
| 373 | """ |
| 374 | FPRD - Configured address physical read |
| 375 | (IEC 61158-5-12, sec. 5.4.1.3 tab. 15 / p. 33) |
| 376 | """ |
| 377 | |
| 378 | fields_desc = [ByteField('_cmd', 0x04)] + \ |
| 379 | EtherCatType12DLPDU.PHYSICAL_ADDRESSING_DESC |
| 380 | |
| 381 | |
| 382 | class EtherCatBRD(EtherCatType12DLPDU): |