請先看『使用說明』
IO Device:F75113 C
From LEXWiKi
(Difference between revisions)
(→How to use this Demo Application) |
(→The Sample code source you can download from) |
||
Line 1: | Line 1: | ||
== The Sample code source you can download from == | == The Sample code source you can download from == | ||
- | Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/ | + | Source file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75113/Windows_CS/75113_CS_src_v1.1.zip 75113_CS_src_v1.1.zip] |
- | X64 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/ | + | X64 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75113/Windows_CS/75113_CS_bin_v1.1_x64.zip 75113_CS_bin_v1.1_x64.zip] |
- | X32 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/ | + | X32 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75113/Windows_CS/75113_CS_bin_v1.1_x86.zip 75113_CS_bin_v1.1_x86.zip] |
- | + | ||
- | + | ||
== How to use this Demo Application == | == How to use this Demo Application == |
Revision as of 09:56, 23 December 2020
Contents |
The Sample code source you can download from
Source file: 75113_CS_src_v1.1.zip
X64 Binary file: 75113_CS_bin_v1.1_x64.zip
X32 Binary file: 75113_CS_bin_v1.1_x86.zip
How to use this Demo Application
1. Run DIO_WDT.exe as administrator
2. Connected the DI and DO pin
3. Before you press the "Write" button, Check the box what you like to send high data first
4. Press the "Read" button to get data from DO
5. Press the "Enable" button to test WDT function
6. Press the "Disable" button when WDT enable to disable WDT
F75113 Layout Picture
Introduction
Base on 75111.Dll API as below list ,You can got more detail information in 75111_DLL_v10_src
- F75111_API bool _stdcall F75111_Init(BYTE addr);
- F75111_API BYTE _stdcall F75111_GetDigitalInput ();
- F75111_API void _stdcall F75111_SetDigitalOutput(BYTE byteValue);
- F75111_API void _stdcall F75111_SetWDTEnable(BYTE byteTimer);
- F75111_API void _stdcall F75111_SetWDTDisable();