Properties Buffered I/O navigation bar

Table of Contents > QUARC > User's Guide > QUARC External Interfaces > C Functions > Hardware > HIL API > Function Reference > Functions - By Category > Function Categories

Immediate I/O

Immediate I/O function read from or write to the HIL hardware immediately. For example, if the input to the hil_write_analog function has the value 5.0 then five volts will appear at the corresponding analog output as soon as the function is executed.

The immediate I/O functions are:

The hil_read function allows analog, encoder, digital and other channels to be read at the same time. Likewise the hil_write function allows analog, PWM, digital and other channels to be written at the same time. If more than one type of channels is being read (or written) then it is generally more efficient to use the hil_read function (or hil_write) function than to use separate function calls for each type of channel.

 

navigation bar