-
Notifications
You must be signed in to change notification settings - Fork 2
Connecting to remote vi
IsabellaRey edited this page Sep 7, 2016
·
2 revisions
Wiki > The Backend System > IOCs > Using LVDCOM > Connecting to remote VI
To connect to a lvDCOM IOC to a VI on a different PC is very straightforward.
Edit the st.cmd of the IOC to change the lvDCOMConfigure line from something like this:
lvDCOMConfigure("ex1", "example", "$(TOP)/lvDCOMApp/src/examples/example_lvinput.xml", "", 6)
To something like this:
lvDCOMConfigure("ex1", "example", "$(TOP)/lvDCOMApp/src/examples/example_lvinput.xml", "ndxtestmjc", 6, "", "account_name", "password")
Of course, the account_name and password should be changed to match your system.