Skip to content
Snippets Groups Projects
Commit 017db239 authored by Lucio Zambon's avatar Lucio Zambon
Browse files

change path

parent d8f0b7e3
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
This diff is collapsed.
......@@ -9,4 +9,4 @@ HEADERS += src/acsboard104.h
FORMS = src/acsboard104.ui
TARGET = ../acs/bin/acsboard104
TARGET = bin/acsboard104
......@@ -53,7 +53,6 @@ acsboard104::acsboard104(QWidget *parent) : QWidget(parent)
}
// connect to control access server
try {
// plc_server = new Tango::DeviceProxy("ken/plcaccess/0");
plc_server = new Tango::DeviceProxy("sr/accessi/pss");
}
catch (const Tango::DevFailed &e) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment