10-01-2018 11:12 AM
Hi,
Is it possible to Read the Qorivva MPC5604P microcontroller register values using the Teststand?
Please suggest.
Regards,
SK
10-01-2018
11:21 AM
- last edited on
11-05-2024
10:57 AM
by
Content Cleaner
Technically you would need a code module to do the actual reading. TestStand is a test executive and a scripting language that calls code modules. Code modules can be written in LabVIEW, .NET, ActiveX, C, C++, etc... So if one of those languages can do it then TestStand can call it.
In addition to any command line calls, adapters are what interface to the different languages. Here is more about them: https://www.ni.com/docs/en-US/bundle/teststand/page/module-adapters.html
Cheers,
10-01-2018 01:30 PM
Thanks for your inputs.
Regards,
SK