03-20-2006 06:27 AM
03-28-2006 01:48 AM
DO.UseOnboardMemory set to true means, that any pattern you write to the task is written directly into OnboardMemory. If set to false the pattern would be written to some memory-space on your computer, and the driver would transfter this data to the onboard-memory afterwards, whenever he needs the data.
For Digital Input no such mechanism is available. the driver will take care that no data is lost, using as many OnBoard memory as needed to buffer the data, and tranfer the data to the memory space of your machine in buffered mode.
03-28-2006 02:54 AM