이 페이지는 기계 번역을 사용하여 번역되었습니다. 최신 내용을 영문으로 보려면 여기를 클릭하십시오.
GPIB 인터페이스
VISA-GPIB 인터페이스를 사용하여 계측기와 통신
GPIB는 다양한 공급업체의 여러 장치를 연결하고 제어할 수 있는 표준화된 인터페이스입니다. 통신은 MATLAB® 작업 공간에서 생성하는 VISA-GPIB 객체 visadev
를 통해 설정됩니다. VISA-GPIB 객체를 만드는 방법에 대한 자세한 내용은 GPIB 인터페이스 시작하기 항목을 참조하십시오.
이진 데이터와 텍스트 데이터를 모두 읽고 쓸 수 있습니다. 두 가지 모두의 예를 보려면 Write and Read GPIB Data 항목을 참조하십시오.
함수
앱
VISA Explorer | VISA를 통해 계측기에 연결하고 통신하십시오 (R2022b 이후) |
도움말 항목
- GPIB 인터페이스 시작하기
VISA-GPIB 인터페이스를 사용하여 MATLAB와 계측기 사이에 연결을 설정합니다.
- Write and Read GPIB Data
Write and read both text and binary data over the VISA-GPIB interface.
- Send Trigger to Instrument
Send the trigger command to your VISA resource.
- Execute Serial Polls
Execute a serial poll to check the status of your VISA resource.
- GPIB Overview
Basic features of the General Purpose Interface Bus (GPIB).
- Transition Your Code to VISA-GPIB Interface
Connect to a GPIB instrument using
visadev
instead ofgpib
.
문제 해결
Troubleshooting GPIB Interface
Troubleshoot the VISA-GPIB interface.