05-21-2009 02:13 AM
확장형 ID 를 가진 DBC 파일을 읽어서 처리할때.. ID를 확인 하고자 CAN Get Property.vi 를 이용하여 message ID 를 확인 하였는데..
표준 CAN ID 는 잘 읽어 오는데 확장형 CAN ID 를 읽어 오게 되면 앞자리가 짤려서 일혀집니다. 예를 들어
0x0C050000 이면 0x50000 으로
0x10034000 이면 0x34000 으로
0x1029E000 이면 0x29E000 으로 읽혀집니다.
이문제에 대한 해결방법이 있는지요?
현재 NI-CAN 2.6.2 와 LabVIEW 8.5.1 을 사용하고 있습니다.
05-25-2009 02:09 AM
Hello,
is there a chance that you translate your request into English?
Best regards,
Roland
05-25-2009 09:30 PM
GM LAN Extended ID Message to determine, I CAN Get "Property.vi" has been confirmed by using the Message ID.
But the result follows.
GM LAN ExID => NI READ(Property.vi) ID
0x0C050000 => 0x50000
0x10034000 => 0x34000
GM LAN Extended ID Message is does not support ?
05-27-2009 08:50 PM
Hi 이노,
Unfortunately, the (automatic?) translation still leaves a lot of guessing, what your problem is. If you cannot find someone to help you with the translation, could you post the code that you are using?
-B2k