From be6b40b5cd6dfef26e22e8e221d03b5449116175 Mon Sep 17 00:00:00 2001 From: Michal Buzik Date: Tue, 18 Aug 2026 14:05:33 +0200 Subject: [PATCH] Fix Optical heads ASIC iPerl dialog manual test communication --- .../iPerlCommunication/iPerlCommunicationForm.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationForm.cs b/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationForm.cs index 28415122a..b769eb77f 100644 --- a/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationForm.cs +++ b/TBF/Rig/TestMethods/iPerlCommunication/iPerlCommunicationForm.cs @@ -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;