Hello Bluerobotics community,
In my Next ROV project i need to display the voltage received at the ROV side after cable losses…How can i achieve this in a simplest way
Hello Bluerobotics community,
In my Next ROV project i need to display the voltage received at the ROV side after cable losses…How can i achieve this in a simplest way
Hi @aneeseyerov,
It would help if you can explain a bit more about your setup.
Are you trying to measure the voltage drop of the communications signals, or is the tether providing power to the ROV? And if the latter, what kind of voltage are you putting into the tether, and is it undergoing a step up / step down on either end of the tether?
In case it’s relevant, this thread discusses configuring a second power monitor in the autopilot, which can then typically be displayed in your control station software, although if you’re measuring a high voltage then you may need to measure it through a voltage divider using some high value resistors.
Hey Eliot ,
sorry for incomplete information…Actually i am trying to talk about the power cable…and planning to send some 4000W of power…firstly i will convert 240V AC into 700V DC and transmits through tether and at the ROV side i have a converter to converter 700V (Ideal) to 24V 150A required to power a few number of T500 thrusters…
For a 2 KM long tether the cable losses are significant thats why i think of displaying the cable losses or voltage at recieving end of ROV…
Mandatory warning that those are absolutely life-threatening power levels, and you’ll need appropriate engineering expertise and training to work with them safely.
It’s likely you’re already aware of that, but I need to make it clear to anyone reading this thread that this isn’t in the realm of “things to play around with”.
I’d recommend starting by measuring (or at least estimating) the efficiencies of your components, ideally including measurements at different current levels and temperatures to determine whether they have a significant effect. There’s a simple breakdown of the values for an ROV powered by an Outland Technology Power Supply in this comment.
Once you have an understanding of the losses in your system, you can decide whether it’s worth monitoring the tether voltage independently, or just estimating the expected voltage drop given the measured power draw of the ROV. This thread covers some higher current power sense modules that can be used to measure the low voltage power.
If you do decide you want to measure the tether voltage then as mentioned that should be possible by configuring an additional power sensor in the autopilot parameters.
In terms of the wired connections for that the simplest approach would be to use a voltage divider[1] to drop the 700V signal down to a level the flight controller board’s ADC is capable of measuring (on the Navigator that’s 3.3 or 6.6 V), and just set an appropriate scaling factor in the parameters to scale the measured value back up to the correct voltage. If you go that route I’d recommend having the voltage divider (and your power switching and smoothing circuitry) inside its own enclosure, like the Outland system does, so that only the 24V power wires and the low voltage signal wires need to go into the main enclosure with the ROV electronics.
Alternatively, you could set up some custom electronics to measure and monitor the power level, and report it to the vehicle’s telemetry stream using BATTERY_STATUS
MAVlink messages, which would have the same effect but bypasses the autopilot (so you don’t get access to autopilot failsafes or warnings, but you may be able to more easily perform some more advanced power shutoff or reporting logic or something.
using a high total resistance, to minimise the leakage current to ground ↩︎
Did you have checked isolation specifications of your tether ? At this voltages you need some critical safety precautions since it would be very dangerous if there are any leak. The voltage drop is a function of resistance of cable and will change with current of load. It could be calculated. At the ROV you will need a power conditioning device that could support this variation.