10-27-2021 09:17 AM
Dear All,
I am finding loads of info on what versions of LabVIEW support Fieldpoint, but nothing on Teststand.
I have inherited a test where Teststand addresses Fieldpoint directly, i.e. not via a LabVIEW VI. Does anyone know the latest version of Teststand which can talk to Fieldpoint this way, and can it run on Windows 10?
Regards,
Theo
10-27-2021 09:31 AM
TestStand interacts with Hardware via the Adapters.
So you use LabVIEW, CVI, DLL, Python...etc. Code to work with your Hardware.
10-27-2021 10:20 AM
I am used to using LabVIEW adapters to call VIs but this looks different. I will delve deeper and maybe see if I can get some pictures.
Thanks,
Theo
10-27-2021
04:29 PM
- last edited on
04-04-2025
01:50 PM
by
Content Cleaner
Compare this (I assumed we are talking about NI-FieldPoint driver for LabVIEW) and this.
As DesasterMaster mentioned you use TestStand to call code modules developed using other technologies. So you should not look at FieldPoint/TestStand compatibility but rather make sure that TestStand is compatible with the language you used to develop your FieldPoint software component (for example your FiledPoint LabVIEW driver).
EDIT: I also found this. It might be important.
04-07-2025 01:11 AM
Thanks for all your help! I will just go with the LabVIEW version going forward Ian