×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Ultimate Powerbox v2 - connectivity issues?

  • Posts: 2
  • Thank you received: 0
Hi Jasem,

Installed nightly and all working well so far. Thank you.

Regards,
Neil.
4 years 4 weeks ago #52407

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 4
Hi - can anyone tell me if the adjustable voltage output is working now? I can't seem to even find the tab with the setting anymore... Thanks!
4 years 1 week ago #53738

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 27
As far as I have been testing it is there and works ...
I am currently fixing some issues with the driver (eg autodew did not work at all, testing that) and will also rearrarange power and dew setting differently in the tabs. All-off an all-on button also could give strange results (but that is related to firmware of the box not always reacting logically. Same error on windows. Fixing that by software routines) Fairly busy at the moment, so need a few days for the last changes and carefull testing.

Paul
4 years 1 week ago #53743

Please Log in or Create an account to join the conversation.

  • Posts: 30
  • Thank you received: 5
starman99,

I had issues with variable voltage output. Pegasus Astro asked me to send the unit back to get it resolved. They didn't explain what the fix was but when I received the UPBv2 back, the variable voltage output is working.

If you've exhausted all other options, it
May be worth contacting them. They were very helpful.

-cl330b
4 years 1 week ago #53747

Please Log in or Create an account to join the conversation.

  • Posts: 527
  • Thank you received: 139
I've been having some strange issues with focus lately using the UPBv2 and a Moonlite focuser. See here. If you examine the logs, there are all kinds of power issues. I'm wondering two things. First, if this is the same power issues you all are seeing. And second, if this power issue plays into the focus system at all, or just affects the power ports. I'm considering going back to my Moonlite focus controller soon if this doesn't seem to get sorted out.
4 years 1 week ago #53756

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 27
No the power issues are related on how the powerbox handles the command for PowerOff/On all ports. If you send off it disables all 4 ports (The 5V and 12V always on can't be manipulated) and also turns off all dew heaters. If you send all ports on, the 4 ports are enabled but also the dew -heaters are enabled at "full strenght" but it does not show in the settings. (so the slider value is 0, you can see amp usage for the dew heaters but that is easily overlooked, and the scope can heat up a bit)

So I am changing it by 2 separate buttons; one for power and one for dew heaters and set all ports individually. Still need to introduce a global "off" switch.

Paul
4 years 1 week ago #53763

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 4
Thanks for the input. Which version of the driver are people using? Should I be using the nightly build?
4 years 1 week ago #53773

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 4
So I switched to the Ubuntu bleeding edge/ nightly build, and updated everything. I still can't see the control to adjust voltage for the variable voltage port. Am I missing something?
4 years 3 hours ago #54325

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 27
It should be in the Power Tab under Adjustable voltage.
Can't check the box now but the c++ source says

IUFillNumber(&AdjustableOutputN[0], "ADJUSTABLE_VOLTAGE_VALUE", "Voltage (V)", "%.f", 3, 12, 1, 12);
IUFillNumberVector(&AdjustableOutputNP, AdjustableOutputN, 1, getDeviceName(), "ADJUSTABLE_VOLTAGE", "Adj. Output",
POWER_TAB, IP_RW, 60, IPS_IDLE);


and further

if (version == UPB_V2)
defineNumber(&AdjustableOutputNP);


so only in UPB_V2 (VB1 does no have the function?)

And that is there already for some time

P
4 years 50 minutes ago #54347

Please Log in or Create an account to join the conversation.

  • Posts: 1067
  • Thank you received: 140
Yes, the adjustable output works fine on mine...
3 years 11 months ago #54351

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 4
OK, I updated the UPBv2 firmware and it all works now. :woohoo:
3 years 11 months ago #54383

Please Log in or Create an account to join the conversation.

  • Posts: 57
  • Thank you received: 4

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

Time to create page: 0.714 seconds