Greets - I'm calling an o sub from python and need to pass 8 parameters to it. Per the docs, I'm expecting to be able to pass up to 30 parameters, not just 4.... Whether I make the call in python, or just in Axis' MDI window, I get the same response at the 5th parameter "Interp_error Bad Character '[' used." I can replicate this with any o sub (as external file) and it always fails on the 5th parameter, eg:

300.ngc:
o<300> sub
(DEBUG, I actually have 8 params: [#1] [#2] [#3] [#4] [#5] [#6] [#7] [#8])
o<300> endsub

and calling it via python or just simply in Axis' MDI: o<300> call [1.0] [2.0] [3.0] [4.0] [5.0] [6.0] [7.0] [8.0]
will cause it to fail..
Calling only o<300> call [1.0] [2.0] [3.0] [4.0]
will run, but of course a full routine is missing parameters 5-8.
Running (Axis) 2.7.0 on Wheezy from LiveCD install.

Any help appreciated.

Thanks,
Ted.


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to