So, there are two approaches, each requiring virtual strings.
You go into Falcon strings area and hit the black plus to add virtual strings.
Set the number of channels for each "part" of the string.
You could either:
a) Set the first virtual string to be just the pixel count (3 channels each) but omit the last 3 address as previously mentioned above, that would take care of "end of string" pixel(s).
b) Set the virtual strings with a null count at the beginning of each virtual string segment where needed. So my first virtual string has channels 1-75 for my first 25 pixels, and the second virtual string has a null count of two with channels 75-150, so two pixels would be null mid-string. That takes care of mid-length pixel(s).
Null:
Used to define the number of nodes which will not light up at the start of the string. These nodes will pass data to the next node but will not light up. This is useful when there is gap between display elements larger than your pixel spacing and you don’t want to cut/splice the string between the nodes to accommodate for this. The pixel would stay dark and just repeat the data signal.