![]() |
Relay code
How do you program a spike relay? For example what code would i use to get a spike relay to go forward, then stop?
|
Re: Relay code
Do you want it to go forward for X seconds, or when you press a stop button?
To create it, you'd first make the object in Java. Code:
Relay myRelay = new Relay(int moduleNumber, int channel);Code:
myRelay.set(kForward);Code:
myRelay.set(kOff); |
| All times are GMT -5. The time now is 22:20. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi