Notice: We request that you don't just set up a new account at this time if you are a previous user.
If you used to be one of our moderators, please feel free to reach out to Chris via the facebook Outerlimits4x4 group and he will get you set back up with access should he need you.
Recovery:If you cannot access your old email address and don't remember your password, please click here to log a change of email address so you can do a password reset.

12v PLC's.

General Tech Talk

Moderators: toaddog, TWISTY, V8Patrol, Moderators

Post Reply
Posts: 2158
Joined: Sat Jan 20, 2007 8:16 am
Location: New Zealand

12v PLC's.

Post by KiwiBacon »

Does anyone have any sources or leads on 12v PLC's?

I've done some work with industrial PLC's, but they're all 24V. For obvious reason I'd prefer 12v digital IO.
Posts: 827
Joined: Thu Apr 28, 2005 7:52 pm

Post by F'n_Rover »

How many I/O ? It may be easier to build or buy a Microcontroller based board unit, will certainaly be cheaper. Was thinking of doing this myself for a custom BCM. Program in basic or c with a free compiler off net, real easy..
Ex-Army - SeriesIII -186s - NP435 - Maxi rear - megasquirt coilpack ignition - AM FM radio with 2 X speakers
Posts: 2732
Joined: Fri May 28, 2004 11:50 pm
Location: Perth, WA

Post by stuee »

Out of curiosity what do you plan on using it for? I've been playing round with some Atmel ATMega microcontrollers for a thermofan control with an lcd display (16*2 line). These are 5V but its dead simple to make a powersupply on the actual circuit board.
-Scott- wrote:Isn't it a bit early in the day to be pissed? :finger:
Posts: 827
Joined: Thu Apr 28, 2005 7:52 pm

Post by F'n_Rover »

stuee wrote:Out of curiosity what do you plan on using it for? I've been playing round with some Atmel ATMega microcontrollers for a thermofan control with an lcd display (16*2 line). These are 5V but its dead simple to make a powersupply on the actual circuit board.
Dont know about kiwibacon, but I want to use it in a similar application to what you want - but mainly to interface with the ecu to give readouts of engine stats, air tank pressure, steering angle other wanky stuff. This is why going the uC shits all over using a plc - you can do so much more usefull stuff. I'll be going either the 20*4 lcd or a graphic screen - both are easy to work with when using the AVR mega chips and Bascom software.
Ex-Army - SeriesIII -186s - NP435 - Maxi rear - megasquirt coilpack ignition - AM FM radio with 2 X speakers
Posts: 2158
Joined: Sat Jan 20, 2007 8:16 am
Location: New Zealand

Post by KiwiBacon »

F'n_Rover wrote:How many I/O ? It may be easier to build or buy a Microcontroller based board unit, will certainaly be cheaper. Was thinking of doing this myself for a custom BCM. Program in basic or c with a free compiler off net, real easy..
Tell me more.

The application that's on my mind at the moment is variable vane turbo control. Traditionally it's a vacuum actuator controlled by a valve which could be PWM or analog 0-5v (not sure which, maybe either will work).

Other applications are traction control, fan control etc. Basically analog inputs and switching or analog outputs. Nothing too fancy.
Posts: 845
Joined: Sun Dec 17, 2006 8:28 pm
Location: Bairnsdale, East Gippsland

Post by jet-6 »

I can get you what ever size you need with I/O's, i use Telemecanique Zelio PLC's everyday, so easy to use, and very simplet to wire, small size etc
Posts: 1208
Joined: Fri Nov 08, 2002 8:21 pm
Location: sunshine coast

Post by killalux »

i would also be keen on one of these, would be looking at using it for transmission control. what sort of dollars are these?

What software is best to use and where can i get it from.
thanks
KILLA KUSTOM KABLES
CUSTOM AUTO ELECTRICAL SPECIALISTS
0404811498
LS1 & DURAMAX ENGINE CONVERSIONS, DRIVE IN DRIVE OUT. PATROLS AND CRUISERS

LS1 STANDALONE HARNESS $475ex
User avatar
jop
Posts: 257
Joined: Wed Mar 21, 2007 5:29 pm
Location: brisbane

Post by jop »

i thought the zelio's were 240 or 24 volt, they use them on trucks but not 12v systems
Posts: 827
Joined: Thu Apr 28, 2005 7:52 pm

Post by F'n_Rover »

KiwiBacon wrote:
F'n_Rover wrote:How many I/O ? It may be easier to build or buy a Microcontroller based board unit, will certainaly be cheaper. Was thinking of doing this myself for a custom BCM. Program in basic or c with a free compiler off net, real easy..
Tell me more.

The application that's on my mind at the moment is variable vane turbo control. Traditionally it's a vacuum actuator controlled by a valve which could be PWM or analog 0-5v (not sure which, maybe either will work).

Other applications are traction control, fan control etc. Basically analog inputs and switching or analog outputs. Nothing too fancy.
Have a look at the bascom avr site (google will get you there) free basic compiler with a 2k code limit. pwm is well suported and easier to impliment that 0-5v out. Tried to do a screen dump of a basic circuit board file, but it's on a dos cad program = no workie. I'll work it out later and post up if you are interested.

re: traction control - thought about doing this as well, A lot of work though.
Ex-Army - SeriesIII -186s - NP435 - Maxi rear - megasquirt coilpack ignition - AM FM radio with 2 X speakers
Posts: 845
Joined: Sun Dec 17, 2006 8:28 pm
Location: Bairnsdale, East Gippsland

Post by jet-6 »

jop wrote:i thought the zelio's were 240 or 24 volt, they use them on trucks but not 12v systems
No i have a few 12VDC sitting in my locker
Posts: 532
Joined: Tue Mar 23, 2004 11:39 am
Location: Melbourne

Re: 12v PLC's.

Post by Davidh »

KiwiBacon wrote:Does anyone have any sources or leads on 12v PLC's?

I've done some work with industrial PLC's, but they're all 24V. For obvious reason I'd prefer 12v digital IO.
Could just get a 12-24v converter. Very cheap these days.
Check out Amtex's range. We use 8862's a lot.
http://www.amtex.com.au/
Posts: 2158
Joined: Sat Jan 20, 2007 8:16 am
Location: New Zealand

Post by KiwiBacon »

F'n_Rover wrote: Have a look at the bascom avr site (google will get you there) free basic compiler with a 2k code limit. pwm is well suported and easier to impliment that 0-5v out. Tried to do a screen dump of a basic circuit board file, but it's on a dos cad program = no workie. I'll work it out later and post up if you are interested.

re: traction control - thought about doing this as well, A lot of work though.
Is this the site you mean?
http://www.mcselec.com/

I'm not short of home projects so while the prospect of building a controller doesn't scare me, I'd much rather be able to buy something and save my spare time playing with turbos and fixing rangerover oil leaks.

The traction control system is just one of the silly ideas I'd like to try out. But a standalone system rather than interrupting the brake lines. I forgot to mention monitoring of boost, exh backpressure and temps at several different positions as inputs to the PLC. Most of these are analog 0-5v inputs.
I can monitor inputs with a laptop A-D serial converter but outputs and sampling speed are a problem.

A 12-24v converter is a possibility, but I'd rather avoid extra components if I can.
Post Reply

Who is online

Users browsing this forum: Google [Bot] and 4 guests