Machsupport Forum

Mach Discussion => Brains Development => Topic started by: vmax549 on January 28, 2009, 06:44:37 PM

Title: simple brain HELP (;-)
Post by: vmax549 on January 28, 2009, 06:44:37 PM
HIYA fellas ,  Need some help with a BRAIN. WHat I want to do is set 4 vars(99,98,97,96) to the value of the XYZA dros. SO far All I can do is lock up mach. I guess it takes brains to make brains and I don't have any.

Basically"

V99=Xdro
V98=Ydro
V97=Zdro
V96=Zdro

ANY ideas on how to make it work?

(;-)TP
Title: Re: simple brain HELP (;-)
Post by: poppabear on January 28, 2009, 11:10:00 PM
XDRO->NoOp->Var99

that doesnt work?
Title: Re: simple brain HELP (;-)
Post by: vmax549 on January 29, 2009, 07:46:28 PM
Scot when I tried that mach locked up and the CPU when to 100% load and stayed there,  a few minutes later mach crashed all the way out to windows.

It looked like a timer was need somehow to limit the brain from running  wide open consuming all the cpu useage. Something like update the var once per .001sec or so.

I may have found another way around it so please don't waste any time on it.

Thanks (;-) TP