What instruction is a one shot for direct logic 405 software

The Positive Differential instruction is typically known as a one shot. When the input logic produces an off to on transition, the output will energize for one CPU scan. PD is a coil instruction.
-(PD)-
 
You can use a positive differential as a contact. There is a negative differential contact as well.
 
Tark said:
You can use a positive differential as a contact. There is a negative differential contact as well.

Lets clarify this. I have always used the coil instruction then used a contact for that coil instruction, old habits die hard.

There are other contact instructions that may be used too.
STRPD
STRND
ANDPD
ANDND
ORPD
ORND
 
rsdoran said:
There are other contact instructions that may be used too.
STRPD
STRND
ANDPD
ANDND
ORPD
ORND

Yes these are listed as different instructions, but depending on how you look at it they are all just the same PD and ND instructions. The difference is how they are used in a rung, which doesn't matter to the programmer if you are using Directsoft, but it does matter if you are using a keypad programmer.

I use the contacts, I find them easier to read. Although if your "old" you might find the coil easier. ;)
 
Depending on the processor, he may be able to use a PD contact that would operate from an normal coil. A word to the wise though, if your using a mechanical switch you might get a bounce, causing the PD to double "click".

In directsoft Edit mode, hit F7 then click on the contact tab, then click on Differential.

Edit: the PD contact is only avialable on the 450 cpu. All others will need a PD coil, then use a contact from that coil.
 
Last edited:
elevmike said:
Depending on the processor, he may be able to use a PD contact that would operate from an normal coil. A word to the wise though, if your using a mechanical switch you might get a bounce, causing the PD to double "click".

In directsoft Edit mode, hit F7 then click on the contact tab, then click on Differential.

Edit: the PD contact is only avialable on the 450 cpu. All others will need a PD coil, then use a contact from that coil.

Mike,

That is not true. I use the PD contact with the 250-1, the 260, and the 06. You may be looking in one of the older books.

Bob
 

Similar Topics

Hello everyone, I am a beginner in PLC programming and I need your help. I am trying to use a one-shot instruction in my program just to see how...
Replies
5
Views
1,785
I am new with siemens which instruction is used as Rising Edge One Shot. |p|. I need whenever Rising edge is detect only execute instruction one...
Replies
1
Views
3,560
The code of Emergency switch is following, when you press the switch the machine stop. In ControlFunctions : DIFU and DIFD is same variable ...
Replies
4
Views
6,389
What is the difference between the ONS and OSR instructions in the SLC/05. I've read the help for both instructions but the difference was not...
Replies
3
Views
4,205
Hi all, I'm trying to dectect the true to false transistion of a bit. I'm using a PLC5-40/E processor. I've decided to use the OSF instruction...
Replies
10
Views
8,957
Back
Top Bottom