Google
 

Trailing-Edge - PDP-10 Archives - BB-AI48A-BM - datatrieve/vt125/monitor.cdd-plot
There are 3 other files named monitor.cdd-plot in the archive. Click here to see a list.
hBBB+B>BFBbB|B9BHOUSEKEEPBB$ 0BS(m0(l0)(al0)1(l0)(ah0l50s100) 0B&2(l0)(ah120l50s100)3(l0)(ah240l50s100))B/B9 0B2p[200,0]t(s6w(i3))"GREEN"p[200,120]t(w(i2))"RED" 0
B;p[200,240]t(w(i1))"BLUE"BC9BEHOUSEKEEPBLBXB^BPBS!!2 0B[ 0Ba#3SYNCBgBqBxBkBn!!3 0Bt 0Bz#4SYNC
DEFINE PLOT MONITOR
! Entry regis
ENTRY 0
    BEGIN
		PLOT HOUSEKEEP 0
	PRINT "S(m0(l0)(al0)1(l0)(ah0l50s100)",
	       "2(l0)(ah120l50s100)3(l0)(ah240l50s100))"
 	PRINT "p[200,0]t(s6w(i3))""GREEN""p[200,120]t(w(i2))""RED""",
	      "p[200,240]t(w(i1))""BLUE"""
		PLOT HOUSEKEEP 2
	PRINT TXY (10,18), $, "#3SYNC"
	PRINT TXY (10,19), $, "#4SYNC"
    END
END_PLOT