Set tag values in a array (Real[45,60])

tarzipan7

Member
Join Date
May 2016
Location
East
Posts
5
Hi,
I am a beginner in RSlogix5000.:cool: (Version28.00 - Professional edition)

I have to preset the tag's in the array(Real[45,60]) with values. How is this possible?


Have seen several versions with rsLink or export to a L5k file.........
In RsLinkClassic Lite i cannot edit, and export to L5K file is not selectable.
Are there other possibilities???
 
Hi,
I am a beginner in RSlogix5000.:cool: (Version28.00 - Professional edition)

I have to preset the tag's in the array(Real[45,60]) with values. How is this possible?


Have seen several versions with rsLink or export to a L5k file.........
In RsLinkClassic Lite i cannot edit, and export to L5K file is not selectable.
Are there other possibilities???

Preset them from where, the PLC? On start up? On an event?
Are they always to remain the same?

What have you tried so far?

Ash
 
Hi Ash

I want set the tags to a value for example how i do it in Step7:
rData[1,1] :=7.73285648847377E-07;
rData[1,2] :=1.03442869203718E-06;
etc.

All hand-set to require too much time.......

Martin
 
I export the Tag's to Excel but no values are inside, only the hole Array name.
After i try with rsLink DDE, but i have only the light version.

I have many of these array's..........

Martin
 
Ill answer this bit first before moving on...

You have two ways of doing this:

1. Open up RSlogix5000, find your array in program or controller tags & select monitor. Then enter a number manually.

2. Create a routine, then a rung and move the static value into the tag address

-----------------------------

Now,
Why are you trying to export them to excel, is this so you can set the values in excel then import them back into logix with those values?
Do you just want all of the tags to be loaded in with preset values once?
Are they all the same value?

Edit: I now realize you want to populate all of the arrays easily rather than by hand
 
Last edited:

Similar Topics

I want to set user security level based on the value of a tag in my PLC called "ActiveUser". That tag will contain the A-P code which we use for...
Replies
6
Views
214
Action On Release command Set(ConveyorPopup,ConveyorPop_1) rejected w/ string tags. SetStringTag(index, data) wants an index. How does one pass...
Replies
8
Views
959
Good Morning, I'm not sure if this is a stupid question, but I've been working with FTView ME for quite some time now and I can't solve this...
Replies
9
Views
1,493
Hi, I am tasked with creating a new HMI program in FTView SE (v12) because the HMI in the machine is old and obsolete. The HMI was programed...
Replies
3
Views
2,485
Hey guys. I recently added a barcode scanner to our network. I can see the device through network configurator. When trying to set up the tag...
Replies
1
Views
1,630
Back
Top Bottom