Hello,
Does anyone have any documentation of the Neuron bob? It would be very helpfull for me.
Thanks
//LED 63 THCon Active when the THC on physical input is active.
//Led 494 - Marking Mode led.
int time = 0; //timeout on THC ON signal
AS3.SetLED(true,494); //send to controller to enable marking mode
exec.Wait(100); //wait for set led and sending packet to Neuron
exec.Codesync("M3"); //start command issue
while(!AS3.GetLED(63)) //wait for THC ON signal from Neuron
{
if(time > 200) //wait
{
MessageBox.Show("Marking end Timeout Error!");
exec.Stop();
AS3.SetLED(false,494);
return;
}
exec.Wait(100);
time++;
}
AS3.SetLED(false,494);
exec.Codesync("M5");
[NeuronTHC]
...................
OxySubLayer=56
PlasmaSubLayer=55
shad wrote:Rob, In last plugin I am add ability to setup layer number for Neuron Plasma and Oxyfuel sublayers.
Plugin get this numbers from profile file in NeuronTHC section
- Code: Select all
[NeuronTHC]
...................
OxySubLayer=56
PlasmaSubLayer=55
Just change sublayers number in UCCNC screen and change this numbers in profile file.
Users browsing this forum: No registered users and 7 guests