I draw a horizontal line from point (X, Y) 100,100 with a width of 550 and a height of 5
Next I want some dynamic movement. Therefore I use a PLC tag with a value of -100 to +100 (Visualizing the tag shows it's working fine).
To configure the Motion Object properties of the line the following setting are used:
- Motion property is enabled and point to the right tag
- Hotspot collection:
-- From: -100
-- To: 100
-- TransX: 0
-- TransY: 550
I expect at tag value -100 the horizontal line starts @ 100,100
And with a tag value of 100 the horizontal line starts @ 100,650 and of course everything in between.
But what is see is when my tag value is between -100 and 100, nothing happens, but when tag > 100, the line move directly to 100,650? There's nothing in between.
What I'm missing