03-05-2024 01:27 PM
Hi Guys,
I would like to update the block of DIO config port that was used on in labview 2005, there is any equivalent block that do the same job with new version of labview ?
Regards
03-05-2024 01:49 PM
@RF1 wrote:
I would like to update the block of DIO config port that was used on in labview 2005, there is any equivalent block that do the same job with new version of labview ?
1. There was no "LabVIEW 2005". Based on your image and the year, I would say it was written in LabVIEW 8.0. Not that important, but it matters if you are trying to research how things were done then.
2. Learn the DAQmx API. DAQmx was a complete rewrite of the NI-DAQ (now referred to as Traditional DAQ) driver to make it A LOT better. For a direct replacement of the VI shown, you will need DAQmx Create Channel and configure it for Digital Output or Digital Input.