I need to write a GUI for use with a motion controller.
As for the GUI talking to the controller that is easy and I have done it before. It will just be sending a few varables. I can open the program file and download the varables I need to the controller.
My question is for the GUI they need to que up 10 different programs and tell how many parts each to make. What is the best way to list the programs qued up and the qty? I will need to delete them from the que after they are done. I was looking at using a listview. Then just deleting item(0) after each run is done. What is this the best/easyest way to display them?
Also my program will be polling a few varables from the controller. If any of the varables are 1 then I will display a message. Example "Part A low", "Part A out" Pulling the varable again is something I have done. Just wondering what the best way to display the messages with an easy way to delete them after the issue is fixed.

