3/4/2022 9:55 AM | |
Joined: 6/1/2019 Last visit: 9/23/2023 Posts: 12 Rating:
|
Hi there. I am trying out a sample fbd logic mimicing a machine start stop to test iiot gateway using LOGO! 8.FS4_1 Please check it in the attachment. The application is simple - a start button that starts a machine on timer which is reset by stop machine switch and a stop machine timer is started. The valid and invalid job number is simulated using the counter and this value gets reset when machine a switched off. Instead of using real physical inputs, i am using the buttons present on logo PLC to simulate start and stop of machine. Now i want to add an emergency flag that can reset existing relay latches used in the logic and this flag can be activated using modbus signal obtained from iiot gateway. Is there any way to do it using FBD ? PS - I have strong software development background but i am fairly new to PLC logic development using FBD syntax and overall electrical wiring etc so any help with this logic developemnt regard will be appreciated. This rudimentary logic is useful for testing my iiot application but i want to explore the plc side developemnt too. AttachmentLOGO!Soft Comfort - LOGO! 8.FS4_1 Diagram.pdf (235 Downloads) |
Last edited by: harryjoshi at: 03/04/2022 11:34:56 |
|
3/4/2022 10:00 AM | |
Joined: 12/18/2014 Last visit: 12/5/2023 Posts: 31546 Rating:
|
Why do you double link to Bufferstack? Advertising? |
3/4/2022 2:33 PM | |
Joined: 12/18/2014 Last visit: 12/5/2023 Posts: 31546 Rating:
|
Please upload your LSC program as a ZIP file. A PDF file is not helpfull. |
3/4/2022 6:37 PM | |
Joined: 6/1/2019 Last visit: 9/23/2023 Posts: 12 Rating:
|
Ok. I will upload the required zip file. |
3/5/2022 6:32 AM | |
Joined: 6/1/2019 Last visit: 9/23/2023 Posts: 12 Rating:
|
Please check the lsc file in attachment - The relay latches B008 and B010 are redundant and maybe not required. Now i want to add a master reset for this logic. Please suggest me a solution for same. AttachmentTest-kpi10.zip (202 Downloads) |
3/5/2022 7:33 AM | |
Joined: 12/18/2014 Last visit: 12/5/2023 Posts: 31546 Rating:
|
I don't know anything about the Bufferstack.IO gateway, I don't anything about the syntax and so on. I have read the the gateway can communicate with S7 devices. So the new M3 in the changed program is by S7 M0.2. And you must note that you don't make overlaps in the VM area of the LOGO!. You use in the first I/F converter the address VD0 (VM0), in the second I/F converter the address VD1 (VM1). This overlaps. VD0 = VW0 + VW2 = VB0 + VB1 + VB2 + VB3 = V0.0 to V3.7. VD1 = VW1 + VW2 = VB1 + VB2 + VB3 + VB4 = V1.0 to V4.7. You see, both write in the VB1, VB2 and VB3. So I have set the address of the second I/F converter to VD4 (VM4) AttachmentTest-kpi10_V2.zip (175 Downloads) |
This contribution was helpful to
1 thankful Users |
Follow us on