PDA

View Full Version : Pse help in realizing a software pulse in PMsystems



PeterH
01-12-2012, 01:33 PM
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. :roll:
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

phil737
02-06-2012, 05:04 AM
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