Home AMX User Forum AMX Control Products

R4 questions

I am fairly new to the industry, I have been programming AMX for about 11 months. I tend to be a quick learner. I have a demo R4 and I have been trying to implement a data list/list box... I copied the code from the help file that creates a new data list with 5 columns and about 10 rows... I got that to work, however when i went to modify the code to only have a single column and i modified the TP file to only display one column I am getting some funky results. Mainly my NI 3100 locks up or reboots when i start pushing the buttons in the list box. I do not have any code tied to the pushes. In my netlinx program the only thing that I am doing is some page flips and the list box stuff. If someone could help me determine which part is locking up and or rebooting the processor I would be appreciative. Apparently I have already deleted the code, that is why it is not posted. The main thing is that without code behind a button push is there anything that would tell the processor to reboot and or lock up.

Comments

  • NMarkRobertsNMarkRoberts Posts: 455
    My first guess would be a for or while loop which doesn't terminate.
Sign In or Register to comment.