Graphically indicates status (positive, neutral or negative) of any number of variables in real time.
Graphically indicates status (positive, neutral or negative) of any number of variables in real time. If value of the variable is greater or equal to its positive level a positive color is chosen. If value is greater than the negative level and lower than the positive neuteral color is indicated. Otherwise a negative color is used.
Input: 3x1 double
Accept inherited events - if "0" block will have event input, if "1" it will refresh on inputs change
Names - Nx1 string vector of variable captions
Positive level - Nx1 double vector of positive levels for respective variables
Negative level - Nx1 double vector of negative levels for respective variables
Positive, neutral, and negative color - 1x3 string vector of color names
Accept inherited events = 1
Names = ["GS contact"; "In Sunlight"]
Positive level = [1; 1]
Negative level = [0; 0]
Positive, neutral, and negative color = ["green" "yellow" "red"]
macros/PLOT_INDICATORS.sci
macros/AB_plot_indicators.sci
CelestLab - CelestLab aerospace library
CL_plot_earthMap() - CelestLab function used to plot Eatrh map as a background
CL_plot_ephem() - CelestLab function used to plot the satellite trajectory on the longitude/latitude plane
color() - Function used to process user input of color parameters
STATION_VISIBILITY - Aerospace Blockset block calculating access between ground station and satellite.