Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

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

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!