03-31-2011 08:11 AM
Good day guys and gals. I'm building an application which performs certain task at certain time. For example i can set my application to perform Task A every hour, or to perform Task B at 12am, etc....
Because this system (basically compact rio) is powered using a battery, therefore the "juice" is very much precious.
I was wondering if its possible to pragmatically "sleep" and "wake" the cRIO.
I'm intending to use 907x or 901x.
Any suggestions are warming welcomed!
Cheers!
03-31-2011 08:20 AM
Hmmm, i found some answers to my question.
http://digital.ni.com/public.nsf/allkb/AE7320AEEB6D77188625713B007EC2C4?OpenDocument
http://forums.ni.com/t5/Digital-I-O/NI-9476-Operating-Instructions/m-p/731943#M9100
However, i have another question pertaining to webby 1. Sleep line can be used only in FPGA mode?
How about scan mode? Its rather too much work to design in FPGA mode than Scan mode.
How about hybrid mode?
Many thanks!
Cheers!
03-31-2011 09:25 AM
The way I understand it Sleep can only be used in full FPGA mode. Not scan mode or even hybrid mode. This is becuase those other two modes basically load code on the FPGA that keeps polling the modules, it is a bit difficult to sleep a module if it is getting polled.