Page 1 of 1
Internal and external CAN-BUS interfaces
Posted: Tue Sep 05, 2017 9:14 pm
by Barmaley_GMN
When I try to use both (internal and external) CAN interfaces, compilator stops with a lot of errors.
How can I solve this problem?
Re: Internal and external CAN-BUS interfaces
Posted: Wed Sep 06, 2017 10:33 am
by Benj
Hello,
This kind of thing should work in v6 or v7 which is designed to havce multiple instances of the same component. However in v5 there is likely to be conflicts as the CAN bus component is only designed to be used in a program once. You may be able to use the custom code fetaure to edit the conflicting names in the second CAN component.
As v5 is now very out of date, out of support and the problem should already be resolved in v6 and v7 it's unfortunatley not likely something we can fix for you.
Re: Internal and external CAN-BUS interfaces
Posted: Wed Sep 06, 2017 1:47 pm
by Barmaley_GMN
Clear!
Thanks!