Merge branch 'feature/S7Net' into develop
This commit is contained in:
@@ -2022,7 +2022,7 @@ namespace CMS_CORE_Library.S7Net
|
||||
CmsError libraryError = NO_ERROR;
|
||||
|
||||
// Call ack for config request RISK
|
||||
libraryError = PLC_WAck(true, REQ_CONF_ACK, REQ_CONF_STROBE, 12);
|
||||
libraryError = PLC_WAck(true, REQ_CONF_ACK, REQ_CONF_STROBE, 13);
|
||||
if (libraryError.IsError())
|
||||
return libraryError;
|
||||
|
||||
@@ -2339,13 +2339,13 @@ namespace CMS_CORE_Library.S7Net
|
||||
return libraryError;
|
||||
}
|
||||
/// <summary>
|
||||
/// Confirm FLIR image acquired and copied to PLC
|
||||
/// Confirm FLIR image acquired and copied to PLC (STR from server)
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public override CmsError PLC_WStrFlirAcquired()
|
||||
{
|
||||
// Call confirm update
|
||||
CmsError libraryError = PLC_WStrobe(true, PARAMETER_EDIT_ACK, PARAMETER_EDIT_STROBE, 13);
|
||||
CmsError libraryError = PLC_WStrobe(true, PARAMETER_EDIT_ACK, PARAMETER_EDIT_STROBE, 14);
|
||||
if (libraryError.IsError())
|
||||
return libraryError;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user