void Awake()
        {
            /*/ 書き足し
             * subsCtrl = FindObjectOfType<SubscriptionsController>(); //*/

            SetStatusText("Not connected");
            calibrationController = GetComponent <CalibrationController>();
        }
 void Awake()
 {
     SetStatusText("Not connected");
     calibrationController = GetComponent <CalibrationController>();
 }