Sure, I have been adjusting things to see what I can get to work but it's still doing the same thing.
{======== SSH Communication Summary ============}
{ This page is an overview of the sites with comm }
{ alarms triggerd but seperated into their channels }
{===================================================}
[
Title = "rzr_Channel_Alarms";
WinFlag = 0;
Color = "<FF292929>";
PageHeight = 900;
PageWidth = 900;
GridFont;
Header;
Data;
DataForm;
Constant
Constant
Constant
Constant
Constant
PageX;
PageY;
PageMinWidth;
PageMinHeight;
PageVWidth;
PageVHeight;
PageMaintainAspectRatio = 1;
NoStretch = 1;
]
Main
[
GridFont = Scope(\VTSDB, "MeterFont")\Value;
Header[#Name] = "This Name";
Header[#Area] = "Some Area";
Header[#Description] = "A little Description";
Header[#IODev] = "I/O Controller Dev";
Header[#Address] = "Address 12345";
Data[0][0] = "Tag1";
Data[1][0] = "Tag2";
Data[2][0] = "Tag3";
Data[0][1] = "Area1";
Data[1][1] = "Area1";
Data[2][2] = "I'm a tag";
Data[1][3] = "PollDrvr1";
Data[0][4] = "40001";
DataForm = "%s";
GUITransform(184, 781, 805, 217 { Reference rectangle },
1 { Scale Left },
1 { Scale Bottom },
1 { Scale Right },
1 { Scale Top },
1 { No overall scaling },
0, 0, 1, 0 { No movement; visible; res },
0, 0, 0 { Not selectable },
\System\GridList(Header { Column Header Array },
Data { Data Array },
Dataform { Format for Text },
122 { Column widths array },
3 { # Data rows },
5 { # Data cols },
15, 94 { Grid BGnd, Grid color },
2, 1 { Grid line width, line style },
20, 50 { Row/Title height },
0, 0 { Horiz/Vert cell padding },
0, 0 { Horiz/Vert Scroll position },
1, 1 { Disable V/H scroll bars },
1 { Disable column sizing },
1 { Disable Sorting },
1 { Disable selected cell },
0, 0 { Enable V/H grid lines },
1 { LockFirstColumn },
Invalid { Sort },
0 { SelectedRow },
0 { SelectedColumn },
GridFont { GridFontParm },
0 { GetSortKeyScope },
1 { EnabelBorderParm },
140 { CellTextColorParm },
71 { TitleTextColorParm },
166 { TitleBackColorParm },
174 { TitleGridColorParm },
0 { LockFirstColColorParm },
0 { CaseSortParm },
0 { DisableControlsParm },
0 { IsFocuableParm }
)
);
]
Sure, I have been adjusting things to see what I can get to work but it's still doing the same thing.
{======== SSH Communication Summary ============}
{ This page is an overview of the sites with comm }
{ alarms triggerd but seperated into their channels }
{===================================================}
[
Title = "rzr_Channel_Alarms";
WinFlag = 0;
Color = "<FF292929>";
PageHeight = 900;
PageWidth = 900;
GridFont;
Header;
Data;
DataForm;
Constant #Name = 0;
Constant #Area = 1;
Constant #Description = 2;
Constant #IODev = 3;
Constant #Address = 4;
PageX;
PageY;
PageMinWidth;
PageMinHeight;
PageVWidth;
PageVHeight;
PageMaintainAspectRatio = 1;
NoStretch = 1;
]
Main
[
GridFont = Scope(\VTSDB, "MeterFont")\Value;
Header[#Name] = "This Name";
Header[#Area] = "Some Area";
Header[#Description] = "A little Description";
Header[#IODev] = "I/O Controller Dev";
Header[#Address] = "Address 12345";
Data[0][0] = "Tag1";
Data[1][0] = "Tag2";
Data[2][0] = "Tag3";
Data[0][1] = "Area1";
Data[1][1] = "Area1";
Data[2][2] = "I'm a tag";
Data[1][3] = "PollDrvr1";
Data[0][4] = "40001";
DataForm = "%s";
GUITransform(184, 781, 805, 217 { Reference rectangle },
1 { Scale Left },
1 { Scale Bottom },
1 { Scale Right },
1 { Scale Top },
1 { No overall scaling },
0, 0, 1, 0 { No movement; visible; res },
0, 0, 0 { Not selectable },
\System\GridList(Header { Column Header Array },
Data { Data Array },
Dataform { Format for Text },
122 { Column widths array },
3 { # Data rows },
5 { # Data cols },
15, 94 { Grid BGnd, Grid color },
2, 1 { Grid line width, line style },
20, 50 { Row/Title height },
0, 0 { Horiz/Vert cell padding },
0, 0 { Horiz/Vert Scroll position },
1, 1 { Disable V/H scroll bars },
1 { Disable column sizing },
1 { Disable Sorting },
1 { Disable selected cell },
0, 0 { Enable V/H grid lines },
1 { LockFirstColumn },
Invalid { Sort },
0 { SelectedRow },
0 { SelectedColumn },
GridFont { GridFontParm },
0 { GetSortKeyScope },
1 { EnabelBorderParm },
140 { CellTextColorParm },
71 { TitleTextColorParm },
166 { TitleBackColorParm },
174 { TitleGridColorParm },
0 { LockFirstColColorParm },
0 { CaseSortParm },
0 { DisableControlsParm },
0 { IsFocuableParm }
)
);
]