Operators Console

23 views
Skip to first unread message

david....@nasa.gov

unread,
Nov 3, 2009, 2:23:26 PM11/3/09
to IADS
We lost a couple of indicators on our console.

Memory Usage % of Physical (Blue Color)
Disk Usage %Used (Red color)
PCM Stream status locked or unlock (Red or Green)

What and where controls these displays?

Thanks
David

david....@nasa.gov

unread,
Nov 3, 2009, 3:25:10 PM11/3/09
to IADS
Never mind on the Disk and Memory, I figured out the problem :)

david....@nasa.gov

unread,
Nov 4, 2009, 10:26:21 AM11/4/09
to IADS
I still have a question on the Ops Console Decom Status display. We
use the IOM application. We included in the list of parameters used
by the IOM the Wyle Userdef parameters __DECOM_2_C1_ and
__DECOM_4_C1_. This activated on the IADS Operations Console two
displays that represent the status of two PCM streams (2 and 4). We
notice that they are always green in color no matter the actual locked
condition of the streams. I assume if we include the other Userdef
parameters for decom status of streams 1 and 3 in the IOM list we will
see four displays that represent decom status on the IADS Operations
Console. Is the display color supposed to change according to
condition?

Thanks
David Upton

On Nov 3, 12:25 pm, david.upto...@nasa.gov wrote:
> Never mind on the Disk and memory, I figured out the problem :)
> > David- Hide quoted text -
>
> - Show quoted text -

Michael Jones

unread,
Nov 4, 2009, 1:09:34 PM11/4/09
to IADS
The logic for determining the DECOM status words on the frontend is
handled by the CDS. It looks like you are correct that it will find
them by their common names and pass the resulting words onto the
opconsole.

Currently the OpConsole will determine the color based on the
following conditions for an Omega DataSource:
1) if the entire parameter is 0(or null) it will turn gray and go into
an ignore state (see right click menu)
2) if both major and minor frames are in sync the state goes green,
otherwise red.
a) major frame sync is determine by the value of bits 4 to 8; if
only bit 4 is on major frame is in sync
b) minor frame sync is determined by the value of bits 2 to 3; if
only bit 2 is on minor frame is in sync

frameSyncStat = (tppDecomStatus & 0x08) >>3;
subFrameSyncStat = (tppDecomStatus & 0x02) >> 1;

I believe this is slated to be changed for 7.0 to only display the
iadsDecomStatus information.
> > - Show quoted text -- Hide quoted text -

Mike Burt

unread,
Nov 4, 2009, 1:24:51 PM11/4/09
to IADS
Hi Dave:

There was a fix for the condition you are describing that was made
available as of version 6.1...I believe you may still be at version
5.3.2 so upgrading should resolve the problem. If this assumption is
incorrect please let me know.

david....@nasa.gov

unread,
Nov 4, 2009, 2:09:26 PM11/4/09
to IADS
Thank you guys that helps a lot. Yes we are still in version 5.3.2.
Reply all
Reply to author
Forward
0 new messages