-
-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Nck Changes and BugFixes to master #96
Conversation
Optionale Angabe ob der PI-Dienst "F_XFER" ausgeführt werden soll. Default ist "True", womit die Änderung abwärtskompatibel ist
# Conflicts: # compiled/DotNetSiemensPLCToolBoxLibrary.dll # compiled/JFK-ProtokollerConfigurationTool.exe # compiled/JFK-ProtokollerLibrary.dll # compiled/JFK-ProtokollerService.exe # compiled/Kopplungstester.exe # compiled/ToolboxForSiemensPLCs.exe # compiled/WPFToolboxForSiemensPLCs.exe # compiled/WPFVarTab.exe # compiled/en/DotNetSiemensPLCToolBoxLibrary.resources.dll # compiled/es/DotNetSiemensPLCToolBoxLibrary.resources.dll
Bis auf weiteres soll jeder String in der NCK als CharArray gelesen werden!
# Conflicts: # .gitignore
# Conflicts: # .gitignore # compiled/DotNetSiemensPLCToolBoxLibrary.dll # compiled/JFK-ProtokollerConfigurationTool.exe # compiled/JFK-ProtokollerLibrary.dll # compiled/JFK-ProtokollerService.exe # compiled/Kopplungstester.exe # compiled/ToolboxForSiemensPLCs.exe # compiled/WPFToolboxForSiemensPLCs.exe # compiled/WPFVarTab.exe # compiled/en/DotNetSiemensPLCToolBoxLibrary.resources.dll # compiled/es/DotNetSiemensPLCToolBoxLibrary.resources.dll
- BugFix for CharArray by NCK v2.6 - Add: BinaryUploadFromNC ReadValue(NC_Var address)
# Conflicts: # DotNetSiemensPLCToolBoxLibrary.sln # LibNoDaveConnectionLibrary/Communication/PLCConnection.cs # compiled/DotNetSiemensPLCToolBoxLibrary.dll # compiled/JFK-ProtokollerConfigurationTool.exe # compiled/JFK-ProtokollerLibrary.dll # compiled/JFK-ProtokollerService.exe # compiled/ToolboxForSiemensPLCs.exe # compiled/WPFVarTab.exe # compiled/en/DotNetSiemensPLCToolBoxLibrary.resources.dll # compiled/es/DotNetSiemensPLCToolBoxLibrary.resources.dll
BugFix, wenn die Pointeradresse falsch (kein Leerzeichen zwischen Datentyp und Zugriffslänge) geschrieben wurde
Adressangabe "DBR" für Float -Werte hinzugefügt. z.B. DBx.DBRy
TagDataType.DateTime von der NC darf nicht (nochmal) gedreht (Endian) werden.
- Methode zum Auslesen der Alarm_S hinzugefügt - SZLDatasets "xy32_4Dataset" hinzugefügt - class NC_Var erweitert und NckTagEditor angepasst - PI_Service: Übergabeparameter paramCount entfernt
# Conflicts: # LibNoDaveConnectionLibrary/Communication/PLCConnection.cs # LibNoDaveConnectionLibrary/Communication/PLCTag.cs # ToolBoxLibUnitTests/ConnectionWrapper.cs # compiled/DotNetSiemensPLCToolBoxLibrary.dll # compiled/JFK-ProtokollerConfigurationTool.exe # compiled/JFK-ProtokollerLibrary.dll # compiled/JFK-ProtokollerService.exe # compiled/Kopplungstester.exe # compiled/ToolboxForSiemensPLCs.exe # compiled/WPFToolboxForSiemensPLCs.exe # compiled/WPFVarTab.exe # compiled/en/DotNetSiemensPLCToolBoxLibrary.resources.dll # compiled/es/DotNetSiemensPLCToolBoxLibrary.resources.dll
# Conflicts: # DotNetSiemensPLCToolBoxLibrary.TIAV13/DotNetSiemensPLCToolBoxLibrary.TIAV13.csproj # DotNetSiemensPLCToolBoxLibrary.TIAV13/Properties/AssemblyInfo.cs # DotNetSiemensPLCToolBoxLibrary.TIAV13/Step7ProjectV11.cs # DotNetSiemensPLCToolBoxLibrary.TIAV14SP1/DotNetSiemensPLCToolBoxLibrary.TIAV14SP1.csproj # DotNetSiemensPLCToolBoxLibrary.TIAV14SP1/Properties/AssemblyInfo.cs # DotNetSiemensPLCToolBoxLibrary.TIAV14SP1/Step7ProjectV14SP1.cs # DotNetSiemensPLCToolBoxLibrary.TIAV14SP1/Step7ProjectV14SP1Tia.cs # DotNetSiemensPLCToolBoxLibrary.TIAV15/DotNetSiemensPLCToolBoxLibrary.TIAV15.csproj # DotNetSiemensPLCToolBoxLibrary.TIAV15/Properties/AssemblyInfo.cs # DotNetSiemensPLCToolBoxLibrary.TIAV15/Step7ProjectV15.cs # DotNetSiemensPLCToolBoxLibrary.TIAV15/Step7ProjectV15Tia.cs # DotNetSiemensPLCToolBoxLibrary.sln # LibNoDaveConnectionLibrary/Communication/PLCConnection.cs # LibNoDaveConnectionLibrary/Communication/PLCException.cs # LibNoDaveConnectionLibrary/DotNetSiemensPLCToolBoxLibrary.csproj # TiaGitHandler/Program.cs # TiaGitHandler/TiaGitHandler.csproj # externalDlls/libnodave/nodave.h # externalDlls/libnodave_jfkmod.dll # externalDlls/libnodave_jfkmod64.dll # externalDlls/siemens/V13/Siemens.Engineering.Hmi.dll # externalDlls/siemens/V13/Siemens.Engineering.dll
rest I think looks okay. |
NC_Var N_M_HW_SERIAL_NUMBER = new NC_Var(0x82, 0x1, 0x466E, 0x1, 0x1A, 0x1, 0x13, 0x20); NC_Var C1_SPARP_lastBlockNoStr1 = new NC_Var(0x82, 0x41, 0x18, 0x1, 0x7D, 0x1, 0x13, 0xC); NC_Var C1_SPARP_workPName1 = new NC_Var(0x82, 0x41, 0x2, 0x1, 0x7D, 0x1, 0x13, 0x20); |
thx |
No description provided.