4/23/2011 4:29 PM | |
Joined: 6/7/2010 Last visit: 7/9/2024 Posts: 571 Rating:
|
Dear All, In ATC program I need to add an option, While one Memory Bit is high in PLC i need to jump the program to END & Give an alarm . How can I modify the program? Find the attached current ATC program. AttachmentATC.pdf (130 Downloads) |
Regards, |
|
4/25/2011 5:07 AM | |
Joined: 10/17/2007 Last visit: 3/25/2025 Posts: 4253 Rating:
|
you can use fast nck input. check 840D DoconWeb, LIST for NC Varables and check "Function Manual Extended Functions" (A4) for digital nck i/o. i checked your atc programm. i think you will know how to modify NC prog.to jump to msg"abc" then jump to end( using GOTO) br. |
If you like my comments please |
|
4/25/2011 8:06 AM | |
Joined: 1/29/2008 Last visit: 7/26/2022 Posts: 419 Rating:
|
Hi I assume that your system is a 840. You can use "Read/write PLC variable" function. For that you must write the variable in the PLC with the FC 21 function and read it in the part program with &A_DBB for example. For more information please read (i.e) following documentation: https://www.automation.siemens.com/doconweb/pdf/SINUMERIK_SIMODRIVE_04_2010_E/FB1.pdf?p=40#page=40&view=FitBH,0&pagemode=none Another way is to use a M function which in PLC toghether with your memory bit to generate an allarm. In the part program you can use a GOTOF... to jump at the end of the program. Good luck Nit |
Last edited by: Nit at: 4/25/2011 8:34 AM |
|
Follow us on