Fix Optical heads ASIC iPerl dialog manual test communication
This commit is contained in:
parent
8738edd0c5
commit
be6b40b5cd
@ -2914,6 +2914,12 @@ namespace TBF.Rig.TestMethods.iPerlCommunication
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "SetFlipModeConstant":
|
||||
SetFlipModeConstant(iHead, null, ref txt);
|
||||
break;
|
||||
case "SetFlipModeRandomized":
|
||||
SetFlipModeRandomized(iHead, null, ref txt);
|
||||
break;
|
||||
case "WriteRequestPort_u8_Customer_Text":
|
||||
txt = "Not Supported NOW!";//OpticalHeadTest.WriteRequestPort_u8_Customer_Text(iHead);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user