Schneider Magelis / Vijeo Designer

lostcontrol

Lifetime Supporting Member
Join Date
May 2009
Location
NeverSayNever
Posts
1,071
Any regular users of the magelis range?

If so, anyone have a slick way to do a common popup with a rockwell UDT?
My current approach is to just have an array of type motor, then set the index when the popup is called.

I know this will method work, just wondering if there a way to use the actual tag.?


Cheers
LC
 
You can add script, read all bits from your UDT to sript, then call this if your call bit is on for popup.


boolean PopupWindowName.show(boolean Status);
 
Thanks,
Not sure if that exactly what I was after

I have some tags of datatype Motor (M1, M2, M3 etc ) with attributes Auto/Manual/Running etc

Then I have a string called Mx. If I set Mx to M1/M2/M3 etc, can I animate/read/write based on Mx.Running / Mx.Auto?
 
It should be possible with reference variables.


You first make common variables like Auto, Manual, Running.


On these variables select on variable editor, Select reference,
To reference String Write
M%d.Auto
M%d.Manual
M%d.Running


To parameter1 select variable Motor_number (Uint)


Then you need make to variable editor for communication.


Motor_number

M1.Auto
M1.Manual
M1.Running


M2.Auto
M2.Manual
M2.Running


M3.Auto
M3.Manual
M3.Running




Now if you change Motor number (from HMI panel or via PLC) referencing variables points to M1..M3 depending if value is 1,2 or 3.

To pop up you select common variables Auto, Manual, Running for dynamizing objects.

But with this way you can only show one popup at time.
 
Last edited:

Similar Topics

Hello all, Currently a Magelis touchscreen running Vijeo talking to a CompactLogix. I'm hoping to switch out to a 15" Panelview running FTV ME...
Replies
3
Views
3,108
I've been tasked by my supervisor to make a connection and do some testing with Vijeo-Designer (Web Gate specifically) and a Magelis Touchscreen...
Replies
2
Views
6,967
We're a second hand machinery merchant. We've just had a machine arrive that has a Schneider Twido TWDLCAA24DRF PLC and a Magelis XBT-R411 HMI...
Replies
4
Views
2,400
I have an M241 connected in Ethernet to a HMIS5T panel and I can't get them to communicate I'm using Machine Expert 1.2 On the controller the...
Replies
0
Views
1,798
I've seen a few old threads on here that say there is no way to upload from one of these HMIs unless the developer took the step of downloading...
Replies
2
Views
2,660
Back
Top Bottom