User manual
59 TPC-1071H/1271H/1571H/1771H User Manu-
Appendix B Built-in DIO Module Setting
B.4.2 Digital input interrupt utility
The digital input interrupt utility can be accessed in the following path: C:\Program
Files\Advantech\UNODIO\Examples\VB\DIINT.
1. Click “Start”. The application will read the DI port value, according to the user-
specified clock source, and then display the current DI port value. The eight sig-
nal lamps correspond to the eight bits of DI port.
2. Click "Enable". The application will enable an event as specified by the user and
track the event as well as displays its frequency. Here, "Enable" stands for
"enable the event", "Rising" for "rising edge triggering" and "Falling" for "falling
edge triggering". "I/S" shows the current interrupt count checked each second.
3. Click "Disable" to stop the previously enabled event.
4. Click "Exit" to quit the application.
B.4.3 Digital Output Utility
The digital output utility can be accessed in the following path: C:\Program Files\Advan-
tech\UNODIO\Examples\VB\DIGOUT.
1. Click on DioWriteBit in order to output the corresponding bit value of DO port.
2. The eight lamps of DioGetCurrentDOBit indicate the current DO port value.
3. Click on DioWritePortByte in order to output the user-specified value to DO port.
4. Click on DioGetCurrentDOByte in order to read the current value of DO port.
5. Click Exit to quit the application.