1

In CoDeSys visualization, how to display Text in newline.

I have a csv file which reads by CoDeSys and display the csv column text in CoDesys rectangle text block.

In csv file I tried giving $N, \n\r,\n, no chance

jh314
  • 27,144
  • 16
  • 62
  • 82
Kumar
  • 23
  • 1
  • 8

2 Answers2

3

To define a new line you have to type '$N'. Example: 'Hello$NWorld'

I hope it works!

Emm
  • 491
  • 5
  • 11
2

From: http://infosys.beckhoff.de/english.php?content=../content/1033/TcPlcControl/HTML/TcPlcVisu_edit_configElement.htm&id= one learns: "With the key combination Crtl+Enter you can insert line breaks, with Crtl+Tab, tab stops."

So, press Crtl+Enter to start a new line and check how CoDeSys separates lines. Hope it helps.