Ask Your Question
0

Messages for api TLTG Specified subsystems overlap

asked 2022-03-21 10:31:37 -0500

anonymous user

Anonymous

using the Example cases to do the TLTG.

To create the dFAX 1. ieee25busN1.con 2.ieee25bus.mon 3.ieee25bus.sub

getting this error Messages for api TLTG Specified subsystems overlap.

can anyone help me to identify the error? Thank is advance

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2022-03-21 11:56:08 -0500

jconto gravatar image

The file ieee_25bus.sub contains two subsystem definitions that are the same, they cannot be used at the same time for a TLTG activity:

/AN EXAMPLE SUBSYSTEM FILE USED IN N-1-1 ANALYSIS DEMONSTRATION

SUBSYSTEM CTRLAR_BASE
  AREAS  1 5
END

SUBSYSTEM CTRLAR_CON
  AREAS  1 5
END

END

For TLTG, the definition of sending and receiving regions cannot contain the same data. Just add new definitions of subsystems exclusive of each other to be used in creating the dfx file, like:

SUBSYSTEM Area1
  AREA  1
END
SUBSYSTEM Area5
  AREA  5
END

In v.34, check the POM.pdf manual, "9.1.2. Subsystem Description Data File Contents"

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2022-03-21 10:31:37 -0500

Seen: 94 times

Last updated: Mar 21 '22