Hi everybody,
I have to install remote "cycle start" and "cycle stop" for a Sinumerik 840DI, using PLC Inputs.
With the help of Siemens manuals, I found the keyboard keys are mapped to Input Bytes 0 to 7. In my case cycle stop = I2.0 and I2.1 for cycle start. Those bits change to on and off when pressing corresponding button.
My idea was to add new input in plc program to start and stop cycle.
I'm surprise to see that input I2.1 is not used in the plc program.
Someone have an idea to start a cycle from the PLC ?
Thanks for help,
Guy
[?]: Sinumerik 840DI using PLC Inputs.
-
- Posts: 99
- Joined: Sat Feb 25, 2006 11:33 pm
- Location: Europe
-
- Posts: 4
- Joined: Thu Jul 17, 2008 4:59 am
- Location: China
Re: [?]: Sinumerik 840DI using PLC Inputs.
in 840di,system use fc9 process mcp.
in fc9, don't direct use i or q address,use pointer.
so you can't find cycle start or cycle stop address.
you can wirte a prograrm to control db21
in fc9, don't direct use i or q address,use pointer.
so you can't find cycle start or cycle stop address.
you can wirte a prograrm to control db21