Hello,
I need to write generic CAN tool which will be supporting NI-XNET devices.
I'd like to create one (or few) Frame Out Single-point session for all cyclic (Cyclic, Cyclic Remote, Cyclic\Event) frames.
I can't create one session per frame due to limitation of number of sessions (bigger databases). More - I don't want to do this
When I use XNET Write.vi (Frame CAN) i have to write an array of all frames in this session according to the index. I don't like this solution, because I need to keep all my frames in shift registers (or elsewhere) in my application.
Am I right ? Is there any other way (better) than this ?
PS: I don't want to use Frame Out Stream (cyclic frames won't work automatically)
Thanks in advance.