Bhavin017 Posted April 5, 2024 Report Posted April 5, 2024 I am working on resolving issue in Press Machine where previous engineer has developed logic as per attached file. the atatched screen of HMI can only access by Engineer and only Engineer can set value of SPM (Stroke per minute). Once switch is set on the SPM of any job can not go beyond set value. The issue I am facing it when we power cycle, the switch get off and the register D2842 get SPM back to normal (set as per the die data) not by eng. How I can hold that data after Cycle power? Quote
Gambit Posted April 5, 2024 Report Posted April 5, 2024 You'll need to Latch D2842 in the PLC parameters. which controller are you using ? Quote
Bhavin017 Posted April 5, 2024 Author Report Posted April 5, 2024 (edited) @GambitI am using Q13UDEHCPU PLC. Also parameter setting is attached file Edited April 5, 2024 by Bhavin017 Quote
Gambit Posted April 5, 2024 Report Posted April 5, 2024 (edited) Then D2842 should be lachted, So it's either overwritten in the program (maybe an inital program) somewhere after a reboot or the battery has died. Is there a yellow LED lit on the CPU? Can you check the parameters if the battery detection is disabled Edited April 5, 2024 by Gambit 1 Quote
Bhavin017 Posted April 5, 2024 Author Report Posted April 5, 2024 let me check with the CPU and parameter and will get back to you. Thanks for your immediate reply @Gambit Quote
Bhavin017 Posted April 5, 2024 Author Report Posted April 5, 2024 (edited) Sorry but I am new in this field so i will ask some stupid question and I ask your pardon in advance. There is one more thing, what about the HMI Switch M635? because as per logic if that switch is off then R7444 value can not copy to D2842. and everytime Eng has to go to Press after power cycle to turn that switch ON. is there any way I can maintain status of that switch? Edited April 5, 2024 by Bhavin017 Quote
Bhavin017 Posted April 5, 2024 Author Report Posted April 5, 2024 1 hour ago, Gambit said: Then D2842 should be lachted, So it's either overwritten in the program (maybe an inital program) somewhere after a reboot or the battery has died. Is there a yellow LED lit on the CPU? Can you check the parameters if the battery detection is disabled I checked PLC and Battery is functioning fine. no LED on PLC for battery Quote
Gambit Posted April 8, 2024 Report Posted April 8, 2024 On 5-4-2024 at 5:24 PM, Bhavin017 said: Sorry but I am new in this field so i will ask some stupid question and I ask your pardon in advance. There is one more thing, what about the HMI Switch M635? because as per logic if that switch is off then R7444 value can not copy to D2842. and everytime Eng has to go to Press after power cycle to turn that switch ON. is there any way I can maintain status of that switch? Just Change M to an L device. Those are latched Quote
Gambit Posted April 8, 2024 Report Posted April 8, 2024 Then I expect there is something in the code on start-up. chianging the values Quote
Bhavin017 Posted April 11, 2024 Author Report Posted April 11, 2024 On 4/8/2024 at 2:49 AM, Gambit said: Just Change M to an L device. Those are latched thanks @Gambit. its Working on simulation. Will try that logic on machine next week Quote
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.