I want to display alerts in a single pdi file whenever the interface goes down.(i.e when io rate or heartbeat of a tag is not updating for more than 5 mins then the text of that particular tag should turn red other interfaces which is running should be green).
I think i could not able to use Interface Status Utility since my PI server is a microsoft cluster.
I am using VBA code to achive this & i could not do it for many interfaces since tags are time dependent.
Please help me in doing this.

The Cheap North Face
Tue, 12/20/2011 - 07:50 — asslikethatThe Cheap North Face Jackets can be sent as a Christmas gift, if you are still doubt what kind of the present to buy, you can take our North Face Factory Outlet jackets for a consideration. Discount North Face down jackets are fashion and charming for you. and the Discount North Face Jackets are valuable.
バーバリー
Sat, 11/26/2011 - 07:43 — エルメス 財布 ケリーバーバリー アウトレット【BURBERRY】はイギリスを代表する世界的なファッションブランドバーバリー マフラー アウトレットの一つです。創業者であるトーマス・バーバリー 通販は農民が汚れを防ぐために服の上に羽織っていたバーバリー マフラー メンズ上着をヒントに「ギャバジン」といわれる耐久性・防水性に優れたバーバリー 店舗新素材を生み出しました。1924年には有名な【バーバリー コート】が誕生。コートの裏地としてデザインされたのが起源で、バーバリー トレンチコート1967年にパリのショーで発表された傘にバーバリー・チェックを裏地以外で初めて使用し、その後、バッグやバーバリー マフラーなど様々なファッションアイテムに使用されました。バーバリー バッグ現在はカラーバリエーションBURBERRY バッグも最初のキャメル/赤/黒/白だけでなく、様々なカラーバリエーションを展開しています。バーバリー マフラー ピンクは、映画「ティファニーで朝食を」や「カサブランカ」でピーター・セラーズ、 バーバリー公式サイト オードリー・ヘプバーン、ハンフリー・ボガート、バーバリー マフラー カシミア元英首相ウィンストン・チャーチル、ら数々の著名人が愛用したことでも有名BURBERRY マフラー。また、1955年にはエリザベス2世のロイヤルワラントを授かり、バーバリーブルーレーベル1989年には英国皇太子によって認証を授かっており、バーバリー マフラー 巻き方イギリス王室ご用達でロイヤルの称号を持っています。現在ロゴとして「バーバリー マフラー 値段」と「Burberry's」の二つが存在するが、バーバリーブラックレーベル後者は2000年の変更以前の製品についているものでありそれ以降は全て「バーバリー マフラー ウール」に統一されています。
エルメスは、フラン
Sat, 11/26/2011 - 07:40 — エルメス 財布 ケリーエルメスは、フランスの会社で、エルメス アウトレット社が展開するファッションブランドの事です。エルメス ベルトエルメス社は馬具工房として創業したが、自動車の発展による馬車の衰退を予見し、エルメス プリュム鞄や財布などの皮革製品に事業の軸足を移して成功しました。現在でも、エルメス 財布 ケリー馬具工房に由来するデュックとタイガーがロゴに描かれています。エルメス 財布デュックは四輪馬車で、タイガーは従者のこと。エルメス 指輪主人が描かれていないのは「エルメス 通販は最高の品質の馬車を用意しますが、それを御すのはお客様ご自身です」という意味が込められているためだそうです。エルメス バーキンは人気の高いファッションブランドですね。中でもエルメスバーキン バッグは男女共に人気のあるファッションブランドです。エルメスバッグでもエルメストートバッグ・エルメス ケリーバッグが人気のある商品ではないでしょうかエルメス ガーデンパーティ?
Hi Sarvuk, How about
Wed, 04/21/2010 - 10:07 — administratorHi Sarvuk,
How about configuring a calculated dataset that will return True if the tag you're interesetd in hasn't received a value in the last 5 minutes?
For example
'*'-PrevEvent('TagName', '*')>300
This expression subtracts the time of the most recent event from the current system time and if it's more than 300 seconds returns 1, else 0.
You could then Multistate format the symbol based on the value of this calculated dataset. Choose the formatting so that it is red when the value is 1 or green when the value is 0.
Hope this helps