연락처

텍트로닉스 담당자와 실시간 상담 6:00am-4:30pm PST에 이용 가능

전화

전화 문의

9:00am-6:00PM KST에 이용 가능

다운로드

매뉴얼, 데이터 시트, 소프트웨어 등을 다운로드할 수 있습니다.

다운로드 유형
모델 또는 키워드

피드백

Can I replace GPIB/RS232 with USB in my automation program? What are the differences?

질문:

Can I replace GPIB/RS232 with USB in my automation program? What are the differences?

답변:

In most cases, communicating with a USB oscilloscope is just as easy as communicating through GPIB or RS-232.

If you have created a program using VISA communication, then the physical layer is abstracted from the software layer, so you will not have to change your code because of the change in the physical layer. The only difference will be the handle that you will use to address the instrument:

RS-232ASRL::1::INSTR
GPIBGPIB0::1::INSTR
USBUSB::<Unique ID>::INSTR

If you created a program addressing the raw port, then you will have to change your program to use VISA to address USB, because USB only communicates through VISA.

Changing or upgrading instruments may include more than changes to the physical layer. Make sure that the commands you were using in your old program are the same with the new instrument by consulting the programmer’s manual for the new instrument. Some new product features will require a change in the commands that are sent to the oscilloscope.


이 FAQ는 다음에 적용 됩니다:

제품 시리즈 없음

제품:

FAQ ID 63236

모든 FAQ 보기 »