11/20/2014 5:46 PM | |
Posts: 1058 Rating: (93) |
Hello fawads, look here: SIMATIC MV420 / SIMATIC MV440 V6.5 you will find Network ans system interfacing in chapter 4 process interfacing via an automation system (PLC, PC) in chapter 9 regards |
11/20/2014 9:07 PM | |
Joined: 10/28/2014 Last visit: 1/18/2024 Posts: 20 Rating: (0) |
The project uses FB79 block and I am using TIA portal v12 While using camera with profinet interface do we need to use these IN_OP and RDY bits ? or these are to be used when communication being done with RS232 ? I followed the document available on siemen web Link the documents state at pg22 : IN_OP and RDY bits to be true for camera to be able to communicate For MV 420 do we need to configure these bits if yes than how? as I check the manual and it states that MV 420 has different default value for the bit . (attached pic )
|
Last edited by: Min_Moderator at: 21.11.2014 09:14Edit link Last edited by: fawads at: 11/20/2014 9:11 PM |
|
11/21/2014 12:25 PM | |
Joined: 10/1/2013 Last visit: 5/8/2024 Posts: 605 Rating: (71) |
You don't need to set those bits (RDY; IN_OP). Those are just status bits the PLC receives from the MV via FC79. |
11/26/2014 1:22 PM | |
Joined: 10/1/2013 Last visit: 5/8/2024 Posts: 605 Rating: (71) |
Hi, 1) Do you mean theoptions IN_OP and RDYat the WEB interface under"Connections" -> "Digital I/O"? You can ignore Digital I/O. You can control everythingvia PLC. Those status bits are connected to the PLC after you drag&drop your MV GSDML into your project. Therefore you only need to connect your MV via Ethernet to your PLC. You can find the I/O address of your control byte (containing IN_OP and RDY) at the options of your MV device in the HW config. Note: you can not set the IN_OP and RDY bit. These are outputs of the camera. You can find the values of these bits inside the control byte (e.g "I 0.0" for IN_OP and "I 0.2" for RDY). 2) You don't need optional licenses for DMC or BAR code reading. 3) After setting the MV to run (by choosing a MV program at the WEB interfaceat"processing" and pressing "Start") you can trigger a captureand get the result by the PLC: -fill in the inputs needed at FB79 -set "COMMAND" to 16#0081 trigger and reading result -the DB are connected to "RECV" now shows the result of the capturing ... 4) "Display condition is not fulfilled" appears if there has not been a trigger for capturing yet. Note: You need the right GSD for your FW version. In your case you can download the GSD for FW5 here: http://support.automation.siemens.com/WW/view/en/68188494 The explanations in the manual mentioned by eisenpferdreiter are really accurate. Attentively read them. Another solution is to switch to S7-1200 or S7-1500 and using FB101 (Ident profile) which is way easier to handle (http://support.automation.siemens.com/WW/view/en/90063944). |
Follow us on