Difference between revisions of "Non-DMIS command"
From ArcoWiki
(Created page with "A '''Non-DMIS''' command is an instruction that it is not in the DMIS standard.<br /> In ARCO the '''Non-DMIS''' commands are implelemented using the standarnd ins...") |
m (1 revision imported) |
(No difference)
|
Revision as of 17:15, 24 October 2017
A Non-DMIS command is an instruction that it is not in the DMIS standard.
In ARCO the Non-DMIS commands are implelemented using the standarnd instruction:
CALL/EXTERN,DME,'routinename' var_4 var_2
where:
CALL/EXTERN,DME,'routinename' var_4 var_2
- var_2 can be
,parameter var_2
- or
does not exist
- var_2 can be
and
- var_4
does not exist
- var_4