Macro programming can be used for several mathematical applications also. For example, one can calculate standard deviation of a given set of data, can solve quadratic equation, sum a series (e.g. factorial of a number) etc. The problem arises when one has to insert a block with more than 32 characters. For example, for calculating standard deviation I needed to type the following statement:
#104 = #104 + [#103 - # [#101]] * [#103 - # [#101]];
This has 40 characters which I could not type beyond 32 characters. So, I had to break this statement into two blocks which, of course gives correct result.
My question is that is it possible to continue typing a block to the next line?. FORTRAN uses a continuation character in the next line. Do we have a similar option on fanuc CNC.