12/27/2011 8:01 PM | ||||||||||||||||||||||||||||
Joined: 4/22/2010 Last visit: 3/31/2025 Posts: 5697 Rating:
|
Hello, Set your clockmemory bit as shown in attached picture. Then you have thes bits available.
Use these bits with an and function together with the bit that triggers the alarm. I.E. A M10.5 // mb 10 is the clockbyte A your bit = Q10.0 Will give you a 1 sec. puls on output 10.0 Regards, Marcjan |
|||||||||||||||||||||||||||
Problem solved? |
||||||||||||||||||||||||||||
12/27/2011 9:26 PM | |
Posts: 39 Rating:
|
So: A M10.5 A 1.0 =Q0.0 And i set the memory byte to 5. ? |
12/28/2011 6:00 AM | |
Joined: 1/28/2009 Last visit: 9/15/2025 Posts: 6875 Rating:
|
Dear eden, If you set memory byte number correctly for clock memory, clock will be transferred to Q0.0 (in the following codes) only if the alarm bit (e.g M1.0) is active. [code]A M10.5 A M1.0 //Alarm bit = Q0.0[/code] Also check the following link: Self reset timer, or blinkingBest regards, Hamid Hosseini |
Follow us on