Mindblown: a blog about philosophy.
-
Histogram with normal distribution overlay in Excel
This tutorial will walk you through plotting a histogram with Excel and then overlaying normal distribution bell-curve and showing average and standard-deviation lines. To produce my random normal samples I used VBA function RandNormalDist by Mike Alexander. I created samples with a mean of 100 and standard deviation of 25, function RandNormalDist(100, 0.25). The actual mean and standard deviation…
-
Free copy of The Building Code of Australia (BCA)
What a free copy of the building code of Australia (BCA), the Australian Government has made it public. In order to promote public education and public safety, equal justice for all, a better informed citizenry, the rule of law, world trade and world peace, this legal document is hereby made available on a noncommercial basis,…
-
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;
-
The benefits of builder brokers
It is known that mortgage brokers and insurance brokers are useful to get the best possible service at the best possible price. I thought I would share my knowledge of builder brokers, and whether they can benefit those building a home or development. Note this analysis and opinion is purely based on my knowledge and…
-
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…
-
DIN rail single phase two wire energy meter Lanx Australis LXEM180 manual
Here is the closest replication manual for the Lanx Australis LXEM180, which is available from Schnap The manual is another rebadged version, operation is exactly the same. DIN rail single phase two wire energy meter LXEM180-PRO2DM.pdf
-
AFS Walling Solutions – permanent formwork concrete walls review
Recently I did some research into the AFS Logic Wall product as an alternative to brick for a development I am working on. AFS is a permanent formwork concrete wall solution, what this means is instead of creating the timber frame on site for the concrete pour, a factory creates a shell which is then…
-
Monitor CMS2000 inverter via TCP/IP with USR-TCP232-E4 RS232/IP convertor
After months of waiting on hardware to arrive and playing around with different configurations, I have finally got my CMS2000 inverter to work through TCP/IP with POE. RS232 to USB converter The CMS2000 is a 2kW inverter with an RS232 connection for communications. If you simply want to view the data locally via a laptop,…
-
Create a large photo grid collage offline
I was wanting to make a simple large photo collage in grid form, after some quick Google searching, I found mainly online options, and who wants to upload 100+ photos. I stumbled on the option of FastStone Image Viewer, I had used FastStone Image Viewer previously, moved onto FastStone MaxView, but didn’t realise it had…
Got any book recommendations?