ページ先頭

本文

本文

検索結果

本サイトの全ページから入力キーワードを含むページを検索できます。

全文検索 商品検索

検索結果を絞り込む


全文検索:全 88 件が検索されました。(61 - 80件を表示)
マニュアル
PDF[SCEL-005D] V520-RHシリーズ ハンディタッチ式バーコードリーダ ユーザーズマニュア...
.../STOPボタンを押す(READYが表示される) <BASICプログラム例> 100 PRINT" ***START***" 110 CLOSE #2 120 OPEN #2," COMU: (07)" ................ ポート2をオープンする 130 CLS 150 A$=" " 160 FOR J=1 TO 500:NEXT 180 AA$=INPUT$(1,#2) ..................... 読み取りデータを受信する 190 IF AA$=CHR$(&H02) THEN 210 ......... 読み取りデータが“STX”であれば210へ 200 GOTO 180 210 AA$=INPUT$(...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/scel-005d-7_v520-rh.pdf

マニュアル
PDF[SCEL-006] V520-R221F/R221S バーコードシステム(固定型CCDタイプバーコ...
...読み取り停止はSTART/STOPボタンを押す(READYが表示される) 〈BASICプログラム例> 100PRINT"***START***" 110CLOSE#2 000000000000000000 234567890123456789 11111↑112222222222 OPEN#2,"COMU=(4ワ) CLS PRINT#2,"S"; A$="" ポート2をオープンする FORJ=1TO500:NEXT PRINT#2,"G, AA$=INPUT$(1,#2) Sコマンドを送信する lFAA$==CHR$(&HO2)THEN210 GOT0180 AA$=1NPUT$(1,#2) Gコマンドを送信する読み取...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/scel-006-4_v520-r221f_r221s.pdf

マニュアル
PDF[SCLA-703E] V520-R221FH/R221SH バーコードシステム(固定型CCDタイプ...
... START/STOP ボタンを押す(READY が表示される) 〈BASIC プログラム例〉 100 PRINT”*** START ***” 110 CLOSE # 2 120 OPEN # 2,”COMU:(47)… ………………………ポート 2 をオープンする 130 CLS 140 PRINT # 2,”S”;… …………………………………S コマンドを送信する ” 150 A$ =” 160 FOR J = 1 TO 500:NEXT 170 PRINT # 2,”G”;… …………………………………G コマンドを送信する 180 AA$ = INPUT$(1, # 2) … ………………………読み取りデータを受信す...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/scla-703e-web1_v520-r221fh_r221sh.pdf

マニュアル
PDF[SCLA-705B] V500-R521B/R521C 超小型レーザバーコードリーダ ユーザーズマ...
...DC5V(外部から供給) 0V BASIC プログラム例 100 110 120 130 140 150 160 170 180 76 ユーザーズマニュアル CLS CLOSE #1 OPEN “COM:N81NN” AS #1 BCDATA$=“” AA$=INPUT$(1,#1) IF AA$=CHR$(&H03) GOTO 170 BCDATA$=BCDATA$+AA$:GOTO 140 PRINT “READ DATA=” ; BCDATA$ GOTO 130 第 5 章 システム構成例 プログラマブルコントローラ(形 CS1)との接続例プログラマ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/scla-705b_v500-r521b_c.pdf

マニュアル
PDF[SCLB-702C] V670-CD1D-V1/H11/H51(Q)/D13F03/D13F01(...
...130 140 150 160 170 180 190 200 210 220 230 240 250 260 270 280 290 300 310 320 330 340 '***** V670-CD1D SAMPLE PROGRAM ***** CLS OPEN "COM:E73NN" AS #1 ' '***** MAIN LOOP **** *LOOP LINE INPUT "Input TX Data : ",ITD$ TXD$=ITD$+"*"+CHR$(13) PRINT "[TX] : ";ITD$ PRINT #1,TXD$; GOSUB *RECEIVE PRINT "[RX] : ";REC$ GOTO *LOOP ' '***** RECEIVE DATA ***** *RECEIVE RXD$="" WHILE (LOC(#1)=0):WEND WHILE (INSTR(RXD$,"*"+CHR$(13))=0) RXD$=RXD$+INPUT$(1,#1) WEND REC$=LEFT$(RXD$,LEN(RXD$)-2) RETURN ' END '232Cのオ−プン 'コマンドデータの...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/sclb-702c-web1_v670.pdf

マニュアル
PDF[SCLB-705C] V700-CD1D-V3/CD2D-V3/H01/H02/D23P31/D2...
...210 220 230 240 250 260 270 280 290 300 310 320 330 340 350 360 370 380 390 400 410 420 '***** V700-CD1D SAMPLE PROGRAM ***** CLS OPEN "COM:E73NN" AS #1 RECV$="":SREC=0 *LOOP LINE INPUT "Input TX Data : ",ITD$ IP$=ITD$+CHR$(&H3) GOSUB *BCC PRINT "[TX] : ";ITD$ PRINT #1,CHR$(&H2)+ITD$+CHR$(&H3)+OP$ FOR N=0 TO 300 IF LOC(#1)=0 THEN GOTO *NFOR TMP$=INPUT$(1,#1) IF SREC=0 AND TMP$<>CHR$(&H2) THEN GOTO *REC IF SREC=0 AND TMP$=CHR$(&H2) THEN SREC=1:REC$="":GOTO *NFOR IF SREC=...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/sclb-705c-web1_v700-cd1d-v3.pdf

マニュアル
PDF[V020-E1-04] NT20S Programmable Terminal Operation...
...1350 1360 1370 1380 1390 1400 1410 1420 1430 ’ ******************************************************** ’ * OPERATION COMMAND EXAMPLE PROGRAM (NT20S–ST128) * ’ ******************************************************** ’ . ........................................... Draw screen frame SECT=9 DIM CMND$(SECT,10,1),CMND(SECT),TS.B(31) SCREEN 3:...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/v020-e1-04_nt20s.pdf

マニュアル
PDF[V022-E1-04] NT600S-ST121(B)-EV[] Programmable Ter...
...1390 1400 1410 1420 1430 228 Section 6-6 EXAMPLE PROGRAM ’ ****************************************************** ’ * OPERATION COMMAND EXAMPLE PROGRAM (NT600S–ST121) * ’ ****************************************************** ’ . ............................................. Draw screen frame SECT=9 DIM CMND$(SECT,10,1),CMND(SECT),TS.B(31) SCREEN 3:...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/v022-04_nt600s-st121(b)-ev_.pdf

マニュアル
PDF[V091-E1-01] NT-series Programmable Terminal User'...
...1350 1360 1370 1380 1390 1400 1410 1420 1430 ’ ******************************************************** ’ * OPERATION COMMAND EXAMPLE PROGRAM (NT20-ST128)* ’ ******************************************************** ’ . ........................................... Draw screen frame SECT=9 DIM CMND$(SECT,10,1),CMND(SECT),TS.B(31) SCREEN 3:...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/v091-e1-01_nt20.pdf

マニュアル
PDF[W143-E1-07] C200H-LK, C500-LK, 3G2A5-LK, 3G2A6-LK...
...The example uses a multiple-link system, and the program is executed by Host Link Unit number 0. The following program is for NEC computers. For IBM compatibles, four lines must be changed as shown after the program. NEC 10 CLOSE #1 20 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w143-07_c200h-lk_c500-lk_3g2a6-lk.pdf

マニュアル
PDF[W186-E1-04] C500-ASC04 ASCII Unit Operation Manua...
... OFF the error indicators at Port 1 and Port 2 or error bits that are ON due to a transmission error or reception buffer overflow, execute the CLOSE statement. The END statement and the NEW command automatically close the ports, but the STOP statement does not. ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w186-04_c500-asc04.pdf

マニュアル
PDF[W206-E1-04] CV500-BSC11/BSC21/BSC31/BSC41/BSC51/B...
... this stage, the BASIC Unit waits for input. The program is terminated when E is input. Configuration BASIC Unit CPU Rack CPU Unit Power Supply Computer with terminal mode Example Program 10 PARACT 0 15 ON ERROR GOTO *INERROR 20 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w206-e1-04_cv500_bsc11_21_31_41_51_61.pdf

マニュアル
PDF[W207-E1-02] CV500-BSC11/BSC21/BSC31/BSC41/BSC51/B...
...o @{「asノ〈-nμmbθrj Selectsatasktobedebugged. 29 AUTO AUTO[sfaπ一〃ηθ−nα]し∫ηcrθmθη司 Automaticallygenerateslinenumberswhenaprogramistypedin. 32 BREAK BREAK[{DELETE{ALLl"ηθイ70.[,〃ηe−η0.r}吻θ一η0.し〃ηe−η0.r}】 Sets,deletes,o川istsbreakpoints. ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w207-e1-02_cv500-bsc.pdf

マニュアル
PDF[W235-E1-04] C200HS Programmable Controllers Opera...
... to receive the data. This program allows the computer to read and display the data received from the PC while a host link read command is being executed to read data from the PC. 10 ’C200HS SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w235-e1-04_c200hs.pdf

マニュアル
PDF[W365-E1-02] CQM1H-SCB41 Serial Communications Boa...
...receive the data. This program allows the computer to read and display the data received from the PC while a Host Link read command is being executed to read data from the PC. 10 ’CQM1H SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w365-e1-02_cqm1h-scb41.pdf

マニュアル
PDF[Z047-E1-04] 3Z4SP Visual Positioning Sensor Speci...
...Downloads measurement parameters DATAUP Uploads measurement parameters FLIST Lists functions MENU Return to menu mode WAIT Pauses program for a certain duration AUTO Automatically assigns a line number to each program line CLEAR Clears all variables ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z047-e1-04_3z4sp.pdf

マニュアル
PDF[Z048-E1-01] 3Z4SP Visual Positioning Sensor Refer...
... 255, the system regards it as 255. Comments ––– Reference CIRCLE, LINE, POLYGON, PSET Sample Program The system will draw a rectangle whose diagonal points are (100, 50) and (200, 150) on the Paint window screen (OVL–2). 10 DISPLAY 14 20 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z048-e1-01_3z4sp.pdf

マニュアル
PDF[Z082-E1-02] K3TS Communication Output-type Intell...
... *MAIN 1090 GOSUB *INIT 1100 GOSUB *MDAT 1110 GOSUB *COMM 1120 GOSUB *DISP 1130 GOSUB *QUIT 1140 IF FRG=0 THEN GOTO 1170 End judgment 1150 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z082-e1-02_k3ts.pdf

マニュアル
PDF[Z087-E1-01] V630 FA ID System Operation Manual
... can only be written in whole bytes and 2 HEX characters make up one byte. Up to 256 characters can be entered. Set the communication protocol of the R/W Head with its DIP switch to match the protocol of the host computer. 10 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z087-e1-01_v630.pdf

マニュアル
PDF[Z092-E1-02] F300 Visual Inspection System Referen...
... a circle. Graphic control Command 64 CLEAR Initializes variables. Memory management Command 65 CLNG Converts to a long integer. Calculation Function 65 CLOSE Closes an open file. File control Command 65 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z092-02_f300.pdf

本サイトの全ページから入力キーワードを含むページを検索できます。