Vai al contenuto
PLC Forum


Data From Slc 500 To Excel Files


3ICHRA

Messaggi consigliati


A secondo il collegamento con una porta di communicazione che potrebbe essere Ethernet, DH+, DH-485, o RS-232-C, sviluppi una applicazione su PC, in ambiente VB o VC++, che va a leggere una determinata area dati, per esempio data file N, e salva gli enteri su le celle di un Excel spreadsheet usando dei commandi stringhe SQL.

Modificato: da Savino
Link al commento
Condividi su altri siti

According to the processor communication port at disposition, that it could be Ethernet, DH+, DH-485, or RS-232-C, you develop an application on PC, in VB or VC++ environment, that it goes to read a specific data area, for example a N Data Files, and saves the integers on the cells of an Excel spreadsheet file using the SQL string functions.

Modificato: da Savino
Link al commento
Condividi su altri siti

We recommend not using DDE if your are going to read and write a lot of data. DDE is resource intensive.

The perferable way to do this is with an OPC connection in an Excel form.

If however you insist on doing DDE the proper formulate is "=<Applicaiton Name>|<Topic>!<Item>".

<Applicaiton Name> = By default this is "Kepdde" for KepServer or "RsLinx" for Rslinx

<Topic> = The global topic is "_DDEData" (This is a example)

<Item> = When using the global topic this is the same as an OPC item name it will be "channel.device.tag"

Example : =Rslinx|Test!'N7:100'

Link al commento
Condividi su altri siti

Crea un account o accedi per commentare

Devi essere un utente per poter lasciare un commento

Crea un account

Registrati per un nuovo account nella nostra comunità. è facile!

Registra un nuovo account

Accedi

Hai già un account? Accedi qui.

Accedi ora
×
×
  • Crea nuovo/a...