Hello Guest it is March 28, 2024, 06:33:27 AM

Author Topic: Fscommand problem  (Read 7737 times)

0 Members and 1 Guest are viewing this topic.

Fscommand problem
« 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
« Last Edit: February 07, 2009, 03:24:33 PM by konektada »

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Fscommand problem
« Reply #1 on: February 09, 2009, 02:19:52 PM »
try this:

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

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

scott
fun times

Offline zealous

*
  •  489 489
  • HI!
    • View Profile
    • Artsoft Solutions
Re: Fscommand problem
« Reply #2 on: February 09, 2009, 09:03:07 PM »
ummm that shouldnt happen....could you send an example file.