diff --git a/_autogenerated/DigitalInputTerminal16Bit.html b/_autogenerated/DigitalInputTerminal16Bit.html
index c9c7d8e..ebaecd4 100644
--- a/_autogenerated/DigitalInputTerminal16Bit.html
+++ b/_autogenerated/DigitalInputTerminal16Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalInputTerminal16Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal
Generic 16 bit input terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/DigitalInputTerminal4Bit.html b/_autogenerated/DigitalInputTerminal4Bit.html
index 2f9b5e8..8808480 100644
--- a/_autogenerated/DigitalInputTerminal4Bit.html
+++ b/_autogenerated/DigitalInputTerminal4Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalInputTerminal4Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal
Generic 4 bit input terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/DigitalInputTerminal8Bit.html b/_autogenerated/DigitalInputTerminal8Bit.html
index 16ee270..b64825c 100644
--- a/_autogenerated/DigitalInputTerminal8Bit.html
+++ b/_autogenerated/DigitalInputTerminal8Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalInputTerminal8Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal
Generic 8 bit input terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/DigitalOutputTerminal16Bit.html b/_autogenerated/DigitalOutputTerminal16Bit.html
index 71a4f87..673b3e6 100644
--- a/_autogenerated/DigitalOutputTerminal16Bit.html
+++ b/_autogenerated/DigitalOutputTerminal16Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalOutputTerminal16Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal
Generic 16 bit output terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/DigitalOutputTerminal4Bit.html b/_autogenerated/DigitalOutputTerminal4Bit.html
index 743b5c6..cca963d 100644
--- a/_autogenerated/DigitalOutputTerminal4Bit.html
+++ b/_autogenerated/DigitalOutputTerminal4Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalOutputTerminal4Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal
Generic 4 bit output terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/DigitalOutputTerminal8Bit.html b/_autogenerated/DigitalOutputTerminal8Bit.html
index a4f4e0d..6a01fa8 100644
--- a/_autogenerated/DigitalOutputTerminal8Bit.html
+++ b/_autogenerated/DigitalOutputTerminal8Bit.html
@@ -414,18 +414,6 @@
class pyhoff.devices.DigitalOutputTerminal8Bit(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal
Generic 8 bit output terminal
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL1002.html b/_autogenerated/KL1002.html
index e7b46f4..de46701 100644
--- a/_autogenerated/KL1002.html
+++ b/_autogenerated/KL1002.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1002: 2-channel digital input, 24 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1012.html b/_autogenerated/KL1012.html
index c6f4ad9..bcee21a 100644
--- a/_autogenerated/KL1012.html
+++ b/_autogenerated/KL1012.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1012: 2-channel digital input, 24 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1032.html b/_autogenerated/KL1032.html
index 96704f9..f293b5b 100644
--- a/_autogenerated/KL1032.html
+++ b/_autogenerated/KL1032.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1032: 2-channel digital input, 48 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1052.html b/_autogenerated/KL1052.html
index 1f43bbd..fd30b4a 100644
--- a/_autogenerated/KL1052.html
+++ b/_autogenerated/KL1052.html
@@ -416,18 +416,6 @@
KL1052: 2-channel digital input, 24 V DC, 3 ms, positive/ground
switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1104.html b/_autogenerated/KL1104.html
index b4d8b12..8222a0e 100644
--- a/_autogenerated/KL1104.html
+++ b/_autogenerated/KL1104.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL1104(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal4Bit
KL1104: 4x digital input 24 V
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1114.html b/_autogenerated/KL1114.html
index dd812e9..82f0421 100644
--- a/_autogenerated/KL1114.html
+++ b/_autogenerated/KL1114.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1114: 4-channel digital input, 24 V DC, 0.2 ms, 2-/3-wire connection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1124.html b/_autogenerated/KL1124.html
index e381eb0..fe8324f 100644
--- a/_autogenerated/KL1124.html
+++ b/_autogenerated/KL1124.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1124: 4-channel digital input, 5 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1154.html b/_autogenerated/KL1154.html
index e4726d6..17f91c0 100644
--- a/_autogenerated/KL1154.html
+++ b/_autogenerated/KL1154.html
@@ -416,18 +416,6 @@
KL1154: 4-channel digital input, 24 V DC, 3 ms, positive/ground
switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1164.html b/_autogenerated/KL1164.html
index 9684b08..3398f62 100644
--- a/_autogenerated/KL1164.html
+++ b/_autogenerated/KL1164.html
@@ -416,18 +416,6 @@
KL1164: 4-channel digital input, 24 V DC, 0.2 ms, positive/ground
switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1184.html b/_autogenerated/KL1184.html
index 3193d11..acd197c 100644
--- a/_autogenerated/KL1184.html
+++ b/_autogenerated/KL1184.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1184: 4-channel digital input, 24 V DC, 3 ms, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1194.html b/_autogenerated/KL1194.html
index 6e0c7a7..3db7132 100644
--- a/_autogenerated/KL1194.html
+++ b/_autogenerated/KL1194.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1194: 4-channel digital input, 24 V DC, 0.2 ms, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1212.html b/_autogenerated/KL1212.html
index 63c357b..8f53084 100644
--- a/_autogenerated/KL1212.html
+++ b/_autogenerated/KL1212.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL1212: 2-channel digital input, 24 V DC, 3 ms, with diagnostics
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL1232.html b/_autogenerated/KL1232.html
index 37d3464..c5d59c9 100644
--- a/_autogenerated/KL1232.html
+++ b/_autogenerated/KL1232.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1232: 2-channel digital input, 24 V DC, 0.2 ms, pulse extension
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1302.html b/_autogenerated/KL1302.html
index f9eba2a..350000a 100644
--- a/_autogenerated/KL1302.html
+++ b/_autogenerated/KL1302.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1302: 2-channel digital input, 24 V DC, 3 ms, type 2
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1304.html b/_autogenerated/KL1304.html
index a2c6862..eda7f71 100644
--- a/_autogenerated/KL1304.html
+++ b/_autogenerated/KL1304.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1304: 4-channel digital input, 24 V DC, 3 ms, type 2
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1312.html b/_autogenerated/KL1312.html
index 8d43176..6dc3f76 100644
--- a/_autogenerated/KL1312.html
+++ b/_autogenerated/KL1312.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1312: 2-channel digital input, 24 V DC, 0.2 ms, type 2
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1314.html b/_autogenerated/KL1314.html
index 51cd458..47a698b 100644
--- a/_autogenerated/KL1314.html
+++ b/_autogenerated/KL1314.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1314: 4-channel digital input, 24 V DC, 0.2 ms, type 2
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1352.html b/_autogenerated/KL1352.html
index 3cce426..d5e663b 100644
--- a/_autogenerated/KL1352.html
+++ b/_autogenerated/KL1352.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1352: 2-channel digital input, NAMUR
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1362.html b/_autogenerated/KL1362.html
index 75e3b17..5780a08 100644
--- a/_autogenerated/KL1362.html
+++ b/_autogenerated/KL1362.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1362: 2-channel digital input, break-in alarm, 24 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1382.html b/_autogenerated/KL1382.html
index bce18b6..a8a17d4 100644
--- a/_autogenerated/KL1382.html
+++ b/_autogenerated/KL1382.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1382: 2-channel digital input, thermistor, 24 V DC, 30 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1402.html b/_autogenerated/KL1402.html
index 8d1084d..b3dfc39 100644
--- a/_autogenerated/KL1402.html
+++ b/_autogenerated/KL1402.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1402: 2-channel digital input, 24 V DC, 3 ms, 2-wire connection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1404.html b/_autogenerated/KL1404.html
index 46a65a2..3ed4b2c 100644
--- a/_autogenerated/KL1404.html
+++ b/_autogenerated/KL1404.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1404: 4-channel digital input, 24 V DC, 3 ms, 2-wire connection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1408.html b/_autogenerated/KL1408.html
index c63f6af..43dfb3e 100644
--- a/_autogenerated/KL1408.html
+++ b/_autogenerated/KL1408.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL1408(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal8Bit
KL1104: 8x digital input 24 V galvanic isolated
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1412.html b/_autogenerated/KL1412.html
index 1eed534..35e1e55 100644
--- a/_autogenerated/KL1412.html
+++ b/_autogenerated/KL1412.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1412: 2-channel digital input, 24 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1414.html b/_autogenerated/KL1414.html
index 9a21d3f..d6e6a6f 100644
--- a/_autogenerated/KL1414.html
+++ b/_autogenerated/KL1414.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1414: 4-channel digital input, 24 V DC, 0.2 ms, 2-wire connection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1418.html b/_autogenerated/KL1418.html
index 85b91a3..604f602 100644
--- a/_autogenerated/KL1418.html
+++ b/_autogenerated/KL1418.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1418: 8-channel digital input, 24 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1434.html b/_autogenerated/KL1434.html
index 84d793b..68a354f 100644
--- a/_autogenerated/KL1434.html
+++ b/_autogenerated/KL1434.html
@@ -416,18 +416,6 @@
KL1434: 4-channel digital input, 24 V DC, 0.2 ms, type 2, 2-wire
connection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1488.html b/_autogenerated/KL1488.html
index c62f020..7bc54e6 100644
--- a/_autogenerated/KL1488.html
+++ b/_autogenerated/KL1488.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1488: 8-channel digital input, 24 V DC, 3 ms, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1498.html b/_autogenerated/KL1498.html
index d79e7f7..a5c6264 100644
--- a/_autogenerated/KL1498.html
+++ b/_autogenerated/KL1498.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1498: 8-channel digital input, 24 V DC, 0.2 ms, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1501.html b/_autogenerated/KL1501.html
index 750a676..d26b9d8 100644
--- a/_autogenerated/KL1501.html
+++ b/_autogenerated/KL1501.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1501: 1-channel digital input, counter, 24 V DC, 100 kHz
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1512.html b/_autogenerated/KL1512.html
index bff1c91..4429465 100644
--- a/_autogenerated/KL1512.html
+++ b/_autogenerated/KL1512.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL1512(bus_coupler, o_b_addr, i_b_addr, o_w_addr, i_w_addr, mixed_mapping)
Bases: AnalogInputTerminal
KL1512: 2x 16 bit counter, 24 V DC, 1 kHz
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses – List of addresses of the output bits.
-input_bit_addresses – List of addresses of input bits.
-output_word_addresses – List of addresses of output words.
-input_word_addresses – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL1702.html b/_autogenerated/KL1702.html
index ffa088f..b585312 100644
--- a/_autogenerated/KL1702.html
+++ b/_autogenerated/KL1702.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1702: 2-channel digital input, 120…230 V AC, 10 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1704.html b/_autogenerated/KL1704.html
index 0936cab..0b407de 100644
--- a/_autogenerated/KL1704.html
+++ b/_autogenerated/KL1704.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1704: 4-channel digital input, 120…230 V AC, 10 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1712.html b/_autogenerated/KL1712.html
index b2afd70..4d9dca4 100644
--- a/_autogenerated/KL1712.html
+++ b/_autogenerated/KL1712.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1712: 2-channel digital input, 120 V AC/DC, 10 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1722.html b/_autogenerated/KL1722.html
index 4243a7b..e6711cc 100644
--- a/_autogenerated/KL1722.html
+++ b/_autogenerated/KL1722.html
@@ -416,18 +416,6 @@
KL1722: 2-channel digital input, 120…230 V AC, 10 ms, without power
contacts
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1804.html b/_autogenerated/KL1804.html
index 7fdb4de..b0a8648 100644
--- a/_autogenerated/KL1804.html
+++ b/_autogenerated/KL1804.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1804: 4-channel digital input, 24 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1808.html b/_autogenerated/KL1808.html
index 3b877b9..89472f3 100644
--- a/_autogenerated/KL1808.html
+++ b/_autogenerated/KL1808.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1808: 8-channel digital input, 24 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1809.html b/_autogenerated/KL1809.html
index a9cecbd..746b242 100644
--- a/_autogenerated/KL1809.html
+++ b/_autogenerated/KL1809.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1809: 16-channel digital input, 24 V DC, 3 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1814.html b/_autogenerated/KL1814.html
index 5195847..7abdee4 100644
--- a/_autogenerated/KL1814.html
+++ b/_autogenerated/KL1814.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1814: 4-channel digital input, 24 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1819.html b/_autogenerated/KL1819.html
index 25a4036..d346f4e 100644
--- a/_autogenerated/KL1819.html
+++ b/_autogenerated/KL1819.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1819: 16-channel digital input, 24 V DC, 0.2 ms
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1859.html b/_autogenerated/KL1859.html
index 4109c30..566dc31 100644
--- a/_autogenerated/KL1859.html
+++ b/_autogenerated/KL1859.html
@@ -416,18 +416,6 @@
KL1859: 8-channel digital input + 8-channel digital output, 24 V DC, 3
ms, 0.5 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL1862.html b/_autogenerated/KL1862.html
index db81fcb..59f0187 100644
--- a/_autogenerated/KL1862.html
+++ b/_autogenerated/KL1862.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1862: 16-channel digital input, 24 V DC, 3 ms, flat-ribbon cable
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1872.html b/_autogenerated/KL1872.html
index c3acbd8..4144202 100644
--- a/_autogenerated/KL1872.html
+++ b/_autogenerated/KL1872.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1872: 16-channel digital input, 24 V DC, 0.2 ms, flat-ribbon cable
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL1889.html b/_autogenerated/KL1889.html
index 2f85a2e..ec7fe84 100644
--- a/_autogenerated/KL1889.html
+++ b/_autogenerated/KL1889.html
@@ -415,18 +415,6 @@
Bases: DigitalInputTerminal
KL1889: 16-channel digital input, 24 V DC, 3 ms, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/KL2012.html b/_autogenerated/KL2012.html
index 0dcbdda..cd4063f 100644
--- a/_autogenerated/KL2012.html
+++ b/_autogenerated/KL2012.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2012: 2-channel digital output, 24 V DC, 0.5 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2022.html b/_autogenerated/KL2022.html
index d891671..39c01d7 100644
--- a/_autogenerated/KL2022.html
+++ b/_autogenerated/KL2022.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2022: 2-channel digital output, 24 V DC, 2 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2032.html b/_autogenerated/KL2032.html
index 064bdc7..a17568c 100644
--- a/_autogenerated/KL2032.html
+++ b/_autogenerated/KL2032.html
@@ -416,18 +416,6 @@
KL2032: 2-channel digital output, 24 V DC, 0.5 A, reverse voltage
protection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2114.html b/_autogenerated/KL2114.html
index 331b2b2..642d39a 100644
--- a/_autogenerated/KL2114.html
+++ b/_autogenerated/KL2114.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2114: 4-channel digital output, 24 V DC, 0.5 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2124.html b/_autogenerated/KL2124.html
index 135b961..f3f53bf 100644
--- a/_autogenerated/KL2124.html
+++ b/_autogenerated/KL2124.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2124: 4-channel digital output, 5 V DC, 20 mA
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2134.html b/_autogenerated/KL2134.html
index 16b18f5..7aeeb80 100644
--- a/_autogenerated/KL2134.html
+++ b/_autogenerated/KL2134.html
@@ -416,18 +416,6 @@
KL2134: 4-channel digital output, 24 V DC, 0.5 A, reverse voltage
protection
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2184.html b/_autogenerated/KL2184.html
index fc6cbf7..9a6c82e 100644
--- a/_autogenerated/KL2184.html
+++ b/_autogenerated/KL2184.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2184: 4-channel digital output, 24 V DC, 0.5 A, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2212.html b/_autogenerated/KL2212.html
index 5407a2e..90b1917 100644
--- a/_autogenerated/KL2212.html
+++ b/_autogenerated/KL2212.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2212: 2-channel digital output, 24 V DC, 0.5 A, with diagnostics
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2284.html b/_autogenerated/KL2284.html
index f399be9..78235c3 100644
--- a/_autogenerated/KL2284.html
+++ b/_autogenerated/KL2284.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2284: 4-channel digital output, reverse switching, 24 V DC, 2 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2404.html b/_autogenerated/KL2404.html
index 1c13c84..1bdfd84 100644
--- a/_autogenerated/KL2404.html
+++ b/_autogenerated/KL2404.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL2404(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal4Bit
KL2404: 4x digital output with 500 mA
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2408.html b/_autogenerated/KL2408.html
index f90f294..dc5ef25 100644
--- a/_autogenerated/KL2408.html
+++ b/_autogenerated/KL2408.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal8Bit
750-530: 8x digital output with 24 V / 500 mA
Contact order for DO1 to DO8 is: 1, 5, 2, 6, 3, 7, 4, 8.
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2424.html b/_autogenerated/KL2424.html
index 4e7e434..bbb1419 100644
--- a/_autogenerated/KL2424.html
+++ b/_autogenerated/KL2424.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL2424(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal4Bit
KL2424: 4x digital output with 2000 mA
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2442.html b/_autogenerated/KL2442.html
index 0f5fc2b..342f970 100644
--- a/_autogenerated/KL2442.html
+++ b/_autogenerated/KL2442.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2442: 2-channel digital output, 24 V DC, 2 x 4 A/1 x 8 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2488.html b/_autogenerated/KL2488.html
index a3e65ac..60d7464 100644
--- a/_autogenerated/KL2488.html
+++ b/_autogenerated/KL2488.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2488: 8-channel digital output, 24 V DC, 0.5 A, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2634.html b/_autogenerated/KL2634.html
index 6a8efc1..a69473d 100644
--- a/_autogenerated/KL2634.html
+++ b/_autogenerated/KL2634.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL2634(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalOutputTerminal4Bit
KL2634: 4x digital output 250 V AC, 30 V DC, 4 A
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2808.html b/_autogenerated/KL2808.html
index f834f0c..213589b 100644
--- a/_autogenerated/KL2808.html
+++ b/_autogenerated/KL2808.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2808: 8-channel digital output, 24 V DC, 0.5 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2809.html b/_autogenerated/KL2809.html
index 011435d..4d5760d 100644
--- a/_autogenerated/KL2809.html
+++ b/_autogenerated/KL2809.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2809: 16-channel digital output, 24 V DC, 0.5 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2828.html b/_autogenerated/KL2828.html
index af7815a..fc80d1f 100644
--- a/_autogenerated/KL2828.html
+++ b/_autogenerated/KL2828.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2828: 8-channel digital output, 24 V DC, 2 A
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2872.html b/_autogenerated/KL2872.html
index 5514e43..57f9ef2 100644
--- a/_autogenerated/KL2872.html
+++ b/_autogenerated/KL2872.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2872: 16-channel digital output, 24 V DC, 0.5 A, flat-ribbon cable
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL2889.html b/_autogenerated/KL2889.html
index 4a5aa6f..19b53a8 100644
--- a/_autogenerated/KL2889.html
+++ b/_autogenerated/KL2889.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal
KL2889: 16-channel digital output, 24 V DC, 0.5 A, ground switching
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/KL3042.html b/_autogenerated/KL3042.html
index 833a09b..1c655b5 100644
--- a/_autogenerated/KL3042.html
+++ b/_autogenerated/KL3042.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL3042(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogInputTerminal
KL3042: 2x analog input 0…20 mA 12 Bit single-ended
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL3054.html b/_autogenerated/KL3054.html
index 6c989ea..91d2a80 100644
--- a/_autogenerated/KL3054.html
+++ b/_autogenerated/KL3054.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL3054(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogInputTerminal
KL3054: 4x analog input 4…20 mA 12 Bit single-ended
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL3202.html b/_autogenerated/KL3202.html
index cc93107..8ebcf73 100644
--- a/_autogenerated/KL3202.html
+++ b/_autogenerated/KL3202.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL3202(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogInputTerminal
KL3202: 2x analog input PT100 16 Bit 3-wire
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL3214.html b/_autogenerated/KL3214.html
index c7f0870..a9c89fa 100644
--- a/_autogenerated/KL3214.html
+++ b/_autogenerated/KL3214.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL3214(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogInputTerminal
KL3214: 4x analog input PT100 16 Bit 3-wire
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL4002.html b/_autogenerated/KL4002.html
index 6b2fc53..f8d570b 100644
--- a/_autogenerated/KL4002.html
+++ b/_autogenerated/KL4002.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL4002(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogOutputTerminal
KL4002: 2x analog output 0…10 V 12 Bit differentiell
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL4004.html b/_autogenerated/KL4004.html
index 5c110bf..52315e3 100644
--- a/_autogenerated/KL4004.html
+++ b/_autogenerated/KL4004.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL4004(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogOutputTerminal
KL4004: 4x analog output 0…10 V 12 Bit differentiell
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL4132.html b/_autogenerated/KL4132.html
index 8a2461a..a376150 100644
--- a/_autogenerated/KL4132.html
+++ b/_autogenerated/KL4132.html
@@ -414,18 +414,6 @@
class pyhoff.devices.KL4132(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: AnalogOutputTerminal
KL4002: 2x analog output ±10 V 16 bit differential
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/KL5121.html b/_autogenerated/KL5121.html
index b9ce94f..bfa40dd 100644
--- a/_autogenerated/KL5121.html
+++ b/_autogenerated/KL5121.html
@@ -416,18 +416,6 @@
KL5121: 1-channel encoder interface, incremental, 24 V DC HTL, 250
kHz, with 4 x digital output 24 V DC, linear path control
(Automatic generated stub)
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_channel_word(channel, error_value=-99999)
diff --git a/_autogenerated/WAGO_750_1405.html b/_autogenerated/WAGO_750_1405.html
index c7fe3a8..dd4b9db 100644
--- a/_autogenerated/WAGO_750_1405.html
+++ b/_autogenerated/WAGO_750_1405.html
@@ -414,18 +414,6 @@
class pyhoff.devices.WAGO_750_1405(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: DigitalInputTerminal16Bit
750-1405: 16x digital input 24 V
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_input(channel)
diff --git a/_autogenerated/WAGO_750_352.html b/_autogenerated/WAGO_750_352.html
index 2ca52fc..53adc7a 100644
--- a/_autogenerated/WAGO_750_352.html
+++ b/_autogenerated/WAGO_750_352.html
@@ -414,31 +414,6 @@
class pyhoff.devices.WAGO_750_352(host, port=502, bus_terminals=[], timeout=5, watchdog=0, debug=False)
Bases: BusCoupler
Wago 750-352 ModBus TCP bus coupler
-Instantiate a new bus coupler base class.
-
-- Parameters:
-
-host (str
) – ip or hostname of the bus coupler
-port (int
) – port of the modbus host
-bus_terminals (Iterable
[type
[BusTerminal
]]) – list of bus terminal classes for the
-connected terminals
-debug (bool
) – outputs modbus debug information
-timeout (float
) – timeout for waiting for the device response
-watchdog (float
) – time in seconds after the device sets all outputs to
-default state. A value of 0 deactivates the watchdog.
-debug – If True, debug information is printed.
-
-
-
-Examples
->>> from pyhoff.devices import *
->>> bk = BK9000('192.168.0.23', bus_terminals=[KL3202, KL9010])
->>> t1 = bk.terminals[0].read_temperature(1)
->>> t2 = bk.terminals[0].read_temperature(2)
->>> print(f"Temperature ch1: {t1:.1f} °C, Temperature ch2: {t2:.1f} °C")
-Temperature ch1: 23.2 °C, Temperature ch2: 22.1 °C
-
-
-
add_bus_terminals(*new_bus_terminals)
diff --git a/_autogenerated/WAGO_750_530.html b/_autogenerated/WAGO_750_530.html
index ed6097f..3c2f85c 100644
--- a/_autogenerated/WAGO_750_530.html
+++ b/_autogenerated/WAGO_750_530.html
@@ -415,18 +415,6 @@
Bases: DigitalOutputTerminal8Bit
750-530: 8x digital output with 24 V / 500 mA
Contact order for DO1 to DO8 is: 1, 5, 2, 6, 3, 7, 4, 8.
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
-
read_coil(channel)
diff --git a/_autogenerated/WAGO_750_600.html b/_autogenerated/WAGO_750_600.html
index 9205bd1..8e2780d 100644
--- a/_autogenerated/WAGO_750_600.html
+++ b/_autogenerated/WAGO_750_600.html
@@ -414,18 +414,6 @@
class pyhoff.devices.WAGO_750_600(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: BusTerminal
End terminal, no I/O function
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
diff --git a/_autogenerated/WAGO_750_602.html b/_autogenerated/WAGO_750_602.html
index 65d5109..a7bd936 100644
--- a/_autogenerated/WAGO_750_602.html
+++ b/_autogenerated/WAGO_750_602.html
@@ -414,18 +414,6 @@
class pyhoff.devices.WAGO_750_602(bus_coupler, output_bit_addresses, input_bit_addresses, output_word_addresses, input_word_addresses, mixed_mapping)
Bases: BusTerminal
Potential supply terminal, no I/O function
-Instantiate a new BusTerminal base class.
-
-- Parameters:
-
-bus_coupler (BusCoupler
) – The bus coupler to which this terminal is connected.
-output_bit_addresses (list
[int
]) – List of addresses of the output bits.
-input_bit_addresses (list
[int
]) – List of addresses of input bits.
-output_word_addresses (list
[int
]) – List of addresses of output words.
-input_word_addresses (list
[int
]) – List of addresses of input words.
-
-
-
diff --git a/_sources/_autogenerated/DigitalInputTerminal16Bit.md.txt b/_sources/_autogenerated/DigitalInputTerminal16Bit.md.txt
index 41925ac..abceb72 100644
--- a/_sources/_autogenerated/DigitalInputTerminal16Bit.md.txt
+++ b/_sources/_autogenerated/DigitalInputTerminal16Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/DigitalInputTerminal4Bit.md.txt b/_sources/_autogenerated/DigitalInputTerminal4Bit.md.txt
index 9c9ebcc..6efc12d 100644
--- a/_sources/_autogenerated/DigitalInputTerminal4Bit.md.txt
+++ b/_sources/_autogenerated/DigitalInputTerminal4Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/DigitalInputTerminal8Bit.md.txt b/_sources/_autogenerated/DigitalInputTerminal8Bit.md.txt
index f5a2921..8c57dcf 100644
--- a/_sources/_autogenerated/DigitalInputTerminal8Bit.md.txt
+++ b/_sources/_autogenerated/DigitalInputTerminal8Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/DigitalOutputTerminal16Bit.md.txt b/_sources/_autogenerated/DigitalOutputTerminal16Bit.md.txt
index e0e0e37..2b7167e 100644
--- a/_sources/_autogenerated/DigitalOutputTerminal16Bit.md.txt
+++ b/_sources/_autogenerated/DigitalOutputTerminal16Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/DigitalOutputTerminal4Bit.md.txt b/_sources/_autogenerated/DigitalOutputTerminal4Bit.md.txt
index 8e995a2..6305618 100644
--- a/_sources/_autogenerated/DigitalOutputTerminal4Bit.md.txt
+++ b/_sources/_autogenerated/DigitalOutputTerminal4Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/DigitalOutputTerminal8Bit.md.txt b/_sources/_autogenerated/DigitalOutputTerminal8Bit.md.txt
index 1558a88..8deb6f2 100644
--- a/_sources/_autogenerated/DigitalOutputTerminal8Bit.md.txt
+++ b/_sources/_autogenerated/DigitalOutputTerminal8Bit.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1002.md.txt b/_sources/_autogenerated/KL1002.md.txt
index 05cd64d..0df2c8c 100644
--- a/_sources/_autogenerated/KL1002.md.txt
+++ b/_sources/_autogenerated/KL1002.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1012.md.txt b/_sources/_autogenerated/KL1012.md.txt
index 26414f9..ae088ce 100644
--- a/_sources/_autogenerated/KL1012.md.txt
+++ b/_sources/_autogenerated/KL1012.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1032.md.txt b/_sources/_autogenerated/KL1032.md.txt
index 10154a2..6350549 100644
--- a/_sources/_autogenerated/KL1032.md.txt
+++ b/_sources/_autogenerated/KL1032.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1052.md.txt b/_sources/_autogenerated/KL1052.md.txt
index 54d05a0..d6f4e05 100644
--- a/_sources/_autogenerated/KL1052.md.txt
+++ b/_sources/_autogenerated/KL1052.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1104.md.txt b/_sources/_autogenerated/KL1104.md.txt
index 9f5b185..2c4abcb 100644
--- a/_sources/_autogenerated/KL1104.md.txt
+++ b/_sources/_autogenerated/KL1104.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1114.md.txt b/_sources/_autogenerated/KL1114.md.txt
index 5f676b3..2eafbe4 100644
--- a/_sources/_autogenerated/KL1114.md.txt
+++ b/_sources/_autogenerated/KL1114.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1124.md.txt b/_sources/_autogenerated/KL1124.md.txt
index b5cf49c..dca25ac 100644
--- a/_sources/_autogenerated/KL1124.md.txt
+++ b/_sources/_autogenerated/KL1124.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1154.md.txt b/_sources/_autogenerated/KL1154.md.txt
index 863e54c..3318202 100644
--- a/_sources/_autogenerated/KL1154.md.txt
+++ b/_sources/_autogenerated/KL1154.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1164.md.txt b/_sources/_autogenerated/KL1164.md.txt
index 97a99f3..aa5d0a5 100644
--- a/_sources/_autogenerated/KL1164.md.txt
+++ b/_sources/_autogenerated/KL1164.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1184.md.txt b/_sources/_autogenerated/KL1184.md.txt
index 9656fe1..10eae10 100644
--- a/_sources/_autogenerated/KL1184.md.txt
+++ b/_sources/_autogenerated/KL1184.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1194.md.txt b/_sources/_autogenerated/KL1194.md.txt
index b476aba..c26e368 100644
--- a/_sources/_autogenerated/KL1194.md.txt
+++ b/_sources/_autogenerated/KL1194.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1212.md.txt b/_sources/_autogenerated/KL1212.md.txt
index 3d4665b..37dd2ee 100644
--- a/_sources/_autogenerated/KL1212.md.txt
+++ b/_sources/_autogenerated/KL1212.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1232.md.txt b/_sources/_autogenerated/KL1232.md.txt
index 4c74513..65c95ac 100644
--- a/_sources/_autogenerated/KL1232.md.txt
+++ b/_sources/_autogenerated/KL1232.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1302.md.txt b/_sources/_autogenerated/KL1302.md.txt
index cfcfe86..630944b 100644
--- a/_sources/_autogenerated/KL1302.md.txt
+++ b/_sources/_autogenerated/KL1302.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1304.md.txt b/_sources/_autogenerated/KL1304.md.txt
index b5aa4d3..b279aeb 100644
--- a/_sources/_autogenerated/KL1304.md.txt
+++ b/_sources/_autogenerated/KL1304.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1312.md.txt b/_sources/_autogenerated/KL1312.md.txt
index b711406..da4047e 100644
--- a/_sources/_autogenerated/KL1312.md.txt
+++ b/_sources/_autogenerated/KL1312.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1314.md.txt b/_sources/_autogenerated/KL1314.md.txt
index 6b4d9f7..6711533 100644
--- a/_sources/_autogenerated/KL1314.md.txt
+++ b/_sources/_autogenerated/KL1314.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1352.md.txt b/_sources/_autogenerated/KL1352.md.txt
index 01b5aae..0ac653a 100644
--- a/_sources/_autogenerated/KL1352.md.txt
+++ b/_sources/_autogenerated/KL1352.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1362.md.txt b/_sources/_autogenerated/KL1362.md.txt
index b63e64b..0d06b8a 100644
--- a/_sources/_autogenerated/KL1362.md.txt
+++ b/_sources/_autogenerated/KL1362.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1382.md.txt b/_sources/_autogenerated/KL1382.md.txt
index 65332c2..054ff02 100644
--- a/_sources/_autogenerated/KL1382.md.txt
+++ b/_sources/_autogenerated/KL1382.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1402.md.txt b/_sources/_autogenerated/KL1402.md.txt
index f279746..6037186 100644
--- a/_sources/_autogenerated/KL1402.md.txt
+++ b/_sources/_autogenerated/KL1402.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1404.md.txt b/_sources/_autogenerated/KL1404.md.txt
index f2f3f1c..379d494 100644
--- a/_sources/_autogenerated/KL1404.md.txt
+++ b/_sources/_autogenerated/KL1404.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1408.md.txt b/_sources/_autogenerated/KL1408.md.txt
index a81d1df..85f9d99 100644
--- a/_sources/_autogenerated/KL1408.md.txt
+++ b/_sources/_autogenerated/KL1408.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1412.md.txt b/_sources/_autogenerated/KL1412.md.txt
index ebe10a0..9a01514 100644
--- a/_sources/_autogenerated/KL1412.md.txt
+++ b/_sources/_autogenerated/KL1412.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1414.md.txt b/_sources/_autogenerated/KL1414.md.txt
index 36e6bf8..3ce4629 100644
--- a/_sources/_autogenerated/KL1414.md.txt
+++ b/_sources/_autogenerated/KL1414.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1418.md.txt b/_sources/_autogenerated/KL1418.md.txt
index 66650ca..5920c35 100644
--- a/_sources/_autogenerated/KL1418.md.txt
+++ b/_sources/_autogenerated/KL1418.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1434.md.txt b/_sources/_autogenerated/KL1434.md.txt
index 86200a6..afa8f87 100644
--- a/_sources/_autogenerated/KL1434.md.txt
+++ b/_sources/_autogenerated/KL1434.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1488.md.txt b/_sources/_autogenerated/KL1488.md.txt
index d9ae89f..2bcd3ee 100644
--- a/_sources/_autogenerated/KL1488.md.txt
+++ b/_sources/_autogenerated/KL1488.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1498.md.txt b/_sources/_autogenerated/KL1498.md.txt
index 58acbb3..e20de45 100644
--- a/_sources/_autogenerated/KL1498.md.txt
+++ b/_sources/_autogenerated/KL1498.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1501.md.txt b/_sources/_autogenerated/KL1501.md.txt
index b7813b8..e58249e 100644
--- a/_sources/_autogenerated/KL1501.md.txt
+++ b/_sources/_autogenerated/KL1501.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1512.md.txt b/_sources/_autogenerated/KL1512.md.txt
index 22ab899..ab9975b 100644
--- a/_sources/_autogenerated/KL1512.md.txt
+++ b/_sources/_autogenerated/KL1512.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1702.md.txt b/_sources/_autogenerated/KL1702.md.txt
index 4c70509..116f33d 100644
--- a/_sources/_autogenerated/KL1702.md.txt
+++ b/_sources/_autogenerated/KL1702.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1704.md.txt b/_sources/_autogenerated/KL1704.md.txt
index 8ff9a8c..104d38a 100644
--- a/_sources/_autogenerated/KL1704.md.txt
+++ b/_sources/_autogenerated/KL1704.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1712.md.txt b/_sources/_autogenerated/KL1712.md.txt
index 0c419a7..4f10f9b 100644
--- a/_sources/_autogenerated/KL1712.md.txt
+++ b/_sources/_autogenerated/KL1712.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1722.md.txt b/_sources/_autogenerated/KL1722.md.txt
index 47a449d..1b06e5d 100644
--- a/_sources/_autogenerated/KL1722.md.txt
+++ b/_sources/_autogenerated/KL1722.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1804.md.txt b/_sources/_autogenerated/KL1804.md.txt
index a782272..38ab5bb 100644
--- a/_sources/_autogenerated/KL1804.md.txt
+++ b/_sources/_autogenerated/KL1804.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1808.md.txt b/_sources/_autogenerated/KL1808.md.txt
index fe3398d..44f4a30 100644
--- a/_sources/_autogenerated/KL1808.md.txt
+++ b/_sources/_autogenerated/KL1808.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1809.md.txt b/_sources/_autogenerated/KL1809.md.txt
index d76138d..6200aed 100644
--- a/_sources/_autogenerated/KL1809.md.txt
+++ b/_sources/_autogenerated/KL1809.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1814.md.txt b/_sources/_autogenerated/KL1814.md.txt
index aa6e9b6..32265bf 100644
--- a/_sources/_autogenerated/KL1814.md.txt
+++ b/_sources/_autogenerated/KL1814.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1819.md.txt b/_sources/_autogenerated/KL1819.md.txt
index 2336566..1741641 100644
--- a/_sources/_autogenerated/KL1819.md.txt
+++ b/_sources/_autogenerated/KL1819.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1859.md.txt b/_sources/_autogenerated/KL1859.md.txt
index f7b6f0e..b2a95b3 100644
--- a/_sources/_autogenerated/KL1859.md.txt
+++ b/_sources/_autogenerated/KL1859.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1862.md.txt b/_sources/_autogenerated/KL1862.md.txt
index 9aec9bc..815d3a0 100644
--- a/_sources/_autogenerated/KL1862.md.txt
+++ b/_sources/_autogenerated/KL1862.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1872.md.txt b/_sources/_autogenerated/KL1872.md.txt
index 25914cc..df5d595 100644
--- a/_sources/_autogenerated/KL1872.md.txt
+++ b/_sources/_autogenerated/KL1872.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL1889.md.txt b/_sources/_autogenerated/KL1889.md.txt
index feef374..b0d11f5 100644
--- a/_sources/_autogenerated/KL1889.md.txt
+++ b/_sources/_autogenerated/KL1889.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2012.md.txt b/_sources/_autogenerated/KL2012.md.txt
index ef255b2..936eede 100644
--- a/_sources/_autogenerated/KL2012.md.txt
+++ b/_sources/_autogenerated/KL2012.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2022.md.txt b/_sources/_autogenerated/KL2022.md.txt
index e6fa391..99271ea 100644
--- a/_sources/_autogenerated/KL2022.md.txt
+++ b/_sources/_autogenerated/KL2022.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2032.md.txt b/_sources/_autogenerated/KL2032.md.txt
index ff0157f..dd2db1a 100644
--- a/_sources/_autogenerated/KL2032.md.txt
+++ b/_sources/_autogenerated/KL2032.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2114.md.txt b/_sources/_autogenerated/KL2114.md.txt
index 7c78cf7..e72bc61 100644
--- a/_sources/_autogenerated/KL2114.md.txt
+++ b/_sources/_autogenerated/KL2114.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2124.md.txt b/_sources/_autogenerated/KL2124.md.txt
index fb19573..d0596fd 100644
--- a/_sources/_autogenerated/KL2124.md.txt
+++ b/_sources/_autogenerated/KL2124.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2134.md.txt b/_sources/_autogenerated/KL2134.md.txt
index 1a6dd30..7cec6cc 100644
--- a/_sources/_autogenerated/KL2134.md.txt
+++ b/_sources/_autogenerated/KL2134.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2184.md.txt b/_sources/_autogenerated/KL2184.md.txt
index 227ae3a..6416400 100644
--- a/_sources/_autogenerated/KL2184.md.txt
+++ b/_sources/_autogenerated/KL2184.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2212.md.txt b/_sources/_autogenerated/KL2212.md.txt
index c078f8c..103da29 100644
--- a/_sources/_autogenerated/KL2212.md.txt
+++ b/_sources/_autogenerated/KL2212.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2284.md.txt b/_sources/_autogenerated/KL2284.md.txt
index c74f479..c25b55a 100644
--- a/_sources/_autogenerated/KL2284.md.txt
+++ b/_sources/_autogenerated/KL2284.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2404.md.txt b/_sources/_autogenerated/KL2404.md.txt
index f9edc8e..0ffcb61 100644
--- a/_sources/_autogenerated/KL2404.md.txt
+++ b/_sources/_autogenerated/KL2404.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2408.md.txt b/_sources/_autogenerated/KL2408.md.txt
index ebbf11d..713224e 100644
--- a/_sources/_autogenerated/KL2408.md.txt
+++ b/_sources/_autogenerated/KL2408.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2424.md.txt b/_sources/_autogenerated/KL2424.md.txt
index fefe6f1..98121c8 100644
--- a/_sources/_autogenerated/KL2424.md.txt
+++ b/_sources/_autogenerated/KL2424.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2442.md.txt b/_sources/_autogenerated/KL2442.md.txt
index d87755f..85a684f 100644
--- a/_sources/_autogenerated/KL2442.md.txt
+++ b/_sources/_autogenerated/KL2442.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2488.md.txt b/_sources/_autogenerated/KL2488.md.txt
index 4d92617..c2bf284 100644
--- a/_sources/_autogenerated/KL2488.md.txt
+++ b/_sources/_autogenerated/KL2488.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2634.md.txt b/_sources/_autogenerated/KL2634.md.txt
index 25fffc9..6afb5df 100644
--- a/_sources/_autogenerated/KL2634.md.txt
+++ b/_sources/_autogenerated/KL2634.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2808.md.txt b/_sources/_autogenerated/KL2808.md.txt
index e6da931..23f7dc5 100644
--- a/_sources/_autogenerated/KL2808.md.txt
+++ b/_sources/_autogenerated/KL2808.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2809.md.txt b/_sources/_autogenerated/KL2809.md.txt
index 1fb5d84..98ad10c 100644
--- a/_sources/_autogenerated/KL2809.md.txt
+++ b/_sources/_autogenerated/KL2809.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2828.md.txt b/_sources/_autogenerated/KL2828.md.txt
index 22c90a1..73fa5bd 100644
--- a/_sources/_autogenerated/KL2828.md.txt
+++ b/_sources/_autogenerated/KL2828.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2872.md.txt b/_sources/_autogenerated/KL2872.md.txt
index 471a302..129b40f 100644
--- a/_sources/_autogenerated/KL2872.md.txt
+++ b/_sources/_autogenerated/KL2872.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL2889.md.txt b/_sources/_autogenerated/KL2889.md.txt
index 90a147c..8ed39d9 100644
--- a/_sources/_autogenerated/KL2889.md.txt
+++ b/_sources/_autogenerated/KL2889.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL3042.md.txt b/_sources/_autogenerated/KL3042.md.txt
index 6ab441c..5a4d37f 100644
--- a/_sources/_autogenerated/KL3042.md.txt
+++ b/_sources/_autogenerated/KL3042.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL3054.md.txt b/_sources/_autogenerated/KL3054.md.txt
index fa2f8c6..31663ee 100644
--- a/_sources/_autogenerated/KL3054.md.txt
+++ b/_sources/_autogenerated/KL3054.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL3202.md.txt b/_sources/_autogenerated/KL3202.md.txt
index fe39cec..16a3f31 100644
--- a/_sources/_autogenerated/KL3202.md.txt
+++ b/_sources/_autogenerated/KL3202.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL3214.md.txt b/_sources/_autogenerated/KL3214.md.txt
index 3894e48..e6d8069 100644
--- a/_sources/_autogenerated/KL3214.md.txt
+++ b/_sources/_autogenerated/KL3214.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL4002.md.txt b/_sources/_autogenerated/KL4002.md.txt
index 9926ea9..deb6e8d 100644
--- a/_sources/_autogenerated/KL4002.md.txt
+++ b/_sources/_autogenerated/KL4002.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL4004.md.txt b/_sources/_autogenerated/KL4004.md.txt
index 5774aa4..6c27828 100644
--- a/_sources/_autogenerated/KL4004.md.txt
+++ b/_sources/_autogenerated/KL4004.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL4132.md.txt b/_sources/_autogenerated/KL4132.md.txt
index 83997fe..14a0e9d 100644
--- a/_sources/_autogenerated/KL4132.md.txt
+++ b/_sources/_autogenerated/KL4132.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/KL5121.md.txt b/_sources/_autogenerated/KL5121.md.txt
index f53c89c..191fbba 100644
--- a/_sources/_autogenerated/KL5121.md.txt
+++ b/_sources/_autogenerated/KL5121.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/WAGO_750_1405.md.txt b/_sources/_autogenerated/WAGO_750_1405.md.txt
index 5324037..b05902b 100644
--- a/_sources/_autogenerated/WAGO_750_1405.md.txt
+++ b/_sources/_autogenerated/WAGO_750_1405.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/WAGO_750_352.md.txt b/_sources/_autogenerated/WAGO_750_352.md.txt
index 871dbd0..2141e57 100644
--- a/_sources/_autogenerated/WAGO_750_352.md.txt
+++ b/_sources/_autogenerated/WAGO_750_352.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/WAGO_750_530.md.txt b/_sources/_autogenerated/WAGO_750_530.md.txt
index aeb2cef..80a3e64 100644
--- a/_sources/_autogenerated/WAGO_750_530.md.txt
+++ b/_sources/_autogenerated/WAGO_750_530.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/WAGO_750_600.md.txt b/_sources/_autogenerated/WAGO_750_600.md.txt
index f6454a1..7752a80 100644
--- a/_sources/_autogenerated/WAGO_750_600.md.txt
+++ b/_sources/_autogenerated/WAGO_750_600.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/_sources/_autogenerated/WAGO_750_602.md.txt b/_sources/_autogenerated/WAGO_750_602.md.txt
index 0049d82..af4066b 100644
--- a/_sources/_autogenerated/WAGO_750_602.md.txt
+++ b/_sources/_autogenerated/WAGO_750_602.md.txt
@@ -5,5 +5,6 @@
:show-inheritance:
:inherited-members:
:exclude-members: select, parameters
+ :class-doc-from: class
```
diff --git a/searchindex.js b/searchindex.js
index 8345244..72e8f0a 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles":{"Base classes:":[[94,null]],"Beckhoff bus terminals:":[[94,null]],"Bus coupler:":[[94,null]],"Classes and Modules":[[94,null]],"Contributing":[[95,"contributing"]],"Description":[[95,"description"]],"Developer Guide":[[95,"developer-guide"]],"Generic bus terminals:":[[94,null]],"Installation":[[95,"installation"]],"Key Features":[[95,"key-features"]],"License":[[95,"license"]],"Modbus:":[[94,null]],"Pyhoff":[[95,null]],"Usage":[[95,"usage"]],"Usage Scenarios":[[95,"usage-scenarios"]],"WAGO bus terminals:":[[94,null]],"pyhoff.AnalogInputTerminal":[[1,null]],"pyhoff.AnalogOutputTerminal":[[2,null]],"pyhoff.BusCoupler":[[6,null]],"pyhoff.BusTerminal":[[7,null]],"pyhoff.DigitalInputTerminal":[[8,null]],"pyhoff.DigitalOutputTerminal":[[12,null]],"pyhoff.devices.BK9000":[[3,null]],"pyhoff.devices.BK9050":[[4,null]],"pyhoff.devices.BK9100":[[5,null]],"pyhoff.devices.DigitalInputTerminal16Bit":[[9,null]],"pyhoff.devices.DigitalInputTerminal4Bit":[[10,null]],"pyhoff.devices.DigitalInputTerminal8Bit":[[11,null]],"pyhoff.devices.DigitalOutputTerminal16Bit":[[13,null]],"pyhoff.devices.DigitalOutputTerminal4Bit":[[14,null]],"pyhoff.devices.DigitalOutputTerminal8Bit":[[15,null]],"pyhoff.devices.KL1002":[[16,null]],"pyhoff.devices.KL1012":[[17,null]],"pyhoff.devices.KL1032":[[18,null]],"pyhoff.devices.KL1052":[[19,null]],"pyhoff.devices.KL1104":[[20,null]],"pyhoff.devices.KL1114":[[21,null]],"pyhoff.devices.KL1124":[[22,null]],"pyhoff.devices.KL1154":[[23,null]],"pyhoff.devices.KL1164":[[24,null]],"pyhoff.devices.KL1184":[[25,null]],"pyhoff.devices.KL1194":[[26,null]],"pyhoff.devices.KL1212":[[27,null]],"pyhoff.devices.KL1232":[[28,null]],"pyhoff.devices.KL1302":[[29,null]],"pyhoff.devices.KL1304":[[30,null]],"pyhoff.devices.KL1312":[[31,null]],"pyhoff.devices.KL1314":[[32,null]],"pyhoff.devices.KL1352":[[33,null]],"pyhoff.devices.KL1362":[[34,null]],"pyhoff.devices.KL1382":[[35,null]],"pyhoff.devices.KL1402":[[36,null]],"pyhoff.devices.KL1404":[[37,null]],"pyhoff.devices.KL1408":[[38,null]],"pyhoff.devices.KL1412":[[39,null]],"pyhoff.devices.KL1414":[[40,null]],"pyhoff.devices.KL1418":[[41,null]],"pyhoff.devices.KL1434":[[42,null]],"pyhoff.devices.KL1488":[[43,null]],"pyhoff.devices.KL1498":[[44,null]],"pyhoff.devices.KL1501":[[45,null]],"pyhoff.devices.KL1512":[[46,null]],"pyhoff.devices.KL1702":[[47,null]],"pyhoff.devices.KL1704":[[48,null]],"pyhoff.devices.KL1712":[[49,null]],"pyhoff.devices.KL1722":[[50,null]],"pyhoff.devices.KL1804":[[51,null]],"pyhoff.devices.KL1808":[[52,null]],"pyhoff.devices.KL1809":[[53,null]],"pyhoff.devices.KL1814":[[54,null]],"pyhoff.devices.KL1819":[[55,null]],"pyhoff.devices.KL1859":[[56,null]],"pyhoff.devices.KL1862":[[57,null]],"pyhoff.devices.KL1872":[[58,null]],"pyhoff.devices.KL1889":[[59,null]],"pyhoff.devices.KL2012":[[60,null]],"pyhoff.devices.KL2022":[[61,null]],"pyhoff.devices.KL2032":[[62,null]],"pyhoff.devices.KL2114":[[63,null]],"pyhoff.devices.KL2124":[[64,null]],"pyhoff.devices.KL2134":[[65,null]],"pyhoff.devices.KL2184":[[66,null]],"pyhoff.devices.KL2212":[[67,null]],"pyhoff.devices.KL2284":[[68,null]],"pyhoff.devices.KL2404":[[69,null]],"pyhoff.devices.KL2408":[[70,null]],"pyhoff.devices.KL2424":[[71,null]],"pyhoff.devices.KL2442":[[72,null]],"pyhoff.devices.KL2488":[[73,null]],"pyhoff.devices.KL2634":[[74,null]],"pyhoff.devices.KL2808":[[75,null]],"pyhoff.devices.KL2809":[[76,null]],"pyhoff.devices.KL2828":[[77,null]],"pyhoff.devices.KL2872":[[78,null]],"pyhoff.devices.KL2889":[[79,null]],"pyhoff.devices.KL3042":[[80,null]],"pyhoff.devices.KL3054":[[81,null]],"pyhoff.devices.KL3202":[[82,null]],"pyhoff.devices.KL3214":[[83,null]],"pyhoff.devices.KL4002":[[84,null]],"pyhoff.devices.KL4004":[[85,null]],"pyhoff.devices.KL4132":[[86,null]],"pyhoff.devices.KL5121":[[87,null]],"pyhoff.devices.WAGO_750_1405":[[89,null]],"pyhoff.devices.WAGO_750_352":[[90,null]],"pyhoff.devices.WAGO_750_530":[[91,null]],"pyhoff.devices.WAGO_750_600":[[92,null]],"pyhoff.devices.WAGO_750_602":[[93,null]],"pyhoff.modbus.SimpleModbusClient":[[88,null]]},"docnames":["LICENSE","_autogenerated/AnalogInputTerminal","_autogenerated/AnalogOutputTerminal","_autogenerated/BK9000","_autogenerated/BK9050","_autogenerated/BK9100","_autogenerated/BusCoupler","_autogenerated/BusTerminal","_autogenerated/DigitalInputTerminal","_autogenerated/DigitalInputTerminal16Bit","_autogenerated/DigitalInputTerminal4Bit","_autogenerated/DigitalInputTerminal8Bit","_autogenerated/DigitalOutputTerminal","_autogenerated/DigitalOutputTerminal16Bit","_autogenerated/DigitalOutputTerminal4Bit","_autogenerated/DigitalOutputTerminal8Bit","_autogenerated/KL1002","_autogenerated/KL1012","_autogenerated/KL1032","_autogenerated/KL1052","_autogenerated/KL1104","_autogenerated/KL1114","_autogenerated/KL1124","_autogenerated/KL1154","_autogenerated/KL1164","_autogenerated/KL1184","_autogenerated/KL1194","_autogenerated/KL1212","_autogenerated/KL1232","_autogenerated/KL1302","_autogenerated/KL1304","_autogenerated/KL1312","_autogenerated/KL1314","_autogenerated/KL1352","_autogenerated/KL1362","_autogenerated/KL1382","_autogenerated/KL1402","_autogenerated/KL1404","_autogenerated/KL1408","_autogenerated/KL1412","_autogenerated/KL1414","_autogenerated/KL1418","_autogenerated/KL1434","_autogenerated/KL1488","_autogenerated/KL1498","_autogenerated/KL1501","_autogenerated/KL1512","_autogenerated/KL1702","_autogenerated/KL1704","_autogenerated/KL1712","_autogenerated/KL1722","_autogenerated/KL1804","_autogenerated/KL1808","_autogenerated/KL1809","_autogenerated/KL1814","_autogenerated/KL1819","_autogenerated/KL1859","_autogenerated/KL1862","_autogenerated/KL1872","_autogenerated/KL1889","_autogenerated/KL2012","_autogenerated/KL2022","_autogenerated/KL2032","_autogenerated/KL2114","_autogenerated/KL2124","_autogenerated/KL2134","_autogenerated/KL2184","_autogenerated/KL2212","_autogenerated/KL2284","_autogenerated/KL2404","_autogenerated/KL2408","_autogenerated/KL2424","_autogenerated/KL2442","_autogenerated/KL2488","_autogenerated/KL2634","_autogenerated/KL2808","_autogenerated/KL2809","_autogenerated/KL2828","_autogenerated/KL2872","_autogenerated/KL2889","_autogenerated/KL3042","_autogenerated/KL3054","_autogenerated/KL3202","_autogenerated/KL3214","_autogenerated/KL4002","_autogenerated/KL4004","_autogenerated/KL4132","_autogenerated/KL5121","_autogenerated/SimpleModbusClient","_autogenerated/WAGO_750_1405","_autogenerated/WAGO_750_352","_autogenerated/WAGO_750_530","_autogenerated/WAGO_750_600","_autogenerated/WAGO_750_602","_autogenerated/index","index"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["LICENSE.md","_autogenerated/AnalogInputTerminal.md","_autogenerated/AnalogOutputTerminal.md","_autogenerated/BK9000.md","_autogenerated/BK9050.md","_autogenerated/BK9100.md","_autogenerated/BusCoupler.md","_autogenerated/BusTerminal.md","_autogenerated/DigitalInputTerminal.md","_autogenerated/DigitalInputTerminal16Bit.md","_autogenerated/DigitalInputTerminal4Bit.md","_autogenerated/DigitalInputTerminal8Bit.md","_autogenerated/DigitalOutputTerminal.md","_autogenerated/DigitalOutputTerminal16Bit.md","_autogenerated/DigitalOutputTerminal4Bit.md","_autogenerated/DigitalOutputTerminal8Bit.md","_autogenerated/KL1002.md","_autogenerated/KL1012.md","_autogenerated/KL1032.md","_autogenerated/KL1052.md","_autogenerated/KL1104.md","_autogenerated/KL1114.md","_autogenerated/KL1124.md","_autogenerated/KL1154.md","_autogenerated/KL1164.md","_autogenerated/KL1184.md","_autogenerated/KL1194.md","_autogenerated/KL1212.md","_autogenerated/KL1232.md","_autogenerated/KL1302.md","_autogenerated/KL1304.md","_autogenerated/KL1312.md","_autogenerated/KL1314.md","_autogenerated/KL1352.md","_autogenerated/KL1362.md","_autogenerated/KL1382.md","_autogenerated/KL1402.md","_autogenerated/KL1404.md","_autogenerated/KL1408.md","_autogenerated/KL1412.md","_autogenerated/KL1414.md","_autogenerated/KL1418.md","_autogenerated/KL1434.md","_autogenerated/KL1488.md","_autogenerated/KL1498.md","_autogenerated/KL1501.md","_autogenerated/KL1512.md","_autogenerated/KL1702.md","_autogenerated/KL1704.md","_autogenerated/KL1712.md","_autogenerated/KL1722.md","_autogenerated/KL1804.md","_autogenerated/KL1808.md","_autogenerated/KL1809.md","_autogenerated/KL1814.md","_autogenerated/KL1819.md","_autogenerated/KL1859.md","_autogenerated/KL1862.md","_autogenerated/KL1872.md","_autogenerated/KL1889.md","_autogenerated/KL2012.md","_autogenerated/KL2022.md","_autogenerated/KL2032.md","_autogenerated/KL2114.md","_autogenerated/KL2124.md","_autogenerated/KL2134.md","_autogenerated/KL2184.md","_autogenerated/KL2212.md","_autogenerated/KL2284.md","_autogenerated/KL2404.md","_autogenerated/KL2408.md","_autogenerated/KL2424.md","_autogenerated/KL2442.md","_autogenerated/KL2488.md","_autogenerated/KL2634.md","_autogenerated/KL2808.md","_autogenerated/KL2809.md","_autogenerated/KL2828.md","_autogenerated/KL2872.md","_autogenerated/KL2889.md","_autogenerated/KL3042.md","_autogenerated/KL3054.md","_autogenerated/KL3202.md","_autogenerated/KL3214.md","_autogenerated/KL4002.md","_autogenerated/KL4004.md","_autogenerated/KL4132.md","_autogenerated/KL5121.md","_autogenerated/SimpleModbusClient.md","_autogenerated/WAGO_750_1405.md","_autogenerated/WAGO_750_352.md","_autogenerated/WAGO_750_530.md","_autogenerated/WAGO_750_600.md","_autogenerated/WAGO_750_602.md","_autogenerated/index.md","index.md"],"indexentries":{"add_bus_terminals() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.wago_750_352 method)":[[90,"pyhoff.devices.WAGO_750_352.add_bus_terminals",false]],"analoginputterminal (class in pyhoff)":[[1,"pyhoff.AnalogInputTerminal",false]],"analogoutputterminal (class in pyhoff)":[[2,"pyhoff.AnalogOutputTerminal",false]],"bk9000 (class in pyhoff.devices)":[[3,"pyhoff.devices.BK9000",false]],"bk9050 (class in pyhoff.devices)":[[4,"pyhoff.devices.BK9050",false]],"bk9100 (class in pyhoff.devices)":[[5,"pyhoff.devices.BK9100",false]],"bus_coupler (pyhoff.busterminal attribute)":[[7,"pyhoff.BusTerminal.bus_coupler",false]],"bus_terminals (pyhoff.buscoupler attribute)":[[6,"pyhoff.BusCoupler.bus_terminals",false]],"buscoupler (class in pyhoff)":[[6,"pyhoff.BusCoupler",false]],"busterminal (class in pyhoff)":[[7,"pyhoff.BusTerminal",false]],"close() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.close",false]],"connect() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.connect",false]],"debug (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.debug",false]],"digitalinputterminal (class in pyhoff)":[[8,"pyhoff.DigitalInputTerminal",false]],"digitalinputterminal16bit (class in pyhoff.devices)":[[9,"pyhoff.devices.DigitalInputTerminal16Bit",false]],"digitalinputterminal4bit (class in pyhoff.devices)":[[10,"pyhoff.devices.DigitalInputTerminal4Bit",false]],"digitalinputterminal8bit (class in pyhoff.devices)":[[11,"pyhoff.devices.DigitalInputTerminal8Bit",false]],"digitaloutputterminal (class in pyhoff)":[[12,"pyhoff.DigitalOutputTerminal",false]],"digitaloutputterminal16bit (class in pyhoff.devices)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit",false]],"digitaloutputterminal4bit (class in pyhoff.devices)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit",false]],"digitaloutputterminal8bit (class in pyhoff.devices)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit",false]],"get_error() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.get_error",false]],"get_error() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.get_error",false]],"get_error() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.get_error",false]],"get_error() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.get_error",false]],"get_error() (pyhoff.devices.wago_750_352 method)":[[90,"pyhoff.devices.WAGO_750_352.get_error",false]],"host (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.host",false]],"kl1002 (class in pyhoff.devices)":[[16,"pyhoff.devices.KL1002",false]],"kl1012 (class in pyhoff.devices)":[[17,"pyhoff.devices.KL1012",false]],"kl1032 (class in pyhoff.devices)":[[18,"pyhoff.devices.KL1032",false]],"kl1052 (class in pyhoff.devices)":[[19,"pyhoff.devices.KL1052",false]],"kl1104 (class in pyhoff.devices)":[[20,"pyhoff.devices.KL1104",false]],"kl1114 (class in pyhoff.devices)":[[21,"pyhoff.devices.KL1114",false]],"kl1124 (class in pyhoff.devices)":[[22,"pyhoff.devices.KL1124",false]],"kl1154 (class in pyhoff.devices)":[[23,"pyhoff.devices.KL1154",false]],"kl1164 (class in pyhoff.devices)":[[24,"pyhoff.devices.KL1164",false]],"kl1184 (class in pyhoff.devices)":[[25,"pyhoff.devices.KL1184",false]],"kl1194 (class in pyhoff.devices)":[[26,"pyhoff.devices.KL1194",false]],"kl1212 (class in pyhoff.devices)":[[27,"pyhoff.devices.KL1212",false]],"kl1232 (class in pyhoff.devices)":[[28,"pyhoff.devices.KL1232",false]],"kl1302 (class in pyhoff.devices)":[[29,"pyhoff.devices.KL1302",false]],"kl1304 (class in pyhoff.devices)":[[30,"pyhoff.devices.KL1304",false]],"kl1312 (class in pyhoff.devices)":[[31,"pyhoff.devices.KL1312",false]],"kl1314 (class in pyhoff.devices)":[[32,"pyhoff.devices.KL1314",false]],"kl1352 (class in pyhoff.devices)":[[33,"pyhoff.devices.KL1352",false]],"kl1362 (class in pyhoff.devices)":[[34,"pyhoff.devices.KL1362",false]],"kl1382 (class in pyhoff.devices)":[[35,"pyhoff.devices.KL1382",false]],"kl1402 (class in pyhoff.devices)":[[36,"pyhoff.devices.KL1402",false]],"kl1404 (class in pyhoff.devices)":[[37,"pyhoff.devices.KL1404",false]],"kl1408 (class in pyhoff.devices)":[[38,"pyhoff.devices.KL1408",false]],"kl1412 (class in pyhoff.devices)":[[39,"pyhoff.devices.KL1412",false]],"kl1414 (class in pyhoff.devices)":[[40,"pyhoff.devices.KL1414",false]],"kl1418 (class in pyhoff.devices)":[[41,"pyhoff.devices.KL1418",false]],"kl1434 (class in pyhoff.devices)":[[42,"pyhoff.devices.KL1434",false]],"kl1488 (class in pyhoff.devices)":[[43,"pyhoff.devices.KL1488",false]],"kl1498 (class in pyhoff.devices)":[[44,"pyhoff.devices.KL1498",false]],"kl1501 (class in pyhoff.devices)":[[45,"pyhoff.devices.KL1501",false]],"kl1512 (class in pyhoff.devices)":[[46,"pyhoff.devices.KL1512",false]],"kl1702 (class in pyhoff.devices)":[[47,"pyhoff.devices.KL1702",false]],"kl1704 (class in pyhoff.devices)":[[48,"pyhoff.devices.KL1704",false]],"kl1712 (class in pyhoff.devices)":[[49,"pyhoff.devices.KL1712",false]],"kl1722 (class in pyhoff.devices)":[[50,"pyhoff.devices.KL1722",false]],"kl1804 (class in pyhoff.devices)":[[51,"pyhoff.devices.KL1804",false]],"kl1808 (class in pyhoff.devices)":[[52,"pyhoff.devices.KL1808",false]],"kl1809 (class in pyhoff.devices)":[[53,"pyhoff.devices.KL1809",false]],"kl1814 (class in pyhoff.devices)":[[54,"pyhoff.devices.KL1814",false]],"kl1819 (class in pyhoff.devices)":[[55,"pyhoff.devices.KL1819",false]],"kl1859 (class in pyhoff.devices)":[[56,"pyhoff.devices.KL1859",false]],"kl1862 (class in pyhoff.devices)":[[57,"pyhoff.devices.KL1862",false]],"kl1872 (class in pyhoff.devices)":[[58,"pyhoff.devices.KL1872",false]],"kl1889 (class in pyhoff.devices)":[[59,"pyhoff.devices.KL1889",false]],"kl2012 (class in pyhoff.devices)":[[60,"pyhoff.devices.KL2012",false]],"kl2022 (class in pyhoff.devices)":[[61,"pyhoff.devices.KL2022",false]],"kl2032 (class in pyhoff.devices)":[[62,"pyhoff.devices.KL2032",false]],"kl2114 (class in pyhoff.devices)":[[63,"pyhoff.devices.KL2114",false]],"kl2124 (class in pyhoff.devices)":[[64,"pyhoff.devices.KL2124",false]],"kl2134 (class in pyhoff.devices)":[[65,"pyhoff.devices.KL2134",false]],"kl2184 (class in pyhoff.devices)":[[66,"pyhoff.devices.KL2184",false]],"kl2212 (class in pyhoff.devices)":[[67,"pyhoff.devices.KL2212",false]],"kl2284 (class in pyhoff.devices)":[[68,"pyhoff.devices.KL2284",false]],"kl2404 (class in pyhoff.devices)":[[69,"pyhoff.devices.KL2404",false]],"kl2408 (class in pyhoff.devices)":[[70,"pyhoff.devices.KL2408",false]],"kl2424 (class in pyhoff.devices)":[[71,"pyhoff.devices.KL2424",false]],"kl2442 (class in pyhoff.devices)":[[72,"pyhoff.devices.KL2442",false]],"kl2488 (class in pyhoff.devices)":[[73,"pyhoff.devices.KL2488",false]],"kl2634 (class in pyhoff.devices)":[[74,"pyhoff.devices.KL2634",false]],"kl2808 (class in pyhoff.devices)":[[75,"pyhoff.devices.KL2808",false]],"kl2809 (class in pyhoff.devices)":[[76,"pyhoff.devices.KL2809",false]],"kl2828 (class in pyhoff.devices)":[[77,"pyhoff.devices.KL2828",false]],"kl2872 (class in pyhoff.devices)":[[78,"pyhoff.devices.KL2872",false]],"kl2889 (class in pyhoff.devices)":[[79,"pyhoff.devices.KL2889",false]],"kl3042 (class in pyhoff.devices)":[[80,"pyhoff.devices.KL3042",false]],"kl3054 (class in pyhoff.devices)":[[81,"pyhoff.devices.KL3054",false]],"kl3202 (class in pyhoff.devices)":[[82,"pyhoff.devices.KL3202",false]],"kl3214 (class in pyhoff.devices)":[[83,"pyhoff.devices.KL3214",false]],"kl4002 (class in pyhoff.devices)":[[84,"pyhoff.devices.KL4002",false]],"kl4004 (class in pyhoff.devices)":[[85,"pyhoff.devices.KL4004",false]],"kl4132 (class in pyhoff.devices)":[[86,"pyhoff.devices.KL4132",false]],"kl5121 (class in pyhoff.devices)":[[87,"pyhoff.devices.KL5121",false]],"last_error (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.last_error",false]],"modbus (pyhoff.buscoupler attribute)":[[6,"pyhoff.BusCoupler.modbus",false]],"parameters (pyhoff.busterminal attribute)":[[7,"pyhoff.BusTerminal.parameters",false]],"port (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.port",false]],"read_channel_word() (pyhoff.analoginputterminal method)":[[1,"pyhoff.AnalogInputTerminal.read_channel_word",false]],"read_channel_word() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.read_channel_word",false]],"read_coil() (pyhoff.devices.digitaloutputterminal16bit method)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit.read_coil",false]],"read_coil() (pyhoff.devices.digitaloutputterminal4bit method)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit.read_coil",false]],"read_coil() (pyhoff.devices.digitaloutputterminal8bit method)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit.read_coil",false]],"read_coil() (pyhoff.devices.kl1212 method)":[[27,"pyhoff.devices.KL1212.read_coil",false]],"read_coil() (pyhoff.devices.kl1859 method)":[[56,"pyhoff.devices.KL1859.read_coil",false]],"read_coil() (pyhoff.devices.kl2012 method)":[[60,"pyhoff.devices.KL2012.read_coil",false]],"read_coil() (pyhoff.devices.kl2022 method)":[[61,"pyhoff.devices.KL2022.read_coil",false]],"read_coil() (pyhoff.devices.kl2032 method)":[[62,"pyhoff.devices.KL2032.read_coil",false]],"read_coil() (pyhoff.devices.kl2114 method)":[[63,"pyhoff.devices.KL2114.read_coil",false]],"read_coil() (pyhoff.devices.kl2124 method)":[[64,"pyhoff.devices.KL2124.read_coil",false]],"read_coil() (pyhoff.devices.kl2134 method)":[[65,"pyhoff.devices.KL2134.read_coil",false]],"read_coil() (pyhoff.devices.kl2184 method)":[[66,"pyhoff.devices.KL2184.read_coil",false]],"read_coil() (pyhoff.devices.kl2212 method)":[[67,"pyhoff.devices.KL2212.read_coil",false]],"read_coil() (pyhoff.devices.kl2284 method)":[[68,"pyhoff.devices.KL2284.read_coil",false]],"read_coil() (pyhoff.devices.kl2404 method)":[[69,"pyhoff.devices.KL2404.read_coil",false]],"read_coil() (pyhoff.devices.kl2408 method)":[[70,"pyhoff.devices.KL2408.read_coil",false]],"read_coil() (pyhoff.devices.kl2424 method)":[[71,"pyhoff.devices.KL2424.read_coil",false]],"read_coil() (pyhoff.devices.kl2442 method)":[[72,"pyhoff.devices.KL2442.read_coil",false]],"read_coil() (pyhoff.devices.kl2488 method)":[[73,"pyhoff.devices.KL2488.read_coil",false]],"read_coil() (pyhoff.devices.kl2634 method)":[[74,"pyhoff.devices.KL2634.read_coil",false]],"read_coil() (pyhoff.devices.kl2808 method)":[[75,"pyhoff.devices.KL2808.read_coil",false]],"read_coil() (pyhoff.devices.kl2809 method)":[[76,"pyhoff.devices.KL2809.read_coil",false]],"read_coil() (pyhoff.devices.kl2828 method)":[[77,"pyhoff.devices.KL2828.read_coil",false]],"read_coil() (pyhoff.devices.kl2872 method)":[[78,"pyhoff.devices.KL2872.read_coil",false]],"read_coil() (pyhoff.devices.kl2889 method)":[[79,"pyhoff.devices.KL2889.read_coil",false]],"read_coil() (pyhoff.devices.wago_750_530 method)":[[91,"pyhoff.devices.WAGO_750_530.read_coil",false]],"read_coil() (pyhoff.digitaloutputterminal method)":[[12,"pyhoff.DigitalOutputTerminal.read_coil",false]],"read_coil() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_coil",false]],"read_coils() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_coils",false]],"read_counter() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_counter",false]],"read_current() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_current",false]],"read_current() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_current",false]],"read_delta() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_delta",false]],"read_discrete_input() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_discrete_input",false]],"read_discrete_inputs() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_discrete_inputs",false]],"read_holding_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_holding_registers",false]],"read_input() (pyhoff.devices.digitalinputterminal16bit method)":[[9,"pyhoff.devices.DigitalInputTerminal16Bit.read_input",false]],"read_input() (pyhoff.devices.digitalinputterminal4bit method)":[[10,"pyhoff.devices.DigitalInputTerminal4Bit.read_input",false]],"read_input() (pyhoff.devices.digitalinputterminal8bit method)":[[11,"pyhoff.devices.DigitalInputTerminal8Bit.read_input",false]],"read_input() (pyhoff.devices.kl1002 method)":[[16,"pyhoff.devices.KL1002.read_input",false]],"read_input() (pyhoff.devices.kl1012 method)":[[17,"pyhoff.devices.KL1012.read_input",false]],"read_input() (pyhoff.devices.kl1032 method)":[[18,"pyhoff.devices.KL1032.read_input",false]],"read_input() (pyhoff.devices.kl1052 method)":[[19,"pyhoff.devices.KL1052.read_input",false]],"read_input() (pyhoff.devices.kl1104 method)":[[20,"pyhoff.devices.KL1104.read_input",false]],"read_input() (pyhoff.devices.kl1114 method)":[[21,"pyhoff.devices.KL1114.read_input",false]],"read_input() (pyhoff.devices.kl1124 method)":[[22,"pyhoff.devices.KL1124.read_input",false]],"read_input() (pyhoff.devices.kl1154 method)":[[23,"pyhoff.devices.KL1154.read_input",false]],"read_input() (pyhoff.devices.kl1164 method)":[[24,"pyhoff.devices.KL1164.read_input",false]],"read_input() (pyhoff.devices.kl1184 method)":[[25,"pyhoff.devices.KL1184.read_input",false]],"read_input() (pyhoff.devices.kl1194 method)":[[26,"pyhoff.devices.KL1194.read_input",false]],"read_input() (pyhoff.devices.kl1232 method)":[[28,"pyhoff.devices.KL1232.read_input",false]],"read_input() (pyhoff.devices.kl1302 method)":[[29,"pyhoff.devices.KL1302.read_input",false]],"read_input() (pyhoff.devices.kl1304 method)":[[30,"pyhoff.devices.KL1304.read_input",false]],"read_input() (pyhoff.devices.kl1312 method)":[[31,"pyhoff.devices.KL1312.read_input",false]],"read_input() (pyhoff.devices.kl1314 method)":[[32,"pyhoff.devices.KL1314.read_input",false]],"read_input() (pyhoff.devices.kl1352 method)":[[33,"pyhoff.devices.KL1352.read_input",false]],"read_input() (pyhoff.devices.kl1362 method)":[[34,"pyhoff.devices.KL1362.read_input",false]],"read_input() (pyhoff.devices.kl1382 method)":[[35,"pyhoff.devices.KL1382.read_input",false]],"read_input() (pyhoff.devices.kl1402 method)":[[36,"pyhoff.devices.KL1402.read_input",false]],"read_input() (pyhoff.devices.kl1404 method)":[[37,"pyhoff.devices.KL1404.read_input",false]],"read_input() (pyhoff.devices.kl1408 method)":[[38,"pyhoff.devices.KL1408.read_input",false]],"read_input() (pyhoff.devices.kl1412 method)":[[39,"pyhoff.devices.KL1412.read_input",false]],"read_input() (pyhoff.devices.kl1414 method)":[[40,"pyhoff.devices.KL1414.read_input",false]],"read_input() (pyhoff.devices.kl1418 method)":[[41,"pyhoff.devices.KL1418.read_input",false]],"read_input() (pyhoff.devices.kl1434 method)":[[42,"pyhoff.devices.KL1434.read_input",false]],"read_input() (pyhoff.devices.kl1488 method)":[[43,"pyhoff.devices.KL1488.read_input",false]],"read_input() (pyhoff.devices.kl1498 method)":[[44,"pyhoff.devices.KL1498.read_input",false]],"read_input() (pyhoff.devices.kl1501 method)":[[45,"pyhoff.devices.KL1501.read_input",false]],"read_input() (pyhoff.devices.kl1702 method)":[[47,"pyhoff.devices.KL1702.read_input",false]],"read_input() (pyhoff.devices.kl1704 method)":[[48,"pyhoff.devices.KL1704.read_input",false]],"read_input() (pyhoff.devices.kl1712 method)":[[49,"pyhoff.devices.KL1712.read_input",false]],"read_input() (pyhoff.devices.kl1722 method)":[[50,"pyhoff.devices.KL1722.read_input",false]],"read_input() (pyhoff.devices.kl1804 method)":[[51,"pyhoff.devices.KL1804.read_input",false]],"read_input() (pyhoff.devices.kl1808 method)":[[52,"pyhoff.devices.KL1808.read_input",false]],"read_input() (pyhoff.devices.kl1809 method)":[[53,"pyhoff.devices.KL1809.read_input",false]],"read_input() (pyhoff.devices.kl1814 method)":[[54,"pyhoff.devices.KL1814.read_input",false]],"read_input() (pyhoff.devices.kl1819 method)":[[55,"pyhoff.devices.KL1819.read_input",false]],"read_input() (pyhoff.devices.kl1862 method)":[[57,"pyhoff.devices.KL1862.read_input",false]],"read_input() (pyhoff.devices.kl1872 method)":[[58,"pyhoff.devices.KL1872.read_input",false]],"read_input() (pyhoff.devices.kl1889 method)":[[59,"pyhoff.devices.KL1889.read_input",false]],"read_input() (pyhoff.devices.wago_750_1405 method)":[[89,"pyhoff.devices.WAGO_750_1405.read_input",false]],"read_input() (pyhoff.digitalinputterminal method)":[[8,"pyhoff.DigitalInputTerminal.read_input",false]],"read_input_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_input_registers",false]],"read_normalized() (pyhoff.analoginputterminal method)":[[1,"pyhoff.AnalogInputTerminal.read_normalized",false]],"read_normalized() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_normalized",false]],"read_temperature() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_temperature",false]],"read_temperature() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_temperature",false]],"receive_modbus_data() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.receive_modbus_data",false]],"select() (pyhoff.analoginputterminal class method)":[[1,"pyhoff.AnalogInputTerminal.select",false]],"select() (pyhoff.analogoutputterminal class method)":[[2,"pyhoff.AnalogOutputTerminal.select",false]],"select() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.select",false]],"select() (pyhoff.busterminal class method)":[[7,"pyhoff.BusTerminal.select",false]],"select() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.select",false]],"select() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.select",false]],"select() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.select",false]],"select() (pyhoff.digitalinputterminal class method)":[[8,"pyhoff.DigitalInputTerminal.select",false]],"select() (pyhoff.digitaloutputterminal class method)":[[12,"pyhoff.DigitalOutputTerminal.select",false]],"send_modbus_data() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.send_modbus_data",false]],"set_normalized() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.set_normalized",false]],"set_normalized() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.set_normalized",false]],"set_voltage() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.set_voltage",false]],"set_voltage() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.set_voltage",false]],"set_voltage() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.set_voltage",false]],"simplemodbusclient (class in pyhoff.modbus)":[[88,"pyhoff.modbus.SimpleModbusClient",false]],"timeout (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.timeout",false]],"unit_id (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.unit_id",false]],"wago_750_1405 (class in pyhoff.devices)":[[89,"pyhoff.devices.WAGO_750_1405",false]],"wago_750_352 (class in pyhoff.devices)":[[90,"pyhoff.devices.WAGO_750_352",false]],"wago_750_530 (class in pyhoff.devices)":[[91,"pyhoff.devices.WAGO_750_530",false]],"wago_750_600 (class in pyhoff.devices)":[[92,"pyhoff.devices.WAGO_750_600",false]],"wago_750_602 (class in pyhoff.devices)":[[93,"pyhoff.devices.WAGO_750_602",false]],"write_channel_word() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.write_channel_word",false]],"write_coil() (pyhoff.devices.digitaloutputterminal16bit method)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit.write_coil",false]],"write_coil() (pyhoff.devices.digitaloutputterminal4bit method)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit.write_coil",false]],"write_coil() (pyhoff.devices.digitaloutputterminal8bit method)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit.write_coil",false]],"write_coil() (pyhoff.devices.kl1212 method)":[[27,"pyhoff.devices.KL1212.write_coil",false]],"write_coil() (pyhoff.devices.kl1859 method)":[[56,"pyhoff.devices.KL1859.write_coil",false]],"write_coil() (pyhoff.devices.kl2012 method)":[[60,"pyhoff.devices.KL2012.write_coil",false]],"write_coil() (pyhoff.devices.kl2022 method)":[[61,"pyhoff.devices.KL2022.write_coil",false]],"write_coil() (pyhoff.devices.kl2032 method)":[[62,"pyhoff.devices.KL2032.write_coil",false]],"write_coil() (pyhoff.devices.kl2114 method)":[[63,"pyhoff.devices.KL2114.write_coil",false]],"write_coil() (pyhoff.devices.kl2124 method)":[[64,"pyhoff.devices.KL2124.write_coil",false]],"write_coil() (pyhoff.devices.kl2134 method)":[[65,"pyhoff.devices.KL2134.write_coil",false]],"write_coil() (pyhoff.devices.kl2184 method)":[[66,"pyhoff.devices.KL2184.write_coil",false]],"write_coil() (pyhoff.devices.kl2212 method)":[[67,"pyhoff.devices.KL2212.write_coil",false]],"write_coil() (pyhoff.devices.kl2284 method)":[[68,"pyhoff.devices.KL2284.write_coil",false]],"write_coil() (pyhoff.devices.kl2404 method)":[[69,"pyhoff.devices.KL2404.write_coil",false]],"write_coil() (pyhoff.devices.kl2408 method)":[[70,"pyhoff.devices.KL2408.write_coil",false]],"write_coil() (pyhoff.devices.kl2424 method)":[[71,"pyhoff.devices.KL2424.write_coil",false]],"write_coil() (pyhoff.devices.kl2442 method)":[[72,"pyhoff.devices.KL2442.write_coil",false]],"write_coil() (pyhoff.devices.kl2488 method)":[[73,"pyhoff.devices.KL2488.write_coil",false]],"write_coil() (pyhoff.devices.kl2634 method)":[[74,"pyhoff.devices.KL2634.write_coil",false]],"write_coil() (pyhoff.devices.kl2808 method)":[[75,"pyhoff.devices.KL2808.write_coil",false]],"write_coil() (pyhoff.devices.kl2809 method)":[[76,"pyhoff.devices.KL2809.write_coil",false]],"write_coil() (pyhoff.devices.kl2828 method)":[[77,"pyhoff.devices.KL2828.write_coil",false]],"write_coil() (pyhoff.devices.kl2872 method)":[[78,"pyhoff.devices.KL2872.write_coil",false]],"write_coil() (pyhoff.devices.kl2889 method)":[[79,"pyhoff.devices.KL2889.write_coil",false]],"write_coil() (pyhoff.devices.wago_750_530 method)":[[91,"pyhoff.devices.WAGO_750_530.write_coil",false]],"write_coil() (pyhoff.digitaloutputterminal method)":[[12,"pyhoff.DigitalOutputTerminal.write_coil",false]],"write_multiple_coils() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_multiple_coils",false]],"write_multiple_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_multiple_registers",false]],"write_single_coil() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_single_coil",false]],"write_single_register() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_single_register",false]]},"objects":{"pyhoff":[[1,0,1,"","AnalogInputTerminal"],[2,0,1,"","AnalogOutputTerminal"],[6,0,1,"","BusCoupler"],[7,0,1,"","BusTerminal"],[8,0,1,"","DigitalInputTerminal"],[12,0,1,"","DigitalOutputTerminal"]],"pyhoff.AnalogInputTerminal":[[1,1,1,"","read_channel_word"],[1,1,1,"","read_normalized"],[1,1,1,"","select"]],"pyhoff.AnalogOutputTerminal":[[2,1,1,"","read_channel_word"],[2,1,1,"","select"],[2,1,1,"","set_normalized"],[2,1,1,"","write_channel_word"]],"pyhoff.BusCoupler":[[6,1,1,"","add_bus_terminals"],[6,2,1,"","bus_terminals"],[6,1,1,"","get_error"],[6,2,1,"","modbus"],[6,1,1,"","select"]],"pyhoff.BusTerminal":[[7,2,1,"","bus_coupler"],[7,2,1,"","parameters"],[7,1,1,"","select"]],"pyhoff.DigitalInputTerminal":[[8,1,1,"","read_input"],[8,1,1,"","select"]],"pyhoff.DigitalOutputTerminal":[[12,1,1,"","read_coil"],[12,1,1,"","select"],[12,1,1,"","write_coil"]],"pyhoff.devices":[[3,0,1,"","BK9000"],[4,0,1,"","BK9050"],[5,0,1,"","BK9100"],[9,0,1,"","DigitalInputTerminal16Bit"],[10,0,1,"","DigitalInputTerminal4Bit"],[11,0,1,"","DigitalInputTerminal8Bit"],[13,0,1,"","DigitalOutputTerminal16Bit"],[14,0,1,"","DigitalOutputTerminal4Bit"],[15,0,1,"","DigitalOutputTerminal8Bit"],[16,0,1,"","KL1002"],[17,0,1,"","KL1012"],[18,0,1,"","KL1032"],[19,0,1,"","KL1052"],[20,0,1,"","KL1104"],[21,0,1,"","KL1114"],[22,0,1,"","KL1124"],[23,0,1,"","KL1154"],[24,0,1,"","KL1164"],[25,0,1,"","KL1184"],[26,0,1,"","KL1194"],[27,0,1,"","KL1212"],[28,0,1,"","KL1232"],[29,0,1,"","KL1302"],[30,0,1,"","KL1304"],[31,0,1,"","KL1312"],[32,0,1,"","KL1314"],[33,0,1,"","KL1352"],[34,0,1,"","KL1362"],[35,0,1,"","KL1382"],[36,0,1,"","KL1402"],[37,0,1,"","KL1404"],[38,0,1,"","KL1408"],[39,0,1,"","KL1412"],[40,0,1,"","KL1414"],[41,0,1,"","KL1418"],[42,0,1,"","KL1434"],[43,0,1,"","KL1488"],[44,0,1,"","KL1498"],[45,0,1,"","KL1501"],[46,0,1,"","KL1512"],[47,0,1,"","KL1702"],[48,0,1,"","KL1704"],[49,0,1,"","KL1712"],[50,0,1,"","KL1722"],[51,0,1,"","KL1804"],[52,0,1,"","KL1808"],[53,0,1,"","KL1809"],[54,0,1,"","KL1814"],[55,0,1,"","KL1819"],[56,0,1,"","KL1859"],[57,0,1,"","KL1862"],[58,0,1,"","KL1872"],[59,0,1,"","KL1889"],[60,0,1,"","KL2012"],[61,0,1,"","KL2022"],[62,0,1,"","KL2032"],[63,0,1,"","KL2114"],[64,0,1,"","KL2124"],[65,0,1,"","KL2134"],[66,0,1,"","KL2184"],[67,0,1,"","KL2212"],[68,0,1,"","KL2284"],[69,0,1,"","KL2404"],[70,0,1,"","KL2408"],[71,0,1,"","KL2424"],[72,0,1,"","KL2442"],[73,0,1,"","KL2488"],[74,0,1,"","KL2634"],[75,0,1,"","KL2808"],[76,0,1,"","KL2809"],[77,0,1,"","KL2828"],[78,0,1,"","KL2872"],[79,0,1,"","KL2889"],[80,0,1,"","KL3042"],[81,0,1,"","KL3054"],[82,0,1,"","KL3202"],[83,0,1,"","KL3214"],[84,0,1,"","KL4002"],[85,0,1,"","KL4004"],[86,0,1,"","KL4132"],[87,0,1,"","KL5121"],[89,0,1,"","WAGO_750_1405"],[90,0,1,"","WAGO_750_352"],[91,0,1,"","WAGO_750_530"],[92,0,1,"","WAGO_750_600"],[93,0,1,"","WAGO_750_602"]],"pyhoff.devices.BK9000":[[3,1,1,"","add_bus_terminals"],[3,1,1,"","get_error"],[3,1,1,"","select"]],"pyhoff.devices.BK9050":[[4,1,1,"","add_bus_terminals"],[4,1,1,"","get_error"],[4,1,1,"","select"]],"pyhoff.devices.BK9100":[[5,1,1,"","add_bus_terminals"],[5,1,1,"","get_error"],[5,1,1,"","select"]],"pyhoff.devices.DigitalInputTerminal16Bit":[[9,1,1,"","read_input"]],"pyhoff.devices.DigitalInputTerminal4Bit":[[10,1,1,"","read_input"]],"pyhoff.devices.DigitalInputTerminal8Bit":[[11,1,1,"","read_input"]],"pyhoff.devices.DigitalOutputTerminal16Bit":[[13,1,1,"","read_coil"],[13,1,1,"","write_coil"]],"pyhoff.devices.DigitalOutputTerminal4Bit":[[14,1,1,"","read_coil"],[14,1,1,"","write_coil"]],"pyhoff.devices.DigitalOutputTerminal8Bit":[[15,1,1,"","read_coil"],[15,1,1,"","write_coil"]],"pyhoff.devices.KL1002":[[16,1,1,"","read_input"]],"pyhoff.devices.KL1012":[[17,1,1,"","read_input"]],"pyhoff.devices.KL1032":[[18,1,1,"","read_input"]],"pyhoff.devices.KL1052":[[19,1,1,"","read_input"]],"pyhoff.devices.KL1104":[[20,1,1,"","read_input"]],"pyhoff.devices.KL1114":[[21,1,1,"","read_input"]],"pyhoff.devices.KL1124":[[22,1,1,"","read_input"]],"pyhoff.devices.KL1154":[[23,1,1,"","read_input"]],"pyhoff.devices.KL1164":[[24,1,1,"","read_input"]],"pyhoff.devices.KL1184":[[25,1,1,"","read_input"]],"pyhoff.devices.KL1194":[[26,1,1,"","read_input"]],"pyhoff.devices.KL1212":[[27,1,1,"","read_coil"],[27,1,1,"","write_coil"]],"pyhoff.devices.KL1232":[[28,1,1,"","read_input"]],"pyhoff.devices.KL1302":[[29,1,1,"","read_input"]],"pyhoff.devices.KL1304":[[30,1,1,"","read_input"]],"pyhoff.devices.KL1312":[[31,1,1,"","read_input"]],"pyhoff.devices.KL1314":[[32,1,1,"","read_input"]],"pyhoff.devices.KL1352":[[33,1,1,"","read_input"]],"pyhoff.devices.KL1362":[[34,1,1,"","read_input"]],"pyhoff.devices.KL1382":[[35,1,1,"","read_input"]],"pyhoff.devices.KL1402":[[36,1,1,"","read_input"]],"pyhoff.devices.KL1404":[[37,1,1,"","read_input"]],"pyhoff.devices.KL1408":[[38,1,1,"","read_input"]],"pyhoff.devices.KL1412":[[39,1,1,"","read_input"]],"pyhoff.devices.KL1414":[[40,1,1,"","read_input"]],"pyhoff.devices.KL1418":[[41,1,1,"","read_input"]],"pyhoff.devices.KL1434":[[42,1,1,"","read_input"]],"pyhoff.devices.KL1488":[[43,1,1,"","read_input"]],"pyhoff.devices.KL1498":[[44,1,1,"","read_input"]],"pyhoff.devices.KL1501":[[45,1,1,"","read_input"]],"pyhoff.devices.KL1512":[[46,1,1,"","read_channel_word"],[46,1,1,"","read_counter"],[46,1,1,"","read_delta"],[46,1,1,"","read_normalized"]],"pyhoff.devices.KL1702":[[47,1,1,"","read_input"]],"pyhoff.devices.KL1704":[[48,1,1,"","read_input"]],"pyhoff.devices.KL1712":[[49,1,1,"","read_input"]],"pyhoff.devices.KL1722":[[50,1,1,"","read_input"]],"pyhoff.devices.KL1804":[[51,1,1,"","read_input"]],"pyhoff.devices.KL1808":[[52,1,1,"","read_input"]],"pyhoff.devices.KL1809":[[53,1,1,"","read_input"]],"pyhoff.devices.KL1814":[[54,1,1,"","read_input"]],"pyhoff.devices.KL1819":[[55,1,1,"","read_input"]],"pyhoff.devices.KL1859":[[56,1,1,"","read_coil"],[56,1,1,"","write_coil"]],"pyhoff.devices.KL1862":[[57,1,1,"","read_input"]],"pyhoff.devices.KL1872":[[58,1,1,"","read_input"]],"pyhoff.devices.KL1889":[[59,1,1,"","read_input"]],"pyhoff.devices.KL2012":[[60,1,1,"","read_coil"],[60,1,1,"","write_coil"]],"pyhoff.devices.KL2022":[[61,1,1,"","read_coil"],[61,1,1,"","write_coil"]],"pyhoff.devices.KL2032":[[62,1,1,"","read_coil"],[62,1,1,"","write_coil"]],"pyhoff.devices.KL2114":[[63,1,1,"","read_coil"],[63,1,1,"","write_coil"]],"pyhoff.devices.KL2124":[[64,1,1,"","read_coil"],[64,1,1,"","write_coil"]],"pyhoff.devices.KL2134":[[65,1,1,"","read_coil"],[65,1,1,"","write_coil"]],"pyhoff.devices.KL2184":[[66,1,1,"","read_coil"],[66,1,1,"","write_coil"]],"pyhoff.devices.KL2212":[[67,1,1,"","read_coil"],[67,1,1,"","write_coil"]],"pyhoff.devices.KL2284":[[68,1,1,"","read_coil"],[68,1,1,"","write_coil"]],"pyhoff.devices.KL2404":[[69,1,1,"","read_coil"],[69,1,1,"","write_coil"]],"pyhoff.devices.KL2408":[[70,1,1,"","read_coil"],[70,1,1,"","write_coil"]],"pyhoff.devices.KL2424":[[71,1,1,"","read_coil"],[71,1,1,"","write_coil"]],"pyhoff.devices.KL2442":[[72,1,1,"","read_coil"],[72,1,1,"","write_coil"]],"pyhoff.devices.KL2488":[[73,1,1,"","read_coil"],[73,1,1,"","write_coil"]],"pyhoff.devices.KL2634":[[74,1,1,"","read_coil"],[74,1,1,"","write_coil"]],"pyhoff.devices.KL2808":[[75,1,1,"","read_coil"],[75,1,1,"","write_coil"]],"pyhoff.devices.KL2809":[[76,1,1,"","read_coil"],[76,1,1,"","write_coil"]],"pyhoff.devices.KL2828":[[77,1,1,"","read_coil"],[77,1,1,"","write_coil"]],"pyhoff.devices.KL2872":[[78,1,1,"","read_coil"],[78,1,1,"","write_coil"]],"pyhoff.devices.KL2889":[[79,1,1,"","read_coil"],[79,1,1,"","write_coil"]],"pyhoff.devices.KL3042":[[80,1,1,"","read_channel_word"],[80,1,1,"","read_current"],[80,1,1,"","read_normalized"]],"pyhoff.devices.KL3054":[[81,1,1,"","read_channel_word"],[81,1,1,"","read_current"],[81,1,1,"","read_normalized"]],"pyhoff.devices.KL3202":[[82,1,1,"","read_channel_word"],[82,1,1,"","read_normalized"],[82,1,1,"","read_temperature"]],"pyhoff.devices.KL3214":[[83,1,1,"","read_channel_word"],[83,1,1,"","read_normalized"],[83,1,1,"","read_temperature"]],"pyhoff.devices.KL4002":[[84,1,1,"","read_channel_word"],[84,1,1,"","set_normalized"],[84,1,1,"","set_voltage"],[84,1,1,"","write_channel_word"]],"pyhoff.devices.KL4004":[[85,1,1,"","read_channel_word"],[85,1,1,"","set_normalized"],[85,1,1,"","set_voltage"],[85,1,1,"","write_channel_word"]],"pyhoff.devices.KL4132":[[86,1,1,"","read_channel_word"],[86,1,1,"","set_normalized"],[86,1,1,"","set_voltage"],[86,1,1,"","write_channel_word"]],"pyhoff.devices.KL5121":[[87,1,1,"","read_channel_word"],[87,1,1,"","set_normalized"],[87,1,1,"","write_channel_word"]],"pyhoff.devices.WAGO_750_1405":[[89,1,1,"","read_input"]],"pyhoff.devices.WAGO_750_352":[[90,1,1,"","add_bus_terminals"],[90,1,1,"","get_error"]],"pyhoff.devices.WAGO_750_530":[[91,1,1,"","read_coil"],[91,1,1,"","write_coil"]],"pyhoff.modbus":[[88,0,1,"","SimpleModbusClient"]],"pyhoff.modbus.SimpleModbusClient":[[88,1,1,"","close"],[88,1,1,"","connect"],[88,2,1,"","debug"],[88,2,1,"","host"],[88,2,1,"","last_error"],[88,2,1,"","port"],[88,1,1,"","read_coil"],[88,1,1,"","read_coils"],[88,1,1,"","read_discrete_input"],[88,1,1,"","read_discrete_inputs"],[88,1,1,"","read_holding_registers"],[88,1,1,"","read_input_registers"],[88,1,1,"","receive_modbus_data"],[88,1,1,"","send_modbus_data"],[88,2,1,"","timeout"],[88,2,1,"","unit_id"],[88,1,1,"","write_multiple_coils"],[88,1,1,"","write_multiple_registers"],[88,1,1,"","write_single_coil"],[88,1,1,"","write_single_register"]]},"objnames":{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"]},"objtypes":{"0":"py:class","1":"py:method","2":"py:attribute"},"terms":{"0":[1,2,3,4,5,6,7,8,12,17,21,22,24,26,28,31,32,39,40,41,42,44,46,54,55,56,58,60,62,63,65,66,67,73,75,76,78,79,80,81,82,83,84,85,87,88,90,95],"0x01":88,"0x02":88,"0x03":88,"0x04":88,"0x05":88,"0x06":88,"0x0f":88,"0x10":88,"0xffff":88,"1":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95],"10":[47,48,49,50,84,85,86,88],"100":45,"12":[80,81,84,85],"120":[47,48,49,50],"1234":88,"125":88,"1405":89,"16":[3,4,5,6,9,13,46,53,55,57,58,59,76,78,79,82,83,86,88,95],"168":[3,4,5,6,90],"16x":89,"17":[3,4,5,6,95],"172":[3,4,5,6,95],"192":[3,4,5,6,90],"1f":[3,4,5,6,90,95],"2":[3,4,5,6,16,17,18,19,21,22,24,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,44,47,49,50,54,55,58,60,61,62,67,68,70,72,77,90,91,95],"20":[64,80,81],"2000":[71,88],"2025":0,"22":[3,4,5,6,90],"23":[3,4,5,6,90],"230":[47,48,50],"24":[16,17,19,20,21,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,51,52,53,54,55,56,57,58,59,60,61,62,63,65,66,67,68,70,72,73,75,76,77,78,79,87,89,91],"250":[74,87],"2x":[46,80,82,84,86],"3":[16,18,19,21,23,25,27,29,30,34,36,37,43,51,52,53,56,57,59,70,82,83,91],"30":[35,74],"352":90,"4":[10,14,21,22,23,24,25,26,30,32,37,40,42,48,51,54,63,64,65,66,68,70,72,74,81,87,91,95],"48":18,"4x":[20,69,71,74,81,83,85],"5":[3,4,5,6,22,56,60,62,63,64,65,66,67,70,73,75,76,78,79,88,90,91],"500":[69,70,91],"502":[3,4,5,6,88,90,95],"530":[70,91],"5678":88,"6":[70,91],"7":[70,91],"750":[70,89,90,91],"750_352":95,"8":[11,15,41,43,44,52,56,70,72,73,75,77,91],"8x":[38,70,91],"99999":[1,2,46,80,81,82,83,84,85,86,87],"A":[0,3,4,5,6,56,60,61,62,63,65,66,67,68,72,73,74,75,76,77,78,79,88,90],"AND":0,"AS":0,"BE":0,"BUT":0,"FOR":0,"IN":0,"If":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91],"It":95,"NO":0,"NOT":0,"OF":0,"OR":0,"On":95,"THE":0,"TO":0,"The":[0,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95],"These":94,"To":95,"WITH":0,"_bt":[1,2,3,4,5,6,7,8,12],"abov":0,"absolut":46,"abstract":95,"ac":[47,48,49,50,74],"accord":6,"acquisit":95,"action":0,"activ":95,"add":[3,4,5,6,90,95],"add_bus_termin":[3,4,5,6,90,95],"addit":95,"address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93],"after":[3,4,5,6,90],"alarm":34,"all":[0,1,2,3,4,5,6,7,8,12,90,95],"allow":95,"an":[0,88,95],"analog":[1,2,80,81,82,83,84,85,86,95],"analoginputtermin":[46,80,81,82,83,94],"analogoutputtermin":[84,85,86,87,94],"ani":0,"ar":[94,95],"aris":0,"arrang":95,"associ":0,"author":0,"autom":95,"automat":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87,88],"back":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91],"base":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95],"beckhoff":95,"between":[2,84,85,86,87],"bin":95,"bit":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93],"bit_address":88,"bit_length":88,"bk":[3,4,5,6,90,95],"bk9000":[4,5,6,90,94,95],"bk9050":[3,5,6,94,95],"bk9100":[94,95],"bodi":88,"bool":[2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,89,90,91],"bound":[1,2,3,4,5,6,7,8,12],"break":34,"bu":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,95],"bus_coupl":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"bus_termin":[3,4,5,6,90],"bus_terminal_typ":[3,4,5,6],"bus_terminals_typ":[3,4,5,6],"buscoupl":[1,2,3,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94],"busklemmen":95,"busskoppl":95,"bustermin":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94],"byte":88,"c":[0,3,4,5,6,82,90,95],"cabl":[57,58,78],"call":88,"can":95,"cd":95,"ch1":[3,4,5,6,90],"ch2":[3,4,5,6,90],"chang":46,"channel":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,95],"charg":0,"claim":0,"class":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"classmethod":[1,2,7,8,12],"client":[6,88],"clone":95,"close":88,"code":[88,95],"coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,91],"com":95,"common":95,"compact":95,"complement":95,"condit":0,"configur":88,"connect":[0,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],"contact":[50,70,91],"contain":88,"contract":0,"control":87,"copi":0,"copyright":0,"correctli":95,"correspond":[3,4,5,6,90],"count":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"counter":[45,46],"coupler":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,95],"creat":95,"current":[80,81],"damag":0,"data":[88,95],"dc":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,39,40,41,42,43,44,45,46,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,74,75,76,77,78,79,87],"deactiv":[3,4,5,6,90],"deal":0,"debug":[3,4,5,6,88,90],"decenc":95,"default":[3,4,5,6,90,95],"depend":95,"detail":95,"dev":95,"devic":[6,94,95],"diagnost":[27,67],"differenti":86,"differentiel":[84,85],"digit":[8,12,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,87,89,91,95],"digitalinputtermin":[9,10,11,16,17,18,19,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,57,58,59,94],"digitalinputterminal16bit":[89,94],"digitalinputterminal4bit":[20,94],"digitalinputterminal8bit":[38,94],"digitaloutputtermin":[13,14,15,27,56,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,94],"digitaloutputterminal16bit":94,"digitaloutputterminal4bit":[69,71,74,94],"digitaloutputterminal8bit":[70,91,94],"directli":94,"discret":88,"distribut":0,"do":0,"do1":[70,91],"do8":[70,91],"document":0,"e":95,"easi":95,"empti":88,"encod":87,"end":[80,81,92],"ensur":95,"environ":95,"error":[3,4,5,6,88,90],"error_valu":[1,2,46,80,81,82,83,84,85,86,87],"ethernet":[94,95],"event":0,"everyth":95,"exampl":[3,4,5,6,88,90,95],"except":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"express":0,"extend":95,"extens":28,"f":[3,4,5,6,90,95],"fail":[2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,89,91],"fals":[3,4,5,6,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,90,91],"file":[0,95],"first":[1,2,3,4,5,6,7,8,12,95],"fit":0,"flat":[57,58,78],"float":[1,2,3,4,5,6,46,80,81,82,83,84,85,86,87,88,90],"follow":[0,95],"frame":88,"free":0,"from":[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95],"function":[88,92,93],"function_cod":88,"furnish":0,"galvan":38,"gener":[9,10,11,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87],"get":[3,4,5,6,90,95],"get_error":[3,4,5,6,90],"git":95,"github":95,"given":[3,4,5,6,88],"grant":0,"ground":[19,23,24,25,26,43,44,59,66,73,79],"ha":95,"handl":88,"herebi":0,"hex":88,"hi":95,"high":95,"hold":88,"holder":0,"host":[3,4,5,6,88,90],"hostnam":[3,4,5,6,88,90],"htl":87,"http":95,"i":[0,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95],"i_b_addr":46,"i_w_addr":46,"id":88,"implement":94,"impli":0,"import":[3,4,5,6,90,95],"includ":0,"increment":87,"index":[1,2,3,4,5,6,7,8,12,46,80,81,82,83,84,85,86,87],"industri":95,"inform":[3,4,5,6,90],"input":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93],"input_bit_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"input_word_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"instanc":[1,2,3,4,5,6,7,8,12],"instanti":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"int":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"interfac":[87,94],"intern":94,"io":[94,95],"ip":[3,4,5,6,88,90,95],"isol":38,"issu":95,"iter":[3,4,5,6,90],"khz":[45,46,87],"kind":0,"kl1002":94,"kl1012":94,"kl1032":94,"kl1052":94,"kl1104":[38,94,95],"kl1114":94,"kl1124":94,"kl1154":94,"kl1164":94,"kl1184":94,"kl1194":94,"kl1212":94,"kl1232":94,"kl1302":94,"kl1304":94,"kl1312":94,"kl1314":94,"kl1352":94,"kl1362":94,"kl1382":94,"kl1402":94,"kl1404":94,"kl1408":94,"kl1412":94,"kl1414":94,"kl1418":94,"kl1434":94,"kl1488":94,"kl1498":94,"kl1501":94,"kl1512":94,"kl1702":94,"kl1704":94,"kl1712":94,"kl1722":94,"kl1804":94,"kl1808":94,"kl1809":94,"kl1814":94,"kl1819":94,"kl1859":94,"kl1862":94,"kl1872":94,"kl1889":94,"kl2012":94,"kl2022":94,"kl2032":94,"kl2114":94,"kl2124":94,"kl2134":94,"kl2184":94,"kl2212":94,"kl2284":94,"kl2404":[3,4,5,6,94,95],"kl2408":94,"kl2424":[3,4,5,6,94,95],"kl2425":[3,4,5,6],"kl2442":94,"kl2488":94,"kl2634":94,"kl2808":94,"kl2809":94,"kl2828":94,"kl2872":94,"kl2889":94,"kl3042":94,"kl3054":[94,95],"kl3202":[3,4,5,6,90,94,95],"kl3214":[94,95],"kl4002":[86,94,95],"kl4004":[94,95],"kl4132":94,"kl5121":94,"kl9010":[3,4,5,6,90,95],"kl9100":95,"kl9188":95,"kruse":0,"last":[3,4,5,6,46,88,90],"last_error":88,"level":95,"liabil":0,"liabl":0,"licens":0,"lightweight":95,"limit":0,"linear":87,"list":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"local":95,"localhost":88,"m":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,39,40,41,42,43,44,47,48,49,50,51,52,53,54,55,56,57,58,59,95],"ma":[64,69,70,71,80,81,91],"machin":95,"manag":95,"manual":88,"merchant":0,"merg":0,"messag":[3,4,5,6,88,90],"minim":95,"mit":[0,95],"mixed_map":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"modbu":[3,4,5,6,90,95],"modifi":0,"monitor":95,"most":95,"multipl":88,"n":[1,2,3,4,5,6,7,8,12],"namur":33,"need":88,"new":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93],"new_bus_termin":[3,4,5,6,90],"nicola":0,"nonannet":95,"none":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,89,91],"noninfring":0,"normal":[1,2,46,80,81,82,83,84,85,86,87],"notic":0,"number":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"o":[92,93],"o_b_addr":46,"o_w_addr":46,"object":[3,4,5,6,7,88,90],"obtain":0,"occur":88,"offset":[1,2,46,80,81,82,83,84,85,86,87],"one":95,"open":95,"oper":[2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,89,91],"order":[70,91,95],"other":[0,95],"otherwis":[0,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91],"out":[0,1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"output":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,95],"output_bit_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"output_word_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"over":95,"packag":95,"paramet":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"parent":[1,2,7,8,12],"particular":0,"path":87,"permiss":0,"permit":0,"person":0,"physic":95,"pip":95,"pleas":95,"plu":95,"port":[3,4,5,6,88,90,95],"portion":0,"posit":[19,23,24],"potenti":93,"power":50,"print":[3,4,5,6,88,90,95],"project":95,"protect":[62,65],"provid":[0,2,84,85,86,87,95],"pt100":[82,83],"publish":0,"pull":95,"puls":28,"purpos":0,"pyhoff":94,"pytest":95,"python":95,"rais":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"rang":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,95],"raw":88,"read":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,95],"read_channel_word":[1,2,46,80,81,82,83,84,85,86,87],"read_coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,91],"read_count":46,"read_curr":[80,81],"read_delta":46,"read_discrete_input":88,"read_holding_regist":88,"read_input":[8,9,10,11,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,57,58,59,89],"read_input_regist":88,"read_norm":[1,46,80,81,82,83],"read_temperatur":[3,4,5,6,82,83,90,95],"receiv":88,"receive_modbus_data":88,"recommend":95,"regist":88,"register_address":88,"repositori":95,"request":95,"requir":95,"research":95,"respons":[3,4,5,6,90],"restrict":0,"return":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91],"revers":[62,65,68],"ribbon":[57,58,78],"right":0,"run":95,"same":[1,2,3,4,5,6,7,8,12],"script":95,"second":[3,4,5,6,88,90],"see":95,"select":[1,2,3,4,5,6,7,8,12,95],"sell":0,"send":88,"send_modbus_data":88,"server":88,"set":[2,3,4,5,6,84,85,86,87,90,95],"set_norm":[2,84,85,86,87],"set_voltag":[84,85,86,95],"setup":95,"shall":0,"show":95,"simpl":88,"simplemodbuscli":[6,94],"sinc":[46,88],"singl":[1,2,46,80,81,82,83,84,85,86,87,88],"so":0,"socket":88,"softwar":0,"sourc":95,"specif":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"specifi":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,89,91],"standard":95,"start":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,89,91,95],"state":[3,4,5,6,90],"step":95,"str":[3,4,5,6,88,90],"string":88,"stub":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87],"subject":0,"sublicens":0,"submit":95,"substanti":0,"succeed":[2,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,91],"suppli":93,"support":95,"switch":[19,23,24,25,26,43,44,59,66,68,73,79],"t":95,"t1":[3,4,5,6,90],"t2":[3,4,5,6,90],"tcp":[3,4,5,6,88,90,95],"temperatur":[3,4,5,6,82,83,90,95],"termin":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,95],"terminal_numb":[1,2,3,4,5,6,7,8,12],"test":95,"th":[1,2,3,4,5,6,7,8,12],"thermistor":35,"thi":[0,1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95],"time":[3,4,5,6,90],"timeout":[3,4,5,6,88,90],"tort":0,"transmiss":88,"transmit":88,"true":[2,3,4,5,6,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,90,91,95],"type":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95],"typevar":[1,2,3,4,5,6,7,8,12],"typic":94,"unction_cod":88,"under":95,"underli":6,"union":[3,4,5,6,90],"unit_id":88,"up":95,"us":[0,6,94,95],"usual":88,"v":[16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,72,73,74,75,76,77,78,79,84,85,86,87,89,91,95],"valu":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91],"venv":95,"veri":95,"virtual":95,"voltag":[62,65,84,85,86],"wago":[90,95],"wago_750_1405":94,"wago_750_352":94,"wago_750_530":94,"wago_750_600":94,"wago_750_602":94,"wait":[3,4,5,6,90],"warranti":0,"watchdog":[3,4,5,6,90],"welcom":95,"whether":0,"which":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"whom":0,"wide":95,"window":95,"wire":[21,36,37,40,42,82,83],"without":[0,50],"word":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"word_length":88,"write":[2,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,91,95],"write_channel_word":[2,84,85,86,87],"write_coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91,95],"write_multiple_coil":88,"write_multiple_regist":88,"write_single_coil":88,"write_single_regist":88,"x":[72,87],"you":95,"your":95},"titles":["<no title>","pyhoff.AnalogInputTerminal","pyhoff.AnalogOutputTerminal","pyhoff.devices.BK9000","pyhoff.devices.BK9050","pyhoff.devices.BK9100","pyhoff.BusCoupler","pyhoff.BusTerminal","pyhoff.DigitalInputTerminal","pyhoff.devices.DigitalInputTerminal16Bit","pyhoff.devices.DigitalInputTerminal4Bit","pyhoff.devices.DigitalInputTerminal8Bit","pyhoff.DigitalOutputTerminal","pyhoff.devices.DigitalOutputTerminal16Bit","pyhoff.devices.DigitalOutputTerminal4Bit","pyhoff.devices.DigitalOutputTerminal8Bit","pyhoff.devices.KL1002","pyhoff.devices.KL1012","pyhoff.devices.KL1032","pyhoff.devices.KL1052","pyhoff.devices.KL1104","pyhoff.devices.KL1114","pyhoff.devices.KL1124","pyhoff.devices.KL1154","pyhoff.devices.KL1164","pyhoff.devices.KL1184","pyhoff.devices.KL1194","pyhoff.devices.KL1212","pyhoff.devices.KL1232","pyhoff.devices.KL1302","pyhoff.devices.KL1304","pyhoff.devices.KL1312","pyhoff.devices.KL1314","pyhoff.devices.KL1352","pyhoff.devices.KL1362","pyhoff.devices.KL1382","pyhoff.devices.KL1402","pyhoff.devices.KL1404","pyhoff.devices.KL1408","pyhoff.devices.KL1412","pyhoff.devices.KL1414","pyhoff.devices.KL1418","pyhoff.devices.KL1434","pyhoff.devices.KL1488","pyhoff.devices.KL1498","pyhoff.devices.KL1501","pyhoff.devices.KL1512","pyhoff.devices.KL1702","pyhoff.devices.KL1704","pyhoff.devices.KL1712","pyhoff.devices.KL1722","pyhoff.devices.KL1804","pyhoff.devices.KL1808","pyhoff.devices.KL1809","pyhoff.devices.KL1814","pyhoff.devices.KL1819","pyhoff.devices.KL1859","pyhoff.devices.KL1862","pyhoff.devices.KL1872","pyhoff.devices.KL1889","pyhoff.devices.KL2012","pyhoff.devices.KL2022","pyhoff.devices.KL2032","pyhoff.devices.KL2114","pyhoff.devices.KL2124","pyhoff.devices.KL2134","pyhoff.devices.KL2184","pyhoff.devices.KL2212","pyhoff.devices.KL2284","pyhoff.devices.KL2404","pyhoff.devices.KL2408","pyhoff.devices.KL2424","pyhoff.devices.KL2442","pyhoff.devices.KL2488","pyhoff.devices.KL2634","pyhoff.devices.KL2808","pyhoff.devices.KL2809","pyhoff.devices.KL2828","pyhoff.devices.KL2872","pyhoff.devices.KL2889","pyhoff.devices.KL3042","pyhoff.devices.KL3054","pyhoff.devices.KL3202","pyhoff.devices.KL3214","pyhoff.devices.KL4002","pyhoff.devices.KL4004","pyhoff.devices.KL4132","pyhoff.devices.KL5121","pyhoff.modbus.SimpleModbusClient","pyhoff.devices.WAGO_750_1405","pyhoff.devices.WAGO_750_352","pyhoff.devices.WAGO_750_530","pyhoff.devices.WAGO_750_600","pyhoff.devices.WAGO_750_602","Classes and Modules","Pyhoff"],"titleterms":{"analoginputtermin":1,"analogoutputtermin":2,"base":94,"beckhoff":94,"bk9000":3,"bk9050":4,"bk9100":5,"bu":94,"buscoupl":6,"bustermin":7,"class":94,"contribut":95,"coupler":94,"descript":95,"develop":95,"devic":[3,4,5,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93],"digitalinputtermin":8,"digitalinputterminal16bit":9,"digitalinputterminal4bit":10,"digitalinputterminal8bit":11,"digitaloutputtermin":12,"digitaloutputterminal16bit":13,"digitaloutputterminal4bit":14,"digitaloutputterminal8bit":15,"featur":95,"gener":94,"guid":95,"instal":95,"kei":95,"kl1002":16,"kl1012":17,"kl1032":18,"kl1052":19,"kl1104":20,"kl1114":21,"kl1124":22,"kl1154":23,"kl1164":24,"kl1184":25,"kl1194":26,"kl1212":27,"kl1232":28,"kl1302":29,"kl1304":30,"kl1312":31,"kl1314":32,"kl1352":33,"kl1362":34,"kl1382":35,"kl1402":36,"kl1404":37,"kl1408":38,"kl1412":39,"kl1414":40,"kl1418":41,"kl1434":42,"kl1488":43,"kl1498":44,"kl1501":45,"kl1512":46,"kl1702":47,"kl1704":48,"kl1712":49,"kl1722":50,"kl1804":51,"kl1808":52,"kl1809":53,"kl1814":54,"kl1819":55,"kl1859":56,"kl1862":57,"kl1872":58,"kl1889":59,"kl2012":60,"kl2022":61,"kl2032":62,"kl2114":63,"kl2124":64,"kl2134":65,"kl2184":66,"kl2212":67,"kl2284":68,"kl2404":69,"kl2408":70,"kl2424":71,"kl2442":72,"kl2488":73,"kl2634":74,"kl2808":75,"kl2809":76,"kl2828":77,"kl2872":78,"kl2889":79,"kl3042":80,"kl3054":81,"kl3202":82,"kl3214":83,"kl4002":84,"kl4004":85,"kl4132":86,"kl5121":87,"licens":95,"modbu":[88,94],"modul":94,"pyhoff":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95],"scenario":95,"simplemodbuscli":88,"termin":94,"usag":95,"wago":94,"wago_750_1405":89,"wago_750_352":90,"wago_750_530":91,"wago_750_600":92,"wago_750_602":93}})
\ No newline at end of file
+Search.setIndex({"alltitles":{"Base classes:":[[94,null]],"Beckhoff bus terminals:":[[94,null]],"Bus coupler:":[[94,null]],"Classes and Modules":[[94,null]],"Contributing":[[95,"contributing"]],"Description":[[95,"description"]],"Developer Guide":[[95,"developer-guide"]],"Generic bus terminals:":[[94,null]],"Installation":[[95,"installation"]],"Key Features":[[95,"key-features"]],"License":[[95,"license"]],"Modbus:":[[94,null]],"Pyhoff":[[95,null]],"Usage":[[95,"usage"]],"Usage Scenarios":[[95,"usage-scenarios"]],"WAGO bus terminals:":[[94,null]],"pyhoff.AnalogInputTerminal":[[1,null]],"pyhoff.AnalogOutputTerminal":[[2,null]],"pyhoff.BusCoupler":[[6,null]],"pyhoff.BusTerminal":[[7,null]],"pyhoff.DigitalInputTerminal":[[8,null]],"pyhoff.DigitalOutputTerminal":[[12,null]],"pyhoff.devices.BK9000":[[3,null]],"pyhoff.devices.BK9050":[[4,null]],"pyhoff.devices.BK9100":[[5,null]],"pyhoff.devices.DigitalInputTerminal16Bit":[[9,null]],"pyhoff.devices.DigitalInputTerminal4Bit":[[10,null]],"pyhoff.devices.DigitalInputTerminal8Bit":[[11,null]],"pyhoff.devices.DigitalOutputTerminal16Bit":[[13,null]],"pyhoff.devices.DigitalOutputTerminal4Bit":[[14,null]],"pyhoff.devices.DigitalOutputTerminal8Bit":[[15,null]],"pyhoff.devices.KL1002":[[16,null]],"pyhoff.devices.KL1012":[[17,null]],"pyhoff.devices.KL1032":[[18,null]],"pyhoff.devices.KL1052":[[19,null]],"pyhoff.devices.KL1104":[[20,null]],"pyhoff.devices.KL1114":[[21,null]],"pyhoff.devices.KL1124":[[22,null]],"pyhoff.devices.KL1154":[[23,null]],"pyhoff.devices.KL1164":[[24,null]],"pyhoff.devices.KL1184":[[25,null]],"pyhoff.devices.KL1194":[[26,null]],"pyhoff.devices.KL1212":[[27,null]],"pyhoff.devices.KL1232":[[28,null]],"pyhoff.devices.KL1302":[[29,null]],"pyhoff.devices.KL1304":[[30,null]],"pyhoff.devices.KL1312":[[31,null]],"pyhoff.devices.KL1314":[[32,null]],"pyhoff.devices.KL1352":[[33,null]],"pyhoff.devices.KL1362":[[34,null]],"pyhoff.devices.KL1382":[[35,null]],"pyhoff.devices.KL1402":[[36,null]],"pyhoff.devices.KL1404":[[37,null]],"pyhoff.devices.KL1408":[[38,null]],"pyhoff.devices.KL1412":[[39,null]],"pyhoff.devices.KL1414":[[40,null]],"pyhoff.devices.KL1418":[[41,null]],"pyhoff.devices.KL1434":[[42,null]],"pyhoff.devices.KL1488":[[43,null]],"pyhoff.devices.KL1498":[[44,null]],"pyhoff.devices.KL1501":[[45,null]],"pyhoff.devices.KL1512":[[46,null]],"pyhoff.devices.KL1702":[[47,null]],"pyhoff.devices.KL1704":[[48,null]],"pyhoff.devices.KL1712":[[49,null]],"pyhoff.devices.KL1722":[[50,null]],"pyhoff.devices.KL1804":[[51,null]],"pyhoff.devices.KL1808":[[52,null]],"pyhoff.devices.KL1809":[[53,null]],"pyhoff.devices.KL1814":[[54,null]],"pyhoff.devices.KL1819":[[55,null]],"pyhoff.devices.KL1859":[[56,null]],"pyhoff.devices.KL1862":[[57,null]],"pyhoff.devices.KL1872":[[58,null]],"pyhoff.devices.KL1889":[[59,null]],"pyhoff.devices.KL2012":[[60,null]],"pyhoff.devices.KL2022":[[61,null]],"pyhoff.devices.KL2032":[[62,null]],"pyhoff.devices.KL2114":[[63,null]],"pyhoff.devices.KL2124":[[64,null]],"pyhoff.devices.KL2134":[[65,null]],"pyhoff.devices.KL2184":[[66,null]],"pyhoff.devices.KL2212":[[67,null]],"pyhoff.devices.KL2284":[[68,null]],"pyhoff.devices.KL2404":[[69,null]],"pyhoff.devices.KL2408":[[70,null]],"pyhoff.devices.KL2424":[[71,null]],"pyhoff.devices.KL2442":[[72,null]],"pyhoff.devices.KL2488":[[73,null]],"pyhoff.devices.KL2634":[[74,null]],"pyhoff.devices.KL2808":[[75,null]],"pyhoff.devices.KL2809":[[76,null]],"pyhoff.devices.KL2828":[[77,null]],"pyhoff.devices.KL2872":[[78,null]],"pyhoff.devices.KL2889":[[79,null]],"pyhoff.devices.KL3042":[[80,null]],"pyhoff.devices.KL3054":[[81,null]],"pyhoff.devices.KL3202":[[82,null]],"pyhoff.devices.KL3214":[[83,null]],"pyhoff.devices.KL4002":[[84,null]],"pyhoff.devices.KL4004":[[85,null]],"pyhoff.devices.KL4132":[[86,null]],"pyhoff.devices.KL5121":[[87,null]],"pyhoff.devices.WAGO_750_1405":[[89,null]],"pyhoff.devices.WAGO_750_352":[[90,null]],"pyhoff.devices.WAGO_750_530":[[91,null]],"pyhoff.devices.WAGO_750_600":[[92,null]],"pyhoff.devices.WAGO_750_602":[[93,null]],"pyhoff.modbus.SimpleModbusClient":[[88,null]]},"docnames":["LICENSE","_autogenerated/AnalogInputTerminal","_autogenerated/AnalogOutputTerminal","_autogenerated/BK9000","_autogenerated/BK9050","_autogenerated/BK9100","_autogenerated/BusCoupler","_autogenerated/BusTerminal","_autogenerated/DigitalInputTerminal","_autogenerated/DigitalInputTerminal16Bit","_autogenerated/DigitalInputTerminal4Bit","_autogenerated/DigitalInputTerminal8Bit","_autogenerated/DigitalOutputTerminal","_autogenerated/DigitalOutputTerminal16Bit","_autogenerated/DigitalOutputTerminal4Bit","_autogenerated/DigitalOutputTerminal8Bit","_autogenerated/KL1002","_autogenerated/KL1012","_autogenerated/KL1032","_autogenerated/KL1052","_autogenerated/KL1104","_autogenerated/KL1114","_autogenerated/KL1124","_autogenerated/KL1154","_autogenerated/KL1164","_autogenerated/KL1184","_autogenerated/KL1194","_autogenerated/KL1212","_autogenerated/KL1232","_autogenerated/KL1302","_autogenerated/KL1304","_autogenerated/KL1312","_autogenerated/KL1314","_autogenerated/KL1352","_autogenerated/KL1362","_autogenerated/KL1382","_autogenerated/KL1402","_autogenerated/KL1404","_autogenerated/KL1408","_autogenerated/KL1412","_autogenerated/KL1414","_autogenerated/KL1418","_autogenerated/KL1434","_autogenerated/KL1488","_autogenerated/KL1498","_autogenerated/KL1501","_autogenerated/KL1512","_autogenerated/KL1702","_autogenerated/KL1704","_autogenerated/KL1712","_autogenerated/KL1722","_autogenerated/KL1804","_autogenerated/KL1808","_autogenerated/KL1809","_autogenerated/KL1814","_autogenerated/KL1819","_autogenerated/KL1859","_autogenerated/KL1862","_autogenerated/KL1872","_autogenerated/KL1889","_autogenerated/KL2012","_autogenerated/KL2022","_autogenerated/KL2032","_autogenerated/KL2114","_autogenerated/KL2124","_autogenerated/KL2134","_autogenerated/KL2184","_autogenerated/KL2212","_autogenerated/KL2284","_autogenerated/KL2404","_autogenerated/KL2408","_autogenerated/KL2424","_autogenerated/KL2442","_autogenerated/KL2488","_autogenerated/KL2634","_autogenerated/KL2808","_autogenerated/KL2809","_autogenerated/KL2828","_autogenerated/KL2872","_autogenerated/KL2889","_autogenerated/KL3042","_autogenerated/KL3054","_autogenerated/KL3202","_autogenerated/KL3214","_autogenerated/KL4002","_autogenerated/KL4004","_autogenerated/KL4132","_autogenerated/KL5121","_autogenerated/SimpleModbusClient","_autogenerated/WAGO_750_1405","_autogenerated/WAGO_750_352","_autogenerated/WAGO_750_530","_autogenerated/WAGO_750_600","_autogenerated/WAGO_750_602","_autogenerated/index","index"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["LICENSE.md","_autogenerated/AnalogInputTerminal.md","_autogenerated/AnalogOutputTerminal.md","_autogenerated/BK9000.md","_autogenerated/BK9050.md","_autogenerated/BK9100.md","_autogenerated/BusCoupler.md","_autogenerated/BusTerminal.md","_autogenerated/DigitalInputTerminal.md","_autogenerated/DigitalInputTerminal16Bit.md","_autogenerated/DigitalInputTerminal4Bit.md","_autogenerated/DigitalInputTerminal8Bit.md","_autogenerated/DigitalOutputTerminal.md","_autogenerated/DigitalOutputTerminal16Bit.md","_autogenerated/DigitalOutputTerminal4Bit.md","_autogenerated/DigitalOutputTerminal8Bit.md","_autogenerated/KL1002.md","_autogenerated/KL1012.md","_autogenerated/KL1032.md","_autogenerated/KL1052.md","_autogenerated/KL1104.md","_autogenerated/KL1114.md","_autogenerated/KL1124.md","_autogenerated/KL1154.md","_autogenerated/KL1164.md","_autogenerated/KL1184.md","_autogenerated/KL1194.md","_autogenerated/KL1212.md","_autogenerated/KL1232.md","_autogenerated/KL1302.md","_autogenerated/KL1304.md","_autogenerated/KL1312.md","_autogenerated/KL1314.md","_autogenerated/KL1352.md","_autogenerated/KL1362.md","_autogenerated/KL1382.md","_autogenerated/KL1402.md","_autogenerated/KL1404.md","_autogenerated/KL1408.md","_autogenerated/KL1412.md","_autogenerated/KL1414.md","_autogenerated/KL1418.md","_autogenerated/KL1434.md","_autogenerated/KL1488.md","_autogenerated/KL1498.md","_autogenerated/KL1501.md","_autogenerated/KL1512.md","_autogenerated/KL1702.md","_autogenerated/KL1704.md","_autogenerated/KL1712.md","_autogenerated/KL1722.md","_autogenerated/KL1804.md","_autogenerated/KL1808.md","_autogenerated/KL1809.md","_autogenerated/KL1814.md","_autogenerated/KL1819.md","_autogenerated/KL1859.md","_autogenerated/KL1862.md","_autogenerated/KL1872.md","_autogenerated/KL1889.md","_autogenerated/KL2012.md","_autogenerated/KL2022.md","_autogenerated/KL2032.md","_autogenerated/KL2114.md","_autogenerated/KL2124.md","_autogenerated/KL2134.md","_autogenerated/KL2184.md","_autogenerated/KL2212.md","_autogenerated/KL2284.md","_autogenerated/KL2404.md","_autogenerated/KL2408.md","_autogenerated/KL2424.md","_autogenerated/KL2442.md","_autogenerated/KL2488.md","_autogenerated/KL2634.md","_autogenerated/KL2808.md","_autogenerated/KL2809.md","_autogenerated/KL2828.md","_autogenerated/KL2872.md","_autogenerated/KL2889.md","_autogenerated/KL3042.md","_autogenerated/KL3054.md","_autogenerated/KL3202.md","_autogenerated/KL3214.md","_autogenerated/KL4002.md","_autogenerated/KL4004.md","_autogenerated/KL4132.md","_autogenerated/KL5121.md","_autogenerated/SimpleModbusClient.md","_autogenerated/WAGO_750_1405.md","_autogenerated/WAGO_750_352.md","_autogenerated/WAGO_750_530.md","_autogenerated/WAGO_750_600.md","_autogenerated/WAGO_750_602.md","_autogenerated/index.md","index.md"],"indexentries":{"add_bus_terminals() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.add_bus_terminals",false]],"add_bus_terminals() (pyhoff.devices.wago_750_352 method)":[[90,"pyhoff.devices.WAGO_750_352.add_bus_terminals",false]],"analoginputterminal (class in pyhoff)":[[1,"pyhoff.AnalogInputTerminal",false]],"analogoutputterminal (class in pyhoff)":[[2,"pyhoff.AnalogOutputTerminal",false]],"bk9000 (class in pyhoff.devices)":[[3,"pyhoff.devices.BK9000",false]],"bk9050 (class in pyhoff.devices)":[[4,"pyhoff.devices.BK9050",false]],"bk9100 (class in pyhoff.devices)":[[5,"pyhoff.devices.BK9100",false]],"bus_coupler (pyhoff.busterminal attribute)":[[7,"pyhoff.BusTerminal.bus_coupler",false]],"bus_terminals (pyhoff.buscoupler attribute)":[[6,"pyhoff.BusCoupler.bus_terminals",false]],"buscoupler (class in pyhoff)":[[6,"pyhoff.BusCoupler",false]],"busterminal (class in pyhoff)":[[7,"pyhoff.BusTerminal",false]],"close() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.close",false]],"connect() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.connect",false]],"debug (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.debug",false]],"digitalinputterminal (class in pyhoff)":[[8,"pyhoff.DigitalInputTerminal",false]],"digitalinputterminal16bit (class in pyhoff.devices)":[[9,"pyhoff.devices.DigitalInputTerminal16Bit",false]],"digitalinputterminal4bit (class in pyhoff.devices)":[[10,"pyhoff.devices.DigitalInputTerminal4Bit",false]],"digitalinputterminal8bit (class in pyhoff.devices)":[[11,"pyhoff.devices.DigitalInputTerminal8Bit",false]],"digitaloutputterminal (class in pyhoff)":[[12,"pyhoff.DigitalOutputTerminal",false]],"digitaloutputterminal16bit (class in pyhoff.devices)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit",false]],"digitaloutputterminal4bit (class in pyhoff.devices)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit",false]],"digitaloutputterminal8bit (class in pyhoff.devices)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit",false]],"get_error() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.get_error",false]],"get_error() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.get_error",false]],"get_error() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.get_error",false]],"get_error() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.get_error",false]],"get_error() (pyhoff.devices.wago_750_352 method)":[[90,"pyhoff.devices.WAGO_750_352.get_error",false]],"host (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.host",false]],"kl1002 (class in pyhoff.devices)":[[16,"pyhoff.devices.KL1002",false]],"kl1012 (class in pyhoff.devices)":[[17,"pyhoff.devices.KL1012",false]],"kl1032 (class in pyhoff.devices)":[[18,"pyhoff.devices.KL1032",false]],"kl1052 (class in pyhoff.devices)":[[19,"pyhoff.devices.KL1052",false]],"kl1104 (class in pyhoff.devices)":[[20,"pyhoff.devices.KL1104",false]],"kl1114 (class in pyhoff.devices)":[[21,"pyhoff.devices.KL1114",false]],"kl1124 (class in pyhoff.devices)":[[22,"pyhoff.devices.KL1124",false]],"kl1154 (class in pyhoff.devices)":[[23,"pyhoff.devices.KL1154",false]],"kl1164 (class in pyhoff.devices)":[[24,"pyhoff.devices.KL1164",false]],"kl1184 (class in pyhoff.devices)":[[25,"pyhoff.devices.KL1184",false]],"kl1194 (class in pyhoff.devices)":[[26,"pyhoff.devices.KL1194",false]],"kl1212 (class in pyhoff.devices)":[[27,"pyhoff.devices.KL1212",false]],"kl1232 (class in pyhoff.devices)":[[28,"pyhoff.devices.KL1232",false]],"kl1302 (class in pyhoff.devices)":[[29,"pyhoff.devices.KL1302",false]],"kl1304 (class in pyhoff.devices)":[[30,"pyhoff.devices.KL1304",false]],"kl1312 (class in pyhoff.devices)":[[31,"pyhoff.devices.KL1312",false]],"kl1314 (class in pyhoff.devices)":[[32,"pyhoff.devices.KL1314",false]],"kl1352 (class in pyhoff.devices)":[[33,"pyhoff.devices.KL1352",false]],"kl1362 (class in pyhoff.devices)":[[34,"pyhoff.devices.KL1362",false]],"kl1382 (class in pyhoff.devices)":[[35,"pyhoff.devices.KL1382",false]],"kl1402 (class in pyhoff.devices)":[[36,"pyhoff.devices.KL1402",false]],"kl1404 (class in pyhoff.devices)":[[37,"pyhoff.devices.KL1404",false]],"kl1408 (class in pyhoff.devices)":[[38,"pyhoff.devices.KL1408",false]],"kl1412 (class in pyhoff.devices)":[[39,"pyhoff.devices.KL1412",false]],"kl1414 (class in pyhoff.devices)":[[40,"pyhoff.devices.KL1414",false]],"kl1418 (class in pyhoff.devices)":[[41,"pyhoff.devices.KL1418",false]],"kl1434 (class in pyhoff.devices)":[[42,"pyhoff.devices.KL1434",false]],"kl1488 (class in pyhoff.devices)":[[43,"pyhoff.devices.KL1488",false]],"kl1498 (class in pyhoff.devices)":[[44,"pyhoff.devices.KL1498",false]],"kl1501 (class in pyhoff.devices)":[[45,"pyhoff.devices.KL1501",false]],"kl1512 (class in pyhoff.devices)":[[46,"pyhoff.devices.KL1512",false]],"kl1702 (class in pyhoff.devices)":[[47,"pyhoff.devices.KL1702",false]],"kl1704 (class in pyhoff.devices)":[[48,"pyhoff.devices.KL1704",false]],"kl1712 (class in pyhoff.devices)":[[49,"pyhoff.devices.KL1712",false]],"kl1722 (class in pyhoff.devices)":[[50,"pyhoff.devices.KL1722",false]],"kl1804 (class in pyhoff.devices)":[[51,"pyhoff.devices.KL1804",false]],"kl1808 (class in pyhoff.devices)":[[52,"pyhoff.devices.KL1808",false]],"kl1809 (class in pyhoff.devices)":[[53,"pyhoff.devices.KL1809",false]],"kl1814 (class in pyhoff.devices)":[[54,"pyhoff.devices.KL1814",false]],"kl1819 (class in pyhoff.devices)":[[55,"pyhoff.devices.KL1819",false]],"kl1859 (class in pyhoff.devices)":[[56,"pyhoff.devices.KL1859",false]],"kl1862 (class in pyhoff.devices)":[[57,"pyhoff.devices.KL1862",false]],"kl1872 (class in pyhoff.devices)":[[58,"pyhoff.devices.KL1872",false]],"kl1889 (class in pyhoff.devices)":[[59,"pyhoff.devices.KL1889",false]],"kl2012 (class in pyhoff.devices)":[[60,"pyhoff.devices.KL2012",false]],"kl2022 (class in pyhoff.devices)":[[61,"pyhoff.devices.KL2022",false]],"kl2032 (class in pyhoff.devices)":[[62,"pyhoff.devices.KL2032",false]],"kl2114 (class in pyhoff.devices)":[[63,"pyhoff.devices.KL2114",false]],"kl2124 (class in pyhoff.devices)":[[64,"pyhoff.devices.KL2124",false]],"kl2134 (class in pyhoff.devices)":[[65,"pyhoff.devices.KL2134",false]],"kl2184 (class in pyhoff.devices)":[[66,"pyhoff.devices.KL2184",false]],"kl2212 (class in pyhoff.devices)":[[67,"pyhoff.devices.KL2212",false]],"kl2284 (class in pyhoff.devices)":[[68,"pyhoff.devices.KL2284",false]],"kl2404 (class in pyhoff.devices)":[[69,"pyhoff.devices.KL2404",false]],"kl2408 (class in pyhoff.devices)":[[70,"pyhoff.devices.KL2408",false]],"kl2424 (class in pyhoff.devices)":[[71,"pyhoff.devices.KL2424",false]],"kl2442 (class in pyhoff.devices)":[[72,"pyhoff.devices.KL2442",false]],"kl2488 (class in pyhoff.devices)":[[73,"pyhoff.devices.KL2488",false]],"kl2634 (class in pyhoff.devices)":[[74,"pyhoff.devices.KL2634",false]],"kl2808 (class in pyhoff.devices)":[[75,"pyhoff.devices.KL2808",false]],"kl2809 (class in pyhoff.devices)":[[76,"pyhoff.devices.KL2809",false]],"kl2828 (class in pyhoff.devices)":[[77,"pyhoff.devices.KL2828",false]],"kl2872 (class in pyhoff.devices)":[[78,"pyhoff.devices.KL2872",false]],"kl2889 (class in pyhoff.devices)":[[79,"pyhoff.devices.KL2889",false]],"kl3042 (class in pyhoff.devices)":[[80,"pyhoff.devices.KL3042",false]],"kl3054 (class in pyhoff.devices)":[[81,"pyhoff.devices.KL3054",false]],"kl3202 (class in pyhoff.devices)":[[82,"pyhoff.devices.KL3202",false]],"kl3214 (class in pyhoff.devices)":[[83,"pyhoff.devices.KL3214",false]],"kl4002 (class in pyhoff.devices)":[[84,"pyhoff.devices.KL4002",false]],"kl4004 (class in pyhoff.devices)":[[85,"pyhoff.devices.KL4004",false]],"kl4132 (class in pyhoff.devices)":[[86,"pyhoff.devices.KL4132",false]],"kl5121 (class in pyhoff.devices)":[[87,"pyhoff.devices.KL5121",false]],"last_error (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.last_error",false]],"modbus (pyhoff.buscoupler attribute)":[[6,"pyhoff.BusCoupler.modbus",false]],"parameters (pyhoff.busterminal attribute)":[[7,"pyhoff.BusTerminal.parameters",false]],"port (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.port",false]],"read_channel_word() (pyhoff.analoginputterminal method)":[[1,"pyhoff.AnalogInputTerminal.read_channel_word",false]],"read_channel_word() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.read_channel_word",false]],"read_channel_word() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.read_channel_word",false]],"read_coil() (pyhoff.devices.digitaloutputterminal16bit method)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit.read_coil",false]],"read_coil() (pyhoff.devices.digitaloutputterminal4bit method)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit.read_coil",false]],"read_coil() (pyhoff.devices.digitaloutputterminal8bit method)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit.read_coil",false]],"read_coil() (pyhoff.devices.kl1212 method)":[[27,"pyhoff.devices.KL1212.read_coil",false]],"read_coil() (pyhoff.devices.kl1859 method)":[[56,"pyhoff.devices.KL1859.read_coil",false]],"read_coil() (pyhoff.devices.kl2012 method)":[[60,"pyhoff.devices.KL2012.read_coil",false]],"read_coil() (pyhoff.devices.kl2022 method)":[[61,"pyhoff.devices.KL2022.read_coil",false]],"read_coil() (pyhoff.devices.kl2032 method)":[[62,"pyhoff.devices.KL2032.read_coil",false]],"read_coil() (pyhoff.devices.kl2114 method)":[[63,"pyhoff.devices.KL2114.read_coil",false]],"read_coil() (pyhoff.devices.kl2124 method)":[[64,"pyhoff.devices.KL2124.read_coil",false]],"read_coil() (pyhoff.devices.kl2134 method)":[[65,"pyhoff.devices.KL2134.read_coil",false]],"read_coil() (pyhoff.devices.kl2184 method)":[[66,"pyhoff.devices.KL2184.read_coil",false]],"read_coil() (pyhoff.devices.kl2212 method)":[[67,"pyhoff.devices.KL2212.read_coil",false]],"read_coil() (pyhoff.devices.kl2284 method)":[[68,"pyhoff.devices.KL2284.read_coil",false]],"read_coil() (pyhoff.devices.kl2404 method)":[[69,"pyhoff.devices.KL2404.read_coil",false]],"read_coil() (pyhoff.devices.kl2408 method)":[[70,"pyhoff.devices.KL2408.read_coil",false]],"read_coil() (pyhoff.devices.kl2424 method)":[[71,"pyhoff.devices.KL2424.read_coil",false]],"read_coil() (pyhoff.devices.kl2442 method)":[[72,"pyhoff.devices.KL2442.read_coil",false]],"read_coil() (pyhoff.devices.kl2488 method)":[[73,"pyhoff.devices.KL2488.read_coil",false]],"read_coil() (pyhoff.devices.kl2634 method)":[[74,"pyhoff.devices.KL2634.read_coil",false]],"read_coil() (pyhoff.devices.kl2808 method)":[[75,"pyhoff.devices.KL2808.read_coil",false]],"read_coil() (pyhoff.devices.kl2809 method)":[[76,"pyhoff.devices.KL2809.read_coil",false]],"read_coil() (pyhoff.devices.kl2828 method)":[[77,"pyhoff.devices.KL2828.read_coil",false]],"read_coil() (pyhoff.devices.kl2872 method)":[[78,"pyhoff.devices.KL2872.read_coil",false]],"read_coil() (pyhoff.devices.kl2889 method)":[[79,"pyhoff.devices.KL2889.read_coil",false]],"read_coil() (pyhoff.devices.wago_750_530 method)":[[91,"pyhoff.devices.WAGO_750_530.read_coil",false]],"read_coil() (pyhoff.digitaloutputterminal method)":[[12,"pyhoff.DigitalOutputTerminal.read_coil",false]],"read_coil() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_coil",false]],"read_coils() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_coils",false]],"read_counter() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_counter",false]],"read_current() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_current",false]],"read_current() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_current",false]],"read_delta() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_delta",false]],"read_discrete_input() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_discrete_input",false]],"read_discrete_inputs() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_discrete_inputs",false]],"read_holding_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_holding_registers",false]],"read_input() (pyhoff.devices.digitalinputterminal16bit method)":[[9,"pyhoff.devices.DigitalInputTerminal16Bit.read_input",false]],"read_input() (pyhoff.devices.digitalinputterminal4bit method)":[[10,"pyhoff.devices.DigitalInputTerminal4Bit.read_input",false]],"read_input() (pyhoff.devices.digitalinputterminal8bit method)":[[11,"pyhoff.devices.DigitalInputTerminal8Bit.read_input",false]],"read_input() (pyhoff.devices.kl1002 method)":[[16,"pyhoff.devices.KL1002.read_input",false]],"read_input() (pyhoff.devices.kl1012 method)":[[17,"pyhoff.devices.KL1012.read_input",false]],"read_input() (pyhoff.devices.kl1032 method)":[[18,"pyhoff.devices.KL1032.read_input",false]],"read_input() (pyhoff.devices.kl1052 method)":[[19,"pyhoff.devices.KL1052.read_input",false]],"read_input() (pyhoff.devices.kl1104 method)":[[20,"pyhoff.devices.KL1104.read_input",false]],"read_input() (pyhoff.devices.kl1114 method)":[[21,"pyhoff.devices.KL1114.read_input",false]],"read_input() (pyhoff.devices.kl1124 method)":[[22,"pyhoff.devices.KL1124.read_input",false]],"read_input() (pyhoff.devices.kl1154 method)":[[23,"pyhoff.devices.KL1154.read_input",false]],"read_input() (pyhoff.devices.kl1164 method)":[[24,"pyhoff.devices.KL1164.read_input",false]],"read_input() (pyhoff.devices.kl1184 method)":[[25,"pyhoff.devices.KL1184.read_input",false]],"read_input() (pyhoff.devices.kl1194 method)":[[26,"pyhoff.devices.KL1194.read_input",false]],"read_input() (pyhoff.devices.kl1232 method)":[[28,"pyhoff.devices.KL1232.read_input",false]],"read_input() (pyhoff.devices.kl1302 method)":[[29,"pyhoff.devices.KL1302.read_input",false]],"read_input() (pyhoff.devices.kl1304 method)":[[30,"pyhoff.devices.KL1304.read_input",false]],"read_input() (pyhoff.devices.kl1312 method)":[[31,"pyhoff.devices.KL1312.read_input",false]],"read_input() (pyhoff.devices.kl1314 method)":[[32,"pyhoff.devices.KL1314.read_input",false]],"read_input() (pyhoff.devices.kl1352 method)":[[33,"pyhoff.devices.KL1352.read_input",false]],"read_input() (pyhoff.devices.kl1362 method)":[[34,"pyhoff.devices.KL1362.read_input",false]],"read_input() (pyhoff.devices.kl1382 method)":[[35,"pyhoff.devices.KL1382.read_input",false]],"read_input() (pyhoff.devices.kl1402 method)":[[36,"pyhoff.devices.KL1402.read_input",false]],"read_input() (pyhoff.devices.kl1404 method)":[[37,"pyhoff.devices.KL1404.read_input",false]],"read_input() (pyhoff.devices.kl1408 method)":[[38,"pyhoff.devices.KL1408.read_input",false]],"read_input() (pyhoff.devices.kl1412 method)":[[39,"pyhoff.devices.KL1412.read_input",false]],"read_input() (pyhoff.devices.kl1414 method)":[[40,"pyhoff.devices.KL1414.read_input",false]],"read_input() (pyhoff.devices.kl1418 method)":[[41,"pyhoff.devices.KL1418.read_input",false]],"read_input() (pyhoff.devices.kl1434 method)":[[42,"pyhoff.devices.KL1434.read_input",false]],"read_input() (pyhoff.devices.kl1488 method)":[[43,"pyhoff.devices.KL1488.read_input",false]],"read_input() (pyhoff.devices.kl1498 method)":[[44,"pyhoff.devices.KL1498.read_input",false]],"read_input() (pyhoff.devices.kl1501 method)":[[45,"pyhoff.devices.KL1501.read_input",false]],"read_input() (pyhoff.devices.kl1702 method)":[[47,"pyhoff.devices.KL1702.read_input",false]],"read_input() (pyhoff.devices.kl1704 method)":[[48,"pyhoff.devices.KL1704.read_input",false]],"read_input() (pyhoff.devices.kl1712 method)":[[49,"pyhoff.devices.KL1712.read_input",false]],"read_input() (pyhoff.devices.kl1722 method)":[[50,"pyhoff.devices.KL1722.read_input",false]],"read_input() (pyhoff.devices.kl1804 method)":[[51,"pyhoff.devices.KL1804.read_input",false]],"read_input() (pyhoff.devices.kl1808 method)":[[52,"pyhoff.devices.KL1808.read_input",false]],"read_input() (pyhoff.devices.kl1809 method)":[[53,"pyhoff.devices.KL1809.read_input",false]],"read_input() (pyhoff.devices.kl1814 method)":[[54,"pyhoff.devices.KL1814.read_input",false]],"read_input() (pyhoff.devices.kl1819 method)":[[55,"pyhoff.devices.KL1819.read_input",false]],"read_input() (pyhoff.devices.kl1862 method)":[[57,"pyhoff.devices.KL1862.read_input",false]],"read_input() (pyhoff.devices.kl1872 method)":[[58,"pyhoff.devices.KL1872.read_input",false]],"read_input() (pyhoff.devices.kl1889 method)":[[59,"pyhoff.devices.KL1889.read_input",false]],"read_input() (pyhoff.devices.wago_750_1405 method)":[[89,"pyhoff.devices.WAGO_750_1405.read_input",false]],"read_input() (pyhoff.digitalinputterminal method)":[[8,"pyhoff.DigitalInputTerminal.read_input",false]],"read_input_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.read_input_registers",false]],"read_normalized() (pyhoff.analoginputterminal method)":[[1,"pyhoff.AnalogInputTerminal.read_normalized",false]],"read_normalized() (pyhoff.devices.kl1512 method)":[[46,"pyhoff.devices.KL1512.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3042 method)":[[80,"pyhoff.devices.KL3042.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3054 method)":[[81,"pyhoff.devices.KL3054.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_normalized",false]],"read_normalized() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_normalized",false]],"read_temperature() (pyhoff.devices.kl3202 method)":[[82,"pyhoff.devices.KL3202.read_temperature",false]],"read_temperature() (pyhoff.devices.kl3214 method)":[[83,"pyhoff.devices.KL3214.read_temperature",false]],"receive_modbus_data() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.receive_modbus_data",false]],"select() (pyhoff.analoginputterminal class method)":[[1,"pyhoff.AnalogInputTerminal.select",false]],"select() (pyhoff.analogoutputterminal class method)":[[2,"pyhoff.AnalogOutputTerminal.select",false]],"select() (pyhoff.buscoupler method)":[[6,"pyhoff.BusCoupler.select",false]],"select() (pyhoff.busterminal class method)":[[7,"pyhoff.BusTerminal.select",false]],"select() (pyhoff.devices.bk9000 method)":[[3,"pyhoff.devices.BK9000.select",false]],"select() (pyhoff.devices.bk9050 method)":[[4,"pyhoff.devices.BK9050.select",false]],"select() (pyhoff.devices.bk9100 method)":[[5,"pyhoff.devices.BK9100.select",false]],"select() (pyhoff.digitalinputterminal class method)":[[8,"pyhoff.DigitalInputTerminal.select",false]],"select() (pyhoff.digitaloutputterminal class method)":[[12,"pyhoff.DigitalOutputTerminal.select",false]],"send_modbus_data() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.send_modbus_data",false]],"set_normalized() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.set_normalized",false]],"set_normalized() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.set_normalized",false]],"set_normalized() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.set_normalized",false]],"set_voltage() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.set_voltage",false]],"set_voltage() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.set_voltage",false]],"set_voltage() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.set_voltage",false]],"simplemodbusclient (class in pyhoff.modbus)":[[88,"pyhoff.modbus.SimpleModbusClient",false]],"timeout (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.timeout",false]],"unit_id (pyhoff.modbus.simplemodbusclient attribute)":[[88,"pyhoff.modbus.SimpleModbusClient.unit_id",false]],"wago_750_1405 (class in pyhoff.devices)":[[89,"pyhoff.devices.WAGO_750_1405",false]],"wago_750_352 (class in pyhoff.devices)":[[90,"pyhoff.devices.WAGO_750_352",false]],"wago_750_530 (class in pyhoff.devices)":[[91,"pyhoff.devices.WAGO_750_530",false]],"wago_750_600 (class in pyhoff.devices)":[[92,"pyhoff.devices.WAGO_750_600",false]],"wago_750_602 (class in pyhoff.devices)":[[93,"pyhoff.devices.WAGO_750_602",false]],"write_channel_word() (pyhoff.analogoutputterminal method)":[[2,"pyhoff.AnalogOutputTerminal.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4002 method)":[[84,"pyhoff.devices.KL4002.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4004 method)":[[85,"pyhoff.devices.KL4004.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl4132 method)":[[86,"pyhoff.devices.KL4132.write_channel_word",false]],"write_channel_word() (pyhoff.devices.kl5121 method)":[[87,"pyhoff.devices.KL5121.write_channel_word",false]],"write_coil() (pyhoff.devices.digitaloutputterminal16bit method)":[[13,"pyhoff.devices.DigitalOutputTerminal16Bit.write_coil",false]],"write_coil() (pyhoff.devices.digitaloutputterminal4bit method)":[[14,"pyhoff.devices.DigitalOutputTerminal4Bit.write_coil",false]],"write_coil() (pyhoff.devices.digitaloutputterminal8bit method)":[[15,"pyhoff.devices.DigitalOutputTerminal8Bit.write_coil",false]],"write_coil() (pyhoff.devices.kl1212 method)":[[27,"pyhoff.devices.KL1212.write_coil",false]],"write_coil() (pyhoff.devices.kl1859 method)":[[56,"pyhoff.devices.KL1859.write_coil",false]],"write_coil() (pyhoff.devices.kl2012 method)":[[60,"pyhoff.devices.KL2012.write_coil",false]],"write_coil() (pyhoff.devices.kl2022 method)":[[61,"pyhoff.devices.KL2022.write_coil",false]],"write_coil() (pyhoff.devices.kl2032 method)":[[62,"pyhoff.devices.KL2032.write_coil",false]],"write_coil() (pyhoff.devices.kl2114 method)":[[63,"pyhoff.devices.KL2114.write_coil",false]],"write_coil() (pyhoff.devices.kl2124 method)":[[64,"pyhoff.devices.KL2124.write_coil",false]],"write_coil() (pyhoff.devices.kl2134 method)":[[65,"pyhoff.devices.KL2134.write_coil",false]],"write_coil() (pyhoff.devices.kl2184 method)":[[66,"pyhoff.devices.KL2184.write_coil",false]],"write_coil() (pyhoff.devices.kl2212 method)":[[67,"pyhoff.devices.KL2212.write_coil",false]],"write_coil() (pyhoff.devices.kl2284 method)":[[68,"pyhoff.devices.KL2284.write_coil",false]],"write_coil() (pyhoff.devices.kl2404 method)":[[69,"pyhoff.devices.KL2404.write_coil",false]],"write_coil() (pyhoff.devices.kl2408 method)":[[70,"pyhoff.devices.KL2408.write_coil",false]],"write_coil() (pyhoff.devices.kl2424 method)":[[71,"pyhoff.devices.KL2424.write_coil",false]],"write_coil() (pyhoff.devices.kl2442 method)":[[72,"pyhoff.devices.KL2442.write_coil",false]],"write_coil() (pyhoff.devices.kl2488 method)":[[73,"pyhoff.devices.KL2488.write_coil",false]],"write_coil() (pyhoff.devices.kl2634 method)":[[74,"pyhoff.devices.KL2634.write_coil",false]],"write_coil() (pyhoff.devices.kl2808 method)":[[75,"pyhoff.devices.KL2808.write_coil",false]],"write_coil() (pyhoff.devices.kl2809 method)":[[76,"pyhoff.devices.KL2809.write_coil",false]],"write_coil() (pyhoff.devices.kl2828 method)":[[77,"pyhoff.devices.KL2828.write_coil",false]],"write_coil() (pyhoff.devices.kl2872 method)":[[78,"pyhoff.devices.KL2872.write_coil",false]],"write_coil() (pyhoff.devices.kl2889 method)":[[79,"pyhoff.devices.KL2889.write_coil",false]],"write_coil() (pyhoff.devices.wago_750_530 method)":[[91,"pyhoff.devices.WAGO_750_530.write_coil",false]],"write_coil() (pyhoff.digitaloutputterminal method)":[[12,"pyhoff.DigitalOutputTerminal.write_coil",false]],"write_multiple_coils() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_multiple_coils",false]],"write_multiple_registers() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_multiple_registers",false]],"write_single_coil() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_single_coil",false]],"write_single_register() (pyhoff.modbus.simplemodbusclient method)":[[88,"pyhoff.modbus.SimpleModbusClient.write_single_register",false]]},"objects":{"pyhoff":[[1,0,1,"","AnalogInputTerminal"],[2,0,1,"","AnalogOutputTerminal"],[6,0,1,"","BusCoupler"],[7,0,1,"","BusTerminal"],[8,0,1,"","DigitalInputTerminal"],[12,0,1,"","DigitalOutputTerminal"]],"pyhoff.AnalogInputTerminal":[[1,1,1,"","read_channel_word"],[1,1,1,"","read_normalized"],[1,1,1,"","select"]],"pyhoff.AnalogOutputTerminal":[[2,1,1,"","read_channel_word"],[2,1,1,"","select"],[2,1,1,"","set_normalized"],[2,1,1,"","write_channel_word"]],"pyhoff.BusCoupler":[[6,1,1,"","add_bus_terminals"],[6,2,1,"","bus_terminals"],[6,1,1,"","get_error"],[6,2,1,"","modbus"],[6,1,1,"","select"]],"pyhoff.BusTerminal":[[7,2,1,"","bus_coupler"],[7,2,1,"","parameters"],[7,1,1,"","select"]],"pyhoff.DigitalInputTerminal":[[8,1,1,"","read_input"],[8,1,1,"","select"]],"pyhoff.DigitalOutputTerminal":[[12,1,1,"","read_coil"],[12,1,1,"","select"],[12,1,1,"","write_coil"]],"pyhoff.devices":[[3,0,1,"","BK9000"],[4,0,1,"","BK9050"],[5,0,1,"","BK9100"],[9,0,1,"","DigitalInputTerminal16Bit"],[10,0,1,"","DigitalInputTerminal4Bit"],[11,0,1,"","DigitalInputTerminal8Bit"],[13,0,1,"","DigitalOutputTerminal16Bit"],[14,0,1,"","DigitalOutputTerminal4Bit"],[15,0,1,"","DigitalOutputTerminal8Bit"],[16,0,1,"","KL1002"],[17,0,1,"","KL1012"],[18,0,1,"","KL1032"],[19,0,1,"","KL1052"],[20,0,1,"","KL1104"],[21,0,1,"","KL1114"],[22,0,1,"","KL1124"],[23,0,1,"","KL1154"],[24,0,1,"","KL1164"],[25,0,1,"","KL1184"],[26,0,1,"","KL1194"],[27,0,1,"","KL1212"],[28,0,1,"","KL1232"],[29,0,1,"","KL1302"],[30,0,1,"","KL1304"],[31,0,1,"","KL1312"],[32,0,1,"","KL1314"],[33,0,1,"","KL1352"],[34,0,1,"","KL1362"],[35,0,1,"","KL1382"],[36,0,1,"","KL1402"],[37,0,1,"","KL1404"],[38,0,1,"","KL1408"],[39,0,1,"","KL1412"],[40,0,1,"","KL1414"],[41,0,1,"","KL1418"],[42,0,1,"","KL1434"],[43,0,1,"","KL1488"],[44,0,1,"","KL1498"],[45,0,1,"","KL1501"],[46,0,1,"","KL1512"],[47,0,1,"","KL1702"],[48,0,1,"","KL1704"],[49,0,1,"","KL1712"],[50,0,1,"","KL1722"],[51,0,1,"","KL1804"],[52,0,1,"","KL1808"],[53,0,1,"","KL1809"],[54,0,1,"","KL1814"],[55,0,1,"","KL1819"],[56,0,1,"","KL1859"],[57,0,1,"","KL1862"],[58,0,1,"","KL1872"],[59,0,1,"","KL1889"],[60,0,1,"","KL2012"],[61,0,1,"","KL2022"],[62,0,1,"","KL2032"],[63,0,1,"","KL2114"],[64,0,1,"","KL2124"],[65,0,1,"","KL2134"],[66,0,1,"","KL2184"],[67,0,1,"","KL2212"],[68,0,1,"","KL2284"],[69,0,1,"","KL2404"],[70,0,1,"","KL2408"],[71,0,1,"","KL2424"],[72,0,1,"","KL2442"],[73,0,1,"","KL2488"],[74,0,1,"","KL2634"],[75,0,1,"","KL2808"],[76,0,1,"","KL2809"],[77,0,1,"","KL2828"],[78,0,1,"","KL2872"],[79,0,1,"","KL2889"],[80,0,1,"","KL3042"],[81,0,1,"","KL3054"],[82,0,1,"","KL3202"],[83,0,1,"","KL3214"],[84,0,1,"","KL4002"],[85,0,1,"","KL4004"],[86,0,1,"","KL4132"],[87,0,1,"","KL5121"],[89,0,1,"","WAGO_750_1405"],[90,0,1,"","WAGO_750_352"],[91,0,1,"","WAGO_750_530"],[92,0,1,"","WAGO_750_600"],[93,0,1,"","WAGO_750_602"]],"pyhoff.devices.BK9000":[[3,1,1,"","add_bus_terminals"],[3,1,1,"","get_error"],[3,1,1,"","select"]],"pyhoff.devices.BK9050":[[4,1,1,"","add_bus_terminals"],[4,1,1,"","get_error"],[4,1,1,"","select"]],"pyhoff.devices.BK9100":[[5,1,1,"","add_bus_terminals"],[5,1,1,"","get_error"],[5,1,1,"","select"]],"pyhoff.devices.DigitalInputTerminal16Bit":[[9,1,1,"","read_input"]],"pyhoff.devices.DigitalInputTerminal4Bit":[[10,1,1,"","read_input"]],"pyhoff.devices.DigitalInputTerminal8Bit":[[11,1,1,"","read_input"]],"pyhoff.devices.DigitalOutputTerminal16Bit":[[13,1,1,"","read_coil"],[13,1,1,"","write_coil"]],"pyhoff.devices.DigitalOutputTerminal4Bit":[[14,1,1,"","read_coil"],[14,1,1,"","write_coil"]],"pyhoff.devices.DigitalOutputTerminal8Bit":[[15,1,1,"","read_coil"],[15,1,1,"","write_coil"]],"pyhoff.devices.KL1002":[[16,1,1,"","read_input"]],"pyhoff.devices.KL1012":[[17,1,1,"","read_input"]],"pyhoff.devices.KL1032":[[18,1,1,"","read_input"]],"pyhoff.devices.KL1052":[[19,1,1,"","read_input"]],"pyhoff.devices.KL1104":[[20,1,1,"","read_input"]],"pyhoff.devices.KL1114":[[21,1,1,"","read_input"]],"pyhoff.devices.KL1124":[[22,1,1,"","read_input"]],"pyhoff.devices.KL1154":[[23,1,1,"","read_input"]],"pyhoff.devices.KL1164":[[24,1,1,"","read_input"]],"pyhoff.devices.KL1184":[[25,1,1,"","read_input"]],"pyhoff.devices.KL1194":[[26,1,1,"","read_input"]],"pyhoff.devices.KL1212":[[27,1,1,"","read_coil"],[27,1,1,"","write_coil"]],"pyhoff.devices.KL1232":[[28,1,1,"","read_input"]],"pyhoff.devices.KL1302":[[29,1,1,"","read_input"]],"pyhoff.devices.KL1304":[[30,1,1,"","read_input"]],"pyhoff.devices.KL1312":[[31,1,1,"","read_input"]],"pyhoff.devices.KL1314":[[32,1,1,"","read_input"]],"pyhoff.devices.KL1352":[[33,1,1,"","read_input"]],"pyhoff.devices.KL1362":[[34,1,1,"","read_input"]],"pyhoff.devices.KL1382":[[35,1,1,"","read_input"]],"pyhoff.devices.KL1402":[[36,1,1,"","read_input"]],"pyhoff.devices.KL1404":[[37,1,1,"","read_input"]],"pyhoff.devices.KL1408":[[38,1,1,"","read_input"]],"pyhoff.devices.KL1412":[[39,1,1,"","read_input"]],"pyhoff.devices.KL1414":[[40,1,1,"","read_input"]],"pyhoff.devices.KL1418":[[41,1,1,"","read_input"]],"pyhoff.devices.KL1434":[[42,1,1,"","read_input"]],"pyhoff.devices.KL1488":[[43,1,1,"","read_input"]],"pyhoff.devices.KL1498":[[44,1,1,"","read_input"]],"pyhoff.devices.KL1501":[[45,1,1,"","read_input"]],"pyhoff.devices.KL1512":[[46,1,1,"","read_channel_word"],[46,1,1,"","read_counter"],[46,1,1,"","read_delta"],[46,1,1,"","read_normalized"]],"pyhoff.devices.KL1702":[[47,1,1,"","read_input"]],"pyhoff.devices.KL1704":[[48,1,1,"","read_input"]],"pyhoff.devices.KL1712":[[49,1,1,"","read_input"]],"pyhoff.devices.KL1722":[[50,1,1,"","read_input"]],"pyhoff.devices.KL1804":[[51,1,1,"","read_input"]],"pyhoff.devices.KL1808":[[52,1,1,"","read_input"]],"pyhoff.devices.KL1809":[[53,1,1,"","read_input"]],"pyhoff.devices.KL1814":[[54,1,1,"","read_input"]],"pyhoff.devices.KL1819":[[55,1,1,"","read_input"]],"pyhoff.devices.KL1859":[[56,1,1,"","read_coil"],[56,1,1,"","write_coil"]],"pyhoff.devices.KL1862":[[57,1,1,"","read_input"]],"pyhoff.devices.KL1872":[[58,1,1,"","read_input"]],"pyhoff.devices.KL1889":[[59,1,1,"","read_input"]],"pyhoff.devices.KL2012":[[60,1,1,"","read_coil"],[60,1,1,"","write_coil"]],"pyhoff.devices.KL2022":[[61,1,1,"","read_coil"],[61,1,1,"","write_coil"]],"pyhoff.devices.KL2032":[[62,1,1,"","read_coil"],[62,1,1,"","write_coil"]],"pyhoff.devices.KL2114":[[63,1,1,"","read_coil"],[63,1,1,"","write_coil"]],"pyhoff.devices.KL2124":[[64,1,1,"","read_coil"],[64,1,1,"","write_coil"]],"pyhoff.devices.KL2134":[[65,1,1,"","read_coil"],[65,1,1,"","write_coil"]],"pyhoff.devices.KL2184":[[66,1,1,"","read_coil"],[66,1,1,"","write_coil"]],"pyhoff.devices.KL2212":[[67,1,1,"","read_coil"],[67,1,1,"","write_coil"]],"pyhoff.devices.KL2284":[[68,1,1,"","read_coil"],[68,1,1,"","write_coil"]],"pyhoff.devices.KL2404":[[69,1,1,"","read_coil"],[69,1,1,"","write_coil"]],"pyhoff.devices.KL2408":[[70,1,1,"","read_coil"],[70,1,1,"","write_coil"]],"pyhoff.devices.KL2424":[[71,1,1,"","read_coil"],[71,1,1,"","write_coil"]],"pyhoff.devices.KL2442":[[72,1,1,"","read_coil"],[72,1,1,"","write_coil"]],"pyhoff.devices.KL2488":[[73,1,1,"","read_coil"],[73,1,1,"","write_coil"]],"pyhoff.devices.KL2634":[[74,1,1,"","read_coil"],[74,1,1,"","write_coil"]],"pyhoff.devices.KL2808":[[75,1,1,"","read_coil"],[75,1,1,"","write_coil"]],"pyhoff.devices.KL2809":[[76,1,1,"","read_coil"],[76,1,1,"","write_coil"]],"pyhoff.devices.KL2828":[[77,1,1,"","read_coil"],[77,1,1,"","write_coil"]],"pyhoff.devices.KL2872":[[78,1,1,"","read_coil"],[78,1,1,"","write_coil"]],"pyhoff.devices.KL2889":[[79,1,1,"","read_coil"],[79,1,1,"","write_coil"]],"pyhoff.devices.KL3042":[[80,1,1,"","read_channel_word"],[80,1,1,"","read_current"],[80,1,1,"","read_normalized"]],"pyhoff.devices.KL3054":[[81,1,1,"","read_channel_word"],[81,1,1,"","read_current"],[81,1,1,"","read_normalized"]],"pyhoff.devices.KL3202":[[82,1,1,"","read_channel_word"],[82,1,1,"","read_normalized"],[82,1,1,"","read_temperature"]],"pyhoff.devices.KL3214":[[83,1,1,"","read_channel_word"],[83,1,1,"","read_normalized"],[83,1,1,"","read_temperature"]],"pyhoff.devices.KL4002":[[84,1,1,"","read_channel_word"],[84,1,1,"","set_normalized"],[84,1,1,"","set_voltage"],[84,1,1,"","write_channel_word"]],"pyhoff.devices.KL4004":[[85,1,1,"","read_channel_word"],[85,1,1,"","set_normalized"],[85,1,1,"","set_voltage"],[85,1,1,"","write_channel_word"]],"pyhoff.devices.KL4132":[[86,1,1,"","read_channel_word"],[86,1,1,"","set_normalized"],[86,1,1,"","set_voltage"],[86,1,1,"","write_channel_word"]],"pyhoff.devices.KL5121":[[87,1,1,"","read_channel_word"],[87,1,1,"","set_normalized"],[87,1,1,"","write_channel_word"]],"pyhoff.devices.WAGO_750_1405":[[89,1,1,"","read_input"]],"pyhoff.devices.WAGO_750_352":[[90,1,1,"","add_bus_terminals"],[90,1,1,"","get_error"]],"pyhoff.devices.WAGO_750_530":[[91,1,1,"","read_coil"],[91,1,1,"","write_coil"]],"pyhoff.modbus":[[88,0,1,"","SimpleModbusClient"]],"pyhoff.modbus.SimpleModbusClient":[[88,1,1,"","close"],[88,1,1,"","connect"],[88,2,1,"","debug"],[88,2,1,"","host"],[88,2,1,"","last_error"],[88,2,1,"","port"],[88,1,1,"","read_coil"],[88,1,1,"","read_coils"],[88,1,1,"","read_discrete_input"],[88,1,1,"","read_discrete_inputs"],[88,1,1,"","read_holding_registers"],[88,1,1,"","read_input_registers"],[88,1,1,"","receive_modbus_data"],[88,1,1,"","send_modbus_data"],[88,2,1,"","timeout"],[88,2,1,"","unit_id"],[88,1,1,"","write_multiple_coils"],[88,1,1,"","write_multiple_registers"],[88,1,1,"","write_single_coil"],[88,1,1,"","write_single_register"]]},"objnames":{"0":["py","class","Python class"],"1":["py","method","Python method"],"2":["py","attribute","Python attribute"]},"objtypes":{"0":"py:class","1":"py:method","2":"py:attribute"},"terms":{"0":[1,2,3,4,5,6,7,8,12,17,21,22,24,26,28,31,32,39,40,41,42,44,46,54,55,56,58,60,62,63,65,66,67,73,75,76,78,79,80,81,82,83,84,85,87,88,90,95],"0x01":88,"0x02":88,"0x03":88,"0x04":88,"0x05":88,"0x06":88,"0x0f":88,"0x10":88,"0xffff":88,"1":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,95],"10":[47,48,49,50,84,85,86,88],"100":45,"12":[80,81,84,85],"120":[47,48,49,50],"1234":88,"125":88,"1405":89,"16":[3,4,5,6,9,13,46,53,55,57,58,59,76,78,79,82,83,86,88,95],"168":[3,4,5,6],"16x":89,"17":[3,4,5,6,95],"172":[3,4,5,6,95],"192":[3,4,5,6],"1f":[3,4,5,6,95],"2":[3,4,5,6,16,17,18,19,21,22,24,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,44,47,49,50,54,55,58,60,61,62,67,68,70,72,77,91,95],"20":[64,80,81],"2000":[71,88],"2025":0,"22":[3,4,5,6],"23":[3,4,5,6],"230":[47,48,50],"24":[16,17,19,20,21,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,51,52,53,54,55,56,57,58,59,60,61,62,63,65,66,67,68,70,72,73,75,76,77,78,79,87,89,91],"250":[74,87],"2x":[46,80,82,84,86],"3":[16,18,19,21,23,25,27,29,30,34,36,37,43,51,52,53,56,57,59,70,82,83,91],"30":[35,74],"352":90,"4":[10,14,21,22,23,24,25,26,30,32,37,40,42,48,51,54,63,64,65,66,68,70,72,74,81,87,91,95],"48":18,"4x":[20,69,71,74,81,83,85],"5":[3,4,5,6,22,56,60,62,63,64,65,66,67,70,73,75,76,78,79,88,90,91],"500":[69,70,91],"502":[3,4,5,6,88,90,95],"530":[70,91],"5678":88,"6":[70,91],"7":[70,91],"750":[70,89,90,91],"750_352":95,"8":[11,15,41,43,44,52,56,70,72,73,75,77,91],"8x":[38,70,91],"99999":[1,2,46,80,81,82,83,84,85,86,87],"A":[0,3,4,5,6,56,60,61,62,63,65,66,67,68,72,73,74,75,76,77,78,79,88],"AND":0,"AS":0,"BE":0,"BUT":0,"FOR":0,"IN":0,"If":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"It":95,"NO":0,"NOT":0,"OF":0,"OR":0,"On":95,"THE":0,"TO":0,"The":[0,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95],"These":94,"To":95,"WITH":0,"_bt":[1,2,3,4,5,6,7,8,12],"abov":0,"absolut":46,"abstract":95,"ac":[47,48,49,50,74],"accord":6,"acquisit":95,"action":0,"activ":95,"add":[3,4,5,6,90,95],"add_bus_termin":[3,4,5,6,90,95],"addit":95,"address":[1,2,7,8,12,88],"after":[3,4,5,6],"alarm":34,"all":[0,1,2,3,4,5,6,7,8,12,95],"allow":95,"an":[0,88,95],"analog":[1,2,80,81,82,83,84,85,86,95],"analoginputtermin":[46,80,81,82,83,94],"analogoutputtermin":[84,85,86,87,94],"ani":0,"ar":[94,95],"aris":0,"arrang":95,"associ":0,"author":0,"autom":95,"automat":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87,88],"back":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91],"base":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95],"beckhoff":95,"between":[2,84,85,86,87],"bin":95,"bit":[1,2,7,8,9,10,11,12,13,14,15,46,80,81,82,83,84,85,86,88],"bit_address":88,"bit_length":88,"bk":[3,4,5,6,95],"bk9000":[4,5,6,94,95],"bk9050":[3,5,6,94,95],"bk9100":[94,95],"bodi":88,"bool":[2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,89,91],"bound":[1,2,3,4,5,6,7,8,12],"break":34,"bu":[1,2,3,4,5,6,7,8,12,90,95],"bus_coupl":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"bus_termin":[3,4,5,6,90],"bus_terminal_typ":[3,4,5,6],"bus_terminals_typ":[3,4,5,6],"buscoupl":[1,2,3,7,8,12,90,94],"busklemmen":95,"busskoppl":95,"bustermin":[1,2,3,4,5,6,8,12,90,92,93,94],"byte":88,"c":[0,3,4,5,6,82,95],"cabl":[57,58,78],"call":88,"can":95,"cd":95,"ch1":[3,4,5,6],"ch2":[3,4,5,6],"chang":46,"channel":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,95],"charg":0,"claim":0,"class":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93],"classmethod":[1,2,7,8,12],"client":[6,88],"clone":95,"close":88,"code":[88,95],"coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,91],"com":95,"common":95,"compact":95,"complement":95,"condit":0,"configur":88,"connect":[0,1,2,3,4,5,6,7,8,12,21,36,37,40,42,88,94,95],"contact":[50,70,91],"contain":88,"contract":0,"control":87,"copi":0,"copyright":0,"correctli":95,"correspond":[3,4,5,6,90],"count":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"counter":[45,46],"coupler":[1,2,3,4,5,6,7,8,12,90,95],"creat":95,"current":[80,81],"damag":0,"data":[88,95],"dc":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,39,40,41,42,43,44,45,46,49,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,74,75,76,77,78,79,87],"deactiv":[3,4,5,6],"deal":0,"debug":[3,4,5,6,88,90],"decenc":95,"default":[3,4,5,6,95],"depend":95,"detail":95,"dev":95,"devic":[6,94,95],"diagnost":[27,67],"differenti":86,"differentiel":[84,85],"digit":[8,12,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,87,89,91,95],"digitalinputtermin":[9,10,11,16,17,18,19,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,57,58,59,94],"digitalinputterminal16bit":[89,94],"digitalinputterminal4bit":[20,94],"digitalinputterminal8bit":[38,94],"digitaloutputtermin":[13,14,15,27,56,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,94],"digitaloutputterminal16bit":94,"digitaloutputterminal4bit":[69,71,74,94],"digitaloutputterminal8bit":[70,91,94],"directli":94,"discret":88,"distribut":0,"do":0,"do1":[70,91],"do8":[70,91],"document":0,"e":95,"easi":95,"empti":88,"encod":87,"end":[80,81,92],"ensur":95,"environ":95,"error":[3,4,5,6,88,90],"error_valu":[1,2,46,80,81,82,83,84,85,86,87],"ethernet":[94,95],"event":0,"everyth":95,"exampl":[3,4,5,6,88,95],"except":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"express":0,"extend":95,"extens":28,"f":[3,4,5,6,95],"fail":[2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,89,91],"fals":[3,4,5,6,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,90,91],"file":[0,95],"first":[1,2,3,4,5,6,7,8,12,95],"fit":0,"flat":[57,58,78],"float":[1,2,3,4,5,6,46,80,81,82,83,84,85,86,87,88],"follow":[0,95],"frame":88,"free":0,"from":[0,1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,95],"function":[88,92,93],"function_cod":88,"furnish":0,"galvan":38,"gener":[9,10,11,13,14,15,16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87],"get":[3,4,5,6,90,95],"get_error":[3,4,5,6,90],"git":95,"github":95,"given":[3,4,5,6,88],"grant":0,"ground":[19,23,24,25,26,43,44,59,66,73,79],"ha":95,"handl":88,"herebi":0,"hex":88,"hi":95,"high":95,"hold":88,"holder":0,"host":[3,4,5,6,88,90],"hostnam":[3,4,5,6,88],"htl":87,"http":95,"i":[0,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95],"i_b_addr":46,"i_w_addr":46,"id":88,"implement":94,"impli":0,"import":[3,4,5,6,95],"includ":0,"increment":87,"index":[1,2,3,4,5,6,7,8,12,46,80,81,82,83,84,85,86,87],"industri":95,"inform":[3,4,5,6],"input":[1,2,7,8,9,10,11,12,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,80,81,82,83,88,89],"input_bit_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"input_word_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"instanc":[1,2,3,4,5,6,7,8,12],"instanti":[1,2,3,4,5,6,7,8,12,88],"int":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"interfac":[87,94],"intern":94,"io":[94,95],"ip":[3,4,5,6,88,95],"isol":38,"issu":95,"iter":[3,4,5,6,90],"khz":[45,46,87],"kind":0,"kl1002":94,"kl1012":94,"kl1032":94,"kl1052":94,"kl1104":[38,94,95],"kl1114":94,"kl1124":94,"kl1154":94,"kl1164":94,"kl1184":94,"kl1194":94,"kl1212":94,"kl1232":94,"kl1302":94,"kl1304":94,"kl1312":94,"kl1314":94,"kl1352":94,"kl1362":94,"kl1382":94,"kl1402":94,"kl1404":94,"kl1408":94,"kl1412":94,"kl1414":94,"kl1418":94,"kl1434":94,"kl1488":94,"kl1498":94,"kl1501":94,"kl1512":94,"kl1702":94,"kl1704":94,"kl1712":94,"kl1722":94,"kl1804":94,"kl1808":94,"kl1809":94,"kl1814":94,"kl1819":94,"kl1859":94,"kl1862":94,"kl1872":94,"kl1889":94,"kl2012":94,"kl2022":94,"kl2032":94,"kl2114":94,"kl2124":94,"kl2134":94,"kl2184":94,"kl2212":94,"kl2284":94,"kl2404":[3,4,5,6,94,95],"kl2408":94,"kl2424":[3,4,5,6,94,95],"kl2425":[3,4,5,6],"kl2442":94,"kl2488":94,"kl2634":94,"kl2808":94,"kl2809":94,"kl2828":94,"kl2872":94,"kl2889":94,"kl3042":94,"kl3054":[94,95],"kl3202":[3,4,5,6,94,95],"kl3214":[94,95],"kl4002":[86,94,95],"kl4004":[94,95],"kl4132":94,"kl5121":94,"kl9010":[3,4,5,6,95],"kl9100":95,"kl9188":95,"kruse":0,"last":[3,4,5,6,46,88,90],"last_error":88,"level":95,"liabil":0,"liabl":0,"licens":0,"lightweight":95,"limit":0,"linear":87,"list":[1,2,3,4,5,6,7,8,12,88,90],"local":95,"localhost":88,"m":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,39,40,41,42,43,44,47,48,49,50,51,52,53,54,55,56,57,58,59,95],"ma":[64,69,70,71,80,81,91],"machin":95,"manag":95,"manual":88,"merchant":0,"merg":0,"messag":[3,4,5,6,88,90],"minim":95,"mit":[0,95],"mixed_map":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"modbu":[3,4,5,6,90,95],"modifi":0,"monitor":95,"most":95,"multipl":88,"n":[1,2,3,4,5,6,7,8,12],"namur":33,"need":88,"new":[1,2,3,4,5,6,7,8,12],"new_bus_termin":[3,4,5,6,90],"nicola":0,"nonannet":95,"none":[8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,89,91],"noninfring":0,"normal":[1,2,46,80,81,82,83,84,85,86,87],"notic":0,"number":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"o":[92,93],"o_b_addr":46,"o_w_addr":46,"object":[3,4,5,6,7,88,90],"obtain":0,"occur":88,"offset":[1,2,46,80,81,82,83,84,85,86,87],"one":95,"open":95,"oper":[2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,89,91],"order":[70,91,95],"other":[0,95],"otherwis":[0,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91],"out":[0,1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"output":[1,2,3,4,5,6,7,8,12,13,14,15,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,91,95],"output_bit_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"output_word_address":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,92,93],"over":95,"packag":95,"paramet":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91],"parent":[1,2,7,8,12],"particular":0,"path":87,"permiss":0,"permit":0,"person":0,"physic":95,"pip":95,"pleas":95,"plu":95,"port":[3,4,5,6,88,90,95],"portion":0,"posit":[19,23,24],"potenti":93,"power":50,"print":[3,4,5,6,88,95],"project":95,"protect":[62,65],"provid":[0,2,84,85,86,87,95],"pt100":[82,83],"publish":0,"pull":95,"puls":28,"purpos":0,"pyhoff":94,"pytest":95,"python":95,"rais":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"rang":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91,95],"raw":88,"read":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,95],"read_channel_word":[1,2,46,80,81,82,83,84,85,86,87],"read_coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,88,91],"read_count":46,"read_curr":[80,81],"read_delta":46,"read_discrete_input":88,"read_holding_regist":88,"read_input":[8,9,10,11,16,17,18,19,20,21,22,23,24,25,26,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,57,58,59,89],"read_input_regist":88,"read_norm":[1,46,80,81,82,83],"read_temperatur":[3,4,5,6,82,83,95],"receiv":88,"receive_modbus_data":88,"recommend":95,"regist":88,"register_address":88,"repositori":95,"request":95,"requir":95,"research":95,"respons":[3,4,5,6],"restrict":0,"return":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91],"revers":[62,65,68],"ribbon":[57,58,78],"right":0,"run":95,"same":[1,2,3,4,5,6,7,8,12],"script":95,"second":[3,4,5,6,88],"see":95,"select":[1,2,3,4,5,6,7,8,12,95],"sell":0,"send":88,"send_modbus_data":88,"server":88,"set":[2,3,4,5,6,84,85,86,87,95],"set_norm":[2,84,85,86,87],"set_voltag":[84,85,86,95],"setup":95,"shall":0,"show":95,"simpl":88,"simplemodbuscli":[6,94],"sinc":[46,88],"singl":[1,2,46,80,81,82,83,84,85,86,87,88],"so":0,"socket":88,"softwar":0,"sourc":95,"specif":[1,2,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,91],"specifi":[1,2,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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,89,91],"standard":95,"start":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,89,91,95],"state":[3,4,5,6],"step":95,"str":[3,4,5,6,88,90],"string":88,"stub":[16,17,18,19,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,39,40,41,42,43,44,45,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,72,73,75,76,77,78,79,87],"subject":0,"sublicens":0,"submit":95,"substanti":0,"succeed":[2,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,91],"suppli":93,"support":95,"switch":[19,23,24,25,26,43,44,59,66,68,73,79],"t":95,"t1":[3,4,5,6],"t2":[3,4,5,6],"tcp":[3,4,5,6,88,90,95],"temperatur":[3,4,5,6,82,83,95],"termin":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,46,80,81,82,83,84,85,86,87,90,92,93,95],"terminal_numb":[1,2,3,4,5,6,7,8,12],"test":95,"th":[1,2,3,4,5,6,7,8,12],"thermistor":35,"thi":[0,1,2,7,8,12,88,94,95],"time":[3,4,5,6],"timeout":[3,4,5,6,88,90],"tort":0,"transmiss":88,"transmit":88,"true":[2,3,4,5,6,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,91,95],"type":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,95],"typevar":[1,2,3,4,5,6,7,8,12],"typic":94,"unction_cod":88,"under":95,"underli":6,"union":[3,4,5,6,90],"unit_id":88,"up":95,"us":[0,6,94,95],"usual":88,"v":[16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,70,72,73,74,75,76,77,78,79,84,85,86,87,89,91,95],"valu":[1,2,3,4,5,6,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91],"venv":95,"veri":95,"virtual":95,"voltag":[62,65,84,85,86],"wago":[90,95],"wago_750_1405":94,"wago_750_352":94,"wago_750_530":94,"wago_750_600":94,"wago_750_602":94,"wait":[3,4,5,6],"warranti":0,"watchdog":[3,4,5,6,90],"welcom":95,"whether":0,"which":[1,2,7,8,12],"whom":0,"wide":95,"window":95,"wire":[21,36,37,40,42,82,83],"without":[0,50],"word":[1,2,7,8,12,46,80,81,82,83,84,85,86,87],"word_length":88,"write":[2,12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,84,85,86,87,88,91,95],"write_channel_word":[2,84,85,86,87],"write_coil":[12,13,14,15,27,56,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,91,95],"write_multiple_coil":88,"write_multiple_regist":88,"write_single_coil":88,"write_single_regist":88,"x":[72,87],"you":95,"your":95},"titles":["<no title>","pyhoff.AnalogInputTerminal","pyhoff.AnalogOutputTerminal","pyhoff.devices.BK9000","pyhoff.devices.BK9050","pyhoff.devices.BK9100","pyhoff.BusCoupler","pyhoff.BusTerminal","pyhoff.DigitalInputTerminal","pyhoff.devices.DigitalInputTerminal16Bit","pyhoff.devices.DigitalInputTerminal4Bit","pyhoff.devices.DigitalInputTerminal8Bit","pyhoff.DigitalOutputTerminal","pyhoff.devices.DigitalOutputTerminal16Bit","pyhoff.devices.DigitalOutputTerminal4Bit","pyhoff.devices.DigitalOutputTerminal8Bit","pyhoff.devices.KL1002","pyhoff.devices.KL1012","pyhoff.devices.KL1032","pyhoff.devices.KL1052","pyhoff.devices.KL1104","pyhoff.devices.KL1114","pyhoff.devices.KL1124","pyhoff.devices.KL1154","pyhoff.devices.KL1164","pyhoff.devices.KL1184","pyhoff.devices.KL1194","pyhoff.devices.KL1212","pyhoff.devices.KL1232","pyhoff.devices.KL1302","pyhoff.devices.KL1304","pyhoff.devices.KL1312","pyhoff.devices.KL1314","pyhoff.devices.KL1352","pyhoff.devices.KL1362","pyhoff.devices.KL1382","pyhoff.devices.KL1402","pyhoff.devices.KL1404","pyhoff.devices.KL1408","pyhoff.devices.KL1412","pyhoff.devices.KL1414","pyhoff.devices.KL1418","pyhoff.devices.KL1434","pyhoff.devices.KL1488","pyhoff.devices.KL1498","pyhoff.devices.KL1501","pyhoff.devices.KL1512","pyhoff.devices.KL1702","pyhoff.devices.KL1704","pyhoff.devices.KL1712","pyhoff.devices.KL1722","pyhoff.devices.KL1804","pyhoff.devices.KL1808","pyhoff.devices.KL1809","pyhoff.devices.KL1814","pyhoff.devices.KL1819","pyhoff.devices.KL1859","pyhoff.devices.KL1862","pyhoff.devices.KL1872","pyhoff.devices.KL1889","pyhoff.devices.KL2012","pyhoff.devices.KL2022","pyhoff.devices.KL2032","pyhoff.devices.KL2114","pyhoff.devices.KL2124","pyhoff.devices.KL2134","pyhoff.devices.KL2184","pyhoff.devices.KL2212","pyhoff.devices.KL2284","pyhoff.devices.KL2404","pyhoff.devices.KL2408","pyhoff.devices.KL2424","pyhoff.devices.KL2442","pyhoff.devices.KL2488","pyhoff.devices.KL2634","pyhoff.devices.KL2808","pyhoff.devices.KL2809","pyhoff.devices.KL2828","pyhoff.devices.KL2872","pyhoff.devices.KL2889","pyhoff.devices.KL3042","pyhoff.devices.KL3054","pyhoff.devices.KL3202","pyhoff.devices.KL3214","pyhoff.devices.KL4002","pyhoff.devices.KL4004","pyhoff.devices.KL4132","pyhoff.devices.KL5121","pyhoff.modbus.SimpleModbusClient","pyhoff.devices.WAGO_750_1405","pyhoff.devices.WAGO_750_352","pyhoff.devices.WAGO_750_530","pyhoff.devices.WAGO_750_600","pyhoff.devices.WAGO_750_602","Classes and Modules","Pyhoff"],"titleterms":{"analoginputtermin":1,"analogoutputtermin":2,"base":94,"beckhoff":94,"bk9000":3,"bk9050":4,"bk9100":5,"bu":94,"buscoupl":6,"bustermin":7,"class":94,"contribut":95,"coupler":94,"descript":95,"develop":95,"devic":[3,4,5,9,10,11,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93],"digitalinputtermin":8,"digitalinputterminal16bit":9,"digitalinputterminal4bit":10,"digitalinputterminal8bit":11,"digitaloutputtermin":12,"digitaloutputterminal16bit":13,"digitaloutputterminal4bit":14,"digitaloutputterminal8bit":15,"featur":95,"gener":94,"guid":95,"instal":95,"kei":95,"kl1002":16,"kl1012":17,"kl1032":18,"kl1052":19,"kl1104":20,"kl1114":21,"kl1124":22,"kl1154":23,"kl1164":24,"kl1184":25,"kl1194":26,"kl1212":27,"kl1232":28,"kl1302":29,"kl1304":30,"kl1312":31,"kl1314":32,"kl1352":33,"kl1362":34,"kl1382":35,"kl1402":36,"kl1404":37,"kl1408":38,"kl1412":39,"kl1414":40,"kl1418":41,"kl1434":42,"kl1488":43,"kl1498":44,"kl1501":45,"kl1512":46,"kl1702":47,"kl1704":48,"kl1712":49,"kl1722":50,"kl1804":51,"kl1808":52,"kl1809":53,"kl1814":54,"kl1819":55,"kl1859":56,"kl1862":57,"kl1872":58,"kl1889":59,"kl2012":60,"kl2022":61,"kl2032":62,"kl2114":63,"kl2124":64,"kl2134":65,"kl2184":66,"kl2212":67,"kl2284":68,"kl2404":69,"kl2408":70,"kl2424":71,"kl2442":72,"kl2488":73,"kl2634":74,"kl2808":75,"kl2809":76,"kl2828":77,"kl2872":78,"kl2889":79,"kl3042":80,"kl3054":81,"kl3202":82,"kl3214":83,"kl4002":84,"kl4004":85,"kl4132":86,"kl5121":87,"licens":95,"modbu":[88,94],"modul":94,"pyhoff":[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,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,95],"scenario":95,"simplemodbuscli":88,"termin":94,"usag":95,"wago":94,"wago_750_1405":89,"wago_750_352":90,"wago_750_530":91,"wago_750_600":92,"wago_750_602":93}})
\ No newline at end of file