0
Virtual digital input
How do I link the virtual digital input from MD5 display to the main MC43 controller?
Customer support service by UserEcho
How do I link the virtual digital input from MD5 display to the main MC43 controller?
Customer support service by UserEcho
Good morning Mah,
To use the value of the VDIN-channel in the MC43-controller you would have to send it over CAN.
For example:
In the MD5:
Set up a generic CAN output frame (GFOUT) with a generic parameter out (GPOUT). Connect the VDIN-channel to the GPOUT
In the MC43:
Set up a generic CAN input frame (GFIN) with a generic parameter in (GFIN). Use the parameter according to your needs.
Adjust the properties of the frames and parameters regarding "Identifier", "bit length" and so on.
Hope this helps!
Kind regards,
Christopher Fridstaden
Thank you Christopher for the guidance.