Search found 425 matches

by brahn
Sun Dec 18, 2016 6:17 pm
Forum: General Discussion
Topic: BCS finder not launching????
Replies: 1
Views: 2235

Re: BCS finder not launching????

Hi sorry I haven't gotten back to you sooner. That's an old Mac, before they went to intel processors. I doubt the app will work on that old of a machine and I don't have one to test with. I believe it worked on my old 2008 iMac running Mountain Lion.
by brahn
Wed Nov 30, 2016 6:12 pm
Forum: Troubleshooting and Support
Topic: bcs.helpers.getTimerValues
Replies: 14
Views: 6939

Re: bcs.helpers.getTimerValues

I think I see why you were off by a digit in the previous version. As I pointed out in the earlier post, getTimeValues returns a BCS.Time object. (Meaning you could simply use timeobject[2].toString()) The BCS.Time object does a bit of magic to (hopefully!) make things easier for normal use cases. N...
by brahn
Wed Nov 30, 2016 4:32 pm
Forum: Troubleshooting and Support
Topic: bcs.helpers.getTimerValues
Replies: 14
Views: 6939

Re: bcs.helpers.getTimerValues

If all you're trying to do is display the time and you don't need to manipulate it at all, I'd suggest using getTimerStrings instead of getTimerValues. I just looked at the code and it looks like getTimerValues is already converting the time to a BCS.Time object. That is not at all clear from the do...
by brahn
Wed Nov 30, 2016 2:05 pm
Forum: Troubleshooting and Support
Topic: bcs.helpers.getTimerValues
Replies: 14
Views: 6939

Re: bcs.helpers.getTimerValues

First, getTimerValues requires you to supply a process number. Second, the function provided to then() needs to have a parameter that will hold the values returned from the BCS when it is called. So your example would look something like: bcs.helpers.getTimerValues(1).then(function (timer_vals) { $(...
by brahn
Tue Nov 29, 2016 9:43 am
Forum: Troubleshooting and Support
Topic: CORS against BCS-462 APIs
Replies: 4
Views: 3456

Re: CORS against BCS-462 APIs

Yes, the authentication can be a little tricky with the device and CORS. You can also use our BCS Promise library for the BCS communication instead of raw jQuery as another option.
by brahn
Tue Nov 29, 2016 9:41 am
Forum: Roadmap and Feature Request
Topic: BCS Virtual Machine
Replies: 1
Views: 6961

Re: BCS Virtual Machine

I've considered this to aid in testing the UI but it's never been worth the effort to do the virtualization. It should be possible using QEMU, they support the processor but it requires creating a source file in QEMU that defines all the other hardware components and the pinout. That's about as far ...
by brahn
Mon Nov 28, 2016 5:29 pm
Forum: Troubleshooting and Support
Topic: CORS against BCS-462 APIs
Replies: 4
Views: 3456

Re: CORS against BCS-462 APIs

The BCS will return CORS headers (Access-Control-Allow-Origin, Access-Control-Allow-Methods, and Access-Control-Allow-Headers) if Origin is present in the request headers. The utilities all work because of CORS support.
by brahn
Mon Nov 14, 2016 5:39 pm
Forum: Troubleshooting and Support
Topic: Can not connect to BCS 462
Replies: 5
Views: 4237

Re: Can not connect to BCS 462

I'm confused about what you mean by the network my router advertises requires a password . Do you mean your wireless network requires a password? Since the BCS doesn't have wifi support built in, that needs to be taken care of by a bridge or by directly connecting the BCS using a wired connection. U...
by brahn
Wed Nov 02, 2016 1:20 pm
Forum: General Discussion
Topic: Operating System Compatibility
Replies: 5
Views: 5894

Re: Operating System Compatibility

I have a large screen Android device running 4.0 and it works fine as long as you use Chrome. I haven't tried the stock browser app.

I haven't used Windows 10, but Chrome on any platform should work fine. We try to keep it working on all modern browsers but Chrome is what I'm using for development.
by brahn
Thu Oct 13, 2016 2:29 pm
Forum: General Discussion
Topic: BCS Utilities Backup
Replies: 7
Views: 6940

Re: BCS Utilities Backup

The backup/restore does save the variable setup, not the values you enter for a recipe.

The variables are tied to the BCS IP address so if the address of your BCS changes you may need to edit as noted in the link brewstarke posted.