Hello all!
Due to low capacity of the machine control memory, First, I thought about running programs via DNC (RS232 or PCMCIA).
The machine has no mode/switch for DNC/Remote/Tape and my old topic on it stayed without any answer.
Then, I thought about calling subprograms from the external device, PCMCIA card. But unfortunately I have not had any success so far: What I've done:
I/O channel = 4
138: Bit 7=1
3404: Bit 2 =1
3030 = 3 (3 digit)
Main program:
%
O1000;
M198P2000;
M30;
%
Subprogram:
%
O2000;
T0404;
G0Z100.X100.;
M99;
%
But when I run the main program, control stops without any alarm on the line: M198P2000;
It is a 16 MB CF card that I can read and punch files. And according to my another thread, it seems the control doesn't have Macro B feature. Please help me out.
Due to low capacity of the machine control memory, First, I thought about running programs via DNC (RS232 or PCMCIA).
The machine has no mode/switch for DNC/Remote/Tape and my old topic on it stayed without any answer.
Then, I thought about calling subprograms from the external device, PCMCIA card. But unfortunately I have not had any success so far: What I've done:
I/O channel = 4
138: Bit 7=1
3404: Bit 2 =1
3030 = 3 (3 digit)
Main program:
%
O1000;
M198P2000;
M30;
%
Subprogram:
%
O2000;
T0404;
G0Z100.X100.;
M99;
%
But when I run the main program, control stops without any alarm on the line: M198P2000;
It is a 16 MB CF card that I can read and punch files. And according to my another thread, it seems the control doesn't have Macro B feature. Please help me out.
Last edited: