[fix]修改61850 v2,如今不对的问题 "1 3 9999 23", "23" -》1 1 999 1", "12

This commit is contained in:
shijianquan 2025-07-04 16:51:24 +08:00
parent e6da5da2ed
commit 8529e2c603
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ tagOsiCfg g_tOSICfg = { 65535, 1024, NULL, &g_tNetworkAddr};
// Tpx通信地址定义 // Tpx通信地址定义
tagTpxAddr g_tTpxAddr[2] = {{"local1", "1 3 9999 33", "33", "00 00 00 01", "00 01", "00 01"}, // local address tagTpxAddr g_tTpxAddr[2] = {{"local1", "1 3 9999 33", "33", "00 00 00 01", "00 01", "00 01"}, // local address
{"remote", "1 1 999 1", "12", "00 00 00 01", "00 01", "00 01"}}; // remote address {"remote", "1 3 9999 23", "23", "00 00 00 01", "00 01", "00 01"}}; // remote address
/*============================================================================== /*==============================================================================

View File

@ -37,7 +37,7 @@ tagOsiCfg g_tOSICfg = { 65535, 1024, NULL, &g_tNetworkAddr};
// Tpx通信地址定义 // Tpx通信地址定义
tagTpxAddr g_tTpxAddr[2] = {{"local1", "1 3 9999 33", "33", "00 00 00 01", "00 01", "00 01"}, // local address tagTpxAddr g_tTpxAddr[2] = {{"local1", "1 3 9999 33", "33", "00 00 00 01", "00 01", "00 01"}, // local address
{"remote", "1 3 9999 23", "23", "00 00 00 01", "00 01", "00 01"}}; // remote address {"remote", "1 1 999 1", "12", "00 00 00 01", "00 01", "00 01"}}; // remote address
/*============================================================================== /*==============================================================================