Fix Optical heads ASIC iPerl dialog manual test communication

This commit is contained in:
Michal Buzik 2026-08-18 14:05:33 +02:00
parent 8738edd0c5
commit be6b40b5cd

View File

@ -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;