Marco Galván Posted February 22, 2022 Report Share Posted February 22, 2022 We have a reactor sterilization system that prints a ticket at the end of the process cycle, but sometimes it is not printed or comes out with missing data. Does anyone have an idea what could be wrong? The printer is an EC LINE 82320. The PLC is a USP-104-B10 and the communication method with the printer is rs232. Quote Link to comment Share on other sites More sharing options...
MVP 2021 Joe Tauser Posted February 22, 2022 MVP 2021 Report Share Posted February 22, 2022 Is the problem repeatable or predictable? Do you have access to the program? You'll need it. You need to isolate the problem to either the PLC program or the printer. I would start by connecting an RS232 terminal to where the printer is connected and trigger the print over and over, checking to see if the string coming from the PLC is what you expect. Joe T. Quote Link to comment Share on other sites More sharing options...
Marco Galván Posted February 24, 2022 Author Report Share Posted February 24, 2022 On 2/21/2022 at 9:56 PM, Joe Tauser said: Is the problem repeatable or predictable? Do you have access to the program? You'll need it. You need to isolate the problem to either the PLC program or the printer. I would start by connecting an RS232 terminal to where the printer is connected and trigger the print over and over, checking to see if the string coming from the PLC is what you expect. Joe T. the failure by printing is sudden let's say that it can not be predicted. example makes 3 impressions well and fourth does not. Then it does a good that would be the 5 and the sixth no, it is something variable. I have the program but it is somewhat confusing how the impression is executed I have written some example but it is not yet clear to me. But on the part of the communication parameters. I attach a couple of photos, where in one comes the complete impression and the other incomplete that is always the last part of the cycle. Quote Link to comment Share on other sites More sharing options...
MVP 2021 Joe Tauser Posted February 24, 2022 MVP 2021 Report Share Posted February 24, 2022 The printer looks to be OK. Printers generally work or they don't. Something in the program that generates the print is not being triggered. Joe T. Quote Link to comment Share on other sites More sharing options...
MVP 2021 kratmel Posted February 24, 2022 MVP 2021 Report Share Posted February 24, 2022 Hi, if you look at two photos - something went wrong on the starting lines. You can find No.Ciclo in the first photo, but not in the second. There are other differences. I believe that the main problem is the operator's error when starting the machine cycle. Different operator names on both papers are different human behaviors. Some data is not entered into the PLC (HMI) and after starting the ladder logic - they do not generate the correct print sequence (or generate the wrong control character). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.