Head:	Program_Generator configuration file	V1.0
Sheet:	DCC	3 RGB LEDs schalten
Line:	Act					1. RGB LED auf dem Mainboard 			RGB_Heartbeat2(#LED, 5, 50)	0	1	0	0	0
Line:	-													
Line:	Act								Logic(LED1off, SwitchD2 OR SwitchD3)			1	0	
Line:	Act								Logic(LED2off, SwitchD1 OR SwitchD3)			1	0	
Line:	Act								Logic(LED3off, SwitchD1 OR SwitchD2)			1	0	
Line:	Act		SwitchD2			Weißer Taster			RS_FlipFlop(LED1, #InCh, LED3off)			1	0	
Line:	Act		SwitchD3			Blauer Taster			RS_FlipFlop(LED2, #InCh, LED1off)			1	0	
Line:	Act		SwitchD1			Gelber Taster			RS_FlipFlop(LED3, #InCh, LED2off)			1	0	
Line:	Act		LED1			RGB LED grün 8x8 Matrix			ConstRGB(#LED, #InCh, 0, 0, 0, 0, 30, 0)	1	1	1	0	0
Line:	Act		LED2			RGB LED gelb 8x8 Matrix			ConstRGB(#LED, #InCh, 0, 0, 0, 30, 30, 0)	2	1	1	0	0
Line:	Act		LED3			RGB LED rot 8x8 Matrix			ConstRGB(#LED, #InCh, 0, 0, 0, 30, 0, 0)	3	1	1	0	0
Line:	-													
Line:	Act								// Reserve LEDs(61)	4	61	0	0	0
Line:	-													
Line:	Act					Letzte RGB LED auf dem Mainboard			RGB_Heartbeat2(#LED, 5, 50)	65	1	0	0	0
Line:	Act													
