Search found 8 matches

by clwas1
Wed Apr 06, 2022 12:55 pm
Forum: Software
Topic: API for Unity Software
Replies: 3
Views: 1853

Re: API for Unity Software

Ok thanks.
by clwas1
Mon Apr 04, 2022 1:04 am
Forum: Software
Topic: API for Unity Software
Replies: 3
Views: 1853

API for Unity Software

I see there was an update of the Unity software. There is this reference:

“Also, a REST JSON api helps developers from 3rd party software to interact with our products.”

Where is this API? I am interested specifically in the code to access the Ultimate Powerbox v2.

Thanks.

Carl Lancaster
by clwas1
Thu Mar 31, 2022 5:11 pm
Forum: Falcon Rotator
Topic: Strange Problem with ACP Observatory Control
Replies: 3
Views: 1618

Re: Strange Problem with ACP Observatory Control

Thanks, I will do that and let you know. FYI, I installed the Unity Software and it recognized my Ultimate Powerbox v2 but not the falcon rotator which is connected through the Powerbox. Will that be fixed with the update?

Thanks.

Carl L.
by clwas1
Thu Mar 31, 2022 1:45 am
Forum: Falcon Rotator
Topic: Strange Problem with ACP Observatory Control
Replies: 3
Views: 1618

Re: Strange Problem with ACP Observatory Control

Just to add to Bob’s post, I successfully installed all the software from the website and also successfully updated to the latest firmware.

Thanks.

Carl Lancaster
by clwas1
Fri Mar 12, 2021 1:48 pm
Forum: Software
Topic: ASCOM Commands
Replies: 2
Views: 3329

Re: ASCOM Commands

I have figured out the scripting for anyone who is interested. function main() { var Pegasus = new ActiveXObject("ASCOM.pegasus_upb.Switch"); Console.PrintLine("Pegasus variable set..." ); Pegasus.Connected = true; Console.PrintLine("Pegasus Connected..." ); Pegasus.Set...
by clwas1
Fri Mar 12, 2021 1:48 am
Forum: Ultimate Powerbox
Topic: Auto-connecting the UPB v2
Replies: 1
Views: 1765

Re: Auto-connecting the UPB v2

Disregard the question, it can be set to auto connect in the Config tab.

Thanks.
by clwas1
Fri Mar 12, 2021 12:14 am
Forum: Ultimate Powerbox
Topic: Auto-connecting the UPB v2
Replies: 1
Views: 1765

Auto-connecting the UPB v2

Is there a way to auto connect when you start the Ultimate Powerbox v2 software? If not, can the feature be added?

Thanks.
by clwas1
Fri Feb 19, 2021 8:19 pm
Forum: Software
Topic: ASCOM Commands
Replies: 2
Views: 3329

ASCOM Commands

Do you have or can you publish the ASCOM commands I can use to control the On/Off power switches, initiate a connection, etc. plus examples? I am looking to turn on and off one of the four power outlets from ACP in a JavaScript.

Thanks.