ページ先頭

本文

本文

検索結果

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

全文検索 商品検索

検索結果を絞り込む


全文検索:全 88 件が検索されました。(61 - 80件を表示)
マニュアル
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

マニュアル
PDFsclb-704b_v600-cd1d-v.pdf
...ーマットをディップスイッチで正しく設定してください。 10 20 30 40 50 60 70 80 90 100 110 120 CLS OPEN“COM1:E81NN”AS #1 WIDTH #1,255 PRINT “ライト コマンド ヲ ジッコウ シマス” INPUT “ライト アドレス(HEXデータ:0006−01FF)”;WA$ INPUT “ライト データ(HEXデータ:2ケタ タンイ)”;WD$ TX$=“WTH1”+WA$+WD$+“*”+CHR$(&...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/sclb-704b_v600-cd1d-v.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

マニュアル
PDFsclb-709a_v600cm1d.pdf
...の通信方式にしたがってIDコントローラの通信フォーマットをディップスイッチで正しく設定してください。 10 CLS 20 OPEN “COM1:E81NN”AS #1 30 WIDTH #1,255 40 PRINT “ライト コマンド ヲ ジッコウ シマス” 50 INPUT “ライト アドレス(HEXデータ:0006-01FF)”;WA$ 60 INPUT “ライト デー...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/sclb-709a_v600cm1d.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

マニュアル
PDFw250-e1-02_idsc-c1dr_c1dt-a-e.pdf
...the data. This program allows the computer to read and display the data received from the ID Controller while a host link read command is being executed to read data from the ID Controller. 10 ’IDSC SAMPLE PROGRAM FOR EXCEPTION 20 CLOSE 1 30 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/w250-e1-02_idsc-c1dr_c1dt-a-e.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

マニュアル
PDFz083-e1-04a_v600-cd1d-v_.pdf
... 2-digit HEX characters. The total character length of the write data must be 256 or less. Set the communication format of the ID Controller by using the DIP switches in accordance with the communication system of the host computer to be used. 10 ...

https://www.fa.omron.co.jp/data_pdf/closed/mnu/z083-e1-04a_v600-cd1d-v_.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

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