08-07-2006 03:23 AM
08-07-2006 05:56 AM
hi there
the datasheet says the board contains ".. high-speed dual port memory for communicating to the host..."
see the boards documentation of how to use this memory to share data with the host application. you can then create a simple LV App that reads the joystick and writes the data to the shared memory.
08-07-2006 11:33 PM
08-08-2006 04:27 AM
ok....
your RT-card has memory that can be shared with a LV-app running on the host pc. that means: both the RT-app running on the card and the Host-app running on the PC can access this shared memory using the vis from the "Real-Time shared memory"-functions palette. by doing so you can pass data between RT-app and Host-app. see the documentation of the VIs from that palette for more information (see "Real-Time Module"->"Real-Time VIs"->"Real-Time Shared Memory VIs" of the "Functions, VI and How-To Help") or search for some examples in the exampler finder.
08-10-2006 01:13 AM
08-10-2006 03:56 AM
hello
the examples send data acquired with nidaq, but you want to send data from the joystick. see the attached simplified vis and read the documentation of the vis (right click on the vis->help). attached vis are not tested, so maybe you have to play around a bit.
08-14-2006 01:56 AM