AsIOAcc.var 544 B

1234567891011
  1. VAR CONSTANT
  2. ioacERR_INTERNAL : UINT := 30190; (*internal error*)
  3. ioacERR_DEVICE : UINT := 30191; (*I/O module does not exist*)
  4. ioacERR_CHANNEL : UINT := 30192; (*incorrect channel name specified*)
  5. ioacERR_TIMEOUT : UINT := 30193; (*timeout reached*)
  6. ioacERR_NOTSUPPORTED : UINT := 30194; (*not supported*)
  7. ioacERR_PARAMETER : UINT := 30195; (*invalid parameter*)
  8. ioacERR_ACCESS : UINT := 30196; (*access error*)
  9. END_VAR