Home AMX User Forum AMX General Discussion

RunCode Error 2 Tk=0x2008

I have a NXF cardframe with a ME260/64 processor in a project and I am getting the following error non stopping:

Line 1 (13:37:54):: Ref Error ? Index 0
Line 2 (13:37:54):: DoNumberExpression - Error 2 Tk=0x2008
Line 3 (13:37:54):: GetNumber - Error 1 Tk=0x0000
Line 4 (13:37:54):: RunCode - Address Mismatch 0x4050 0x000EC0 0x000EC2

Line 5 (13:37:54):: Ref Error ? Index 0
Line 6 (13:37:54):: DoNumberExpression - Error 2 Tk=0x2008
Line 7 (13:37:54):: GetNumber - Error 1 Tk=0x0000
Line 8 (13:37:54):: RunCode - Address Mismatch 0x4050 0x000F0E

In the real project I have 5 masters. I loaded the same code in a NI-4100 processor at home and I can't replicate the error, but in the real project it is non stopping under diagnostics and it is taking resources from the ME260/64. Any ideas on what this can be? or where to look for it? I need to eliminate this error so the processor can better receive messages from another master which is processing Lutron QS feedback. Right now some messages are missed because of the continuous error...

Comments

  • Stephen Steiner from AMX tech support helped me today on finding a solution. I had feedback under Define_Program with a variable that was not initialized until a button push; therefore, the 0 value was creating the errors. It is fixed now, thanks Stephen.
Sign In or Register to comment.