IO Device:F75111 C

From LEXWiKi

(Difference between revisions)
Jump to: navigation, search
(The Sample code source you can download from)
(The Sample code source you can download from)
Line 2: Line 2:
== 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/F75111/Windows_CS/75111_CS_v1.5_src.zip 75111_CS_v1.5_src.zip]
+
Source file: [https://drive.google.com/file/d/1qKEPbWjm0vmZuFCY8WTuqOVOdf_GRswA/view?usp=sharing 75111_CS_v1.5W_Src]
-
X64 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v1.5_x64_bin.zip 75111_CS_v1.5_x64_bin.zip]
+
Binary file(32 bit): [https://drive.google.com/file/d/1qQ9lLbJx1IdNelxy4vcgeYuftBHW_wmr/view?usp=sharing 75111_CS_v1.5W_Bin_x86]
-
X86 Binary file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_CS_v1.5_x86_bin.zip 75111_CS_v1.5_x86_bin.zip]
+
Binary file(64 bit): [https://drive.google.com/file/d/14AeoAUfYbktqas22LDV2hoORytw5RbNh/view?usp=sharing 75111_CS_v1.5W_Bin_x64]
-
75111 DLL file: [ftp://ftp.lex.com.tw/Engineer/SoftSupport/AP_Module/F75111/Windows_CS/75111_DLL_v1.5.zip 75111_DLL_v1.5.zip]
+
75111 DLL file: [https://drive.google.com/file/d/1HbryR6EdLW649Y2oJ_EqhRfwwCvPHZT8/view?usp=sharing 75111_DLL_v1.5]
-
 
+
-
Google Drive: [https://drive.google.com/drive/folders/1tdwEWaGPoDc04vaicg8qPGsGMyvHFTPA?usp=sharing F75111 C# under Windows]
+
== How to use this Demo Application ==
== How to use this Demo Application ==

Revision as of 15:49, 15 February 2022

Contents

The Sample code source you can download from

Source file: 75111_CS_v1.5W_Src

Binary file(32 bit): 75111_CS_v1.5W_Bin_x86

Binary file(64 bit): 75111_CS_v1.5W_Bin_x64

75111 DLL file: 75111_DLL_v1.5

How to use this Demo Application

Image:75111_CS_BIN_v10.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

F75111 Layout Picture

Image:F75111_layout_Picture.jpg

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();
Personal tools