Menu

Tree [r32] /
 History

HTTPS access


File Date Author Commit
 CodeExamples 2021-11-17 fchaxel [r30] EEPromWrite, some news
 Docs 2021-11-17 fchaxel [r30] EEPromWrite, some news
 EtherCATExplorer 2021-11-19 fchaxel [r32] WriteEEProm progressbar patch
 InnoSetupInstall 2021-11-13 fchaxel [r26] EEprom_write fixed by Marco S.
 Soem 2016-03-30 fchaxel [r21] some dots
 SoemWrapper 2021-11-19 fchaxel [r31] Some progress to Read/Write EEprom
 README.txt 2019-12-15 fchaxel [r25] Download snapshot information

Read Me

Download SnapShot on Windows 10

A lot of files (.resx and some others) are marked block by Windows, and Visual Studio cannot build the projects.
To unblock all files, open a PowerShell window, move to the directory where all files are extracted then type the command :
     gci -recurse  | Unblock-File 



Soem directory :
	.lib & .h files from Soem
	Soem is free on GitHub

SoemWrapper :
	Visual C++ 2010 project
	provided a .NET dll for the C# Explorer
	dll ready also for JNI java 
	Compiled .dll file already in the debug directory

	Win32 & x64 dynamic library.

InnoSetupInstall
	Inno Setup script for end-user .exe file installer
	InnoSetup is a free tool

EtherCATExplorer
	Visual C# 2010 project

CodeExamples
	Some C# & Java projects for basic operations
	... to start a rookie study for instance

		Acyclic C# code
		SimpleMaster C# code
		Java
			Soem JNI class & enum
			SimpleMasterJ Java code