Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

controlexpert

Schneider Electric Control Expert Toolkit

1) Quick start

var xef = new XefReader();
await xef.LoadZefAsync("Stu/m340.zef");

var contentHeader = await xef.GetContentHeaderAsync();
var variables = await xef.GetVariablesAsync();
var program = await xef.FindFirstOrDefaultAsync("Motor1");

// and more...

About

Schneider Electric Control Expert Interop

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages