Re: [Emc-developers] is possible run lcnc over vxworks?

2017-06-16 Thread Jeff Epler
On Fri, Jun 16, 2017 at 09:35:55PM +0200, theman whosoldtheworld wrote: > is possible run lcnc over vxworks? and how? LinuxCNC depends on rtapi (bundled as part of the LinuxCNC source tree) for portability to different RTOSes. To use LinuxCNC on a new rtos such as vxworks, "all" you have to do

Re: [Emc-developers] phony vfd's

2017-06-16 Thread Gene Heskett
On Friday 16 June 2017 12:21:02 Gene Heskett wrote: > On Friday 16 June 2017 11:25:41 andy pugh wrote: > > On 16 June 2017 at 16:19, Gene Heskett wrote: > > > Does anyone know of a cheat method to exert a reset to such a dumb > > > device? > > > > To reset the main (ground

[Emc-developers] is possible run lcnc over vxworks?

2017-06-16 Thread theman whosoldtheworld
is possible run lcnc over vxworks? and how? bkt -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [Emc-developers] hy_vfd

2017-06-16 Thread theman whosoldtheworld
>We regularly test with libmodbus 3.0.x, and the driver builds there. We do not currently test with libmodbus 3.1.2 or newer, which has this updated timeout API. >I just pushed a fix to 2.7 that should make hy_gt_vfd work with both old and new versions of modbus. I'll merge it into master later

Re: [Emc-developers] phony vfd's

2017-06-16 Thread Gene Heskett
On Friday 16 June 2017 11:25:41 andy pugh wrote: > On 16 June 2017 at 16:19, Gene Heskett wrote: > > Does anyone know of a cheat method to exert a reset to such a dumb > > device? > > To reset the main (ground fault) breakers on my aged mother's fuse box > I rigged up a

Re: [Emc-developers] hy_vfd

2017-06-16 Thread Gene Heskett
On Friday 16 June 2017 11:20:16 Sebastian Kuzminsky wrote: > On 06/16/2017 08:32 AM, andy pugh wrote: > > On 16 June 2017 at 14:43, Sebastian Kuzminsky > > wrote: > > > > No, .base-freq was an Out pin, it got read from the VFD and > > reported to

Re: [Emc-developers] hy_vfd

2017-06-16 Thread Sebastian Kuzminsky
On 06/16/2017 09:19 AM, theman whosoldtheworld wrote: today I've install new master ... during compiling an error referred hy_vdf and modbus on timout func I know the modbus story on linuxcnc ... so I regress my libmodbus version at 3.0.5 (at last with purge command and istall using ubuntu

Re: [Emc-developers] phony vfd's

2017-06-16 Thread andy pugh
On 16 June 2017 at 16:19, Gene Heskett wrote: > Does anyone know of a cheat method to exert a reset to such a dumb > device? > To reset the main (ground fault) breakers on my aged mother's fuse box I rigged up a string and pulley system to somewhere that did not involve

Re: [Emc-developers] hy_vfd

2017-06-16 Thread andy pugh
On 16 June 2017 at 16:20, Sebastian Kuzminsky wrote: > Many VFD motor-configuration registers, including PD005 "Maximum Operating > Frequency", can be set by hy_vfd at startup based on command-line > arguments. None of them can be changed at runtime via HAL pins. And I

Re: [Emc-developers] hy_vfd

2017-06-16 Thread Sebastian Kuzminsky
On 06/16/2017 08:32 AM, andy pugh wrote: On 16 June 2017 at 14:43, Sebastian Kuzminsky > wrote: No, .base-freq was an Out pin, it got read from the VFD and reported to HAL, but never used in the hy_vfd driver. Did the OP have some Hal

[Emc-developers] phony vfd's

2017-06-16 Thread Gene Heskett
Greetings all; As most might remember, I have one of those phony vfd's with only about 32 adjustable parameters. 1.5 hp rated, its driving a 1 hp Century 3 phase motor that normally expects 230 volt 3 phase power. I have one admittedly small problem in my current lashup to drive this lathe.

Re: [Emc-developers] hy_vfd

2017-06-16 Thread theman whosoldtheworld
today I've install new master ... during compiling an error referred hy_vdf and modbus on timout func I know the modbus story on linuxcnc ... so I regress my libmodbus version at 3.0.5 (at last with purge command and istall using ubuntu repo) ... but error is stable ... so I correct the file

Re: [Emc-developers] hy_vfd

2017-06-16 Thread Sebastian Kuzminsky
No, .base-freq was an Out pin, it got read from the VFD and reported to HAL, but never used in the hy_vfd driver. Did the OP have some Hal circuitry that depended on it maybe? On June 15, 2017 5:50:42 PM MDT, andy pugh wrote: >On 16 June 2017 at 00:33, Sebastian Kuzminsky