Hi all!, I'm working with a Fanuc R-2000iC/R-30iB Plus robot using the NC Program conversion option (R775). According to the documentation, I can pass three arguments (T commands) to an M Code. I have tested that successfully, but the issue is that the conversion fails (ASBN-009, ASBN-092) if any of those arguments are negative.
This succeeds:
N0020 M251T744.707T882.47T595.378
While this fails:
N0020 M251T744.707T-882.47T595.378
Does anyone know a way of passing negative numbers to M Code arguments via T codes? Thanks!