Hi,
I've 2 ports, one of them configured for frame API and the other for Channel API.
Requirement: I want to extract the value of the channel of a message using channel API only. The message is on the CAN bus.
I can observe the channel on the MAX and the value aswell. Its an hexadecimal value and this has to be captured on the VI.
In the VI I've attached, the indicator 'Channel_Value' is an arary which shows a value. At the indicator 'Captured_Value', the value of the 5th channel is extracted. I'm not sure about the nature of the value at both the indicators.
I'm not sure if this is the correct approach towards my requirement. I'm not sure about the output I'm getting now. Its just a logically correct code.
Please suggest the methods to meet my requirement.
-Arun