Results 1 to 2 of 2
  1. #1
    75+ Posting Member PeterH's Avatar
    Join Date
    Dec 2006
    Location
    EDDM
    Posts
    148
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Pse help in realizing a software pulse in PMsystems

    Hi,

    at first: Happy New Year to all of you.

    Could someone pse help me to realize a software pulse in PMsystems.
    With this pulse (approx 0,5 second) a solenoid (to flip back starter switch) should be energized.

    I saw in the logics file the term "counter" but just can´t figure out how to use it.
    If that wouldn´t work out how about programming a loop which gives about 0,5 sec?
    Any hint highly appreciated.

    Thanks a lot in advance

    Peter

  2. #2
    New Member
    Join Date
    Dec 2011
    Location
    CH
    Posts
    1
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Pse help in realizing a software pulse in PMsystems

    the counter command syntax is : [variablename] = counter [targetvalue] [change per second]

    so if you use it as :

    val = 1
    val = counter 2 2

    it will reach 2 in a half second which is what you want.

    Regards
    Phil