How to control LED RGB light through PLC?

Serhioromano

Member
Join Date
Sep 2015
Location
Kazakhstan
Posts
57
For example I have PLC that works with Codesys. Sorry my questions are going to be complete dumb.

How do i wire such a lamp to PLC? Directly or through RGB controller or may be repeater?

Do I use analog or digital outputs with PWM?

The task is this. There is fountain with LED lights 3 different circuits. I need to allow user:

- Manual set of brightness and color for every circuit.
- Change colors with preprogrammed algorithms
- Change colors based on music
 
For example I have PLC that works with Codesys. Sorry my questions are going to be complete dumb.

How do i wire such a lamp to PLC? Directly or through RGB controller or may be repeater?

Do I use analog or digital outputs with PWM?

The task is this. There is fountain with LED lights 3 different circuits. I need to allow user:

- Manual set of brightness and color for every circuit.
- Change colors with preprogrammed algorithms
- Change colors based on music

Which RGB lamps are you using ?

The music part will be the hard bit, personally i would look for something that provides this sort of functionality off the shelf:

https://www.amazon.co.uk/ACTIVATED-CONTROLLER-CHANGING-CHANGES-NIGHTCLUBS/dp/B0053YAXMI

http://www.ebay.co.uk/itm/5-Channel...DC-/251958450341?_trksid=p2141725.m3641.l6368
 
Which RGB lamps are you using ?

It does not matter. COnsider it just a 3 color LED. It might be 600W spot light or 6W LED strip.

The music part will be the hard bit, personally i would look for something that provides this sort of functionality off the shelf:

https://www.amazon.co.uk/ACTIVATED-CONTROLLER-CHANGING-CHANGES-NIGHTCLUBS/dp/B0053YAXMI

http://www.ebay.co.uk/itm/5-Channel...DC-/251958450341?_trksid=p2141725.m3641.l6368

I get this. What do you think if i take something like your last link, and connect its channels outputs to PLC inputs and connect PLC to LED RGB lamps, will that work?
 
It does not matter. COnsider it just a 3 color LED. It might be 600W spot light or 6W LED strip.



I get this. What do you think if i take something like your last link, and connect its channels outputs to PLC inputs and connect PLC to LED RGB lamps, will that work?

Why do you need the PLC at all ? You will be able to buy a programmable controller that will do all you want if you look around.
 
DMX controllers use a standard communications protocol and are designed for exactly what you are looking to do. There are apps out there for PC, smart phones and tablets as well as a huge supply of MIDI files for just about every piece of music published (the MIDI file is used to control the lights to music). Using a PLC you’re going to have to figure out how to synchronize the music and create a lot of ladder logic that emulates something that already exists (without having to write code) and you’re going to spend a lot more money.
 
as you know codesys a look at raspberry Pi is a good option, cheap, and capable of PWM (via I2C)
a PLC will be very expensive as you need PWM, Music, DMX etc.
 

Similar Topics

Hi All appreciate any pointers trying to update firmware on an A-B comms module. Getting following error - Failed to validate the digital...
Replies
2
Views
952
My boss has come up with the idea of renting machines and charging on a per use / per hour basis, so I'm looking into it - just getting my feet...
Replies
14
Views
3,968
Greetings experts, I'm attempting to create a custom LED control in TwinCAT HMI, and for the life of me I cannot get the thing to resize after I...
Replies
0
Views
1,161
hello, everyone. I have problem about communication using pncan link. In my case communication Digital Input and Digital output is already...
Replies
0
Views
1,303
Hi all, we are assembling an industrial control panel which consists of 4 branch circuits supplied from panel feeder as follows: Panel feeder ...
Replies
5
Views
5,157
Back
Top Bottom