Size: 27
Comment:
|
Size: 233
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
{{{ // Purpose : Enable/disable the chopper electronics // }}} Input variable(s): {{{ procedure CHOP_on_off { string on_off = "ON" in ["ON","OFF"]; //Enable/Disable chopper }{ }}} |
Chop_on_off procedure
// Purpose : Enable/disable the chopper electronics //
Input variable(s):
procedure CHOP_on_off { string on_off = "ON" in ["ON","OFF"]; //Enable/Disable chopper }{