11-06-2024 05:17 AM - edited 11-06-2024 05:17 AM
Hi,
I working with a PCI Express LPE-L122 board. https://www.tpm-pac.com/product/lpe-l122/
is it possible to develop software to control the motion of my platform with labview for this board?
are there any driver already for this board?
thank you in advance
11-06-2024 05:39 AM
The drivers for this board can be downloaded from the site under Resources. You either need the L122Setup32_2.9 or L122Setup64_2.9 installer, depending if you use LabVIEW 32-bit or LabVIEW 64-bit.
The driver provides a DLL interface that you would have to interface with the Call Library Node in LabVIEW for the various functions in the driver. The PCX-L122 Series Programming Manual V1.4 describes the different functions and their prototypes. The different API functions look fairly simply and should be possible to interface directly with the Call Library Node with no special tricks.
Once you have the VI wrappers for this driver, you will need to understand how to use those functions to achieve your desired functionality but that is totally independent of using LabVIEW or not.