Create array in Wincc

Hernan_e

Member
Join Date
Sep 2008
Location
Rosario
Posts
9
Hello, it's my first post :), I am using Wincc K6
and I would like to create an Array as internal tag
(with winccexplorer) but I don't know how to (or if it's even posible)

I know that writing something like

Dim A(100)

inside an VBscript an array is "created"
but I would like to have global access!
so how ?

Any help welcome, thanks for read.
 
Last edited:
Solved

Answer to myself =P
>I would like to create an Array as internal tag
>(with winccexplorer) but I don't know how to (or if it's even >posible)

Short answer : It's not possible to create an array as internal tag in WINCC explorer, however it can be created within scripts and comunicate with plc through SetTagRaw / GetTagRaw

I've asked it here :

http://www.automation.siemens.com/WW/forum/guests/PostShow.aspx?language=en&PostID=100387

Greetings!
 
Answer to myself =P
>I would like to create an Array as internal tag
>(with winccexplorer) but I don't know how to (or if it's even >posible)

Short answer : It's not possible to create an array as internal tag in WINCC explorer, however it can be created within scripts and comunicate with plc through SetTagRaw / GetTagRaw

I've asked it here :

http://www.automation.siemens.com/WW/forum/guests/PostShow.aspx?language=en&PostID=100387

Greetings!
Helped me.



THX, Hernan. Old information can be useful. :)
 

Similar Topics

I want to create an AOI to take modbus data and put it together as needed. The data is going to be coming from an RTA gateway and will be 32...
Replies
4
Views
3,553
Hello! I want to create an array of booleans (inside a DB), but each element needs it's own description. Does anyone know a way to either: - Use...
Replies
9
Views
3,028
Good day, I am connecting a PV+1000 to a 5/04 and need to setup alarms on the PV. How do I create an array for the alarms, N70/N71, in FT View...
Replies
5
Views
6,213
Hello, I've been trying to learn this a while now and still have not found out how this works. I have an Omron CJ2M PLC and an ABB ACS 355 VFD...
Replies
1
Views
229
Hello, I have to deal with iFix again and am looking at the most efficient way to create alarms to display in iFix, i.e. not creating an...
Replies
0
Views
149
Back
Top Bottom