Hello Guest it is March 29, 2024, 11:04:03 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - konektada

Pages: 1
1
Flash Screens / 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

2
VB and the development of wizards / softlimits update
« on: April 16, 2008, 01:59:05 PM »
Hi

We are writing a script code to update the softlimit value in Z axis. We are using the command: Setoemdro(158, value).
We are surprised we can move the axis over this limit, Mach3 is using the previous softlimit value and it doesn´t obbey the new value we have programmed.
We also are surprised we open the sofltimit dialog and it is with the value we have already programmed, when we close the dialog Mach3 then runs according to the softlimit value we have programmed.

It seems as if the softlimit value programmed with the oemdro(158) command is not inmediately reading by mach3.
How can we solve this hassle?

Thanks in advance,
Konektada

Pages: 1