コード例 #1
0
        private void StartData()
        {
            SendMCECommand.Calibrate();
            TestSubject person = new TestSubject("Me", "111", "Male", 20, markerHeightCal);

            dataCollection = new TightropeData(person, "Test1", 1);
            sound          = new ALSoundEnvironment(person);
            SendMCECommand.SetTreadmillSpeed((float)nudSpeed.Value);
        }
コード例 #2
0
 private void StartData()
 {
     SendMCECommand.Calibrate();
     file           = new StreamWriter(@"D:/Test/tightrope.csv", false);
     dataCollection = new TightropeData(file, markerHeightCal);
     SendMCECommand.SetTreadmillSpeed((float)nudSpeed.Value);
     //feetSound.Enabled = true;
     plotFeet = new ZedGraphPlotForm();
     plotFeet.ContinuePlotting = true;
     //asymmetryAnalyser.Enabled = true;
 }