Problem using Excel and Rslinx Classic

MGuenette

Member
Join Date
Jan 2007
Location
Montreal
Posts
134
Hi,

I try to get data from PLC to an excel spreadsheet. I have Rslinx classic gateway installed and my topic is configured. Topic name is linked with the right plc.

In excel I write =RSLINX|Topic!'Adress'" and it does not work. It works on my other laptop using rslinx pro. when I press enter in the excel application, excel "bug".

Any suggestions?
thanks
Mart.
 
Let's go through the DDE syntax carefully:

=RSLINX|TOPIC!'N7:0'


The character between RSLINX and TOPIC is a vertical bar, which is above the backslash on my keyboard.

The exclamation point comes after TOPIC

The single-quotes surround the address. You can also have a Length and number of Fields and Data Type here too (like L1,C1,s16), but you can leave them out as well.

Specifically above you have a closing double-quotation-mark. That will cause an Excel formula error.

Explain what doesn't work. Does Excel give you a formula error when you press Enter, or do you get a #REF or N/A in your Excel cell ?
 
Ken Roach said:
Let's go through the DDE syntax carefully:

=RSLINX|TOPIC!'N7:0'


The character between RSLINX and TOPIC is a vertical bar, which is above the backslash on my keyboard.

The exclamation point comes after TOPIC

The single-quotes surround the address. You can also have a Length and number of Fields and Data Type here too (like L1,C1,s16), but you can leave them out as well.

Specifically above you have a closing double-quotation-mark. That will cause an Excel formula error.

Explain what doesn't work. Does Excel give you a formula error when you press Enter, or do you get a #REF or N/A in your Excel cell ?

Excel "freezes"!! Really strange...the security of my excel spreadsheet is "basic"

Thanks
Mart.
 

Similar Topics

I have wasted a week trying to figure out how to connect an SLC5/03 with my laptop. I do not have and can not Buy the 1747 UIC and PC3 cables. I...
Replies
14
Views
2,546
I am trying to use my Beckhoff PLC to send emails. I am using a Gmail account that I just created. Apparently Google has removed “Less Secured...
Replies
2
Views
1,125
I am working on a project, inside an AB CLX, I implemented the Modbus TCP Client AOI published on AB website, to interreact with a Modbus ASCII...
Replies
7
Views
3,540
Hi; I have Weintek HMIs connected with an Ethernet network. Usually I do upload the data log files by using “ftp” command. By using my...
Replies
4
Views
2,115
please help i didn't solve this problem with rslogix. I counted but i am not using timer. How i will fix this situation? Please anyone solve this...
Replies
18
Views
4,903
Back
Top Bottom