C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_

Size: px
Start display at page:

Download "C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_"

Transcription

1 Ethernet, CDROM DLL Setupexe Setup.exe WAGOIO Wago_io wago2002 WAGO_IO DLL WAGO_IO.DLL Windows Windows System32 Wago_io.dll Program Files Wago_io Wago_io Readme.txt C Sample.exe Wago_dll.h C Config.def WAGO_IO.lib C Sample.dep Vb DeIsL1.isu Wago_IO.basVisualBasic DeIsL2.isu DeIsL3.isu Sample ( DeIsL4.isu Sample.bas Sample.frm Sample.frx Sample.vbw SetPRM.frm Config.def Sample.vbp MSsccprj.scc ActiveX WagoAxIo.exe VbSample Form1.frm Msccprj.scc Project1.vbp Project1.vbw WagoAxSample.exe -1

2 C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_SetConfig DLL WAGO_GetData WAGO_SetDigitalData WAGO_SetAnalogData WAGO_GetCounter WAGO_SetCounter WAGO_GetCommandCoun WAGO_GetRegData, WAGO_SetRegData , , , DLL RTU P4 ON RTU EOF P1, P2, P3 Off , DLL Modbus/TCP -2

3 DLL Wago_io.dll Windows System Wago_io.dll I/O Wago_io.dll Windows98/NT/2000 Wago_io.dll Windows98/NT/2000 (Sample.exe Wago_io I/O Microsoft VisualBasic Ver6.0 Sample Wago_io.dll Wago_io.dll Config.def Config.def

4 COM1COM4 Ethernet Ethernet / /315 WAGO I/O GetData Node 10 Module Chl Count Counter , SetData Node 10 Module Chl Set Error! Count Digital/Analog Counter GetComandCount -4

5 Dim hconn As Long Dim dtcfg As tagconfiguration hconn = 0 dtcfg.bnotusedudp=1 dtcfg.berrchk = True CRC dtcfg.ncnt = 8 dtcfg.nmodelno(0) = dtcfg.nmodelno(1) = ch dtcfg.nmodelno(2) = ch dtcfg.nmodelno(3) = ch dtcfg.nmodelno(4) = ch dtcfg.nmodelno(5) = ch dtcfg.nmodelno(6) = ch dtcfg.nmodelno(7) = Call WAGO SetConfig(hConn, 1, dtcfg) WAGOIO.DLL UDP TCP BNotUsedUDP UDP TCP UDP hconn hconn WAGO_GetData, WAGO_SetDigitalData,WAGO_SetAnalogData WAGO_OpenComPort,WAGO_CloseComPort -5

6 -6 Ethernet

7 , , , , , ON OFF 10 Bit 3 Bit 2 Bit 1 Bit 0 Ch2 Ch

8 010 V 020 ma 420 ma V 020 ma 420 ma 010 V V V ma mA = V ma mA V V -8

9 MdlNo MdlNo nmdlno= nchlno=1nchlcnt=12 MdlNo nmdlno= nchlno=1nchlcnt=8-9

10 -10

11 -11 nnodeadr nmdlno nchlno nchlcnt 10 V 20 A 20 A V V ma A = V

12 ,147,483,648 2,147,483, , , ,

13 , Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit O2 O1 Hi Hi -2,147,483,648 2,147,483,647-13

14 Ch1,Ch2 Bit 10 Bit Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit (1) (1) 0 (1) (1) (0) (0) (0) (0) + 2ch -14

15 WAGO_GetRegData, WAWAGO_SetRegData -15

16 VB hconn WAGO_SetConfig WAGO_OpenComPort,WAGO_CloseComPort VB COM TCP/IP VB COM1: hconn(1) (Node address 1) COM2 :hconn(2) ( Node address 1) ( Node address 2) TCP/IP : hconn(3) Dim hconn(3) As Long Private Sub Form_Load() Call MyWagoSetConfig Call MyWagoOpen Call MyWagoGetData End Sub Private Sub Form_Unload(Cancel As Integer) Call MyWagoClose End Sub Private Sub MyWagoConfig() Dim dtcfg As tagconfiguration hconn(1) = 0 hconn(2) = 0 hconn(3) = 0 COM dtcfg.berrchk=true True dtcfg.ncnt = 2 dtcfg.modelno(0) = RS-232C dtcfg.modelno(1) = ch Call WAGO_SetConfig(hConn(1), 1, dtcfg) -16

17 COM dtcfg.berrchk=true True dtcfg.ncnt = 2 dtcfg.modelno(0) = RS-485 dtcfg.modelno(1) = ch Call WAGO_SetConfig(hConn(2), 1, dtcfg) dtcfg.berrchk=true True dtcfg.ncnt = 2 dtcfg.modelno(0) = RS-485 dtcfg.modelno(1) = ch Call WAGO_SetConfig(hConn(2), 2, dtcfg) dtcfg.bnotusedudp=1 UDP TCP dtcfg.ncnt = 3 dtcfg.modelno(0) = Ethernet dtcfg.modelno(1) = ch dtcfg.modelno(1) = ch Call WAGO_SetConfig(hConn(3), 0, dtcfg) End Sub Private Sub MyWagoOpen() -17

18 End Sub Private Sub MyWagoGetData() For I = 1 to 3 End Sub Private Sub MyWagoClose() End Sub -18

Ethernet / / Ver

Ethernet / / Ver Ethernet / / Ver. 7.1 2007.09.10 1 I/O...1-1 1.1...1-1 1.2...1-1 1.3...1-1 1.4...1-2 1.5...1-3 2...2-1 2.1...2-1 2.1.1...2-1 2.1.2...2-1 2.1.3...2-3 2.1.4...2-3 2.1.5...2-4 2.1.6...2-5 2.2 Ethernet...2-6

More information

Title.PDF

Title.PDF WebServer Option Ver 2.0: IIS Web VisualBasic 6 MapExpert WebServer MetaWare Research WebServer Option 2.0 WebServer Option 1.0 WebServer Option Ver 2.0 MapExpert Ver 4.45 MapExpert Ver 4.45 WebServer

More information

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft Corporation ... iv... v... vi... 1-1 1.1... 1-2 1.2...

More information

東京で独立開業する。~独立開業マニュアル東弁版~

東京で独立開業する。~独立開業マニュアル東弁版~ 26 2010 2012 1 2013 2 2014 4 2006 2010 2015 2015 2013 2012 2012 2014 2012 2012 2014 2010 2015 / 2014 2013 2012 2014 2014 2014 2015 2015 2014 2014 2010 2009

More information

1.5 1...1 1.1... 1 1.2... 1 2... 2 2.1... 2 2.2 DB... 2 3... 3 3.1... 3 3.2... 3 4 DB... 4 4.1... 4 4.2... 6 4.3... 7 4.3.1.... 7 4.3.2.... 7 4.3.3.... 9 4.3.4.... 10 4.3.5.... 12 4.3.6.... 13 4.3.7....

More information

KARACRIX

KARACRIX Visual Basic KCXH-IOB30RTA (V1.00) 0.98 2001/11/2 0.99 2002/01/22 (CH FIX) 0.99a 2002/02/28 (BI_Value,BO_Value VC FIX) 1.00 2007/09/01 (VC FIX) IOB30RTA 1.00 S.I.Soubou Inc. 1 S.I.Soubou Inc. .... 4....

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Bluetooth Bluetooth SIG,Inc. Copyright 2000-2017 Seiko Epson Corporation 1...1

More information

2 WAGO JAPAN DLL FOR MODBUS Copyright 2011 by WAGO COMPANY OF JAPAN, LTD. All rights reserved 東京都江東区亀戸 日鐵 ND タワーワゴジャパン株式会社オートメーション TEL

2 WAGO JAPAN DLL FOR MODBUS Copyright 2011 by WAGO COMPANY OF JAPAN, LTD. All rights reserved 東京都江東区亀戸 日鐵 ND タワーワゴジャパン株式会社オートメーション TEL 1 WAGO JAPAN DLL FOR MODBUS 取扱説明書 WAGO Software WAGO JAPAN DLL FOR MODBUS WAGO_IO.dll バージョン 1.0.0( 日本語版 2011.09.26) 2 WAGO JAPAN DLL FOR MODBUS Copyright 2011 by WAGO COMPANY OF JAPAN, LTD. All rights

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2011 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...4

More information

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window H14.8.1 H15.9.15 H16.4.1 H19.7.1 H20.7.1 H20.12.1 H21.5.1 H22.4.1 Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Windows98,Me Windows Vista FZ-1360 IC Windows 7 WindowsNT4.0

More information

model-600E用ActiveX取扱説明書

model-600E用ActiveX取扱説明書 model-600e ActiveX Rev 1.0 2008 9 12 ( ) 1. model-600e ActiveX Microsoft OLE model-600e Microsoft Visual Basic 2. model-600e ActiveX 3. [1] 4. Microsoft Excel 2007 1) Excel2007 ActiveX ActiveX KEISOKU

More information

BASICとVisual Basic

BASICとVisual Basic Visual Basic BASIC Visual Basic BASICBeginner's All purpose Symbolic Instruction Code Visual Basic Windows BASIC BASIC Visual Basic Visual Basic End Sub .Visual Basic Visual Basic VB 1-1.Visual Basic

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

インストールマニュアル

インストールマニュアル EPSON EPSON OPOS ADK Version 2.30 May 2003 Copyright 2000-2003 SEIKO EPSON CORPORATION (1) (2) (3) (4) (5) (3) Microsoft Windows 98 Windows NT Windows 2000 Windows XP Visual Basic Visual C++ EPSON ESC/POS

More information

untitled

untitled AWG-50 Rev 6.5 1 4 2 5 3 5 4 6 4.1 6 4.2 6 4.3 7 4.4 7 4.5 8 4.6 8 4.7 8 4.8 9 5 CD-ROM 10 6 11 6.1 11 6.1.1 Windows 10 11 6.1.2 Windows 8 8.1 12 6.1.3 Windows 7 13 6.1.4 Windows Vista 14 6.1.5 Windows

More information

本機をお使いの方へ ~『活用ガイド ソフトウェア編』補足ガイド~

本機をお使いの方へ ~『活用ガイド ソフトウェア編』補足ガイド~ MA26D/F MA26H/F Windows 98 ESMPRO 9 1-2-3 98 è / PART1 / 1 Timer-NX OK ê Timer-NX(MA26D/F,MA26H/F Windows98) OK PC98-NX PC-9800 Intellisync 1.60 CD-ROM Intellisync BIOS Peripheral Setup IR Serial Port

More information

橡vb_kikai0.PDF

橡vb_kikai0.PDF Visual Basic OS Windows Visual Basic GPIBRS232C A/D Visual Basic Windows Visual Basic Visual Basic Visual Basic Visual Basic Windows GUI( ) OS Visual Basic Form Form 1 Visual Basic Microsoft Visual Basic

More information

untitled

untitled High SPEED Electronic Load SERIES OPERATION MANUAL Engineering Company () MicrosoftWindowsMicrosoftExcelActiveXVisualBasicVisualC++ Microsoft 235 70% I AC100V240V 50/60Hz AC125V AC 250V/3.15A GPIB II OFF

More information

1 VB 開発向け OCX プログラミング はじめに 本書は STARFAX Server SDK を利用したユーザープログラムの作成方法をご説明しています なお 本書は Visual Basic 6.0 を開発ツールとして STARFAX Server SDK OCX コントロールを使用してプログラムを作成する方を対象としています そして STARFAX Sercer SDK とユーザープログラムとのインターフェイスは

More information

MPC-816ファミリ

MPC-816ファミリ ACCEL Last update May 25,2005 (MPC-684F) MPC-684 MPC-684 1 MPC-684...5 MPC-684...6...7...7...7...8 USB-RS (...10... 11 I/O...12...12 I/O...12...14...14...14...14...15...16...17 LIST...17...18...18...19...20...20...21...21...21

More information

untitled

untitled 1519500T-W-09 UPS BPSPOC for Web Ver2.71 Windows Yutaka Electric Mfg.Co.,Ltd. UPS BPSPOC for Web BPSPOC BPSPOC BPSPOC NEC Fielding BPSPOC NEC Fielding BPSPOC NEC Fielding UNIX The Open Group Turbolinux

More information

1 1 2 3 4 5 1 2 3 4 5 6 1 2 3 4 1 2 3 4 5 6 7 1 2 1 1 2 CX-Programmer USB A B CP1E CPU USB ( ) (USB) USB2.0 B USB USB2.0 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 6 1 2 1 2 L1 L2/N COM 01 03 05 07 09 11 01 03 05

More information

コンピュータ概論

コンピュータ概論 5.1 VBA VBA Check Point 1. 2. 5.1.1 ( bug : ) (debug) On Error On Error On Error GoTo line < line > 5.1.1 < line > Cells(i, j) i, j 5.1.1 MsgBox Err.Description Err1: GoTo 0 74 Visual Basic VBA VBA Project

More information

LogisticaTRUCKServer-Ⅱ距離計算サーバ/Active-Xコントロール/クライアント 概略   

LogisticaTRUCKServer-Ⅱ距離計算サーバ/Active-Xコントロール/クライアント 概略       - LogisticaTRUCKServer-Ⅱ(SQLServer 版 ) 距離計算サーハ API.NET DLL WebForms ASP.NET サンフ ルフ ロク ラム - 1 - LogisticaTRUCKServer-Ⅱ 距離計算サーハ.NET DLL WebForm ASP.NET VisualBasic での利用方法 LogisticaTRUCKServer-Ⅱ 距離計算.NET

More information

MicroGDS V

MicroGDS V MicroGDS V11.2 2012 1 1 MicroGDS V11.2 MicroGDS V11(SP1) 1. 2. API 1. SketchUp8 DXF/DWG DWG AutoCAD 2011 AutoCAD 2010 - SOLID 100% - AutoCAD2011 - - AutoCAD MicroGDS AutoCAD 90% 30% MicroGDS FABT30 DWG

More information

- - Microsoft Windows Microsoft Corporation - Windows Vista Microsoft Corporation - TANDD

- - Microsoft Windows Microsoft Corporation - Windows Vista Microsoft Corporation - TANDD T&D Recorder for Windows Copyright T&D Corporation. All rights reserved. 2015.10 16500000011 27 - - Microsoft Windows Microsoft Corporation - Windows Vista Microsoft Corporation - TANDD - - - - - - - T&D

More information

T&D_Rec_19_jp-CS.indd

T&D_Rec_19_jp-CS.indd T&D Recorder for Windows Copyright T&D Corporation. All rights reserved. 2010.01 16504450002 19 - - Microsoft Windows Microsoft Corporation - Windows Vista Microsoft Corporation - TANDD - - - - - - -T&D

More information

1 1. Man.No. SBCD-329 CS1W-ETN21 CJ1W-ETN21 SYSMAC CS/CJ Ethernet SBCD-330 CS1W-ETN21 CJ1W-ETN21 SYSMAC CS/CJ Ethernet SBCA-337 SYSMAC CX-Programmer S

1 1. Man.No. SBCD-329 CS1W-ETN21 CJ1W-ETN21 SYSMAC CS/CJ Ethernet SBCD-330 CS1W-ETN21 CJ1W-ETN21 SYSMAC CS/CJ Ethernet SBCA-337 SYSMAC CX-Programmer S CJ Ethernet (TCP/IP) X-SEL 1....1 2....2 3....3 4....4 5....4 5.1....4 5.2....5 6....6 6.1....6 6.2....7 6.3....8 6.4....9 6.5. PLC...14 6.6....26 7....31 7.1. Ethernet...31 8....32 8.1....32 8.2....37

More information

CashDrawer ライブラリ API 仕様書 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev / 10

CashDrawer ライブラリ API 仕様書 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev / 10 2014/07/09 CashDrawer ライブラリ API 仕様書 Rev. 00.0.04 1 / 10 目次 1. ファイル構成... 3 2. 環境 3 2.1. 動作環境 OS... 3 2.2. コンパイル時の注意点... 3 2.3. USB ドライバ... 3 3. 関数一覧... 4 3.1. USB 接続確認処理 (CD_checkConnect CD_checkConnect)

More information

LogisticaTRUCKServer-Ⅱ距離計算サーバ/Active-Xコントロール/クライアント 概略   

LogisticaTRUCKServer-Ⅱ距離計算サーバ/Active-Xコントロール/クライアント 概略       - LogisticaTRUCKServer-Ⅱ(SQLServer 版 ) 距離計算サーハ API.NET DLL WindowsForm サンフ ルフ ロク ラム - 1 - LogisticaTRUCKServer-Ⅱ 距離計算サーハ.NET DLL WindowsForm VisualBasic での利用方法 LogisticaTRUCKServer-Ⅱ 距離計算.NET DLLのサンプルプログラムの参照サンフ

More information

2 3

2 3 Sample 2 3 4 5 6 7 8 9 3 18 24 32 34 40 45 55 63 70 77 82 96 118 121 123 131 143 149 158 167 173 187 192 204 217 224 231 17 285 290 292 1 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

More information

csv csv

csv csv 2009 1 9 2 1. 1 2. 2 2.1......................................... 2 2.2 csv.................................... 3 2.3 csv.................................. 3 3. 4 3.1.........................................

More information

102

102 5 102 5 103 q w 104 e r t y 5 u 105 q w e r t y u i 106 o!0 io!1 io q w e r t y 5 u 107 i o 108 q w e q w e r 5 109 q w 110 e r t 5 y 111 q w e r t y u 112 i q w e r 5 113 q w e 114 r t 5 115 q w e 116

More information

ホームページ (URL) を開く 閉じる 益永八尋 VBA からホームページを開いたり 閉じたりします ホームページを開くはシート名 HP_Open で操作し ホームページを閉じるはシート名 "HP_Close" で操作します ホームページを開く方法はいくつかありますがここでは 1 例のみを表示します なお これは Web から入手したサンプルプログラムから使い勝手が良いように修正 追加したものです

More information

PR300 電力モニタ 通信インタフェース (RS-485通信,Ethernet通信)

PR300 電力モニタ 通信インタフェース (RS-485通信,Ethernet通信) User s Manual 1 2 3 1 2 3 Ethernet 1 2 3 4 Ethernet (ST-NO) (PCLK1) (PCLK2) (COMM) (M ASC) (M RTU) (M TCP) (RS-485) (B-RT) (PR201) (NONE) (PRI) (EVEN) (ODD) (STP) (DLN) (RS-485) (Ethernet) (IP-1)

More information

1...1 2...2 2.1...2 2.2...2 2.3...2 3...4 3.1...4 3.1.1...4 3.1.2...6 4...8 4.1...9 4.2...10 4.3...11 4.3.1 W32/Lovsan.worm.gen...13 4.3.2 W32/Lovsan.worm.a...17 4.3.3 W32/Lovsan.worm.e...20 4.3.4 W32/Nachi.worm...23

More information

AJAN IO制御コマンド コマンドリファレンス

AJAN IO制御コマンド コマンドリファレンス - 1 - Interface Corporation 1 3 2 4 2.1...4 2.2...8 2.3...9 2.4...19 2.5...20 3 21 3.1...21 3.2...23 3.3...24 3.4...28 3.5...29 30 31 Interface Corporation - 2 - 1 AJANI/O Linux Web site GPG-2000 http://www.interface.co.jp/catalog/soft/prdc_soft_all.asp?name=gpg-2000

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

More information

JavaとVisual Basicを使ったWebサービスの実装

JavaとVisual Basicを使ったWebサービスの実装 JavaVisual Basic Web moto@sag.hitachi-sk.co.jp http://www.hitachi-sk.co.jp/ Web? Web Web Web Web Web Web SOAP Web Web Web SOAP MicrosoftIBM Web Web SOAP, UDDI, WSDL EJB Java Java Java Assam Commerce Server

More information

IM_J_BIND

IM_J_BIND User s Manual YS80 R IM 01B04F01-20 IM 01B04F01-20 2 i YS80 R YS80 R YS80 R MODBUS YS80 R SDAU IM 01B04K03-02 ii (1) (2) ( ) iii (1) (2) (3) (4) (5) (6) (1) (2) iv (1) (2) (3) (4) (5) () (6) -1 IM 01B04F01-20

More information

1

1 1 5% 4% 11% 8% 13% 12% 10% 6% 17% 6% 8% 4% 6% 6% 2% 17% 17% 12% 14% 16% 6% 37% 11% 17% 35% 2 (N=6,239) 0 200 400 600 800 1,000 1,200 1,400 1,600 1,800 1,585 1,126 950 494 345 296 242 263 191 150 131 116

More information

untitled

untitled 1522800T-B FeliSafe /Lite NW Ver.5.0 2 2010 7 8 Yutaka Electric Mfg.Co.,Ltd. Windows NT / 2000 / XP / 2003 / Vista / 2008 / 7 Windows 95 / 98 / 98SE / ME Microsoft Corporation FeliSafe 1. 2. 3. 4. 5. 6.

More information

Canon Industrial Imaging Platform Vision Edition 使用説明書

Canon Industrial Imaging Platform Vision Edition 使用説明書 Ver. 1.1 Canon Industrial Imaging Platform Vision Edition 2 Canon Industrial Imaging Platform Vision Edition * PC PC Power over Ethernet * A 180 ( ) - - - - - - - ( ) - - - - - AF AF 3 ( ) A PC PoE PLC

More information

untitled

untitled FeliSafe for Windows Ver.2.02 11 2012 1 11 Yutaka Electric Mfg.Co.,Ltd. Windows NT / 2000 / XP / 2003 / Vista / 2008 / 7Windows 95 / 98 / 98SE / ME Microsoft Corporation FeliSafe 1. 2. 3. 4. 5. 6. ...

More information

16 3 1....1 2....3 3....5 4....6 1....7 2....8 3....11 4....13 1....15 2....17 PRTR...20...23...30...35 1. 1 2 2. / / 29 / / 29 29 3 PRTR () () 29 29 * 29 4 3. 4 1 6 30 (1) 35 13 (2) 14 (3) PRTR 23 ID

More information

CANチュートリアル

CANチュートリアル TUT-0054 Ver. 1.1 www.interface.co.jp Ver 1.0 2004 7 1.1 2005 6 CPZ BPC-08xx BPC-0820 2-4 (, ), Web site () / ( ) ...1...1...1...2 1. CAN...3 2. CAN...4 2.1. CAN...4 2.2. CAN...4 2.3....5 2.3.1....6 2.3.2.

More information

My関数の作成演習問題集

My関数の作成演習問題集 Excel Sum,Average,Max 330 BMI Excel My Excel VBA Visual BASIC Editor AltF11 Visual BASIC Editor My Function Function -1- Function ( As Single, As Single) As Double Function Funciton Funciton As Single

More information

CSM_CP1E_SBCA-061_16_17

CSM_CP1E_SBCA-061_16_17 CP1E-E@@SD@-@ CP1E-N@@S@D@-@ CP1E-E@@D@-@ CP1E-N@@D@@-@/NA20D@-@ 0120-919-066 www.fa.omron.co.jp 1 CP1E CPU I/O DIN CX-Programmer IBM PC/AT CP1E-E30DR-A CP1E-E40DR-A 4020 8 8 16 32 CompoBus/S I/O 3 CP1E-E10D@-@

More information

untitled

untitled I/O DP/FMS DP 750-301 750-303 750-323 750-131 Ver. 2.3.1 2009.1. 7 Copyright 1997-2001 by WAGO Kontakttechnik GmbH All rights reserved. WAGO Hansastraβe 27 D-32423 Minden +49 0 571/8 87-0 +49 0 571/8 87-1

More information

901 902 2 40 5 786 30 2 2 100 10100200 903 904 2 3 2 12 905 6765 30 3 61016 1 10162532 253240 2 2 1 2 100 24 45 545 1 2 2 510 1515 1010 50 300 0 10 2942 560 2 1 1 2 24 15 2565 2 10 2942 560 3 3 56 03 18

More information

1037 1038 2 40 5 876 30 2 2 100 10100200 1039 1040 2 3 2 12 1041 6765 30 1 1 2 2 1 2 100 24 45 545 1 2 2 510 1515 1010 50 300 0 10 2942 560 2 1 3 2 10 2942 560 3 61016 1 10162532 253240 1 2 24 15 2565

More information

宿泊産業活性化のための実証実験

宿泊産業活性化のための実証実験 121 32 10 12 12 19 2 15 59 40 33 34 35 36 37 38 3637 20 39 12 19 OFF 2008/12/19 2008/12/25 3 1 1 72,000 2008/12/19 2008/12/26 2 1 1 36,000 2008/12/28 2009/1/5 2 1 1 24,000 2009/1/6 2009/1/16 3 1 1 25,200

More information

PDF EX S/W OS Office

PDF EX S/W OS Office PDF EX PDF EX 1... 4 1.1... 4 1.2... 4 2... 5 2.1... 5 2.2... 6 2.3... 6 3... 7 3.1... 7 3.2 S/W... 7 3.2.1 OS... 7 3.2.2... 7 3.2.3 Office 2013... 8 4... 9 4.1... 9 4.1.1... 9 4.1.2... 9 4.1.3... 9 4.1.4...

More information

( ) ver.2015_01 2

( ) ver.2015_01 2 1 1.1 1.2 1.3 2 ( ) 2.1 2.2 2.3 2.4 3 4 4.1 4.2 4.3 4.4 4.5 4.6 4.7 4.8 4.9 5 5.1 5.2 5.3 5.4 6 6.1 6.2 6.3 7 7.1 7.2 7.3 8 ver.2015_01 2 1 1.1 1.2 1.3 ver.2015_01 3 2 2.1 2.2 2.3 ver.2015_01 4 2.4 ver.2015_01

More information

MTX/MRXシステム ファームウェア アップデートガイド

MTX/MRXシステム ファームウェア アップデートガイド MTX/MRX MTX MRX7-D XMV EXi8/EXo8 ( ) MTX5-D MRX7-D XMV Dante Dante ( ) Dante dinate Dante Audinate Windows Microsoft Corporation Bonjour Apple Inc. 1 MTX-MRX Editor Device Information Audinate Dante Controller

More information

‡©‡ª‡Ý.P65

‡©‡ª‡Ý.P65 DS-4372/4372L DS-4374/4374M/4374L DS-4354/ DS-4354M/4354ML DS-4262/4262ML DS-4264/4264M/4264ML KML040141 A701-422500(B) i ii 1 1-1 0120-086-1020120-267-905 1-2 2 2-1 2-2 2-3 2-4 2-5 2-6 2-7 3 3-1 3-2

More information

ユーザーズマニュアル(SVCEシリーズ)

ユーザーズマニュアル(SVCEシリーズ) SV-NET CONTROLLER SVCE SV-NET Controller SVCE SV-NET Controller Ether SV-NET SVCE Ethernet EtherCAT EtherCAT SVCE SVCE SVC SVD SVCC SVCE TMasM TMc TMoS OS C SV-NET SV-NET AC SV-NET Controller Compact

More information

ACON / PCON PLC

ACON / PCON PLC ACON / PCON 1....1 2....1 3....2 4....3 5....3 5.1....3 5.2....4 6....5 6.1....5 6.2....6 6.3....7 6.4....8 6.5....9 6.6. PLC...14 6.7....27 7....31 7.1....31 7.2....31 8....32 8.1....32 8.2....36 8.3....38

More information

GS1-128 の描画 DLL について (ver. 2.3) 動作環境など動作環境 WindowsXP Windows Vista Windows7 Windows8/8.1 Windows10 上記 OS について すべて日本語版を対象としております 32bit アプリケーションから呼び出される

GS1-128 の描画 DLL について (ver. 2.3) 動作環境など動作環境 WindowsXP Windows Vista Windows7 Windows8/8.1 Windows10 上記 OS について すべて日本語版を対象としております 32bit アプリケーションから呼び出される GS1-128 の描画 DLL について (ver. 2.3) 動作環境など動作環境 WindowsXP Windows Vista Windows7 Windows8/8.1 Windows10 上記 OS について すべて日本語版を対象としております 32bit アプリケーションから呼び出される必要があります 使用条件 プリンタの解像度 300dpi 以上 機能 バーコードの基本幅を 1 ドット単位で指定できる

More information

電磁流量計 WZ-C Modbus RTU 通信仕様書 ver.8.225

電磁流量計 WZ-C Modbus RTU 通信仕様書 ver.8.225 30181210 電磁流量計 WZ-C Modbus RTU 通信仕様書 ver.8.225 1. 概要本通信仕様書は 電磁流量計 WZ-C に適用します 通信の手順に限った説明書となっておりますので 通信以外の操作説明等に関しましては WZ-C に付属している取扱説明書をご覧ください 2. ご使用になる前に 2.1 接続流量計の取扱説明書をご参照のうえ お客様の上位通信機器と接続を行ってください

More information

ユレシス社アプリケ-ション

ユレシス社アプリケ-ション 1-1. EURESYS Solutions evision Multicam Driver Euresys Solutions2004/1 CD Picolo Multicam Driver evision Studio/ evaluter Euresys Solutions2006/1 CD Multicam for Picolo Driver CD 3.8.3 Multicam for Picolo

More information

2 ASTMAC 1step Windows ( ) ASTMAC PC

2 ASTMAC 1step Windows ( ) ASTMAC PC Technical Information ASTMAC TI 34P02K11-02 TI 34P02K10-02 2001.3 2 ASTMAC 1step Windows ( ) ASTMAC PC 3 1............. 4 1.1... 4 1.2... 4 1.3 ASTMAC... 5 1.4... 5 1.4.1.... 5 1.4.2.... 10 2.............

More information

研究紀要 第5号

研究紀要 第5号 3 4 5 6 7 8 a s d f a 9 10 s d a 11 12 s d f g 13 h j a d s 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 a 35 s 36 a 37 s 38 a 39 s 40 a 41 s d 42 f 43 44 46 47 48 49 50 a s d as d 51

More information

CommandMatrix_8230E

CommandMatrix_8230E 4. USB 4. USB 4.1 USB2.0 Full Speed USB (Universal Serial Bus) USB 4.2 USB : USB2.0 Full Speed : USB B : A112010 USB(A) -USB B 1 m ID: MYID 1 127 : : ASCII : ASCII : ADC USB 4.3 USB 4.3.1 ADC USB ADC USB

More information

CONTEC DIOプロバイダ ユーザーズガイド

CONTEC DIOプロバイダ ユーザーズガイド DIO プロバイダユーザーズガイド - 1 - DIO プロバイダ CONTEC DIO ボード Version 1.1.2 ユーザーズガイド July 17, 2012 備考 ORiN2SDK2.0.14 以降, このプロバイダは CONTEC 社の API-DIO(WDM) を使用しています. 以前 までの API-DIO(98PC) を使用する場合は,DIO98 プロバイダを使用してください.

More information

Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2

Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2 Excel2000VBA L e a r n i n g S c h o o l 1 Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2 3 Module1:(General)- Public Sub () Dim WS As Object Dim DiffDate As Integer Dim MaxRows As Integer, CopyRows As Integer

More information

VM-53PA1取扱説明書

VM-53PA1取扱説明書 VM-53PA1 VM-53PA1 VM-53 VM-53A VM-52 VM-52A VM-53PA1 VM-53PA1 VM-53A CF i ii VM-53 VM-53A VM-52 VM-52A CD-ROM iii VM-53PA1 Microsoft Windows 98SE operating system Microsoft Windows 2000 operating system

More information

VFD256 サンプルプログラム

VFD256 サンプルプログラム VFD256 サンプルプログラム 目次 1 制御プログラム... 1 2.Net 用コントロール Vfd256 の使い方... 11 2.1 表示文字列の設定... 11 2.2 VFD256 書込み前のクリア処理... 11 2.3 書き出しモード... 11 2.4 表示モード... 12 2.5 表示... 13 2.6 クリア... 13 2.7 接続方法 ボーレートの設定... 13 2.8

More information

Installer_J

Installer_J EPSON EPSON OPOS ADK Version 2.50 Oct. 2006 (1) (2) (3) (4) (5) (3) Microsoft Windows 2000 Windows XP Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2006 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1

More information

受動的攻撃について

受動的攻撃について 1 Microsoft Internet Explorer 5.01 and Access 2000 VBA Code Execution Vulnerability Eiji James Yoshida zaddik@geocities.co.jp penetration technique research site http://www.geocities.co.jp/siliconvalley/1667/index.htm

More information

橡WINAPLI.PDF

橡WINAPLI.PDF Windows Visual Basic 2.0 8 7 29 8 2 Windows 1. Windows 1 1.1. Windows 1 1.2. 1 2. Visual Basic 2 2.1. VisualBasic 2 2.2. Visual Basic 2 2.2.1. 2 2.2.2. 2 2.2.3. 2 2.2.4. 2 2.2.5. 2 2.3. Visual Basic 3

More information

1. 入力画面

1. 入力画面 指定した時刻に指定したマクロ (VBA) を実行するプログラム (VBA) 益永八尋 様々な業務を行っている場合には 指定した時刻に指定したマクロ (Macro VBA) を実行したくなる場合がある たとえば 9:00 17: 00 や 1 時間 6 時間間隔に指定したマクロ (Macro VBA) を実行する この様な場合に対応できるように汎用性の高いプログラムを作成した この場合に注意する必要があるのは

More information

untitled

untitled ALTIRIS RECOVERY SOLUTION 6.2(Server-based Mode) Quick Startup Guide Rev. 1.1 2007 10 18 1.... 2 1.1 RECOVERY SOLUTION SERVER... 2 1.2 RECOVERY AGENT... 3 2.... 4 2.1... 4 2.2 RECOVERY SOLUTION... 5 2.3

More information

untitled

untitled ST0001-1- -2- -3- -4- BorderStyle ControlBox, MinButton, MaxButton True False True False Top Left Height,Width Caption Icon True/False -5- Basic Command1 Click MsgBox " " Command1 Click Command1 Click

More information

API-PAC(W32)RM/AIO

API-PAC(W32)RM/AIO PC-MODULE / PC-HELPER API-PAC(W32) AIO http://www.contec.co.jp/ http://www.contec.com/ http://www.contec.com.cn/ PDF / ( ) E-mail(tsc@contec.co.jp) FAX E-mail Question FAX Question FAX Question API-PAC(W32)RM/AIO

More information

API 連携方式 外部 DLL の呼び出し宣言 外部 DLL の呼び出し宣言のサンプルコード (Microsoft Visual C#.NET の場合 ) プログラムコードの先頭で using System.Runtime.InteropServices; が必要 クラスの内部に以下のような外部 D

API 連携方式 外部 DLL の呼び出し宣言 外部 DLL の呼び出し宣言のサンプルコード (Microsoft Visual C#.NET の場合 ) プログラムコードの先頭で using System.Runtime.InteropServices; が必要 クラスの内部に以下のような外部 D GS1-128 の描画 DLL について (ver. 2.2) 動作環境など動作環境 WindowsXP Windows Vista Windows7 Windows8/8.1 Windows10 上記 OS について すべて日本語版を対象としております 32bit アプリケーションから呼び出される必要があります 使用条件 プリンタの解像度 300dpi 以上 機能 バーコードの基本幅を 1 ドット単位で指定できる

More information

橡JOCR_PDF.PDF

橡JOCR_PDF.PDF MaxReader OCR 0997 rtl 1 2...3...3 MaxReader...5...5...6...8...8...8...9...9...9...12...14...15...19...21...22...23...24...24...25...29...30...30...33...34...35...39...39...40 1. 80486 CPU 2. 8MB 3. 640

More information

2

2 3G DN-300SE USB 2013 3 12 2 1.... 4 2.... 6 2.1.... 6 2.2. OS... 6 3.... 7 3.1.... 7 3.2.... 7 4....8 4.1.... 8 4.2. ALARM STOP... 10 4.3.... 10 5.... 11 5.1.... 11 6.... 12 6.1. (Windows Vista / 7 / 8

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

XP_NW2.PDF

XP_NW2.PDF 1 2 3 (TCP/IP) Microsoft Microsoft () 4 AUTO(1 Ch) OK 128K PPP(128K) 5 OK 6 WindowsXP 7 8 OK 9 OK OK OK 10 11 12 USB USB 00 RS-232C 02 13 (TCP/IP) Microsoft OK 14 (TCP/IP) IP OK 15 OK OK 16 ID 17 OK OK

More information

WAGO Profibus /-833及び三菱MELSEC Q02HCPU/QJ71PB92Dのコンフィグレーション

WAGO Profibus /-833及び三菱MELSEC Q02HCPU/QJ71PB92Dのコンフィグレーション Version2.0(2009.2.6) Copyright 2008 by WAGO Kontakttechnik GmbH All rights reserved. WAGO Kontakttechnik GmbH Hansastraße 27 D-32423 Minden Phone: +49 (0) 571/8 87 0 Fax: +49 (0) 571/8 87 1 69 E-Mail:

More information

外国語としての英語の習得と運用能力向上に効果的なパーソナルコンピューター用学習ソフトウエアの開発

外国語としての英語の習得と運用能力向上に効果的なパーソナルコンピューター用学習ソフトウエアの開発 1 2 CD CD 1. 2. 3. 4. 5. 6. 6. 116 3 4 4 4 the four skills of language learning 4 4 5 5 the five skills of language learning 5 117 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 1 2 4 5 1 5 6 1 1 118 F11 ONOFF

More information

USB-シリアル変換ケーブル 形CS1W-CIF31 ユーザーズマニュアル

USB-シリアル変換ケーブル 形CS1W-CIF31 ユーザーズマニュアル USB- CS1W-CIF31 2 3 5 5 6 6 7 EC 8 8 8 9 1. 10 10 10 2. 11 USB- CS1W-CIF31D-sub 11 3. 12 OS 12 12 13 14 14 4. 15 D-sub 15 5. PLC/PT 16 CS/CJ 16 C 18 CVM1/CV 21 PTNSNT 22 ZEN 22 6. PLC/PT 23 7. 28 8. 29

More information

1.dll の配置場所配布時はプログラムの実行フォルダーへ配置 2. 開発環境での使用 プロジェクトのプロパティーで [USBPIO.dll] を参照追加してください 開発環境 dll ファイルの場所 VB.Net Express Edition 境プロジェクトのフォルダ \bin\release VB.Netebugビルドの場合プロジェクトのフォルダ \bin\debug VB.Net Releaseビルドの場合プロジェクトのフォルダ

More information

<リスト1> AD コンバータへのデータの出力例 NEC PC98 用 mov al,22h // CLK -> 1, CS -> 0, DI -> 0 out 32h,al // シリアル ポートにデータ出力 PC/AT 互換機用 mov al,00h // CLK -> 1 mov dx,3fb

<リスト1> AD コンバータへのデータの出力例 NEC PC98 用 mov al,22h // CLK -> 1, CS -> 0, DI -> 0 out 32h,al // シリアル ポートにデータ出力 PC/AT 互換機用 mov al,00h // CLK -> 1 mov dx,3fb AD コンバータへのデータの出力例 NEC PC98 用 mov al,22h // CLK -> 1, CS -> 0, DI -> 0 out 32h,al // シリアル ポートにデータ出力 PC/AT 互換機用 mov al,00h // CLK -> 1 mov dx,3fbh out dx al // シリアル ポートにデータ出力 mov al,03h // CS -> 0,

More information

BLR3-TX4 ユーザーズガイド(3版)

BLR3-TX4 ユーザーズガイド(3版) BroadStation 第 1 章 第 1 章もっと使える便利な機能 1.1 2... 6... 7 BroadStation... 8 1.2...10 Windows Messenger MSN Messenger Universal Plug and Play...11 /...18 NetMeeting...22... 25...26 DHCP IP... 29 IP...30 BroadStation

More information

3軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要

3軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要 アプリケーションノートミニマイコン評価カード CT-298 3 軸加速度センサーモジュール MM-2860 書込み済みマイコンプログラム通信コマンド概要 1. 概要 CT-298 DIP SF9S08C 3 MM-2860 HC9S08QG8-XYZ2_v1.1 PC PC PC HC9S08QG8-XYZ2_v1.1 CodeWorrior http://www.freescale.co.jp/products/8bit/9s08qg.html

More information

Installer_J

Installer_J (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Visual Basic Visual C++ EPSON ESC/POS Copyright 2008 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...3 2.1...3 2.2...3 2.2.1...4 2.2.2...10

More information