Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
modularpi:cfdac2v:index [2026/02/15 03:13] – [어드레스 설정] adminmodularpi:cfdac2v:index [2026/02/15 03:16] (current) admin
Line 21: Line 21:
  
 {{ :fieldio:cfnet:cfdi16b:dip_sw_0x00.png?nolink |}} {{ :fieldio:cfnet:cfdi16b:dip_sw_0x00.png?nolink |}}
-===== CFHEADER API ===== 
-  * [[..:cfheaderconnecttousb:index|CFHeader API 및 Demo]] 
-  * [[https://api.comfiletech.com/csharp/api/ComfileTech.Cfnet.Cfheader.AnalogOutputModule.html|Class AnalogOutputModule]] 
-  * [[https://api.comfiletech.com/csharp/api/ComfileTech.Cfnet.Cfheader.AnalogOutputModule.Channel.html|Class AnalogOutputModule.Channel]] 
- 
-=====C# 예제 프로그램===== 
-  *  CFADC 모듈의 CH0, 1 전압을 출력하는 프로그램입니다. **[ CFHEADER[0] x CFDAC[0] ]** 
- 
-<code c> 
-using ComfileTech.Cfnet.Cfheader; 
-using System.Diagnostics; 
-  
-var cfheader0 = Cfheader.Instances[0]; 
-var CFDAC_0_CH0 = cfheader0.AnalogOutputModules[0].Channels[0]; 
-var CFDAC_0_CH1 = cfheader0.AnalogOutputModules[0].Channels[1]; 
-  
-cfheader0.Open(); 
-  
-while (true) 
-{ 
-    CFDAC_0_CH0.Voltage = (float)5.24; 
-    CFDAC_0_CH1.RawValue = (ushort)1000; 
-    cfheader0.Sync(); 
-} 
-</code> 
- 
- 
  
 ===== 기술 지원 정책 ===== ===== 기술 지원 정책 =====