Tag: LabVIEW

  • Automatically start and run LabVIEW VI

    Here is an AutoIT script and executable that takes a LabVIEW VI path, opens the VI and then runs the VI. Script and download below. Open and Run LabVIEW VI AutoIt Open and Run LabVIEW VI EXE Use as follows;

  • Log solar generated to PVOutput with LabVIEW

    Here is the full LabVIEW code to read a CMS2000 inverter solar generation, including power, voltage and temperature, and then logging it to PVOutput. The data is read from the CMS2000 every 1 second and averaged over 5 minutes, as PVOutput only supports 5 minute intervals. The averaged value gives a better representation of the parameter…

  • Connect to CMS2000 solar inverter with LabVIEW and read power

    After a few weeks of ‘chasing the sun’, finally got something I am happy with, LabVIEW connects to the CMS2000 via serial interface and reads the parameters. Programmed as a state-machine, basic error checking and fail safes. Note, I am using a RS232 to TCP/IP adapter, I am guessing a lot of the peculiarities are due…