From 5e1ac8c7bf1b21a21231281c1649530573a09c19 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Tue, 29 Aug 2023 19:42:59 +0200 Subject: [PATCH] test(ReadClock): Use template parameters for PDU bytes --- S7.Net.UnitTest/CommunicationTests/ReadClock.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/S7.Net.UnitTest/CommunicationTests/ReadClock.cs b/S7.Net.UnitTest/CommunicationTests/ReadClock.cs index f2902b14..55042d23 100644 --- a/S7.Net.UnitTest/CommunicationTests/ReadClock.cs +++ b/S7.Net.UnitTest/CommunicationTests/ReadClock.cs @@ -26,7 +26,7 @@ 02 f0 80 // S7 read clock // UserData header - 32 07 00 00 07 00 + 32 07 00 00 PDU1 PDU2 // Parameter length 00 08 // Data length @@ -58,7 +58,7 @@ 02 f0 80 // S7 read clock response // UserData header - 32 07 00 00 07 00 + 32 07 00 00 PDU1 PDU2 // Parameter length 00 0c // Data length