CAPL2 CAPL 연산자 정리 CAPL Operator는 대부분 C 언어의 Operator와 유사합니다. CAPL에는 다음과 같은 Operator를 지원합니다. Operator Description Example + - Addition, subtraction * / Multiplication, division ++ -- Increment or decrement by 1 a++; // increments a by 1 % Modulo division (returns integer remainder of a division) a = 4 % 3; // a is 1 = Greater than; greater than or equal to returns TRUE or FALSE == != Compare for equality or inequal.. 2023. 3. 30. CAPL 이벤트 종류 CAPL (Communication Access Programming Language)이란? CAPL은 CAN 네트워크를 제어하고 시뮬레이션하는 데 사용되는 스크립트 언어입니다.이를 활용하여 CAN 신호 생성, 버스 노드 시뮬레이션 등을 할 수 있습니다. CAPL은 Event-driven 방식으로 동작하여 주요 이벤트가 발생했을 때 이를 처리하는 방식으로 사용됩니다. CAPL이 제공하는 주요 이벤트는 다음과 같습니다. CAPL 이벤트 종류 Start of measurement 프로그램 시작 시 자동으로 실행되는 이벤트 변수 초기화 환경 셋업 등에 많이 사용됨 on start { write("Start CANoe\n"); } Message received 대상 메시지가 들어왔을 때 아래 예시는 0x123 .. 2023. 3. 29. 이전 1 다음