Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to make a pushbutton turn a switch on

Hi all,

I am using Lookout 4.

I have switch X in process A, and pushbutton Y in process B.

When pushbutton Y is pressed, I want it to turn switch X on. This will cause
a sequencer to start a series of actions that will eventually turn switch
X off.

How do I make this happen? I have tried making the Position Source of pushbutton
Y Remote, pointing to the URL of the switch X, using the data member .value
I can set this up, but this promptly causes an error:

"The remote position source is not writable"

Any ideas?

Thanks,
Kevin
0 Kudos
Message 1 of 2
(3,442 Views)
Hi Kevin,

You're doing the other way around. What you need to do is to remote the
Switch X in Process A to the PushButton Y's Value member.

Please note that the Switch will remain On only for the duration the PushButton
is depressed. To overcome this, you could use a FlipFlop triggered by this
Switch as your input to the Sequencer.

Regards,

Khalid


-------------------------
"Kevin Pinto" wrote:

Hi all,

I am using Lookout 4. I have switch X in process A, and pushbutton Y in process
B. When pushbutton Y is pressed, I want it to turn switch X on. This will
cause a sequencer to start a series of actions that will eventually turn
switch X off. How do I make this happen? I have tried making the Position
Source of pushbutton Y Rem
ote, pointing to the URL of the switch X, using
the data member .value I can set this up, but this promptly causes an error:
"The remote position source is not writable" Any ideas?

Thanks,
Kevin
0 Kudos
Message 2 of 2
(3,442 Views)