LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CAN Handle Passing between two VIs

Hi,

 

We have two screens, one is Main GUI Screen and other is  Secondary Screen. I have added the secondary screen as a subvi and put a button in the main screen to get it.

We are using CAN for Communicating to the Target Board, so CAN is initializing in the Main Screen and the Handler is used by various APIs to Send/Read CAN Messages. Since some CAN Communication is required in the Secondary Screen also, I need CAN Handler there also, how shall I get the Handler available in Main screen to Secondary Screen ?

Please comment on this.

 

-mfp

 

0 Kudos
Message 1 of 4
(2,534 Views)

You just pass the reference through the connector pane of the subVI. This is pretty basic LabVIEW programming.

Message 2 of 4
(2,518 Views)

Sorry for Asking Some Basic questions, i have started using LabVIEW two weeks back only.

 

If you dont mind, could you please share me one example using the above concept.

 

-mfp.

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

Below are basic examples but you should have taken the tutorials.

Download All
0 Kudos
Message 4 of 4
(2,497 Views)