InTouch Wonderware - position of an object

whereareyoupl

Member
Join Date
Jan 2018
Location
Szczecin
Posts
1
Hi, I need to create bar containing informations of 6 changing values.
My idea is to create 6 reactangles, and start every next reactangle position from the end of previous one. Is it possible to read the location ( start, end)
of an existing object like reactangle?

Bez tytu?u.png
 
You would have two tags for each rectangle that define that start position and the length.
Rect1pos = 0
Rect1len = 1
Rect2pos = Rect1pos + Rect1len
Rect2len = 8
Rect3pos = Rect2pos + Rect2len
Rect3len = 1
Rect4pos = Rect3pos + Rect3len
Rect4len = 3
Rect5pos = Rect4pos+ Rect4len
Rect5len = 4
Rect6pos = Rect5pos + Rect5len
Rect6len = 3

Replace the values with tags for the lengths and you have bar graphs that will move and grow/shrink.
 

Similar Topics

Hi guys, I have experience with PLC to Excel etc...just starting on using intouch scada screens. I have an Excel sheet that uses mainly...
Replies
1
Views
136
Hola chicos. Tengo un problema con el driver de comucicacion dasabcip 5, y un plc controllogix v34, ya realice la comunicacion pero en ciertos...
Replies
2
Views
150
Hi, I am upgrading a Wonderware SCADA form version 9.5 to version 23. I am able to migrate all the graphic, but when to activate the runtime this...
Replies
8
Views
404
Hi all, I am using OI.GATEWAY.2 to communicate to the PLC using an OPC UA. I can see the tags using an OPC explorer connecting to the...
Replies
0
Views
180
For a while, I have been working with InTouch 10.1. The problem I am currently facing is the need to implement certain functions that do not...
Replies
0
Views
477
Back
Top Bottom