01-12-2010 12:02 PM
I am trying to switch relays on a PXI-2564 relay card on a PXI-8184 running LVRT. I am running a host vi on my laptop that is switching networked boolean variables such that True=closed and False=open. The way I am doing it now the vi eats up 64% of my PXI processor load. Is there a more efficient way to do this?
Michael
Solved! Go to Solution.
01-12-2010 03:40 PM
01-13-2010 10:36 AM - edited 01-13-2010 10:42 AM
Success!!! I am now only communicating to Dev2 two times - one time for open and once for close. I am down to 13% load on the processor, which is good enough for now. I am sure it would go down even more if I compared the boolean state to the previous iteration and only wrote to Dev2 if the state changed... maybe a project for a later date...
Thanks!
Michael
01-15-2010 02:44 PM
FYI, I had to add "k" to the beginning of each channel number to make this work...