By default, a counter output task always routes the CtrNInternalOutput signal to the CtrNOut pin. By exporting the CtrOutEvent to PXI_Trig4, you are overriding the default route and the route to the CtrNOut pin will not be made. If you want to see the signal at both places, you have a couple of options. Run the task once and export the signal to the CtrNOut pin. Then switch the destination to PXI_Trig4 and run the task again. Although the destination for the signal has changed, the original route will remain in place and you should be able to see the signal at both locations. You will continue to see the signal at the CtrNOut pin until you tristate the terminal or reset the device which will tristate all terminals. Alternatively, you can use the VI you h
ave and call the Connect Terminals VI to explicitly create a route between CtrNInternalOutput and CtrNOut. Hope this helps.