next up previous contents index
Next: CAMAC I/O Up: Language Elements Previous: Hardware I/O   Contents   Index

Generic I/O

The crate clear or reset operation performs a CAMAC crate clear or Z or a FASTBUS reset. The crate number is ignored for FASTBUS, and defaults to 0 for CAMAC. For the SFI case the crate number corresponds to the base VME address of the SFI as seen from the CPU for A24/D32 address space (i.e. 0xe0e00000).
clear crate [number] 
reset crate [number]

The output statement transfers a single integer variable or constant into the output datastream. The output range statement transfers multiple integers to the data stream from an indexed array:

output yyy output range xx yy Z        # send Z[xx] through Z[yy] into the
                                       # output data stream



Mohammad Ahmed 2003-07-23