07-17-2019 02:36 PM
I am a bit new to TestStand and trying to figure out how to send CAN messages using it and verify the sent message using PCAN. I have a sequence file that outputs can messages in the form of databytes i.e 2022 2022 2022 0000
Can CANWriteSingChan or do I have use the MultiChan and break it up? What are the steps required
07-30-2019 12:03 PM
Hi tonye546,
So, for starters, this will most likely be something you would do in a code module. Do you have a preferred development environment/language you'd like to use? This will guide the recommendation of how to tackle this a lot.
Best,