×

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: 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 4 months 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 4 months 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 4 months 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...
4 years 4 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:
4 years 4 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.

  • Posts: 57
  • Thank you received: 4
Sorry - I forgot to mention that one possibility is that I changed the variable voltage setting to '8.2' instead of '8' in the Indi driver. Looking at the windows UPB utility, it appears that it only can accept whole integers 1-12 (volts) - maybe related?
4 years 3 months ago #55664

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

  • Posts: 1067
  • Thank you received: 140

You also have the older 1.3 firmware, 1.4 has been out for a while, so you should update, on a windows machine....
4 years 3 months ago #55671

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

  • Posts: 220
  • Thank you received: 27
Hi,

even if you have set 8.2 the driver should send 8 to the box (formatted as integer, so will not send real numbers)
- How are you running Indi? Locally from Kstars (local) or with hostname (and webserver). Is driver tracting enabled? Don't see ant logs from commands to the box, so it looks as if the driver is not even starting correctly.
Did you do any Indi updates, because a mix of version can show such behaviour, also check if the settings file pegasus_upb.xml (in ~/.indi) is not corrupt.

Paul
4 years 3 months ago #55704

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

  • Posts: 57
  • Thank you received: 4
OK, so I updated Indi last night and now it seems to be connecting fine again. So it probably was a mixed version or corrupted file like PDB suggested. I will double check the firmware version, but I'm pretty sure I did update to 1.4 already. Maybe this was a symptom of a corrupted file also. Big thanks to you guys for helping!
4 years 3 months ago #55726

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

  • Posts: 1067
  • Thank you received: 140

Well according to your posted log above, you are still on 1.3 firmware ... :)
4 years 3 months ago #55729

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

  • Posts: 55
  • Thank you received: 3
Hello, I don't mean to intrude on this topic, but just had a quick Q. I am thinking of getting a Pegasus UPB v1. Is that driver still stable (I can only see one Pegasus UPB driver on EKOS so I'm not sure if the process of upgrading that to handle UPBv2 means that UPBv1 would also be adversely affected)?

Thank you
4 years 3 months ago #55916

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

Time to create page: 0.821 seconds