getting_started_example

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
getting_started_example [2019/03/22 12:02] bagetting_started_example [2019/09/24 15:49] – [Digital IO] ba
Line 2: Line 2:
  
 Load the example from the [[protected:download|download page]] Load the example from the [[protected:download|download page]]
 +
 +===== Components =====
 +The getting started example consists of code for the components listed below.\\
 +The FPGA bitfile is precompiled and enables for use without LabVIEW FPGA.\\
 +The example is biult for a generic use of the board. It can be used as starting point for a customized application.\\
 +
 +==== DIO ====
 +
 +The digital IO lines are controlled trough integer controls on the FPGA interface. One bit stands for a specific input, output or direction line. The integer values are built using  the boolean array to integer conversion. The IOs are forwareded trough the FPGA and can all be controlled in the RT application.
 +See [[gpio_3o5V|general purpose high speed I/O]], [[gpio_input30V|rugged digital input]], and [[gpio_oc|rugged open collector output]] fro more information about specification and usage. 
 +
  
  • Last modified: 3 years ago