This section will show step by step of how to create and edit the vector file using DIOEasy in order to implement the example.
The vector has two sections: the first is initializing the system and the second is Generating Waveforms. In our example, the DIO will change states as listed below:
|
PAUSE |
The program starts, executes the first two steps, then DIO goes to the PAUSE state with output data lines disabled. |
|
RUN |
In RUN state, the output data lines are enabled.
|
|
HALT |
At the end of the program, the DIO is set to HALT state and output lines are set to Tri-State.
|