# HG changeset patch # User Laurent Bessard # Date 1337718485 -7200 # Node ID bb63c0479411486ec9865c60325af096d65d8ec8 # Parent 0a23fe9594e0ce336c6eb14086c960cda87daebe Removing ModesOfOperation parameter until handled by MCL diff -r 0a23fe9594e0 -r bb63c0479411 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"),