Reposting old Question and Documentation Request

Im Repostiong the question: RFID with Balluff from @AaronV

where do I get documentation that how the TCP nodes work?

Many thanks in advance :slight_smile:

The TCP nodes (like most nodes) have built in documentation (side bar, help)

The balluff protocol is a simple ASCII protocol and is well documented in the manual.

Give it a go & if you get stuck, head back to the forum with a specific question.

If you are new to node-red, I would recommend watching this playlist: Node-RED Essentials. The videos are done by the developers of node-red. They're nice & short and to the point. You will understand a whole lot more in about 1 hour. A small investment for a lot of gain.

2 Likes

No, this will not create a buffer, it will create an array.
And even if it was a buffer or array of byte values, you cannot fit 512 into a byte (0x0 ~ 0xFF / 0 ~ 255 / 1 byte / 8 bits)
Lastly, you cannot just leave gaps in the byte array unless you later fill them with zero (before transmission)

In an effort to get you moving, can you point to (or screenshot) an actual TCP communication example
(including what to send and the format of the response) from the Balluff manual & i will show you how to construct the necessary packet.

It seems you have started a new thread around the same subject.

Please continue on 1 thread only - as this just causes confusion.

Continued here: Sample buffer Data for testing