IO Device:F75113 C

From LEXWiKi

Jump to: navigation, search

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

F75113 DLL : F75113.dll

How to use this Demo Application

Image:75113_CS_BIN_v1.1.PNG

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

Image:F75113_layout_Picture.jpg

Introduction

Base on 75113.Dll API as below list


F75113_DLL_API bool F75113_Init();
F75113_DLL_API BYTE F75113_GetDigital_Low_Input();
F75113_DLL_API void F75113_SetDigital_Low_Output(BYTE byteValue);
F75113_DLL_API BYTE F75113_GetDigital_High_Input();
F75113_DLL_API void F75113_SetDigital_High_Output(BYTE byteValue);

F75113_DLL_API void F75113_SetWDT_Enable(BYTE byteTimer);
F75113_DLL_API void F75113_SetWDT_Disable();

Personal tools