11-30-2021 07:10 AM - edited 11-30-2021 07:26 AM
Hi catherine,
How to get all available frames or various cycle time frames in CAN port using this method
11-30-2021 07:27 AM - edited 11-30-2021 07:32 AM
Hi viswasewaran,
@viswasewaran wrote:
Then how to get all available frames in CAN node
By reading the manual of the device connected in that CAN node...
@viswasewaran wrote:
Hi catherine,
Did you notice Catherine is a retired NI employee?
Did you notice she visited the forum 5 years ago the last time?
Did you notice this thread is already 7 years old?
11-30-2021 07:43 AM
HI Gerdw,
Thanks for your replay, I am using NI-9853, Any example available to read Array CAN frames in FPGA or any property node available to get how many frames in CAN node, for example serial port have a property Called Byte At a Port
11-30-2021 07:58 AM
Hi viswasewaran,
@viswasewaran wrote:
I am using NI-9853, Any example available to read Array CAN frames in FPGA or any property node available to get how many frames in CAN node, for example serial port have a property Called Byte At a Port
There is no "BytesAtPort" for CAN devices...
The NI9853 comes with example VIs, which explain its usage on cRIO/FPGA targets. To get an "array of frames" you simply read one frame after the other and put their contents into a FIFO from FPGA to cRIO target!