// Start CDU //===================================================================== // In sioc.ini declare the USB FMC V1 card as: // MASTER=13,13,1,xx where xx is the USB port where the FMC is connected. // Device IDX should be changed to your own device number in sioc.ini if You prefer. Var 50, name CDUKey, Link IOCARD_KEYS, device 13 // Keyboard reading Var 51, name CDUExec, Link IOCARD_OUT, device 13, Output 2 // device Var 52, name CDUFail, Link IOCARD_OUT, device 13, Output 4 Var 53, name CDUMSG, Link IOCARD_OUT, device 13, Output 1