LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is there any daq-card-emulation? wanna avoid changing my vi when transfering from pc with cards (pci6071E and pci6713) to a pc without.

i am working w labview 5 on a intel pentium (windows nt). my control pc has 2 i/o-cards: 6071E and 6713. the pc is located i a noisy lab w/o any aircondition. for this reason i want to improve my vi on a different pc. but i cannot buy more daq-cards. for this reason, i´d like to know whether anybody had a similar problem and maybe programmed a emulator (as used in former times: you wanted to run matlab but you did not have 80287 math processor - you used an emulator to pretend the existence of this unit).
thank you very much in advance
heinrich
mailto:schieferstein@lrz.tum.de
0 Kudos
Message 1 of 6
(3,074 Views)
Hi heinrich,
if you have both computers (desk and lab) in a good network, you can use remote desktop applications in order to access the lab computer. If the network it's not so performant, you can map the HDD of the lab comp. as a network drive, edit VIs with your desk comp. and use remote desktop just to run them in the lab.
0 Kudos
Message 2 of 6
(3,074 Views)
thank you very much. i already tried both. using vnc is too slow. in fact, i even wanna avoid using the network. wanna edit when travelling or at home w/o being online.

thanks a lot, i didnt erpect such a fast reaction to my request 🙂
0 Kudos
Message 3 of 6
(3,074 Views)
Another possibility is to have NIdaq installed on your system without any IOcard.
I always build wrapper vi's at the appropriate level and with one global boolean (simulateIO) I control in the wrapper vi if the real DAQ code or the simulation is called.
greetings from the Netherlands
0 Kudos
Message 4 of 6
(3,074 Views)
Heinrich;

I believe a good solution for your issue, is, as you have two machines and one already has some DAQ boards, to take advantage of the NI-DAQ RDA (remote device access).
You can configure a RDA server, and create some virtual channels on your Lab PC, and access those virtual channels, remotely, by your test PC. By doing that, you can run a VI acquiring data remotely, using the DAQ boards on a different machine.
Hope this helps.
Filipe
Applications Engineer
National Instruments
0 Kudos
Message 5 of 6
(3,074 Views)
THIS IS NOT A ANSWER BUT A COMMENT (to my own question): thank you vrey much, folks, for your kind comments and hints. in fact i´d prefer to work absolutely indepentend of our lan (at home, at the beach 😉 e.g.). i am looking for an emulation of my daq-hardware or sth enlse which enables me editing "offline", copying to my lab-pc and so on, without exchanging any vi or sub-vi.
heinrich
0 Kudos
Message 6 of 6
(3,074 Views)