Skip to content
Snippets Groups Projects
Commit 24bd613f authored by Arthur Coolen's avatar Arthur Coolen
Browse files

BugID: 755

corrected error. $datapoint(old point) changed to baseDP (new way)
parent 72e4c166
No related branches found
No related tags found
No related merge requests found
V 10
1
LANG:1 8 (NoName)
PANEL,422 105 950 124 N "_3DFace" 1
PANEL,450 141 950 124 N "_3DFace" 1
"$datapoint"
"main()
{
......@@ -18,7 +18,7 @@ PANEL,422 105 950 124 N "_3DFace" 1
showSelfState(baseDP);
// check if the requiered datapoint for this view are enabled and accessible
if (dpAccessable($datapoint+\".currentAction\")) {
if (dpAccessable(baseDP+\".currentAction\")) {
dpConnect(\"updateInfo\",baseDP + \".currentAction\",
baseDP + \".error\",
baseDP + \".connected\",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment