Hello,
is there a new line character in RAPID? Something equivalent to in other programming languages like Java, C++, PHP etc.
Thank you,
Marcel.
Hello,
is there a new line character in RAPID? Something equivalent to in other programming languages like Java, C++, PHP etc.
Thank you,
Marcel.
Hello,
I believe that the new line character is A. I haven’t tried it, though.
Good luck!
BR frpa
It is,
as you can see in Rapid manual for the SocketConnect Intruction.
DA = CR + LF
Jet
It worked, thank you!