Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: machiner on June 06, 2015, 01:42:01 PM

Title: Instance Registers vs. Global
Post by: machiner on June 06, 2015, 01:42:01 PM
I am not sure about the differences between the two types of registers ,
the Global and Instance Registers, and when to use which ?

any info would be appreciated.
Title: Re: Instance Registers vs. Global
Post by: poppabear on June 07, 2015, 01:48:26 PM
Summery,

gRegs0:
are to exchange data between instance #'s of Mach4 (not yet implemented),
for synchronization of machines.

iRegs0:
Data for use of only the local instance #.

Scott