基于python-can开发的一款用于can协议解析的工具。
- K-Lite Codec Pack 用于 voide player 功能的使用, 需要预先下载才能播放视频
- 加载的数据默认格式为Vecotr interface记录的asc文件
- 如果想要读取ZLG记录的asc文件必须使用ZLG Transfer功能进行格式转化,然后再加载转化后的.asc/.dat数据
- 在菜单栏选择vector->py can 进入online mode
- 在simulation的情况下(如下图)需要设置sender和receiver的参数

- 当sender为真实的canbus则不需要对sender进行setup也不需要发送数据, receiver会接收数据,如果需要log请在开始接收前打开logging选择存储路径


- 想要real-time-curve需要选择message ID和相应的start bit和bit length 才能plot, 右键可以随时save image到本地

- 启动Vector Hardware Configuration配置 Hardware Configuration

- setup 中的 Serial Nr.(int) 需要接入设备从然后从Vector Hardware Configuration中读取(int类型)

- 主图sender和receiver的channel可能会根据Hardware不同而不同 比如VN1610 CAN Channel为[0,1]而VN5620 CAN Channel为[4,5]

- 下载并安装用于通用编程接口的驱动程序XL-Driver-Library 20.30.14
tutorial: https://www.youtube.com/watch?v=0KN7FfvjFFU&list=LL&index=4
打开cmd在相应.py目录输入:
pyinstaller --onefile --windowed --icon=xxx.ico .\xxx.py 


