Fixed VNAV

This commit is contained in:
Infineon\Ouellette 2024-10-04 11:24:20 -07:00
parent d077448999
commit 291f050338

View File

@ -20,9 +20,11 @@ status() = Valid$
BEGIN CASE
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...
* check number of seperate layers - god this fucking layering keeps haunting me.
WONo = ''
WOStepKey = ''
Bad = false$
CONVERT '.' TO '' IN DataIo
@ -46,7 +48,7 @@ BEGIN CASE
IF Bad THEN
MsgInfo = ''
MsgInfo<mtext$> = WONo:' is not a valid Work Order...'
MsgInfo<mtext$> = DataIo:' is not a valid Work Order...'
MsgInfo<micon$> = '!'
* let it be valid just warn
Void = msg( '', MsgInfo )
@ -62,3 +64,4 @@ BEGIN CASE
END CASE
RETURN