Hi there, I would like to set up one of two scenarios for my current setup.
I have GE low voltage lights. I have a webcontrol board to hook up to TTL SSRs. The GE lights run off a 24v system, and basically shorting them to one pole activates a latching relay remotely, turning the light on. Shorting the 24v to the other pole reverses the latching relay. I will use one relay per pole per light to turn on and off with the SSR.
I want to send a half second command to close the relay and have it open back up immediately 1 half second later to prevent burning out the latching relays. I did some searching for this and wanted to see if the following would do the trick:
START
SET RAM1 CH
SET OP1 1
DELAY 500
SET OP1 0
END
Also, any good PLC tutorials out there? I did a quick google search that did not turn up much.
The other scenario has to do more with automation. I would like to automate the lights based on sunrise/sunset, and wanted to see if the PLC could reference an external value. If not, I can use openremote or some other item to scrape sunrise sunset
Thanks for the help in advance!
Nick
I have GE low voltage lights. I have a webcontrol board to hook up to TTL SSRs. The GE lights run off a 24v system, and basically shorting them to one pole activates a latching relay remotely, turning the light on. Shorting the 24v to the other pole reverses the latching relay. I will use one relay per pole per light to turn on and off with the SSR.
I want to send a half second command to close the relay and have it open back up immediately 1 half second later to prevent burning out the latching relays. I did some searching for this and wanted to see if the following would do the trick:
START
SET RAM1 CH
SET OP1 1
DELAY 500
SET OP1 0
END
Also, any good PLC tutorials out there? I did a quick google search that did not turn up much.
The other scenario has to do more with automation. I would like to automate the lights based on sunrise/sunset, and wanted to see if the PLC could reference an external value. If not, I can use openremote or some other item to scrape sunrise sunset
Thanks for the help in advance!
Nick