0

Virtual digital input

Mah yesterday at 2:57 a.m. in IQANdesign updated by Gustav Widén (System support) 7 hours ago 2

How do I link the virtual digital input from MD5 display to the main MC43 controller?

+1

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

Image 5262

In the MC43:

Set up a generic CAN input frame (GFIN) with a generic parameter in (GFIN). Use the parameter according to your needs.

Image 5263

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.