07-19-2023 08:16 AM
Hello,
I have LabVIEW 2021 in my machine, installed required drivers and connected it with NI compact chassis 9145. I still could not detect the device in my labview environment. Can you advice me if I am missing anything?
Thanks,
Manoj
Solved! Go to Solution.
07-26-2023 07:54 AM
The NI-9145 is a slave device and needs a master device connected to it, like a cRIO-9074. You configure the master and slave devices through MAX under remote systems. Once configured, you can add them to a LabVIEW project.
The 2021 drivers may not work for this setup, as the EtherCAT driver only supports the NI-9145 up to version 19. It is recommended to use the same version of all the required drivers installed in the following order:
1. LabVIEW 2016 or later
2. LabVIEW 2016 Real-Time Module or later
3. NI CompactRIO Device Drivers August 2016 or later
4. NI-Industrial Communications for EtherCAT 16.1 or later
5. LabVIEW 2016 FPGA Module or later
Links you might find useful:
NI-9145 Getting Started Guide
Setting UP EtherCAT
NI-RIO and LabView Compatibility
Hope this helps!
07-27-2023 09:48 AM
Hello Apex Waves,
Thanks for your response. Just an added information, I am using this NI -9145 expansion chassis with the EtherCAT Ackermann Library as the master.
"The 2021 drivers may not work for this setup, as the EtherCAT driver only supports the NI-9145 up to version 19".
When you say EtherCAT drivers only support NI-9145 upto version 19, will the following combination of things will be fine?
1. LabVIEW 2018
2. LabVIEW 2018 Real-Time Module
3. NI CompactRIO Device Drivers August 2016 or later
4. NI-Industrial Communications for EtherCAT 16.1 or later
5. LabVIEW 2018 FPGA Module.
Let me know if any comments.
Thanks
07-27-2023 11:09 AM - edited 07-27-2023 11:09 AM
07-27-2023 11:11 AM
Great. Will update my drivers accordingly. Thanks much