WAGO - Simple Ladder Logic Question

plc_rookie33

Member
Join Date
Jan 2015
Location
PA
Posts
2
I am new to PLC programming and recently purchased a demo unit for a WAGO 750-881. I am trying to do a simple test in ladder logic that does the following:

- I have a value being written to a Wago 750-881 and stored in a global variable of type int, labeled Chan100.
- I also have a contact, labeled Signal that will be used to block or unblock a count.
- I have a counting device that is sending constant pulses to a R_TRIG (made a small simulator rung to simulate pulses every 3ms to test)

When Chan100 = 0 and Signal is ON, I want the counts to go into another global variable of type int, labeled Chan3.

When Chan100 = 1 and Signal is ON, I want the counts to go into another global variable of type int, labeled Chan4.

Could someone help me figure out how many rungs I will need in the ladder and what that should look like? I attached the sample Codesys file that I started if that helps. I am sure it is something very easy that I am missing.

Thank you all in advance!
plc_rookie33
 

Similar Topics

Hello guys, C# developer here, and I've been dropped into the middle of the PLC programming sea and I need to fix a lifeboat asap ;) Hardware...
Replies
5
Views
6,336
Hello, I am in possession of a WAGO PFC 200 750-8216 which I was successfully able to set up as a Modbus RTU Master to a slave device using...
Replies
0
Views
76
I have a project to setup base programs across multiple PLC platforms that can be used for Modbus communications to various sensors that have...
Replies
0
Views
117
Hello, I m having a problem with wago 750-862 plc. The plc won't start automatically in run mode after a power reboot. I've also tried the...
Replies
4
Views
343
Hello everyone, I am trying to setup a Wago 750-8100 PLC to send a text message out via ethernet port, if I get a Digital input that is true. I...
Replies
0
Views
342
Back
Top Bottom