TPWRITE

I want to write on the FPU using tpwrite and I want to write text, var text in the same line. Is it possible with this instruction?

Any help?

Thanks

Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Not sure what you mean but you can combine string variables to a complete text

    Some examples

    myStringVariable + " just a constant string"

    myStringVariable1 + myStringVriable2
    Per Svensson
    Robotics and Vision Specialist
    Consat Engineering
  • Try this:


  • Thanks.
    Both works!

Welcome!

It looks like you're new here. Sign in or register to get started.