Sign in to follow this  
Followers 0
PaulKim1003

RSLOGIX 500 String

3 posts in this topic

Hi,

I am trying to enter a new line in a string.

For example " Line 1 

                         Line 2"

 

Can this be done in rslogix 500 ?

 

Thanks

Share this post


Link to post
Share on other sites

Type the following including spaces

Line 1\0aLine 2

After pressing ENTER you should see

Line 1^JLine2

So the backslash is the lead in to the hex value of the character.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0