asys
asys

Reputation: 731

Import excel data into TwinCat3

I want to enter large amount of data in twincat3 as an array. I have 6000*2 matrix(one column as time and other one is value corresponding of function).

I read this link of Beckhoff but it was a bit hazy for me. I'm looking for a simple example of how to load and use excel data in twincat3.

any help would be appreciated.

Upvotes: 0

Views: 1061

Answers (1)

Ray Crowder
Ray Crowder

Reputation: 1

The link you included references the TF6429 Connectivity module. Here's a link to the documentation for that module. The specifics are in the documentation. As an FYI - the minimum steps you'll need to take are:

  1. Download that module
  2. Add it as a new TwinCat Connectivity project to your solution.
  3. Add your excel sheet as a database connection.
  4. Refer to chapter 6 of the documentation for PLC API instructions.

Best of luck!

Upvotes: 0

Related Questions