On Sat, 2007-12-22 at 23:36 -0800, Kirk Wallace wrote:
> On Sat, 2007-12-22 at 19:38 -0800, Kirk Wallace wrote:
...snip
> > I get "unrecognized type" errors when I try to use u32 in my
> > standard_pinout_dac.ini. I changed all u32's to s32's which stopped the
> > type errors. Since I am only using
On Sun, 2007-12-23 at 11:45 -0500, Kenneth Lerman wrote:
> I took a quick look at your code...
>
> case 3:
> dacclock=0;
> if (cycle>=12) {
> cycle=0;
> }
> phase=0;
> cycle++;
> break;
> Should be:
> case 3:
> dacclock=0;
>
cycle++;
phase=0;
break;Ken- Original Message -
From: "Kirk Wallace" <[EMAIL PROTECTED]>
To: "Enhanced Machine Controller (EMC)"
Sent: Saturday, December 22, 2007 10:38 PM
Subject: [Emc-users] DAC HAL Component Problems
>I hope everyone is having a happy
On Sat, 2007-12-22 at 19:38 -0800, Kirk Wallace wrote:
> I hope everyone is having a happy holiday season. If this isn't your
> holiday season, then I hope your having a happy normal season. Anyway...
>
> I got a HAL component compiled and nearly working for my serial DAC
> project, but I have som
I hope everyone is having a happy holiday season. If this isn't your
holiday season, then I hope your having a happy normal season. Anyway...
I got a HAL component compiled and nearly working for my serial DAC
project, but I have some issues that would like to get help on. Some
information is here