본문 바로가기

프로그래밍/계측장비4

How to Set a PXI Controller to Start Automatically When Powered How can I set a PXI controller to start up automatically when power is applied? PXI 섀시에 전원 공급 시 바로 시스템 시작하게 하는법 : BIOS 셋업 들어가서 아래와 같이 설정 1. Press the Power button on the PXI chassis, then press Del on the keyboard repeatedly to enter the BIOS. 2. Switch tabs to Advance and select Power/Wake Configuration as shown below. 3. Select Restore After Power Loss and select Turn On as shown below. 4.Sele.. 2023. 10. 4.
GPIB, SCPI GPIB (General Purpose Interface Bus) GPIB는 계측장비와 컴퓨터간 통신을 위한 인터페이스 표준이다. IEEE-488를 통해 데이터 전송, 제어, 통신을 위한 버스의 기계적 전기적 인터페이스가 표준화되어있다. 한 대의 PC(컨트롤러)에 여러 개의 계측장비를 연결할 수 있으며, 각 장치는 고유한 주소를 가지고 있어서 PC에서 SCPI 명령을 통해 여러 장치를 동시에 제어하고 데이터를 수집할 수 있다. SCPI (Standard Command for Programmable Instruments) PC와 계측 장비간 통신을 위한 명령 및 프로토콜 표준으로 IEEE-488.2에 정의되어있다. 사용자는 정의된 명령어 집합과 응답 포맷에 따라 프로그래밍을 통해 장비와 통신할 수 있다. .. 2023. 9. 15.
NI-VISA example 실행해보기 https://www.ni.com/en/support/documentation/supplemental/13/national-instruments--net-support.html .NET Resources for NI Hardware and Software For .NET application development, National Instruments provides a Visual Studio add-on for test and measurement, Measurement Studio, and .NET driver APIs for use with National Instruments data acquisition, PXI instrumentation and third party instrumentati.. 2023. 9. 15.
VISA (Virtual Instrument Software Architecture) What is VISA? VISA는 Virtual Instrument Software Architecture의 약자로 응용 프로그램과 계측기 간의 통신을 가능하게 하는 Test & Measurement 업계의 표준이다. 계측기는 보통 USB, LAN, GPIB, PCI/PCIe(PXI/PXIe)등 다양한 연결을 지원하고 로우레벨에서는 이러한 물리적 인터페이스에 따라 각기 다른 방식으로 데이터 통신이 이루이지는데, 이로 인한 중복 개발을 피하고 통신과정을 더욱 단순화하고 표준화하기 위해 계측기와 어플리케이션 간 Interface I/O를 관리할 중간계층으로 VISA가 등장하게 되었다. VISA를 사용하면 물리적 인터페이스가 USB든 LAN이든 PXI든 로우레벨에서 이루어지는 세부사항을 알 필요없이 계측기에.. 2023. 9. 15.