When running an automatic parameter identification script (using FGCRun+ menus) the script may not be properly terminated and the converter keeps turning on and off by itself. To force stop these scripts that run on the cs-ccr-teepc2 linux machine on technical network you need to connect to cs-ccr-teepc2 using a terminal (such as putty) and run the following commands:


ps -uxa | grep matlab

to obtain all matlab processes running and the corresponding users. Then kill the processes belonging to you (your username) using the "kill" command and the process PID number


kill [process PID number]