-
1. XL 드라이버 준비물 및 지원 정보C#/XL_Driver 2020. 2. 5. 14:35
살면서 처음 만나는 분야와 처음 보는 라이브러리입니다.
부족하더라도 최대한 열심히 정리해보겠습니다.
공식 API 문서는 다음 주소에서 다운로드하실 수 있습니다
- 공식 홈페이지
https://www.vector.com/int/en/products/products-a-z/libraries-drivers/xl-driver-library/
XL-Driver-Library | Vector
The XL-Driver-Library supports LIN (Specification 1.3, 2.0 and 2.1) with Master and Slave network nodes. To implement a LIN Master the scedule including the timing has to be realised in the application. Consequently, besides the Classic mode, the enhanced
www.vector.com
- User Manual (PDF)
- Short overview of facts (PDF)
1. 지원 언어
- C++
- C#
2. 닷넷(.NET) 3.5 혹은 상위 버전
3. 아래 시스템들을 지원합니다.
- CAN / CAN FD
- LIN
- FlexRay
- Automotive Ethernet
- MOST
- ARINC
- 아날로그 및 디지털 신호 (VN16xx, VN89xx 인터페이스)를 위한 I/O 인터페이스
4. 라이브러리 구조도
XL-Driver interface map 5. 공식홈페이지의 설명 (오역이 있을 수 있습니다)
CAN/CAN FD용 XL-Driver-Library 방법을 사용하면 메시지를 주고받을 수 있습니다.
baud rate, 샘플링 포인트 및 사용 중인 CAN 컨트롤러의 강력한 허용 acceptance 필터를 설정할 수도 있습니다.
또한, 송수신기 오류는 평가 및 모니터링 목적으로 애플리케이션에 반환됩니다.
여러 애플리케이션을 통해 하나 이상의 CAN 인터페이스에 동시에 액세스 할 수 있습니다 (다중 애플리케이션). 예를 들어, 이렇게 하면 버스 트래픽 분석 또는 디버깅을 위해 자신의 애플리케이션과 병렬로 CANalyzer 또는 CANoe를 사용할 수 있습니다.
원문
Using the methods of the XL-Driver-Library for CAN/CAN FD it is not only possible to send and receive messages.
It is also possible to set the baud rate, sampling points as well as powerful acceptance filter of the CAN controller being used.
Additionally, transceiver errors are returned to the application for evaluation and monitoring purposes.
'C# > XL_Driver' 카테고리의 다른 글
6. 채널 정보 출력 2 ☆보완필요☆ (0) 2020.02.05 5. 채널 정보 출력 (0) 2020.02.05 4. channelCount (0) 2020.02.05 3. dllVersion (0) 2020.02.05 2. OpenDriver, GetDriverConfig (0) 2020.02.05