Machsupport Forum

Mach Discussion => Mach Screens => Flash Screens => Topic started by: konektada on February 07, 2009, 03:21:54 PM

Title: Fscommand problem
Post by: konektada on February 07, 2009, 03:21:54 PM
I use the fscommand for comunicate my Flash Screen with Mach3 V2.63.
If the data of fscommand is equal (in the example cero and cero), the first date of fscoomand (in the example cero  of DRO 1200) is not received in mach3.
If Iwait a time between the first fscommand and second fscommand the two data are received in Mach3.
fscommand ("DRO1200","0")----> Error
fscommand ("DRO1201","0")----> Good

fscommand ("DRO1200","0")----> Good
time(20ms) for example 20 mseconds
fscommand ("DRO1201","0")--->Good

How can we solve this hassle?

Thanks in advance,
Konektada
Title: Re: Fscommand problem
Post by: poppabear on February 09, 2009, 02:19:52 PM
try this:

fscommand("VBMacro", "SetUserDRO(1200,0)");

fscommand("VBMacro", "SetUserDRO(1201,0)");

scott
Title: Re: Fscommand problem
Post by: zealous on February 09, 2009, 09:03:07 PM
ummm that shouldnt happen....could you send an example file.