Geometric interpretation of ranks of matrices gathering coefficients of 3 affine and associated vectorial planes
Solution 1:
This array displays the different possible cases :
Let us first recall that the rank of a matrix $M$ can be considered at least from 2 angles of attack: (a) rank of its columns' space or (b) max. size of a non zero determinant of a submatrix.
Remark; there is a third characterization: (c) by using rank-nullity theorem: $rank=4-dim(ker(M))$.
Now, let us explain some aspects of the array above.
4 squares are hatched due to the fact that
$$rank(M^*) = \begin{cases} rank(M)\\ or \ \ rank(M)+1\end{cases}$$
Indeed,the rank of $M$ is (characterization (a) above) the dimension of $E:=vect (columns(M))$; extending $M$ to $M^*$ amounts to add a column belonging already to $E$ (rank preserved) or not (rank increased by one unit).
I do not give a detail for each case. Let me only give a treatment of the case you have been struggling with, the case of 3 parallel planes.
Their equations
$$ax+by+cz=d_k \ \ k=1,2,3$$
involve matrix :
$$\begin{pmatrix} a&b&c&d_1\\ a&b&c&d_2\\ a&b&c&d_3\\ \end{pmatrix}$$
on which we could discuss its rank (rank = 1 or rank = 2) using characterization (b). But it is simpler to consider it from the point of view of linear combinations:
$$\exists x,y,z \ s.t. \ x \begin{pmatrix} a\\ a \\ a \end{pmatrix}+y\begin{pmatrix} b\\ b \\ b \end{pmatrix}+z\begin{pmatrix} c\\ c \\ c \end{pmatrix}=\begin{pmatrix} d_{1}\\ d_{2} \\ d_{3} \end{pmatrix}\tag{2}$$
which will have a solution (in fact an infinite number of solutions) if and only if the last vector is in the range space of the first three ones, i.e., if and only if all its entries are identical. If one of the entries is different from the others, the rank of $M^*$ becomes $2$.
Let us come back a short while on the case where $d_1=d_2=d_3$. In this case, (2) is equivalent to the fact that $x+y+z-d_1=0$ has a 2 dimensional space of solutions.