08-09-2011 05:07 AM
I give an example of my intentions:
I have 5 devices sending CAN messages. All have their unique ID's.
I have 5 different GUI's which get their values from the CAN messages updates.
Not all messages are intended for all 5 GUI's. So I want to make some sort off central CAN service process that receive an xml config file from a client GUI. This xml file tells the CAN service which ID fits at which GUI.
GUI1 updates its values from 3 ID's -> EES,IES,AES. GUI1 sends an xml to the CAN service which maps it to him.
GUI2 updates its values from 5 ID's -> DDR,DFR,DSR.GUI2 sends an xml to the CAN service which maps it to him.
and so on....
08-09-2011 09:05 AM
There are a lot of ways you can do this, but I would recommend the following:
You can implement these dynamic loads either with VI server or LabVOOP. If you need an example of VI server use, check out this series of posts (the second one in the series covers subpanels).