1
0
mirror of https://github.com/naruxde/revpi-revpiday2019.git synced 2025-11-08 15:03:51 +01:00

ProfiNet durch AIO Modul ersetzt

This commit is contained in:
Sven Sager
2019-09-30 21:09:59 +02:00
parent 759fd81141
commit 11054a3b1c
4 changed files with 6 additions and 7 deletions

View File

@@ -61,9 +61,6 @@ def cleanup():
# One global RevPiModIO instance for all modules and classes
rpi = revpimodio2.RevPiModIO(autorefresh=True)
# Configure IO of profinet device
rpi.io.b_position1.replace_io("position", "H", byteorder="big")
# Configure IO of panel device
rpi.io.p_byte1.replace_io("p_online", "?", bit=0)