Hello, i need help for CAN bus on flowcode V3.
Can you give me an basic example for receive a CAN message.
Thx.
sR.
FLOWCHART / CAN Bus / Help !!
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: FLOWCHART / CAN Bus / Help !!
Hello
Here is a quick example that shows how to receive any message coming in from the CAN bus.
The program collects the ID_LO and the ID_HI bytes if there is a valid message.
You could then check if the ID is acceptable and then do some further processing etc.
Here is a quick example that shows how to receive any message coming in from the CAN bus.
The program collects the ID_LO and the ID_HI bytes if there is a valid message.
You could then check if the ID is acceptable and then do some further processing etc.
- Attachments
-
- Basic_CAN_Rx.fcf
- (6 KiB) Downloaded 481 times
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel