Command | SET | QUERY | Description |
---|---|---|---|
*CLS | Clears teh Status Byte | ||
*ESE | NR1 | Sets bits in the Standard Event Status Enable Register (SESER) | |
*ESE? | NR1 | Reads the current state of the SESER | |
*ESR? | NR1 | Reads and clear the current SESER | |
*IDN? | String | Returns the ID | |
*RST | Reset command. | ||
*STB? | NR1 | Status byte Query | |
*SRE | NR1 | Sets the status byte enable register | |
*SER? | NR1 | Queries the status byte enable register | |
*TST? | Bool | Self test | |
*OPC? | Bool | Alwasy returns 1 |
Command | SET | QUERY | Description |
---|---|---|---|
OUTP | BOOL | 0 (OFF) 1 (ON) | Turns RF on or off |
LINE | BOOL | 0 (OFF) 1 (ON) | Turns DC power on or off |
RES | Initializse after a trip | ||
POWER:INP | NR3 | Input power in Watts | |
POWER:OUTP | NR3 | Forward power in Watts | |
POWER:REV | NR3 | Reflected power in Watts | |
POWER:MODE | CW or PULSE | CW or PULSE | Sets measure mode |
device(ai, GPIB_IO, devAiAS0920, "AS0920") device(ao, GPIB_IO, devAoAS0920, "AS0920") device(bi, GPIB_IO, devBiAS0920, "AS0920") device(bo, GPIB_IO, devBoAS0920, "AS0920") device(event, GPIB_IO, devEvAS0920, "AS0920") device(longin, GPIB_IO, devLiAS0920, "AS0920") device(longout, GPIB_IO, devLoAS0920, "AS0920") device(mbbi, GPIB_IO, devMbbiAS0920 , "AS0920") device(mbbiDirect,GPIB_IO, devMbbidAS0920, "AS0920") device(mbbo, GPIB_IO, devMbboAS0920, "AS0920") device(mbboDirect,GPIB_IO, devMbbodAS0920, "AS0920") device(stringin, GPIB_IO, devSiAS0920, "AS0920") device(stringout, GPIB_IO, devSoAS0920, "AS0920") device(waveform, GPIB_IO, devWfAS0920, "AS0920") include "asyn.dbd"
fblinux_DBD += drvAsynIPPort.dbd fblinux_DBD += devAS092.dbd fblinux_SRCS += devAS092.c fblinux_LIBS += asyn
dbLoadRecords("db/MLAMP.db","USER=FBM, ADD=1") drvAsynIPPortConfigure("L1","172.19.49.xxx:23",0,0,0)xxxにはアドレスが入っています。念のため。xxx:の次の23はport 23を使うということで、このとき使ったXportは通常のtelnet接続用に使っていた物ですので ポートは23です。もちろんこのポートを変える事も出来ますし、普通は23は つかわんでしょう。