123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
166:c3c0b8a90d81
Parent:
161:efd949e8d536
Child:
167:bedc0a9d559a
--- a/DeviceUserProtocolDecoder.c	Fri May 20 14:03:58 2016 +0000
+++ b/DeviceUserProtocolDecoder.c	Sun May 22 18:59:20 2016 +0000
@@ -646,7 +646,8 @@
       break;
       
       case 4://Modulator switch
-        device.plcs.modulator.state.enabled = value;
+        //device.plcs.modulator.state.enabled = value;
+        device.plcs.sequencer.state.enabled = value;
       break;
       
       case 5://Dither drive pulse width/output frequency loop switch
@@ -659,9 +660,14 @@
       
       case 7: //All loops switch
         device.isacs.regulator.state.enabled = value;
+        
         device.plcs.regulator.state.enabled = value;
-        device.plcs.modulator.state.enabled = value;
+        
+        //device.plcs.modulator.state.enabled = value;
+        device.plcs.sequencer.state.enabled = value;
+        
         device.dither.carrier.state.enabled = value;
+        
         device.dither.oscillation.state.enabled = value;
       break;
     }