Fixed VNAV
This commit is contained in:
parent
d077448999
commit
291f050338
@ -20,9 +20,11 @@ status() = Valid$
|
|||||||
|
|
||||||
BEGIN CASE
|
BEGIN CASE
|
||||||
CASE ConvType = 'ICONV'
|
CASE ConvType = 'ICONV'
|
||||||
|
* Maintaining the two following comments. Still too good to toss - JRO Also want to note that this here limits us to 6 characters in a WO
|
||||||
* Keep this comment from Bryce, the code is gone but the comment is to good to toss...
|
* Keep this comment from Bryce, the code is gone but the comment is to good to toss...
|
||||||
* check number of seperate layers - god this fucking layering keeps haunting me.
|
* check number of seperate layers - god this fucking layering keeps haunting me.
|
||||||
|
WONo = ''
|
||||||
|
WOStepKey = ''
|
||||||
|
|
||||||
Bad = false$
|
Bad = false$
|
||||||
CONVERT '.' TO '' IN DataIo
|
CONVERT '.' TO '' IN DataIo
|
||||||
@ -46,7 +48,7 @@ BEGIN CASE
|
|||||||
|
|
||||||
IF Bad THEN
|
IF Bad THEN
|
||||||
MsgInfo = ''
|
MsgInfo = ''
|
||||||
MsgInfo<mtext$> = WONo:' is not a valid Work Order...'
|
MsgInfo<mtext$> = DataIo:' is not a valid Work Order...'
|
||||||
MsgInfo<micon$> = '!'
|
MsgInfo<micon$> = '!'
|
||||||
* let it be valid just warn
|
* let it be valid just warn
|
||||||
Void = msg( '', MsgInfo )
|
Void = msg( '', MsgInfo )
|
||||||
@ -62,3 +64,4 @@ BEGIN CASE
|
|||||||
|
|
||||||
END CASE
|
END CASE
|
||||||
RETURN
|
RETURN
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user