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.
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.