Seite 1 von 1

Plugin Development

Verfasst: 01.05.2011, 21:18
von dononeil
I need an output plugin for the Elexol Ether I/O 24 bit ethernet digital i/o controller. How would I go about making it, or can someone make it for me?

Thanks!

Re: Plugin Development

Verfasst: 02.05.2011, 07:08
von Christian
Hi,


can you give me some more detailled information about this interface? Is there some kind of DLL to connect to this interface or does the manufacturer give some information about the type of communication protocol?

bye,
Chris

Re: Plugin Development

Verfasst: 05.05.2011, 00:21
von dononeil
Communications are all handled through a telnet session. You send a few bytes of info, and then it either reads or sets output bits that can be connected to relays or input switches.

Full docs on how to talk to it are available here; http://www.elexol.com/Download/document ... 4R_UM1.pdf

It's pretty simple to interact with. They have a simple app for testing on their site too that might help with debug; http://www.elexol.com/IO_Modules/Ether_IO_24.php

Re: Plugin Development

Verfasst: 09.05.2011, 07:17
von Christian
OK, than it is possible. At the weekend I will try to program some plugin.


bye,
Chris

Re: Plugin Development

Verfasst: 09.05.2011, 17:49
von dononeil
Very nice.

Make sure that the plugin provides independent control over each bit. So the 24 bits should show up as 24 sliders in the program. The plugin should group sliders and convert them to the decimal value. Set the bit to 'on' (1) when the slider is above 50%, and 'off' (0) when it is below 50%.

The device is used to control pneumatic cylinders, fountain valves, etc... so it's important to be able to control each bit independently.