Skip to content

estradege/controlexpert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages