HELP Error Codes
Use the following list to find the error 
message that corresponds to the error code 
output from an error terminal.

OBJECTS
 300  Input <n> is not connected
 301  Input <n> is not present 
      (valid range = [<n>..<n>])
 302  No additional inputs are allowed 
      -- limited to <n>
 303  Input must be <type>
 304  Input cannot be <type>
 305  Input(s) mismatch: <name>, <name>
 306  Required input <name> is not present
 308  Required output <name> is not present
 309  Output(s) mismatch: <name>, <name>
 310  Output <n> is not present 
      (valid range = [<n>..<n>])
 311  No additional outputs are allowed 
      -- limited to <n>
 312  No <type> was selected
 313  <operation> is not supported
 314  Invalid combination of parameters
 315  Component <name> cannot be added
 317  There is no panel to switch to
 320  Child process failed to run
 321  Child process died
 322  Could not open pipe

CONTAINERS
 400  Value is empty or nil
 401  Value out of bounds 
      (valid range = [<n>..<n>])
 402  <name> value must be <type>
 403  <name> value is out of range
 404  Numeric value must be positive
 405  <name> was not found
 410  Value must be a scalar
 411  Value must be an array
 412  Value must be a scalar or linear array
 413  Value must be a <n> dimensional array
 414  Value must be a waveform or linear 
      array
 415  Values must have same number of 
      dimensions
 416  Values must have same size and shape
 417  Record structures must match
 418  Records cannot be merged
 420  Value must be a square matrix
 421  Shapes of matrix values are 
      inappropriate for matrix multiply
 422  Value must be a matrix with an ODD 
      number of columns
 430  Scalar cannot be accessed by a 
      non-zero index
 431  Value for an array index is out of
      range
 432  Values for array/subarray indices 
      are inappropriate
 433  Too many array dimensions given 
      (maximum = <n>)
 434  Value must have <n> field(s)
 435  Both values must have the same 
      number of fields
 440  Invalid operation for data type <type>
 441  Invalid operation for scalar value
 442  Invalid operation for a <n> dimensional 
      array
 443  Operation valid only for numeric 
      values
 450  Operation requires that array be 
      mapped
 451  Array mappings for values must match
 452  Sample frequency for array mappings 
      must match
 453  <type> cannot have vertical steps
 454  Construction of an array is not allowed
 460  Cannot increment/decrement arrays 
      and functions
 461  Value is > 16 digits -- cannot 
      increment/decrement
 462  Attempt to overwrite constant or 
      parameter '<name>' failed
 463  Input coordinates are not 
      monotonic over "X"
 464  Unable to convert <type> to <type>

MATH
 500  Illegal values for argument(s) 
      in function <name>
 501  Function <name> does not allow 
      negative values
 502  Function <name> requires <n> argument
 510  Math error in function <name>
 511  Division/Modulo by zero
 512  Negative value cannot be raised to a 
      non-integer power (<n>)
 513  Zero cannot be raised to a 
      non-positive power (<n>)
 514  Numeric data overflow in function 
      <name>
 515  Numeric data underflow in function 
      <name>
 516  Overflow of sum occurred during 
      calculation of <name>
 517  Function or User Function:
      '<name>' is unknown
 520  Bounds for LOG mapping must be > 0
 521  X-data for LOG mapped function 
      must be > 0
 522  Derivatives of order <n> are not 
      supported
 523  Interpolation on multi-dimensional 
      arrays is not supported
 600  Syntax error: <description>
 601  Invalid expression: <description>
 602  Undefined function: <name>
 603  Variable was not found: <name>
 610  Too many arguments supplied 
      (maximum=<n>)
 611  Wrong number of parameters 
      supplied to function <name>
 620  Name or string constant is too long 
      (> <n> chars)
 621  Duplicate symbol name <name>
 622  Invalid variable/terminal name <name>
 623  Closing quote for string was not found
 624  Illegal character(s) found while 
      parsing string
 625  Illegal escape sequence <sequence>
 626  Duplicate record field name <name>
 627  Duplicate library name <name>
 628  Invalid record field name <name>
 629  Invalid User Function name <name>
 630  Invalid value
 631  Value of the expression must be 
      either all zero or all non-zero
 640  Expected <name>, got <name>
 641  Unknown parameter: <name>
 642  Undefined parameter: <name>
 650  Library: <name> contains running 
      functions.  Cannot delete
 660  Invalid name: <name>



FILES
 700  File <name> was not found
 701  End of file or no data found
 702  Cannot open file <name>:  
      Permission denied
 703  Cannot read file <name>
 704  Cannot write to file <name>
 705  Read error on file <name>
 706  End of file or no match found
 707  Needed to read <n>, found only <m>
 708  Bytes read must be multiple of data size
 710  File <name> is not a named pipe
 711  Cannot create file <name>
 712  File <name> already exists
 713  Incorrect directory name <name> in path
 714  File is a directory
 715  Directory is not empty
 716  Cannot execute file <name>
 720  File is in use
 721  Device is Busy
 722  Cannot access a different file system
 723  Too many files are open
 724  File is too large
 725  Disk is full
 726  Bad seek
 727  Bad system file number
 728  Too many symbolic links
 729  File format is invalid

I/O
 800  No such device or incorrect address
 801  Configuration error:  <description>
 802  Incorrect special device file <name> 
      found
 803  Device, <name>, is not message based
 804  Invalid access to memory on device, <name>
 810  State driver error <n>: <description>
 811  I/O error or timeout occurred
 812  Invalid bin block header
 813  Must be the active system controller 
      to access HP-IB
 821  Transaction not supported for <name> 
      interface
 850  Host, <name>, is unknown
 851  No Service Manager on host, <name>
 852  NetWorking not initialized on this host
 853  Connection has timed out
 854  An interrupt occurred before receive 
      on network
 855  Connection has been shut down by peer
 856  Operating system is out off buffer space
 857  NetWork down
 858  An interrupt occurred before connection 
      to host <name>
 859  Port, <name>, is already in use
 860  Attempted connection to <name> has timed 
      out
 861  Service Manager on <name> has not responded
 862  Service, <name>, on host, <name>, has not 
      responded
 863  Service, <name>, not found on host, <name>
 864  Service, <name>, on host, <name>, cannot 
      be started
 865  Error in service, <name>, on host, <name>
 866  Connection refused on host, <name>
 867  User Function, <name>, in Service, <name>, 
      not found
 868  Permission denied for user, <name>, on host,
      <name>

SYSTEM
 900  Operation is not allowed while 
      model is running
 901  Illegal form of feedback
 902  Unexpected BREAK encountered
 903  Unexpected CONTINUE encountered
 904  Invalid device encountered
 905  Incorrect revision "<rev>"  
      (Expected "<rev>")
 906  Thread with feedback requires START 
      object 
 910  Process is out of memory, save your 
      program IMMEDIATELY
 911  Floating point exception, possible 
      Real over/underflow
 912  Too many system processes
 913  Reset or Break encountered
 914  Can't open display
 915  Operating system out of resources
 920  Write on a pipe with no process to 
      read it (signal = <n>)
 921  User-defined signal 1 received 
      (signal = <n>)
 922  User-defined signal 2 received 
      (signal = <n>)

