print labels from processflow

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
redluv
Basic Member
Posts: 11
Basic Member
    Hello,

    I'm investigating the ability for ProcessFlow to print to a label printer as part of a flow. Anyone doing any printing? If so, how? Writing to a file and calling a system command? WebRun node to a web based print util?

    Thanks in advance,
    redluv
    George Graham
    Veteran Member
    Posts: 201
    Veteran Member
      I've actually done this with an older Zebra label printer. You eluded to it, but we built a text file with the appropriate info, then issued a cat of the file with the output going to the designated printer. The "trick" was that we had to embed the appropriate ASCII codes for what the printer was looking for in terms of "next page" (which was next label), etc.... But you should be able to test that outside of the flow to get it working, then just wrap it in the flow as needed.
      redluv
      Basic Member
      Posts: 11
      Basic Member
        Thanks, that's an interesting idea. I'll check with my system admin on catting to the printer. We're on iSeries to make things extra fun.