DDE/OPC question

Altair

Guest
A
I'm reading a block of 56 words into an excel spreadsheet. Currently they are all stacked, but I would like to add a blank cell between every 8th word. 1-8 blank, 9-16 blank, 17-24 blank, etc...
Do I need to create seperate links for each grouping, or can I modify in excel the data that I'm receiving (by adding blocks).
Also.... can automated routines be embedded in excel so that when certain conditions occur at the processor, the excel program can write to it (ie. If C5:12/ACC = 168 mov 0 #N45:1 len 56) or something like that.



Thanks,
Russ
 
I'm not expert, but if you can call from 1'st cell variables N45:1 len 8 and next call from 10'th cell N45:9 len 8 etc.
Houply I didn't wrote anything stupid.
 
That's one way of doing it, but I was hoping to be able to physically manipulate the data that comes in.
Setting it up in groups of 8 would work fine, but I'd like to be able to move it around.
Eventually I'd like to take the points and shift them to other pages (without requiring seperate links)..
But I don't know how to do that...or if it's possible.




Thanks,
Russ
 
I don't know are there any tag-mapping systems in RS-Linx for OPC/DDE where is possible to do blocks as N45:1 len(8) next block N45:9 len(8) etc. and then call them from diffrent sheets of Excel ?
Shetland is middle of Atlantic North from Skotland ?
 
Piece of cake. Do a single call of 56 words to your spreadsheet, and direct the data to some hidden cells. Then, copy the data within Excel 8 words at a time to your desired R1C1 locations.

Have fun!
 
THANK YOU!!!!! WhoooHooo!!!!


Here's to the countless hours of playing I have ahead!!! Yeah!!




Thanks!
Russ
(yes I really really do like this ****! It's fun)
 

Similar Topics

Hey Friends. I am currently trying to write approximately 700 tags from FtView13 to an Logix Emulate 5000. I am using rslinx DDE/OPC to create an...
Replies
0
Views
395
Dear Friends; I copy the link of Tag value and paste it as a link in Excel but Cell shows #REF The images are attached where i am wrong...
Replies
1
Views
770
Hi, I am gonna use Rslinx classic 3.9 to copy DDE/OPC tags' link from CompactLogix CPU to Excel through Ethernet/IP but It does not show any of...
Replies
35
Views
12,082
HI, I created a RSLINX OPC/DDE topic and then copied the link in to excel and I'm getting a #REF Error in the cells rather than the data, anyone...
Replies
4
Views
1,773
Hello all, I set up a DDE/OPC connection to read data into an excel sheet about a month ago. It was working fine until yesterday when I noticed...
Replies
2
Views
1,928
Back
Top Bottom