Automotive and Embedded Networks

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN Frame Channel Conversion Library - Add New Channel Will Not Convert to Channel

Solved!
Go to solution

I have hit a roadblock with the CAN Frame Channel Conversion Library v1.0.2.  I don't think that I am using the "Add New Channel" vi properly because it always causes the Frame to Channel to fail.  The Channel to Frame conversion works fine.  I have attached the block diagram and front panel of a simple example.  This VI returns the following error when converting from Frame to Channel:

 

Error -8702 occurred at Convert Frame to Channel.vi

Possible reason(s):

A call to the library encountered a null pointer.
Ensure that all inputs to the VI have a valid value.
In the case of arrays, ensure that the array isn't empty.
 

Any help would be appreciated!

 

Thanks

CLA, CTA
Download All
0 Kudos
Message 1 of 4
(7,357 Views)
Solution
Accepted by topic author LVB

This issue has been solved by upgrading to the CAN Frame Channel Conversion Library 1.0.3 and placing the frchconvlib.dll file in the C:\Windows\system32 directory.

 


CLA, CTA
0 Kudos
Message 2 of 4
(7,336 Views)

Hello, is there a 64 bits version for the frchconvlib.dll? 

0 Kudos
Message 3 of 4
(2,377 Views)

The frame channel conversion library hasn't been supported for probably 10 years or so now.  Today NI would recommend using the XNet drivers, and using the conversion session.  I would recommend you use my Signal Frame Conversion API.  It uses the XNet database tools but then uses pure G to convert and scale values.

0 Kudos
Message 4 of 4
(2,366 Views)