From: Joshua K. <fo...@tr...> - 2007-12-31 15:10:38
|
I am working on a template for a Valere DC Power plant. The problem that I am having is where at the top of the table I have "Alarming on (1,1,1,1)". It needs to say "Alarming on (1-1,1-2,1-3,1-4)". Here is my setup: TABLE: Shelf-Rectifier|Current|Capacity|Operational State {sysShelf}-{sysModule}|{sysCurrentAmp}A|{sysCapacityAmp}A|{sysOpStateNum.col or} {sysOpState} What it looks like is that devmon pulls "{sysShelf}" and uses that value for what it shows it's alarming on. But the values I need it to pull is a combination of "{sysShelf}-{sysModule}". Now I started to think that I could throw something in the transforms file but don't know what Transforms I would use. {sysShelfId} : ?????? : ({sysShelf}-{sysModule}) I just need it to be able to show the shelf and module combined together so that it says it's alarming on each individual shelf-module. Thanks Josh |