[fix]修改61850 v2,如今不对的问题 "1 3 9999 23", "23" -》1 1 999 1", "12
This commit is contained in:
parent
e6da5da2ed
commit
8529e2c603
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*==============================================================================
|
/*==============================================================================
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|
||||||
/*==============================================================================
|
/*==============================================================================
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user