Kumar
Kumar

Reputation: 23

How to display Text in new line in CoDesys visualization

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

Upvotes: 1

Views: 6073

Answers (2)

Emm
Emm

Reputation: 521

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

I hope it works!

Upvotes: 3

vlad_vegesack
vlad_vegesack

Reputation: 36

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.

Upvotes: 2

Related Questions