问题
我如何通过远程控制检测第 400 次扫描是否已完成?
我如何通过远程控制检测第 400 次扫描是否已完成?
该程序包含相关命令,可以检测
第 400 次扫描的完成情况:
rem initiate an average sweep over 400 sweeps
fsx:init:cont off
fsx:disp:trac:mode aver
fsx:swe:count 400
fsx:swe:time 0.1
fsx:*cls
rem with *opc the operation complete bit will be initiated
fsx:init;*opc
rem the next line will be repeated until the operation complete bit is set
while fsx: *esr? <> 1