Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Triggering

  • 12-07-2010 5:46pm
    #1
    Registered Users, Registered Users 2 Posts: 41


    This may be a stupid question to ask in an engineering forum but can someone offer me a simple explanation of the concept of triggering in electronics? :confused:


Comments

  • Registered Users, Registered Users 2 Posts: 5,401 ✭✭✭DublinDilbert


    It can mean a few different things.

    On a scope you set the trigger level and direction (rising/falling edge), so when the incoming signal matches, the scope will trigger and start recording.

    The same is often done in electronic circuits, you design the circuit to do something when an event happens.


  • Registered Users, Registered Users 2 Posts: 1,134 ✭✭✭FarmerGreen


    A trigger starts an event that runs to completion.

    As in a gun, you pull the trigger and the bullet comes out the end of the barrel.
    Taking your finger off the trigger wont stop it happening.

    Like in the scope example, when the signal voltage reaches a certain point the timebase runs until it reaches the end.

    In a flash gun, the capacitor is charged to about 400 volts but the tube needs a kick to conduct. So theres a miniature ignition 'trigger' coil that provides a 5Kv kick to start ionisation.

    Another example would be in the civil use of explosives for mining or demolition, where the explosive is insensitive to shock, fire, storage conditions etc.
    Yet with a certain trigger energy it operates reliably.

    Triacs, SCRs, Thyratrons etc all have the ability to switch large currents from a small trigger.

    Not a stupid question Kurt, in fact its good fun to give 'experts' brain ache.
    [


  • Registered Users, Registered Users 2 Posts: 1,129 ✭✭✭pljudge321


    Its hard to know exactly what you mean but here's my stab at explaining clock - edge triggering in an electronic circuit.

    Synchronous electronic circuits have a system clock, kind of a like drum beat, keeping everything working at the same pace and in time with each other.

    The clock is simply at fixed frequency square voltage varying between two voltage levels. The high voltage level usually represents binary 1 whilst the low represents binary 0.

    Each synchronous device in the circuit, such as flip flops, shift registers etc only perform an action when the system clock changes value. If they change on the switch from 0 to 1 in the clock they are positively edged clocked and if they change on the switch to 1 to 0 they are negatively edged switched.

    Hope this helps.


  • Registered Users, Registered Users 2 Posts: 41 kurt largo


    Ok thanks for those explanations, I think I have a good idea of what's meant by triggering now :)


  • Closed Accounts Posts: 7,134 ✭✭✭x in the city


    or in HDL its normal to use syntax like

    always @ posedge clk.....

    do something


    then all the next operations will be carried out at positive edge of the clock cycle, its to keep things in sync as previously explained.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 1,129 ✭✭✭pljudge321


    OP I recommend this program to have a play around with if you want to get a better idea.


Advertisement