[Machinekit] Re: AXIS GUI RPI 3B+ and Real time BBB B

2019-05-12 Thread Michael Brown
You can try ssh'ing into the bbb from the raspberry 3b+ On Sunday, 12 May 2019 02:01:40 UTC+2, Aurelien wrote: > > Hi all. > > I have a question ^^ > > It is possible to run AXIS GUI on raspberry 3b+ and use beaglebone black > for runing the real time side ? (over nettwork wifi/ethernet) > > Br

[Machinekit] Re: DE10 Nano suggested development environment?

2019-05-12 Thread Michael Brown
It sounds to me like you are takling about opendrain: https://github.com/the-snowwhite/mksocfpga/blob/master/HW/QuartusProjects/Common/gpio_adr_decoder_reg.sv#L33 If you want this functionality for inputs you have to use the active high: net limit-x-min <= hm2_[HOSTMOT2](BOARD).0.gpio.010.in

Re: [Machinekit] DEx(x) Mksocfpga 2019 sd-card images (final ?) Stretch quartus 15.1 release Needs urgent testers

2019-05-12 Thread Michael Brown
On Saturday, 11 May 2019 22:38:47 UTC+2, Charles Steinkuehler wrote: > > On 5/11/2019 1:17 PM, Michael Brown wrote: > > Dear All > > I have just uploaded what I hope to be a final 100% bugfree Mksocfpga > > Debian stretch sd-card release > > containing a one size fits all console and desktop

Re: [Machinekit] Re: DE10 Nano suggested development environment?

2019-05-12 Thread justin White
I'm aware of the "not" hal pins but I'm not really a huge fan of using them on the daughter card as it's not very intuitive. They're better for an end use case if there's an individual input that has an inverted logic. I was hoping this could be changed at the driver level. On Sunday, May 12,

Re: [Machinekit] Re: DE10 Nano suggested development environment?

2019-05-12 Thread Charles Steinkuehler
hostmot2 has both in and in_not pins, just use the one appropriate for your wiring. There is also an invert_output parameter if you need to invert the output signal: http://www.machinekit.io/docs/man/man9/hostmot2/#general-purpose-i-o On 5/12/2019 6:21 AM, justin White wrote: > Got another

[Machinekit] Re: DE10 Nano suggested development environment?

2019-05-12 Thread justin White
Got another silly question Is it possible to invert the default state of the GPIO pins? I've found that pulling them up will bring them true, Hardware wise the easiest way I've found to make the inputs capable of handling multiple input voltages will require them to be pulled down when