I am using the DSC module from LabVIEW 8.6 and 2009. I am in California, and there is an EPICS server in New Mexico to which I want to connect. I can read and write using command-line EPICS so I know that there are no firewall or hardware connectivity issues. For those programs I put the IP address of the remote server in an environment variable (add it to EPICS_CA_ADDR_LIST, and the EPICS programs then all know to look there for process variables. How do I do the same thing for LabVIEW? I have tried registering the remote computer in the Distributed System Manager, but that didn't work. The remote computer is not running LabVIEW, but that shouldn't really matter. I just need a way to tell LabVIEW to check a specific IP address, and the Channel Access protocol will take care of everything else.