String

  • Bonjour


    J'aimerais savoir comment on fait pour lire/ isoler un caractère dans un sr sur le teach pendant. Et ensuite pouvoir via ce caractère appeler un programme.


    Cordialement

    14juste

  • AD
  • Quote

    I would like to know how to read / isolate a character in a sr on the teach pendant. And then be able to call a program via this character.


    To call a program via SR programmatically is simple:


    : CALL SR[1];


    You can concatenate using +:


    : SR[1] = SR[1] + SR[2]


    And I believe there is a substring command in the instruction menu.

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