2021-08-06 02:05:40 +00:00
|
|
|
@lazyglobal off.
|
|
|
|
|
|
|
|
runoncepath("/lib/node").
|
|
|
|
|
2021-08-06 02:15:05 +00:00
|
|
|
if HASNODE {
|
|
|
|
print "Node dV: " + NEXTNODE:DELTAV:MAG.
|
|
|
|
print "Burn time: " + BurnTime(NEXTNODE:DELTAV:MAG).
|
|
|
|
print "Lead time: " + BurnTime(NEXTNODE:DELTAV:MAG / 2).
|
|
|
|
print "Node UT: " + NEXTNODE:TIME.
|
|
|
|
print "Node ETA: " + NEXTNODE:ETA.
|
|
|
|
local stageStatus is choose "yes" if WillStage(NEXTNODE:DELTAV:MAG) else "no".
|
|
|
|
print "Will stage? " + stageStatus.
|
|
|
|
} else {
|
2021-08-06 02:05:40 +00:00
|
|
|
print "No node planned.".
|
|
|
|
}
|