02-22-2006 07:33 PM - edited 02-22-2006 07:33 PM
Message Edited by dbanner on 02-22-2006 07:34 PM
02-23-2006 05:33 PM
dbanner,
If I understand your application correctly, it sounds like to interface your C program and your PXI-7831R you would just need to configure a set of Digital Inputs and Digital Outputs on the FPGA device that would correspond to the Pins used for Parallel Communication. The data coming in on the FPGA lines could then be processed in the 7831R to emulate your hardware. The 7831R gets down to 25ns timing so speed should not be to much of an issue.
sbassett
02-23-2006 08:40 PM
02-27-2006
10:38 AM
- last edited on
07-10-2024
05:53 PM
by
Content Cleaner
dbanner,
You can definitely acess the shared variables in a LabVIEW Project with CVI/LabWindows. To do this you will have to use the DataSocket API. I have attached a link below that will discuss this in more detail. Look for the section on programatic acess.
Using the LabVIEW Shared Variable
Steven