Re: [TCP Send Data format](/topic/5110/tcp-send-data-format)
I found this previous thread with the same situation as the one I'm dealing with. However, my particular situation is that 0s (zero) are not being transmitted. It appears that if the parameter is a value of zero then it is just skipped. (I need the zero to be included to preserve the expected message format on the other end.)
I have reduced the situation to the very simple example below.
In the above example, parameter 1 and parameter 3 are transmitted as the anticipated values. However, parameter 2 is skipped - the zero is not transmitted
If I use any of the other available formats in the "TCP Send" actor I just get the ASCII representation of a zero and not the value zero.
What am I missing?