What version of VTScada are you using and can you put your expression in the thread so we can see how you have gone about this? I'm not able to reproduce this using the following code. Note if you update the tag reference to your tag, you could paste the following onto your page to see if this works for you.
Replace 'BuildingA\MyDriver\ArrowPosition' with the full path to your tag.
GUIPolygon(814, 196, 914, 146,
1, 1, 1, 1, 1 { Scaling },
0, PickValid([<BuildingA\MyDriver\ArrowPosition>], 0) { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Brush("<FFA0A0A0>", 0, 1), Pen("<FF000000>", 1, 1),
Path(1,
Vertex(1,
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid)),
Vertex(1,
Point(50, 14, Invalid, Invalid),
Point(50, 14, Invalid, Invalid),
Point(50, 14, Invalid, Invalid)),
Vertex(1,
Point(50, 0, Invalid, Invalid),
Point(50, 0, Invalid, Invalid),
Point(50, 0, Invalid, Invalid)),
Vertex(1,
Point(100, 25, Invalid, Invalid),
Point(100, 25, Invalid, Invalid),
Point(100, 25, Invalid, Invalid)),
Vertex(1,
Point(50, 50, Invalid, Invalid),
Point(50, 50, Invalid, Invalid),
Point(50, 50, Invalid, Invalid)),
Vertex(1,
Point(50, 36, Invalid, Invalid),
Point(50, 36, Invalid, Invalid),
Point(50, 36, Invalid, Invalid)),
Vertex(1,
Point(0, 36, Invalid, Invalid),
Point(0, 36, Invalid, Invalid),
Point(0, 36, Invalid, Invalid)),
Vertex(1,
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid))));
What version of VTScada are you using and can you put your expression in the thread so we can see how you have gone about this? I'm not able to reproduce this using the following code. Note if you update the tag reference to your tag, you could paste the following onto your page to see if this works for you.
Replace 'BuildingA\MyDriver\ArrowPosition' with the full path to your tag.
````
GUIPolygon(814, 196, 914, 146,
1, 1, 1, 1, 1 { Scaling },
0, PickValid([<BuildingA\MyDriver\ArrowPosition>], 0) { Movement },
1, 0 { Visibility, Reserved },
0, 0, 0 { Selectability },
Brush("<FFA0A0A0>", 0, 1), Pen("<FF000000>", 1, 1),
Path(1,
Vertex(1,
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid)),
Vertex(1,
Point(50, 14, Invalid, Invalid),
Point(50, 14, Invalid, Invalid),
Point(50, 14, Invalid, Invalid)),
Vertex(1,
Point(50, 0, Invalid, Invalid),
Point(50, 0, Invalid, Invalid),
Point(50, 0, Invalid, Invalid)),
Vertex(1,
Point(100, 25, Invalid, Invalid),
Point(100, 25, Invalid, Invalid),
Point(100, 25, Invalid, Invalid)),
Vertex(1,
Point(50, 50, Invalid, Invalid),
Point(50, 50, Invalid, Invalid),
Point(50, 50, Invalid, Invalid)),
Vertex(1,
Point(50, 36, Invalid, Invalid),
Point(50, 36, Invalid, Invalid),
Point(50, 36, Invalid, Invalid)),
Vertex(1,
Point(0, 36, Invalid, Invalid),
Point(0, 36, Invalid, Invalid),
Point(0, 36, Invalid, Invalid)),
Vertex(1,
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid),
Point(0, 14, Invalid, Invalid))));
````
Trihedral Engineering Ltd.