Removing ModesOfOperation parameter until handled by MCL
authorLaurent Bessard
Tue, 22 May 2012 22:28:05 +0200
changeset 2057 bb63c0479411
parent 2056 0a23fe9594e0
child 2058 b3bc00dae385
Removing ModesOfOperation parameter until handled by MCL
etherlab/etherlab.py
--- a/etherlab/etherlab.py	Mon May 21 18:47:56 2012 +0200
+++ b/etherlab/etherlab.py	Tue May 22 22:28:05 2012 +0200
@@ -159,7 +159,7 @@
     NODE_VARIABLES = [
         ("ControlWord", 0x6040, 0x00, "UINT", "Q"),
         ("TargetPosition", 0x607a, 0x00, "DINT", "Q"),
-        ("ModesOfOperation", 0x06060, 0x00, "SINT", "Q"),
+#        ("ModesOfOperation", 0x06060, 0x00, "SINT", "Q"),
         ("StatusWord", 0x6041, 0x00, "UINT", "I"),
         ("ModesOfOperationDisplay", 0x06061, 0x00, "SINT", "I"),
         ("ActualPosition", 0x6064, 0x00, "DINT", "I"),