Dear friends,

I have 3 questions about programming with Q parameters and working with tables. I have a iTNC 530 controller.

1) I’d like to create a table from the CNC program. Is it possible?
I’ve found the way of writing on it, but it is necessary to have one created beforehand:

FN 26: TABOPEN TNC:\USERS\baitazeare\WEAR_2.TAB
FN 27: TABWRITE Q1651 /"S_RPM,F_MM/MIN,CUT_T,ESP_L,WEAR" = Q1652
FN 27: TABWRITE Q1651 /"GEN_L,TEMP,R_CUR1,R_CUR2,R_CUR3" = Q1657

Is it possible to create the table in the NC program??

2) If the answer to the first one is positive, is it possible to namethe table according to a Q or QS parameter? For example if I have Q1660 = 1, then name the table “1.TAB”, and if the value of Q1660 = 5, thenname thetable “5.TAB”.

3) How can I write the current date and hour in a table? (For example DD MM YY HH MM SS in different columns)

Kind regards,

Similar Threads: