PV380 with 0-5V input voor Engine speed control

Discuss issues and ideas you have to configuring displays with PowerVision
TechnoGamma
Posts: 3
Joined: Thu Oct 21, 2010 7:52 am

PV380 with 0-5V input voor Engine speed control

Post by TechnoGamma » Mon Nov 06, 2017 12:33 pm

We have an application were a external PLC need to control the engine speed. The PLC has 0,5 - 4,5V output zo if we can translate this to requested engine speed we have the solution. I have seen it is available in the MPC-20 so has some body a PV380 config with this in it??
boyce
Enovation Controls Development
Enovation Controls Development
Posts: 322
Joined: Wed Sep 08, 2010 5:09 pm

Re: PV380 with 0-5V input voor Engine speed control

Post by boyce » Tue Nov 07, 2017 10:55 am

The software engineer said:

The feature doesn’t exist, but if they have the full tool I think they could make it work.

Create a curve for percentage of throttle based on an analog input from 0.5V to 4.5V:

analogenginespeed1.jpg
analogenginespeed1.jpg (76.88 KiB) Viewed 57 times
Create an IO definition off of that. The IO.0-5 Throttle Input variable should have a percentage value / 100 (so 0.50 is 50%):
analogenginespeed2.jpg
analogenginespeed2.jpg (58.8 KiB) Viewed 57 times
Add it in the connection tab:
analogenginespeed3.jpg
analogenginespeed3.jpg (46.77 KiB) Viewed 57 times
The math would look like:

(Idle_Speed + ((Run_Speed – Idle_speed) * IO.0-5 Throttle Input)) * 8

The multiply by 8 is because the TSC1 changes 1/8 of an RPM.

Set the output of this to the variable SPN 898 Engine Requested Speed and it should work. There are some calculations on the TSC1 value that will probably have to be removed so the user keys won’t change the value out from under the calculations made by the analog input.
Boyce Schrack
Enovation Controls