/* #include */ static const char *knownParameters[] = { "VTC_TARG_TEMP_CH1", "VTC_TARG_TEMP_CH2", "VTC_TARG_TEMP_CH3", "VTC_TARG_TEMP_CH4", }; static char teTarget[64] = "VTC_TARG_TEMP_CH1"; const char *value; const char teC; int field_val; float lockpower; float lockphase; float lockgain; GetBsmsIntValue(BSMS_FIELD,&field_val); GetBsmsFloatValue(BSMS_LOCK_POWER,&lockpower); GetBsmsFloatValue(BSMS_LOCK_PHASE,&lockphase); GetBsmsFloatValue(BSMS_LOCK_GAIN,&lockgain); VTU_GET_PARAM(teTarget,value); printf("%8s %8s\n","Directory ",disk); printf("%8s %8s\n","Folder name",name); printf("%8s %5s\n","Temperature(K)",value); printf("\n"); printf("Lock information\n"); printf("%8s %7d\n"," Field",field_val); printf("%8s %7.1f\n"," LockPhase",lockphase); printf("%8s %7.1f\n"," LockPower",lockpower); printf("%8s %7.1f\n"," LockGain ",lockgain); printf("\n"); printf("Manual Input\n"); printf(" LockLevel(percent):\n"); printf(" Any comments:"); QUIT