flashing light with a pico

Pico dont have real time seconds so you have to do it by your self


-T2
-I/I--------{T1}-- 5 sec for exsampel

-T1
-I I--------{T2)--5 sec

-T1----T2
-I I---I/I----{output}---light


Hope I helped
 
ArikBY,

I tried to explain this to you on site and through a Private Mail. Type it in exactly as you see below. The key to making this work is to use the words LADDER and /LADDER surrounded by square brackets.

[LADDER]

T2
---|/|------------(T1) 5 sec for example

T1
---| |------------(T2) 5 sec

T1 T2
---| |---|/|------(Output) Light


[/LADDER]
 
Still lost. You are showing XIO. I dont think PICO has XIO bits.
Also, the timers in a PICO are different and behave different from any other AB PLC.
 
9'er...

That Pico thing ain't much of a PLC. It is a "switcher".

However, if you are willing to use a real control relay in addition to the light, this will do you.

3f834f1b076edd4a.gif



The switch at the left is the primary source. The Normally Closed CR Contact is of course controlled by the Control Relay.

The output from the top timer goes to the light AND to the input for the bottom timer. These are real inputs and outputs.

When the switch is closed, CR is OFF and -|/|- is closed.

The top timer runs for 1-second then turns ON the light.

When the light comes ON, the bottom timer runs for 1-second.

When the bottom timer times out, the CR is turned ON which opens the contact... the top timer is reset along with the bottom timer.

The -|/|- closes again and the cycle repeats.

This shouldn't be too tough on the CR Contact. However, the same effect can be had with a solid-state switch without stress.
 
here is how I did it...

I1----------TT1
T1----------{Q1


T1 was set up as a flasher (||) with a time of 1 second.
I made it a flasher because it resets its self. I am still working on another way...
 
Arik is correct, principle is same

Terminology is different but application is same. XIO is same thing (more or less) as a normally open contact, XIC is same thing (more or less) as a normally closed device.

Pico uses the terms normally open contacts and normally closed contacts...kind of like real relay applications.

I downloaded Pico Software 3.0...dont think I will bother with using them. For the price I prefer using an AD DL05, the DL06 is a mini-powerhouse for the price, which is also comparable except for cost of software but if Pico Software is an indication of what you get FREE then I think I would prefer to pay something.

Anyway Pico software uses the terms Contact for inputs like XIO/XIC and Coils for outputs.

Actually I wish I was as good as Arik because if you look closely at what he has shown it should work with the Pico...verbatim, forget about nomenclature and look at the symbology.
 

Similar Topics

Hi Guys, I have a 1769-L24-QBFCB1 that has the OK light flashing on the embedded counter module. The manual states it is a resettable fault, but...
Replies
0
Views
98
I have a Micro820, yes I know they are hated. I have a brand new Micro820 that I programmed with a Micro SD Card. Once I got it programmed, I...
Replies
5
Views
876
Is there any way to recover a L33ER flashing red OK light or is it just a paper weight?
Replies
4
Views
2,156
Hello, I have built a panel with the following components in it. 5310 AB Panelview 5069-L306ER PLC 1606XLE120E power supply A circuit breaker...
Replies
4
Views
1,942
Hey guys, I'm super new to troubleshooting PLCs and was hoping I could get some guidance I've got a machine I'm commissioning and it's kind of a...
Replies
27
Views
10,429
Back
Top Bottom