11-28-2006 03:42 AM
12-03-2006
10:49 AM
- last edited on
04-21-2025
12:05 PM
by
Content Cleaner
Hi Charles
You can't simulate a RIO device in MAX. The "simulate DAQ device" option in MAX is available only for boards which are supported by the NI-DAQmx driver (e.g. M-Series boards, E-Series boards, some USB boards and so on). But you've another option: You can simulate your FPGA board using the project explorer in LV 8.x.
12-05-2006 03:14 AM
Hi Luca:
thanks your advise, it is very usefull for me.
but i found that it could not create a communication between the Host VI with FPGA VI, it 's mean that the Host VI could not communicate with PFGA VI. how to solve that?
is there any way to simulate the Host VI without the FPGA device?
thanks very much
charles
12-05-2006 10:36 AM
09-20-2011 03:51 AM
Hi Luca this is Manick.... in previos forum of others.. u displayed a msg that DAQmx not support R series.... i have a great doubt on this ..... In "Device aand interfaces" of the MAX my device PCI7830R was detected.... but its property list was not showing..... and also the physical channel list was seems to be blank... its not detecting the card... i dnt know what is the prob??..i am using Labview 2010 and Max version of 4.7 which supported by NI DAQmx driver 9.2.3............ i have to connect SCB68 with the DAQcard ... so DAQmx is the only step to do that right? or having any other way? hope u reply.... or mail to me gopimsc.n@gmail.com
09-20-2011
04:09 AM
- last edited on
04-21-2025
12:06 PM
by
Content Cleaner
The PCI-7830R is only supported by the drivers NI-RIO and not NI-DAQmx. If you have NI-RIO installed on your computer, the PCI-783xR will appear under "Device and Interface" with his FPGA but not the channel that are only shown in the project.
To start working with the PCI-783xR, I suggest you to follow a LabVIEW FPGA Course near your location. ni.com/training or consult those web site:
Best regard,
Nick
09-20-2011 05:20 AM
Hi thanks Nick for your reply.... so u r saying using PCI7830R in DAQmx is not possible.... ok... already i tested Digital IO lines by using Project explore for the card 7830R , its working... now what i want to know is... i have to connect SCB 68 with this card and have to test a simple VI.... now if iwant to conect thoes both via Project Explorer means...what steps i have to follow... can you give me suggestion ?
09-21-2011
12:51 AM
- last edited on
04-21-2025
12:08 PM
by
Content Cleaner
To use the Analog of the PCI-783xR input with the SCB-68 and according to the following KB (Compatible Devics and Cabling for the NI SCB-68 Terminal Block), You have to connect the SCB-68 to the connector 0 using the cable SHC68-68RMIO. The pinout is described in the User Manuel on page A-3.
The Getting Started with R-Serie Multifunction RIO, Step 4 on page 8 descript how acquire analog signal using a simple VI example.
Best regard
Nick
09-21-2011
01:47 AM
- last edited on
04-21-2025
12:09 PM
by
Content Cleaner
Hai Mr.Nick thanks for your reply.... Actually i done Digital Input and Output Example VI... according to my DAQPCI7830R ... it was working good, i done that without connecting SCB68..., now what i am asking is now i connect SCB68in 0 Connecter via the cable SHC68RMIO.... now the thing is.... i am not using any function generator or mutimeter to connect in SCB68 to show output.......i want to show a graphical result in front panel of labview....hope u got it.... if i want to do like that means, i want to create a VI right? how to create that VI? and is possible to mapped the 7830Rcard and SCB68 in that VI?
http://www.ni.com/swf/demos/us/pci/ this link is SCB68 with some other DAQ card.... i am asking similiar to this we can do for PCI7830R in FPGA (Project explorer)? or similiar to this anyother way?
09-21-2011 04:28 AM
Hi,
It is not possible to use Express VI with the PCI-7830R. With the RIO device, you have a direct access to the FPGA and that means that you are able to program how the device act. Directly on the Hardware.
So read, the step 4 of the Getting Started (link on my last post). You can also have a look on the example DMS Buffered Acquisition (Ni Finder Example -> Hardware Input and Output -> R Series -> FPGA Fundamentals -> DMA). Have also a look on the the LabVIEW FPGA Module Training, chapter 3,4,5,6, 8 and 9 (link on my last post).
Otherwise, National Instruments provide some very good Training Classes.
Best regards
Nick