I only want to control the device from the test panel.
The intended functionality of my program is to detect changes on discrete signals being inputted to Port 2 (an input port) of my Digital I/O board. However, the discrete signals are not functioning yet, so as a workaround, I wanted to simulate those signals by using the test-panel. As far as I can tell, the only ports that can be explicitly set are the output ports. As a result, I have been attempting to set Port 4 (an output port) and detect those changes in my program with the DIG_Change_Message_Control and DIG_Change_Message_Config functions. Thus far, I have been unsuccessful.
Any insight you can provide would be greatly appreciated.
-Joel L