05-01-2019 02:31 PM
Hi,
I need to transmit cyclic CAN frames every 100 ms in sbRIO9607 , since XNET software is not available for single broad RIOs I have to use the basic Embedded CAN write.vi function and a timed loop to achieve that . When there are multiple frames with different cycles is there any alternative architect that works efficient?
Thanks for the help
05-02-2019 05:42 PM
Do you run into problems using multiple timed loops for each?
05-02-2019 06:47 PM
I have tried one frame /one timed loop with no issue , have not tried multi frame/multi timed loop yet . I am trying to find out if there are other ways to do that before committing the code.