Ask Your Question
0

How do I exclude some branches from monitoring

asked 2023-03-18 10:20:19 -0500

Vlad gravatar image

In .sub file I have

SUBSYSTEM 'REG'
JOIN
  ZONE 1
  ZONE 2
  KV 110
END
END

in .mon file

MONITOR BRANCHES IN SUBSYSTEM 'REG'

there are over 300 branches in this subsystem. How can I exclude some of them? ex: from bus X to bus Y

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2023-03-19 15:11:18 -0500

perolofl gravatar image

Use SKIP statement in monitoring file. See "Monitored Element Data File" in Cheat Sheets Manual.

edit flag offensive delete link more

Comments

Did you check this? it seems it doesn't work. Can you provide an exemple? I'm using version 33

Vlad gravatar imageVlad ( 2023-03-24 11:15:21 -0500 )edit

Have you put skip statement before monitor statement?

perolofl gravatar imageperolofl ( 2023-03-24 13:02:14 -0500 )edit

it doesn't work, it still shows in report the branch that I don't want to be reported :( so in mon: SKIP 123 TO 124 END MONITOR BRANCHES IN SUBSYSTEM 'REG' END

Vlad gravatar imageVlad ( 2023-03-24 13:23:42 -0500 )edit

in documentation SKIP is just in .con file description

Vlad gravatar imageVlad ( 2023-03-24 13:26:14 -0500 )edit

No, there is also SKIP in mon file description. It works fine for me!

perolofl gravatar imageperolofl ( 2023-03-26 09:02:19 -0500 )edit

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: 2023-03-18 10:20:19 -0500

Seen: 174 times

Last updated: Mar 19 '23