diff --git a/clients/opal/villas_udp/.gitignore b/clients/opal/villas_udp/.gitignore deleted file mode 100644 index bf0824e59..000000000 --- a/clients/opal/villas_udp/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.log \ No newline at end of file diff --git a/clients/opal/villas_udp/.project b/clients/opal/villas_udp/.project deleted file mode 100644 index b6ea0fd2b..000000000 --- a/clients/opal/villas_udp/.project +++ /dev/null @@ -1,12 +0,0 @@ - - - villas_udp - - - - - - - com.opalrt.rtlab.ui.rtlabnature - - diff --git a/clients/opal/villas_udp/.settings/com.opalrt.rtlab.ui.application.prefs b/clients/opal/villas_udp/.settings/com.opalrt.rtlab.ui.application.prefs deleted file mode 100644 index 4762a96f5..000000000 --- a/clients/opal/villas_udp/.settings/com.opalrt.rtlab.ui.application.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -rtprojectfile=villas_udp.llp diff --git a/clients/opal/villas_udp/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal b/clients/opal/villas_udp/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal deleted file mode 100644 index 10260aceb..000000000 --- a/clients/opal/villas_udp/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal +++ /dev/null @@ -1,3 +0,0 @@ -OPAL-1.0 Object -ListMap> { -} \ No newline at end of file diff --git a/clients/opal/villas_udp/configurations/aliases/Aliases.json b/clients/opal/villas_udp/configurations/aliases/Aliases.json deleted file mode 100644 index 059265889..000000000 --- a/clients/opal/villas_udp/configurations/aliases/Aliases.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - {"version":2}, - { - "Opal::Simulation::SerializeableAliasList": - { - "copyOnWrite":0, - "locked":0, - "name":"D804207F-3D61-429A-9CBD-659A211EF103", - "versioned":0, - "aliasSets": - [ - ], - "history":"", - "parent":"/" - } - } -] \ No newline at end of file diff --git a/clients/opal/villas_udp/configurations/default.opal b/clients/opal/villas_udp/configurations/default.opal deleted file mode 100644 index 783e3a0d6..000000000 --- a/clients/opal/villas_udp/configurations/default.opal +++ /dev/null @@ -1,13 +0,0 @@ -OPAL-1.0 Object -Opal::Simulation::Configuration { - projectID=7B042784-8CF2-444A-92E3-8457E429E28A - copyOnWrite=0 - locked=0 - name=7B042784-8CF2-444A-92E3-8457E429E28A-default - versioned=0 - connectionSets { - } - syncExchangerRegistry=7B042784-8CF2-444A-92E3-8457E429E28A-default/SyncExchangerRegistry - history= - parent=/ -} \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/.gitignore b/clients/opal/villas_udp/models/send_receive/.gitignore deleted file mode 100644 index f7b9f592e..000000000 --- a/clients/opal/villas_udp/models/send_receive/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -*.o -*.d -AsyncIP -Opcommon/ -report/ -*_sm_model/ -*_ss_model/ -*_sc_console.mdl diff --git a/clients/opal/villas_udp/models/send_receive/Makefile.mk b/clients/opal/villas_udp/models/send_receive/Makefile.mk deleted file mode 100644 index 3097e25c8..000000000 --- a/clients/opal/villas_udp/models/send_receive/Makefile.mk +++ /dev/null @@ -1,79 +0,0 @@ -# Makefile. -# -# @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC -# @license GNU General Public License (version 3) -# -# VILLASnode -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -################################################################################### - -TARGET = AsyncIP - -VPATH = src - -RTLAB_INTEL_COMPILER ?= 1 - -# Compiler selection -ifeq ($(RTLAB_INTEL_COMPILER),1) - CC = opicc - LD = opicpc -else - CC = gcc - LD = g++ - - INTEL_LIBS = -limf -lirc - INTEL_OBJS = compat.o -endif - -# Support for debugging symbols -ifeq ($(DEBUG),1) - CC_DEBUG_OPTS = -g -D_DEBUG - LD_DEBUG_OPTS = -g -else - CC_DEBUG_OPTS = -O - LD_DEBUG_OPTS = -endif - -TARGET_LIB = -lpthread -lm -ldl -lutil -lrt $(INTEL_LIBS) - -INCLUDES = -I. $(OPAL_INCPATH) -Iinclude -LIBPATH = -L. $(OPAL_LIBPATH) -CC_OPTS = -m32 -std=c99 -D_GNU_SOURCE -MMD -LD_OPTS = -m32 -OBJS = main.o msg.o utils.o socket.o $(INTEL_OBJS) - -ifneq ($(PROTOCOL),) - CC_OPTS += -DPROTOCOL=$(PROTOCOL) -endif - -ADDLIB = -lOpalCore -lOpalUtils -LIBS = -lOpalAsyncApiCore $(ADDLIB) $(TARGET_LIB) $(OPAL_LIBS) - -CFLAGS = -c $(CC_OPTS) $(CC_DEBUG_OPTS) $(INCLUDES) -LDFLAGS = $(LD_OPTS) $(LD_DEBUG_OPTS) $(LIBPATH) - -all: $(TARGET) - -install: $(TARGET) - install -m 0755 -D -t $(DESTDIR)$(PREFIX)/bin $(TARGET) - -clean: - rm -f $(OBJS) $(OBJS:%.o=%.d) $(TARGET) - -$(TARGET): $(OBJS) - $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) - --include $(wildcard *.d) \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/include/config.h b/clients/opal/villas_udp/models/send_receive/include/config.h deleted file mode 100644 index 6a206a659..000000000 --- a/clients/opal/villas_udp/models/send_receive/include/config.h +++ /dev/null @@ -1,41 +0,0 @@ -/** Compile-time configuration. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _CONFIG_H_ -#define _CONFIG_H_ - -#define PROGNAME "VILLASnode-OPAL-UDP" -#define VERSION "0.6" - -#define MAX_VALUES 64 - -/* List of protocols */ -#define VILLAS 1 -#define GTNET_SKT 2 - -/* Default protocol */ -#ifndef PROTOCOL - #define PROTOCOL VILLAS -#endif - -#endif /* _CONFIG_H_ */ \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/include/msg.h b/clients/opal/villas_udp/models/send_receive/include/msg.h deleted file mode 100644 index 594662b41..000000000 --- a/clients/opal/villas_udp/models/send_receive/include/msg.h +++ /dev/null @@ -1,51 +0,0 @@ -/** Message related functions - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#pragma once - -/* Forward declarations. */ -struct msg; - -/** Swaps the byte-order of the message. - * - * Message are always transmitted in network (big endian) byte order. - * - * @param m A pointer to the message - */ -void msg_hdr_ntoh(struct msg *m); - -void msg_hdr_hton(struct msg *m); - -void msg_ntoh(struct msg *m); - -void msg_hton(struct msg *m); - -/** Check the consistency of a message. - * - * The functions checks the header fields of a message. - * - * @param m A pointer to the message - * @retval 0 The message header is valid. - * @retval <0 The message header is invalid. - */ -int msg_verify(struct msg *m); \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/include/msg_format.h b/clients/opal/villas_udp/models/send_receive/include/msg_format.h deleted file mode 100644 index 0a9ba3202..000000000 --- a/clients/opal/villas_udp/models/send_receive/include/msg_format.h +++ /dev/null @@ -1,92 +0,0 @@ -/** Message format - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#pragma once - -#include - -/** The current version number for the message format */ -#define MSG_VERSION 2 - -/** @todo Implement more message types */ -#define MSG_TYPE_DATA 0 /**< Message contains float values */ -#define MSG_TYPE_START 1 /**< Message marks the beginning of a new simulation case */ -#define MSG_TYPE_STOP 2 /**< Message marks the end of a simulation case */ - -/** The total size in bytes of a message */ -#define MSG_LEN(values) (sizeof(struct msg) + MSG_DATA_LEN(values)) - -/** The length of \p values values in bytes. */ -#define MSG_DATA_LEN(values) (sizeof(float) * (values)) - -/** The offset to the first data value in a message. */ -#define MSG_DATA_OFFSET(msg) ((char *) (msg) + offsetof(struct msg, data)) - -/** Initialize a message with default values */ -#define MSG_INIT(len, seq) (struct msg) {\ - .version = MSG_VERSION, \ - .type = MSG_TYPE_DATA, \ - .length = len, \ - .sequence = seq \ -} - -/** The timestamp of a message in struct timespec format */ -#define MSG_TS(msg) (struct timespec) { \ - .tv_sec = (msg)->ts.sec, \ - .tv_nsec = (msg)->ts.nsec \ -} - -/** This message format is used by all clients - * - * @diafile msg_format.dia - **/ -struct msg -{ -#if BYTE_ORDER == BIG_ENDIAN - unsigned version: 4; /**< Specifies the format of the remaining message (see MGS_VERSION) */ - unsigned type : 2; /**< Data or control message (see MSG_TYPE_*) */ - unsigned rsvd1 : 2; /**< Reserved bits */ -#elif BYTE_ORDER == LITTLE_ENDIAN - unsigned rsvd1 : 2; /**< Reserved bits */ - unsigned type : 2; /**< Data or control message (see MSG_TYPE_*) */ - unsigned version: 4; /**< Specifies the format of the remaining message (see MGS_VERSION) */ -#else - #error Invalid byte-order -#endif - - uint8_t rsvd2; /**< Reserved bits */ - uint16_t length; /**< The number of values in msg::data[]. */ - uint32_t sequence; /**< The sequence number is incremented by one for consecutive messages. */ - - /** A timestamp per message. */ - struct { - uint32_t sec; /**< Seconds since 1970-01-01 00:00:00 */ - uint32_t nsec; /**< Nanoseconds of the current second. */ - } ts; - - /** The message payload. */ - union { - float f; /**< Floating point values. */ - uint32_t i; /**< Integer values. */ - } data[]; -} __attribute__((packed)); \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/include/socket.h b/clients/opal/villas_udp/models/send_receive/include/socket.h deleted file mode 100644 index dd5c633be..000000000 --- a/clients/opal/villas_udp/models/send_receive/include/socket.h +++ /dev/null @@ -1,49 +0,0 @@ -/** Helper functions for sockets. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _SOCKET_H_ -#define _SOCKET_H_ - -#include - -#define RT -#include "OpalGenAsyncParamCtrl.h" - -#define UDP_PROTOCOL 1 -#define TCP_PROTOCOL 2 - -struct socket { - struct sockaddr_in send_ad; /* Send address */ - struct sockaddr_in recv_ad; /* Receive address */ - int sd; /* socket descriptor */ -}; - -int socket_init(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct); - -int socket_send(struct socket *s, char *data, int len); - -int socket_recv(struct socket *s, char *data, int len, double timeout); - -int socket_close(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct); - -#endif /* _SOCKET_H_ */ diff --git a/clients/opal/villas_udp/models/send_receive/include/utils.h b/clients/opal/villas_udp/models/send_receive/include/utils.h deleted file mode 100644 index acb8e100f..000000000 --- a/clients/opal/villas_udp/models/send_receive/include/utils.h +++ /dev/null @@ -1,31 +0,0 @@ -/** Configure scheduler. - * - * @file - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _UTILS_H_ -#define _UTILS_H_ - -int AssignProcToCpu0(void); - -#endif /* _UTILS_H_ */ diff --git a/clients/opal/villas_udp/models/send_receive/send_receive.llm b/clients/opal/villas_udp/models/send_receive/send_receive.llm deleted file mode 100644 index 4700cdc23..000000000 --- a/clients/opal/villas_udp/models/send_receive/send_receive.llm +++ /dev/null @@ -1,118 +0,0 @@ -[EnvVars] -ABORT_COMPILE_WHEN_NO_BITSTREAM=0 -ACTION_AFTER_N_OVERRUNS=10 -ACTION_ON_OVERRUNS=0 -AcquisitionMemory=0,2500,24,100 -ActiveGroups=7/0/24/25/26/27/28/29/ -CACHEABLE_DMA_MEMORY_ACCESS=ON -COMM_RT=UDP/IP -ClockPeriodMode=Free-Clock -ClockPeriodTime=10 -DEBUG=0 -DETECT_OVERRUNS=ON -ENABLE_WATCHDOG=ON -EXT_CC_OPTS= -EXT_LD_OPTS= -EXT_LIB= -EXT_LIBPATH= -MODEL_PAUSE_TIME=0.000000 -MODEL_STOP_TIME=0.000000 -MONITORING=ON -MONITORING_BLOCK=OFF -MONITORING_DISPLAY=ALL -MSG_PRECISION_FACTOR=0 -MaxDynamicSignals=2/0/100/24/100/ -NB_STEP_WITHOUT_OVERRUNS=10 -OPAL_DEBUG=OFF -OP_MATLABR2014B=1 -OS_COMPILE_RELEASE=2.6.29.6-opalrt-5 -PRINT_LOG_LEVEL=DEBUG_RUN -RESET_IO_MISSING=ON -SYSNAME=linux -USER_INCS= -USER_SRCS= -WATCHDOG_TIMEOUT=5000 -[EnvVars_REDHAWK_DYN_1] -INTERNAL_IGN_SOURCE_FILE=sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c -INTERNAL_LIBRARY2=-lOpalAsyncApiR2014b -INTERNAL_LIBRARY3=-lOpalAsyncApiCore -[ExtraGetFilesComp_1_RT_LAB] -AsyncIP=Binary|Async_Proc -[ExtraPutFilesComp] -Makefile.mk=Ascii -include\config.h=Ascii -include\msg.h=Ascii -include\msg_format.h=Ascii -include\socket.h=Ascii -include\utils.h=Ascii -src\compat.c=Ascii -src\main.c=Ascii -src\msg.c=Ascii -src\socket.c=Ascii -src\utils.c=Ascii -[ExtraPutFilesComp_1_RT_LAB] -C:\OPAL-RT\RT-LAB\v11.0.8.13\common\lib\redhawk\libOpalAsyncApiCore.a=Binary|Other -[ExtraPutFilesLoad_1_RT_LAB] -.\send_receive_sm_model\OpREDHAWKtarget\AsyncIP=Binary|Async_Proc -[General] -ATT_CHECKSUM1=2360032266 -ATT_CHECKSUM2=1041833943 -ATT_CHECKSUM3=842695092 -ATT_CHECKSUM4=2435976698 -ATT_CREATED_BY=jwu -ATT_CREATED_ON=Thu Apr 15 08:21:54 1999 -ATT_ENABLE_PTA=OFF -ATT_HANDLE_CONSOLE=ON -ATT_LAST_SAVED_BY=svo -ATT_LAST_SAVED_ON=Tue Jun 27 10:20:09 2017 -ATT_REFERENCE_MDL_PATHS= -ATT_REVISION=1.453 -AutoRetrieveFiles=ON -AutoRetrieveRtlab=ON -CompilerVersion=AUTOMATIC -DESCRIPTION= -DinamoFlag=OFF -FILENAME=C:\Users\svo\workspace\villas\node\clients\opal\villas_udp\models\send_receive\send_receive.mdl -FORCE_RECOMPILE=0 -IMPORTED_GLOBAL_VARIABLES=1 -LastCompileRtlabVersion=v11.0.8.13 -LastMatlabUsed=27 -LastMatlabUsedName=v8.4 -MATLAB_USED_IN_MODEL=21 -Name=send_receive -PETALINUX_LAST_COMPILE_VERSION= -PRINT_CYCLE=OFF -PostBuildCmd= -PreBuildCmd= -QNX_LAST_COMPILE_VERSION= -RH64_LAST_COMPILE_VERSION= -RH_LAST_COMPILE_VERSION=2.6.29.6-opalrt-5 -ReportFileId= -RetrieveBuildTree=ON -RetrieveRootDir= -SimulationMode=2 -TLC=Automatic -TMF=Automatic -TRANSFERFILE_AT_LOAD=ON -TargetCompileCmd=/usr/bin/make -f /usr/opalrt/common/bin/opalmodelmk -TargetPlatform=REDHAWK -TimeFactor=1.000000000000000 -TimeStep=0.000050000000000 -sc_consoleTimeStep=-1.000000000000000 -sm_modelTimeStep=0.000049999998737 -sm_send_receiveTimeStep=0.000049999998737 -[General_1] -TargetPreCompileCmd=make -f /usr/opalrt/common/bin/opalmodelmk -[NodeMapping] -sm_model=ACS_OPAL_RT -sm_model_CORE_ASSIGNATION=1 -sm_model_CPU=-1 -sm_model_DEBUG=OFF -sm_model_XHP_ENABLE=FALSE -sm_send_receive=ACS_OPAL_RT -sm_send_receive_CORE_ASSIGNATION=1 -sm_send_receive_CPU=-1 -sm_send_receive_DEBUG=OFF -sm_send_receive_XHP_ENABLE=FALSE -[UserEnvVars] -PROTOCOL=VILLAS diff --git a/clients/opal/villas_udp/models/send_receive/send_receive.mdl b/clients/opal/villas_udp/models/send_receive/send_receive.mdl deleted file mode 100644 index b232db8ff..000000000 --- a/clients/opal/villas_udp/models/send_receive/send_receive.mdl +++ /dev/null @@ -1,1703 +0,0 @@ -# $Revision: 1.1 $ -Model { - Name "send_receive" - Version 8.4 - MdlSubVersion 0 - SavedCharacterEncoding "windows-1252" - GraphicalInterface { - NumRootInports 0 - NumRootOutports 0 - ParameterArgumentNames "" - ComputedModelVersion "1.453" - NumModelReferences 0 - NumTestPointedSignals 0 - } - ScopeRefreshTime 0.035000 - OverrideScopeRefreshTime on - DisableAllScopes off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - MinMaxOverflowArchiveMode "Overwrite" - FPTRunName "Run 1" - MaxMDLFileLineLength 120 - Object { - $PropName "BdWindowsInfo" - $ObjectID 1 - $ClassName "Simulink.BDWindowsInfo" - Object { - $PropName "WindowsInfo" - $ObjectID 2 - $ClassName "Simulink.WindowInfo" - IsActive [1] - Location [16.0, 52.0, 1452.0, 912.0] - Object { - $PropName "ModelBrowserInfo" - $ObjectID 3 - $ClassName "Simulink.ModelBrowserInfo" - Visible [0] - DockPosition "Left" - Width [50] - Height [50] - Filter [9] - } - Object { - $PropName "ExplorerBarInfo" - $ObjectID 4 - $ClassName "Simulink.ExplorerBarInfo" - Visible [1] - } - Object { - $PropName "EditorsInfo" - $ObjectID 5 - $ClassName "Simulink.EditorInfo" - IsActive [1] - ViewObjType "SimulinkSubsys" - LoadSaveID "13" - Extents [1402.0, 738.0] - ZoomFactor [1.6] - Offset [94.375, -58.375] - } - } - } - Created "Thu Apr 15 08:21:54 1999" - Creator "jwu" - UpdateHistory "UpdateHistoryNever" - ModifiedByFormat "%" - LastModifiedBy "svo" - ModifiedDateFormat "%" - LastModifiedDate "Tue Jun 27 10:20:09 2017" - RTWModifiedTimeStamp 420459603 - ModelVersionFormat "1.%" - ConfigurationManager "none" - SampleTimeColors off - SampleTimeAnnotations off - LibraryLinkDisplay "none" - WideLines off - ShowLineDimensions on - ShowPortDataTypes off - ShowDesignRanges off - ShowLoopsOnError on - IgnoreBidirectionalLines off - ShowStorageClass off - ShowTestPointIcons on - ShowSignalResolutionIcons on - ShowViewerIcons on - SortedOrder off - ExecutionContextIcon off - ShowLinearizationAnnotations on - ShowMarkup on - BlockNameDataTip off - BlockParametersDataTip on - BlockDescriptionStringDataTip off - ToolBar on - StatusBar on - BrowserShowLibraryLinks off - BrowserLookUnderMasks off - SimulationMode "normal" - PauseTimes "5" - NumberOfSteps 1 - SnapshotBufferSize 10 - SnapshotInterval 10 - NumberOfLastSnapshots 0 - LinearizationMsg "none" - Profile off - ParamWorkspaceSource "MATLABWorkspace" - AccelSystemTargetFile "accel.tlc" - AccelTemplateMakefile "accel_default_tmf" - AccelMakeCommand "make_rtw" - TryForcingSFcnDF off - Object { - $PropName "DataLoggingOverride" - $ObjectID 6 - $ClassName "Simulink.SimulationData.ModelLoggingInfo" - model_ "send_receive" - Array { - Type "Cell" - Dimension 1 - Cell "send_receive" - PropName "logAsSpecifiedByModels_" - } - Array { - Type "Cell" - Dimension 1 - Cell "" - PropName "logAsSpecifiedByModelsSSIDs_" - } - } - RecordCoverage off - CovPath "/" - CovSaveName "covdata" - CovMetricSettings "dw" - CovNameIncrementing off - CovHtmlReporting on - CovForceBlockReductionOff on - CovEnableCumulative on - covSaveCumulativeToWorkspaceVar on - CovSaveSingleToWorkspaceVar on - CovCumulativeVarName "covCumulativeData" - CovCumulativeReport off - CovReportOnPause on - CovModelRefEnable "Off" - CovExternalEMLEnable off - CovSFcnEnable off - CovBoundaryAbsTol 0.000010 - CovBoundaryRelTol 0.010000 - CovUseTimeInterval off - CovStartTime 0 - CovStopTime 0 - ExtModeBatchMode off - ExtModeEnableFloating on - ExtModeTrigType "manual" - ExtModeTrigMode "oneshot" - ExtModeTrigPort "1" - ExtModeTrigElement "any" - ExtModeTrigDuration 1000 - ExtModeTrigDurationFloating "auto" - ExtModeTrigHoldOff 0 - ExtModeTrigDelay 0 - ExtModeTrigDirection "rising" - ExtModeTrigLevel 0 - ExtModeArchiveMode "off" - ExtModeAutoIncOneShot off - ExtModeIncDirWhenArm off - ExtModeAddSuffixToVar off - ExtModeWriteAllDataToWs off - ExtModeArmWhenConnect off - ExtModeSkipDownloadWhenConnect off - ExtModeLogAll on - ExtModeAutoUpdateStatusClock on - BufferReuse off - ShowModelReferenceBlockVersion off - ShowModelReferenceBlockIO off - Array { - Type "Handle" - Dimension 1 - Simulink.ConfigSet { - $ObjectID 7 - Version "1.14.3" - Array { - Type "Handle" - Dimension 8 - Simulink.SolverCC { - $ObjectID 8 - Version "1.14.3" - StartTime "0.0" - StopTime "inf" - AbsTol "1e-6" - FixedStep "0.00005" - InitialStep "auto" - MaxNumMinSteps "-1" - MaxOrder 5 - ZcThreshold "auto" - ConsecutiveZCsStepRelTol "10*128*eps" - MaxConsecutiveZCs "1000" - ExtrapolationOrder 4 - NumberNewtonIterations 1 - MaxStep "0.01" - MinStep "auto" - MaxConsecutiveMinStep "1" - RelTol "1e-3" - SolverMode "SingleTasking" - EnableConcurrentExecution off - ConcurrentTasks off - Solver "ode4" - SolverName "ode4" - SolverJacobianMethodControl "auto" - ShapePreserveControl "DisableAll" - ZeroCrossControl "UseLocalSettings" - ZeroCrossAlgorithm "Nonadaptive" - AlgebraicLoopSolver "TrustRegion" - SolverResetMethod "Fast" - PositivePriorityOrder off - AutoInsertRateTranBlk off - SampleTimeConstraint "Unconstrained" - InsertRTBMode "Whenever possible" - } - Simulink.DataIOCC { - $ObjectID 9 - Version "1.14.3" - Decimation "1" - ExternalInput "[]" - FinalStateName "xFinal" - InitialState "[]" - LimitDataPoints off - MaxDataPoints "1000" - LoadExternalInput off - LoadInitialState off - SaveFinalState off - SaveCompleteFinalSimState off - SaveFormat "Array" - SignalLoggingSaveFormat "ModelDataLogs" - SaveOutput off - SaveState off - SignalLogging on - DSMLogging on - InspectSignalLogs off - VisualizeSimOutput on - SaveTime off - ReturnWorkspaceOutputs off - StateSaveName "xout" - TimeSaveName "tout" - OutputSaveName "yout" - SignalLoggingName "sigsOut" - DSMLoggingName "dsmout" - OutputOption "RefineOutputTimes" - OutputTimes "[]" - ReturnWorkspaceOutputsName "out" - Refine "1" - } - Simulink.OptimizationCC { - $ObjectID 10 - Version "1.14.3" - Array { - Type "Cell" - Dimension 4 - Cell "ZeroExternalMemoryAtStartup" - Cell "ZeroInternalMemoryAtStartup" - Cell "NoFixptDivByZeroProtection" - Cell "OptimizeModelRefInitCode" - PropName "DisabledProps" - } - BlockReduction on - BooleanDataType off - ConditionallyExecuteInputs on - InlineParams off - UseDivisionForNetSlopeComputation "Off" - UseFloatMulNetSlope off - DefaultUnderspecifiedDataType "double" - UseSpecifiedMinMax off - InlineInvariantSignals off - OptimizeBlockIOStorage off - BufferReuse off - EnhancedBackFolding off - CachingGlobalReferences off - GlobalBufferReuse off - StrengthReduction off - ExpressionFolding off - BooleansAsBitfields off - BitfieldContainerType "uint_T" - EnableMemcpy on - MemcpyThreshold 64 - PassReuseOutputArgsAs "Structure reference" - ExpressionDepthLimit 2147483647 - FoldNonRolledExpr off - LocalBlockOutputs off - RollThreshold 5 - SystemCodeInlineAuto off - StateBitsets off - DataBitsets off - ActiveStateOutputEnumStorageType "Native Integer" - UseTempVars off - ZeroExternalMemoryAtStartup on - ZeroInternalMemoryAtStartup on - InitFltsAndDblsToZero on - NoFixptDivByZeroProtection off - EfficientFloat2IntCast off - EfficientMapNaN2IntZero on - OptimizeModelRefInitCode off - LifeSpan "inf" - MaxStackSize "Inherit from target" - BufferReusableBoundary on - SimCompilerOptimization "Off" - AccelVerboseBuild off - ParallelExecutionInRapidAccelerator on - } - Simulink.DebuggingCC { - $ObjectID 11 - Version "1.14.3" - RTPrefix "error" - ConsistencyChecking "none" - ArrayBoundsChecking "none" - SignalInfNanChecking "none" - SignalRangeChecking "none" - ReadBeforeWriteMsg "UseLocalSettings" - WriteAfterWriteMsg "UseLocalSettings" - WriteAfterReadMsg "UseLocalSettings" - AlgebraicLoopMsg "warning" - ArtificialAlgebraicLoopMsg "warning" - SaveWithDisabledLinksMsg "warning" - SaveWithParameterizedLinksMsg "none" - CheckSSInitialOutputMsg on - UnderspecifiedInitializationDetection "Classic" - MergeDetectMultiDrivingBlocksExec "none" - CheckExecutionContextPreStartOutputMsg off - CheckExecutionContextRuntimeOutputMsg off - SignalResolutionControl "TryResolveAllWithWarning" - BlockPriorityViolationMsg "warning" - MinStepSizeMsg "warning" - TimeAdjustmentMsg "none" - MaxConsecutiveZCsMsg "error" - MaskedZcDiagnostic "warning" - IgnoredZcDiagnostic "warning" - SolverPrmCheckMsg "none" - InheritedTsInSrcMsg "none" - DiscreteInheritContinuousMsg "warning" - MultiTaskDSMMsg "warning" - MultiTaskCondExecSysMsg "none" - MultiTaskRateTransMsg "error" - SingleTaskRateTransMsg "none" - TasksWithSamePriorityMsg "warning" - SigSpecEnsureSampleTimeMsg "warning" - CheckMatrixSingularityMsg "none" - IntegerOverflowMsg "warning" - Int32ToFloatConvMsg "warning" - ParameterDowncastMsg "error" - ParameterOverflowMsg "error" - ParameterUnderflowMsg "none" - ParameterPrecisionLossMsg "warning" - ParameterTunabilityLossMsg "warning" - FixptConstUnderflowMsg "none" - FixptConstOverflowMsg "none" - FixptConstPrecisionLossMsg "none" - UnderSpecifiedDataTypeMsg "none" - UnnecessaryDatatypeConvMsg "none" - VectorMatrixConversionMsg "none" - InvalidFcnCallConnMsg "error" - FcnCallInpInsideContextMsg "UseLocalSettings" - SignalLabelMismatchMsg "none" - UnconnectedInputMsg "warning" - UnconnectedOutputMsg "warning" - UnconnectedLineMsg "warning" - SFcnCompatibilityMsg "none" - FrameProcessingCompatibilityMsg "warning" - UniqueDataStoreMsg "none" - BusObjectLabelMismatch "warning" - RootOutportRequireBusObject "warning" - AssertControl "UseLocalSettings" - EnableOverflowDetection off - ModelReferenceIOMsg "none" - ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" - ModelReferenceVersionMismatchMessage "none" - ModelReferenceIOMismatchMessage "none" - ModelReferenceCSMismatchMessage "none" - UnknownTsInhSupMsg "warning" - ModelReferenceDataLoggingMessage "warning" - ModelReferenceSymbolNameMessage "warning" - ModelReferenceExtraNoncontSigs "error" - StateNameClashWarn "warning" - SimStateInterfaceChecksumMismatchMsg "warning" - SimStateOlderReleaseMsg "error" - InitInArrayFormatMsg "warning" - StrictBusMsg "None" - BusNameAdapt "WarnAndRepair" - NonBusSignalsTreatedAsBus "none" - LoggingUnavailableSignals "error" - BlockIODiagnostic "none" - SFUnusedDataAndEventsDiag "warning" - SFUnexpectedBacktrackingDiag "warning" - SFInvalidInputDataAccessInChartInitDiag "warning" - SFNoUnconditionalDefaultTransitionDiag "warning" - SFTransitionOutsideNaturalParentDiag "warning" - SFUnconditionalTransitionShadowingDiag "warning" - SFUndirectedBroadcastEventsDiag "warning" - SFTransitionActionBeforeConditionDiag "warning" - IntegerSaturationMsg "warning" - } - Simulink.HardwareCC { - $ObjectID 12 - Version "1.14.3" - ProdBitPerChar 8 - ProdBitPerShort 16 - ProdBitPerInt 32 - ProdBitPerLong 32 - ProdBitPerLongLong 64 - ProdBitPerFloat 32 - ProdBitPerDouble 64 - ProdBitPerPointer 32 - ProdLargestAtomicInteger "Char" - ProdLargestAtomicFloat "None" - ProdIntDivRoundTo "Undefined" - ProdEndianess "Unspecified" - ProdWordSize 32 - ProdShiftRightIntArith on - ProdLongLongMode off - ProdHWDeviceType "32-bit Generic" - TargetBitPerChar 8 - TargetBitPerShort 16 - TargetBitPerInt 32 - TargetBitPerLong 32 - TargetBitPerLongLong 64 - TargetBitPerFloat 32 - TargetBitPerDouble 64 - TargetBitPerPointer 32 - TargetLargestAtomicInteger "Char" - TargetLargestAtomicFloat "None" - TargetShiftRightIntArith on - TargetLongLongMode off - TargetIntDivRoundTo "Undefined" - TargetEndianess "Unspecified" - TargetWordSize 32 - TargetTypeEmulationWarnSuppressLevel 0 - TargetPreprocMaxBitsSint 32 - TargetPreprocMaxBitsUint 32 - TargetHWDeviceType "Specified" - TargetUnknown on - ProdEqTarget on - } - Simulink.ModelReferenceCC { - $ObjectID 13 - Version "1.14.3" - UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" - CheckModelReferenceTargetMessage "error" - EnableParallelModelReferenceBuilds off - ParallelModelReferenceErrorOnInvalidPool on - ParallelModelReferenceMATLABWorkerInit "None" - ModelReferenceNumInstancesAllowed "Multi" - PropagateVarSize "Infer from blocks in model" - ModelReferencePassRootInputsByReference on - ModelReferenceMinAlgLoopOccurrences off - PropagateSignalLabelsOutOfModel off - SupportModelReferenceSimTargetCustomCode off - } - Simulink.SFSimCC { - $ObjectID 14 - Version "1.14.3" - SFSimEnableDebug on - SFSimOverflowDetection on - SFSimEcho on - SimBlas on - SimCtrlC on - SimExtrinsic on - SimIntegrity on - SimUseLocalCustomCode off - SimParseCustomCode on - SimBuildMode "sf_incremental_build" - SimGenImportedTypeDefs off - } - Simulink.RTWCC { - $BackupClass "Simulink.RTWCC" - $ObjectID 15 - Version "1.14.3" - Array { - Type "Cell" - Dimension 1 - Cell "IncludeHyperlinkInReport" - PropName "DisabledProps" - } - SystemTargetFile "grt.tlc" - TLCOptions "" - GenCodeOnly off - MakeCommand "make_rtw" - GenerateMakefile on - PackageGeneratedCodeAndArtifacts off - PackageName "" - TemplateMakefile "grt_default_tmf" - PostCodeGenCommand "" - Description "" - GenerateReport off - SaveLog off - RTWVerbose on - RetainRTWFile off - ProfileTLC off - TLCDebug off - TLCCoverage off - TLCAssert off - ProcessScriptMode "Default" - ConfigurationMode "Optimized" - ProcessScript "" - ConfigurationScript "" - ConfigAtBuild off - RTWUseLocalCustomCode off - RTWUseSimCustomCode off - CustomSourceCode "" - CustomHeaderCode "" - CustomInclude "" - CustomSource "" - CustomLibrary "" - CustomInitializer "" - CustomTerminator "" - Toolchain "Automatically locate an installed toolchain" - BuildConfiguration "Faster Builds" - IncludeHyperlinkInReport off - LaunchReport off - PortableWordSizes off - CreateSILPILBlock "None" - CodeExecutionProfiling off - CodeExecutionProfileVariable "executionProfile" - CodeProfilingSaveOptions "SummaryOnly" - CodeProfilingInstrumentation off - SILDebugging off - TargetLang "C" - IncludeBusHierarchyInRTWFileBlockHierarchyMap off - IncludeERTFirstTime on - GenerateTraceInfo off - GenerateTraceReport off - GenerateTraceReportSl off - GenerateTraceReportSf off - GenerateTraceReportEml off - GenerateCodeInfo off - GenerateWebview off - GenerateCodeMetricsReport off - GenerateCodeReplacementReport off - RTWCompilerOptimization "Off" - RTWCustomCompilerOptimizations "" - CheckMdlBeforeBuild "Off" - CustomRebuildMode "OnUpdate" - DataInitializer "" - SharedConstantsCachingThreshold 1024 - Array { - Type "Handle" - Dimension 2 - Simulink.CodeAppCC { - $ObjectID 16 - Version "1.14.3" - Array { - Type "Cell" - Dimension 16 - Cell "IgnoreCustomStorageClasses" - Cell "InsertBlockDesc" - Cell "SFDataObjDesc" - Cell "SimulinkDataObjDesc" - Cell "DefineNamingRule" - Cell "SignalNamingRule" - Cell "ParamNamingRule" - Cell "InlinedPrmAccess" - Cell "CustomSymbolStr" - Cell "CustomSymbolStrGlobalVar" - Cell "CustomSymbolStrType" - Cell "CustomSymbolStrField" - Cell "CustomSymbolStrFcn" - Cell "CustomSymbolStrBlkIO" - Cell "CustomSymbolStrTmpVar" - Cell "CustomSymbolStrMacro" - PropName "DisabledProps" - } - ForceParamTrailComments off - GenerateComments on - CommentStyle "Auto" - IgnoreCustomStorageClasses off - IgnoreTestpoints off - IncHierarchyInIds off - MaxIdLength 31 - PreserveName off - PreserveNameWithParent off - ShowEliminatedStatement on - OperatorAnnotations off - IncAutoGenComments off - SimulinkDataObjDesc off - SFDataObjDesc off - MATLABFcnDesc off - IncDataTypeInIds off - MangleLength 1 - CustomSymbolStrGlobalVar "$R$N$M" - CustomSymbolStrType "$N$R$M_T" - CustomSymbolStrField "$N$M" - CustomSymbolStrFcn "$R$N$M$F" - CustomSymbolStrFcnArg "rt$I$N$M" - CustomSymbolStrBlkIO "rtb_$N$M" - CustomSymbolStrTmpVar "$N$M" - CustomSymbolStrMacro "$R$N$M" - CustomSymbolStrUtil "$N$C" - DefineNamingRule "None" - ParamNamingRule "None" - SignalNamingRule "None" - InsertBlockDesc off - InsertPolySpaceComments off - SimulinkBlockComments on - MATLABSourceComments off - EnableCustomComments off - InternalIdentifier "Shortened" - InlinedPrmAccess "Literals" - ReqsInCode off - UseSimReservedNames off - } - Simulink.GRTTargetCC { - $BackupClass "Simulink.TargetCC" - $ObjectID 17 - Version "1.14.3" - Array { - Type "Cell" - Dimension 11 - Cell "IncludeMdlTerminateFcn" - Cell "GenerateAllocFcn" - Cell "SuppressErrorStatus" - Cell "ERTCustomFileBanners" - Cell "GenerateSampleERTMain" - Cell "GenerateTestInterfaces" - Cell "SupportContinuousTime" - Cell "PurelyIntegerCode" - Cell "SupportNonInlinedSFcns" - Cell "SupportComplex" - Cell "SupportAbsoluteTime" - PropName "DisabledProps" - } - TargetFcnLib "ansi_tfl_tmw.mat" - TargetLibSuffix "" - TargetPreCompLibLocation "" - GenFloatMathFcnCalls "NOT IN USE" - TargetLangStandard "C89/C90 (ANSI)" - CodeReplacementLibrary "None" - UtilityFuncGeneration "Auto" - ERTMultiwordTypeDef "System defined" - ERTMultiwordLength 256 - MultiwordLength 2048 - GenerateFullHeader on - GenerateSampleERTMain off - GenerateTestInterfaces off - ModelReferenceCompliant on - ParMdlRefBuildCompliant on - CompOptLevelCompliant on - ConcurrentExecutionCompliant on - IncludeMdlTerminateFcn on - GeneratePreprocessorConditionals "Disable all" - CombineOutputUpdateFcns off - CombineSignalStateStructs off - SuppressErrorStatus off - ERTFirstTimeCompliant off - IncludeFileDelimiter "Auto" - ERTCustomFileBanners off - SupportAbsoluteTime on - LogVarNameModifier "rt_" - MatFileLogging on - MultiInstanceERTCode off - CodeInterfacePackaging "Nonreusable function" - SupportNonFinite on - SupportComplex on - PurelyIntegerCode off - SupportContinuousTime on - SupportNonInlinedSFcns on - SupportVariableSizeSignals off - EnableShiftOperators on - ParenthesesLevel "Nominal" - CastingMode "Nominal" - MATLABClassNameForMDSCustomization "Simulink.SoftwareTarget.GRTCustomization" - ModelStepFunctionPrototypeControlCompliant off - CPPClassGenCompliant on - AutosarCompliant off - GRTInterface on - GenerateAllocFcn off - GenerateSharedConstants on - UseMalloc off - ExtMode off - ExtModeStaticAlloc off - ExtModeTesting off - ExtModeStaticAllocSize 1000000 - ExtModeTransport 0 - ExtModeMexFile "ext_comm" - ExtModeIntrfLevel "Level1" - RTWCAPISignals off - RTWCAPIParams off - RTWCAPIStates off - RTWCAPIRootIO off - GenerateASAP2 off - MultiInstanceErrorCode "Error" - } - PropName "Components" - } - } - PropName "Components" - } - Name "Configuration" - CurrentDlgPage "Solver" - ConfigPrmDlgPosition [ 326, 217, 1222, 885 ] - } - PropName "ConfigurationSets" - } - Simulink.ConfigSet { - $PropName "ActiveConfigurationSet" - $ObjectID 7 - } - Object { - $PropName "DataTransfer" - $ObjectID 18 - $ClassName "Simulink.GlobalDataTransfer" - DefaultTransitionBetweenSyncTasks "Ensure deterministic transfer (maximum delay)" - DefaultTransitionBetweenAsyncTasks "Ensure data integrity only" - DefaultTransitionBetweenContTasks "Ensure deterministic transfer (minimum delay)" - DefaultExtrapolationMethodBetweenContTasks "None" - AutoInsertRateTranBlk [0] - } - ExplicitPartitioning off - BlockDefaults { - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - NamePlacement "normal" - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - ShowName on - BlockRotation 0 - BlockMirror off - } - AnnotationDefaults { - HorizontalAlignment "center" - VerticalAlignment "middle" - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - UseDisplayTextAsClickCallback off - } - LineDefaults { - FontName "Helvetica" - FontSize 9 - FontWeight "normal" - FontAngle "normal" - } - MaskDefaults { - SelfModifiable "off" - IconFrame "on" - IconOpaque "on" - RunInitForIconRedraw "off" - IconRotate "none" - PortRotate "default" - IconUnits "autoscale" - } - MaskParameterDefaults { - Evaluate "on" - Tunable "on" - NeverSave "off" - Internal "off" - ReadOnly "off" - Enabled "on" - Visible "on" - ToolTip "on" - } - BlockParameterDefaults { - Block { - BlockType Constant - Value "1" - VectorParams1D on - SamplingMode "Sample based" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Inherit from 'Constant value'" - LockScale off - SampleTime "inf" - FramePeriod "inf" - PreserveConstantTs off - } - Block { - BlockType Demux - Outputs "4" - DisplayOption "none" - BusSelectionMode off - } - Block { - BlockType DiscretePulseGenerator - PulseType "Sample based" - TimeSource "Use simulation time" - Amplitude "1" - Period "2" - PulseWidth "1" - PhaseDelay "0" - SampleTime "1" - VectorParams1D on - } - Block { - BlockType Display - Format "short" - Decimation "10" - Floating off - Lockdown off - SampleTime "-1" - } - Block { - BlockType Inport - Port "1" - OutputFunctionCall off - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - LatchByDelayingOutsideSignal off - LatchInputForFeedbackSignals off - Interpolate on - } - Block { - BlockType Mux - Inputs "4" - DisplayOption "none" - UseBusObject off - BusObject "BusObject" - NonVirtualBus off - } - Block { - BlockType Outport - Port "1" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - SourceOfInitialOutputValue "Dialog" - OutputWhenDisabled "held" - InitialOutput "[]" - } - Block { - BlockType Scope - ModelBased off - TickLabels "OneTimeTick" - ZoomMode "on" - Grid "on" - TimeRange "auto" - YMin "-5" - YMax "5" - SaveToWorkspace off - SaveName "ScopeData" - DataFormat "Array" - LimitDataPoints on - MaxDataPoints "5000" - Decimation "1" - SampleInput off - SampleTime "-1" - } - Block { - BlockType SignalSpecification - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - Dimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - } - Block { - BlockType SubSystem - ShowPortLabels "FromPortIcon" - Permissions "ReadWrite" - PermitHierarchicalResolution "All" - TreatAsAtomicUnit off - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - CheckFcnCallInpInsideContextMsg off - SystemSampleTime "-1" - RTWSystemCode "Auto" - RTWFcnNameOpts "Auto" - RTWFileNameOpts "Auto" - FunctionInterfaceSpec "void_void" - FunctionWithSeparateData off - RTWMemSecFuncInitTerm "Inherit from model" - RTWMemSecFuncExecute "Inherit from model" - RTWMemSecDataConstants "Inherit from model" - RTWMemSecDataInternal "Inherit from model" - RTWMemSecDataParameters "Inherit from model" - SimViewingDevice off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - Opaque off - MaskHideContents off - SFBlockType "NONE" - Variant off - GeneratePreprocessorConditionals off - ContentPreviewEnabled off - } - Block { - BlockType Sum - IconShape "rectangular" - Inputs "++" - CollapseMode "All dimensions" - CollapseDim "1" - InputSameDT on - AccumDataTypeStr "Inherit: Inherit via internal rule" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Same as first input" - LockScale off - RndMeth "Floor" - SaturateOnIntegerOverflow on - SampleTime "-1" - } - } - System { - Name "send_receive" - Location [346, 78, 1222, 990] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 247 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "usletter" - PaperUnits "inches" - TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - ReportName "simulink-default.rpt" - SIDHighWatermark "46" - Block { - BlockType SubSystem - Name "sc_console" - SID "3" - Ports [3] - Position [410, 98, 610, 192] - ZOrder -1 - BackgroundColor "lightBlue" - RequestExecContextInheritance off - System { - Name "sc_console" - Location [16, 52, 1715, 1151] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "206" - Block { - BlockType Inport - Name "data recv" - SID "4" - Position [140, 168, 170, 182] - ZOrder -1 - BackgroundColor "yellow" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "errors_status" - SID "5" - Position [140, 128, 170, 142] - ZOrder -2 - BackgroundColor "yellow" - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "data send" - SID "29" - Position [140, 208, 170, 222] - ZOrder -3 - BackgroundColor "yellow" - Port "3" - IconDisplay "Port number" - } - Block { - BlockType Demux - Name "Demux" - SID "6" - Ports [1, 2] - Position [285, 116, 290, 154] - ZOrder -4 - BackgroundColor "black" - ShowName off - Outputs "[2 1]" - } - Block { - BlockType Demux - Name "Demux1" - SID "32" - Ports [1, 5] - Position [375, 211, 380, 299] - ZOrder -5 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Demux - Name "Demux2" - SID "39" - Ports [1, 5] - Position [375, 306, 380, 394] - ZOrder -6 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux" - SID "34" - Ports [2, 1] - Position [465, 236, 470, 274] - ZOrder -7 - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType Reference - Name "OpComm" - SID "9" - Ports [3, 3] - Position [225, 135, 255, 215] - ZOrder -8 - LibraryVersion "1.471" - SourceBlock "rtlab/OpComm" - SourceType "RT-LAB OpComm" - ContentPreviewEnabled off - nbport "3" - groupe_acq "1" - subsys_rate "0" - st "0" - Synchronization on - Interpolation on - Threshold "1.0" - Missed_Data off - Offset off - Sim_Time off - Samples off - dynSigOut off - from_console "0" - warning_done off - writeOpCommFile off - } - Block { - BlockType Sum - Name "Subtract" - SID "42" - Ports [2, 1] - Position [510, 312, 540, 343] - ZOrder -31 - Inputs "+-" - InputSameDT off - OutDataTypeStr "Inherit: Inherit via internal rule" - SaturateOnIntegerOverflow off - } - Block { - BlockType Display - Name "errors" - SID "10" - Ports [1] - Position [385, 72, 455, 118] - ZOrder -32 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "1" - } - Block { - BlockType Scope - Name "message 1" - SID "40" - Ports [1] - Position [590, 159, 620, 191] - ZOrder -33 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - ShowLegends off - YMin "-1.75" - YMax "4" - SaveName "ScopeData1" - DataFormat "StructureWithTime" - SampleTime "0" - ScrollMode off - } - Block { - BlockType Scope - Name "message 2" - SID "33" - Ports [1] - Position [590, 239, 620, 271] - ZOrder -34 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - ShowLegends off - YMin "-1.75" - YMax "4" - DataFormat "StructureWithTime" - SampleTime "0" - ScrollMode off - } - Block { - BlockType Scope - Name "message 3" - SID "41" - Ports [1] - Position [590, 389, 620, 421] - ZOrder -35 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - ShowLegends off - YMin "-1.75" - YMax "4" - SaveName "ScopeData2" - DataFormat "StructureWithTime" - SampleTime "0" - ScrollMode off - } - Block { - BlockType Scope - Name "message 4" - SID "43" - Ports [1] - Position [590, 314, 620, 346] - ZOrder -36 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - ShowLegends off - YMin "-1.75" - YMax "4" - SaveName "ScopeData3" - DataFormat "StructureWithTime" - SampleTime "0" - ScrollMode off - } - Block { - BlockType Display - Name "reception status" - SID "12" - Ports [1] - Position [390, 133, 450, 157] - ZOrder -37 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "1" - } - Line { - ZOrder 1 - SrcBlock "errors_status" - SrcPort 1 - Points [25, 0; 0, 15] - DstBlock "OpComm" - DstPort 1 - } - Line { - ZOrder 2 - SrcBlock "OpComm" - SrcPort 2 - Points [45, 0; 0, 80] - Branch { - ZOrder 3 - Labels [1, 0] - DstBlock "Demux1" - DstPort 1 - } - Branch { - ZOrder 4 - Points [0, -80] - DstBlock "message 1" - DstPort 1 - } - } - Line { - ZOrder 5 - SrcBlock "data recv" - SrcPort 1 - DstBlock "OpComm" - DstPort 2 - } - Line { - ZOrder 6 - SrcBlock "OpComm" - SrcPort 1 - Points [10, 0] - DstBlock "Demux" - DstPort 1 - } - Line { - ZOrder 7 - SrcBlock "Demux" - SrcPort 1 - Points [45, 0; 0, -30] - DstBlock "errors" - DstPort 1 - } - Line { - ZOrder 8 - SrcBlock "Demux" - SrcPort 2 - DstBlock "reception status" - DstPort 1 - } - Line { - ZOrder 9 - Labels [0, 0] - SrcBlock "Mux" - SrcPort 1 - DstBlock "message 2" - DstPort 1 - } - Line { - ZOrder 10 - SrcBlock "data send" - SrcPort 1 - Points [25, 0; 0, -15] - DstBlock "OpComm" - DstPort 3 - } - Line { - ZOrder 11 - SrcBlock "OpComm" - SrcPort 3 - Points [25, 0; 0, 150] - Branch { - ZOrder 12 - Points [0, 0] - DstBlock "Demux2" - DstPort 1 - } - Branch { - ZOrder 13 - Points [0, 55] - DstBlock "message 3" - DstPort 1 - } - } - Line { - ZOrder 14 - SrcBlock "Subtract" - SrcPort 1 - DstBlock "message 4" - DstPort 1 - } - Line { - ZOrder 15 - SrcBlock "Demux2" - SrcPort 5 - Points [40, 0; 0, -45] - Branch { - ZOrder 16 - Points [0, -70] - DstBlock "Mux" - DstPort 2 - } - Branch { - ZOrder 17 - DstBlock "Subtract" - DstPort 2 - } - } - Line { - ZOrder 18 - SrcBlock "Demux1" - SrcPort 5 - Points [25, 0] - Branch { - ZOrder 19 - Points [0, -40] - DstBlock "Mux" - DstPort 1 - } - Branch { - ZOrder 20 - Points [0, 35] - DstBlock "Subtract" - DstPort 1 - } - } - Annotation { - SID "45" - Name "Simple analysis of round trip time" - Position [273, 42, 535, 61] - InternalMargins [0, 0, 0, 0] - FixedHeight off - FixedWidth off - ZOrder -1 - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - } - } - Block { - BlockType SubSystem - Name "sm_model" - SID "13" - Ports [0, 3] - Position [55, 97, 235, 193] - ZOrder -2 - BackgroundColor "lightBlue" - RequestExecContextInheritance off - System { - Name "sm_model" - Location [16, 52, 1468, 964] - Open on - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "160" - Block { - BlockType Mux - Name "Mux" - SID "16" - Ports [3, 1] - Position [870, 140, 875, 190] - ZOrder -1 - ShowName off - Inputs "3" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux1" - SID "17" - Ports [2, 1] - Position [290, 209, 295, 271] - ZOrder -2 - BackgroundColor "yellow" - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType Reference - Name "OpIPSocketCtrl1" - SID "18" - Ports [] - Position [110, 92, 239, 153] - ZOrder -3 - LibraryVersion "1.10" - SourceBlock "rtio_generic_ip/OpIPSocketCtrl" - SourceType "OpAsyncIPCtrl" - ctl_id "1" - proto "UDP/IP" - ip_addr_remote "134.130.169.32" - ip_port_remote "12000" - ip_port_local "12000" - ip_addr_mcast "0.0.0.0" - exe_name "AsyncIP" - } - Block { - BlockType DiscretePulseGenerator - Name "Pulse\nGenerator" - SID "44" - Ports [0, 1] - Position [190, 238, 240, 272] - ZOrder -13 - BackgroundColor "yellow" - PulseType "Time based" - Amplitude "5" - Period "0.1" - PulseWidth "30" - } - Block { - BlockType Constant - Name "constants" - SID "19" - Position [180, 216, 250, 234] - ZOrder -14 - BackgroundColor "yellow" - NamePlacement "alternate" - Value "[1 2 3 4]" - } - Block { - BlockType DiscretePulseGenerator - Name "data ready 2 kHz" - SID "20" - Ports [0, 1] - Position [290, 131, 335, 149] - ZOrder -15 - NamePlacement "alternate" - Period "10" - SampleTime "0.00005" - } - Block { - BlockType Reference - Name "receive message 1" - SID "21" - Ports [1, 3] - Position [625, 159, 800, 201] - ZOrder -16 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncRecv" - SourceType "OpAsyncRecv" - ContentPreviewEnabled off - ctl_id "1" - recv_id "1" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType Reference - Name "send message 1" - SID "22" - Ports [2, 1] - Position [375, 129, 545, 171] - ZOrder -17 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncSend" - SourceType "OpAsyncSend" - ContentPreviewEnabled off - ctl_id "1" - send_id "1" - mode "DONT_NEED_REPLY" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType SignalSpecification - Name "set width" - SID "23" - Position [830, 187, 855, 203] - ZOrder -18 - Dimensions "5" - } - Block { - BlockType Constant - Name "timeout" - SID "25" - Position [580, 173, 610, 187] - ZOrder -19 - Value "2" - } - Block { - BlockType Outport - Name "data recv" - SID "26" - Position [915, 187, 950, 203] - ZOrder -20 - BackgroundColor "yellow" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "errors_status" - SID "27" - Position [915, 142, 950, 158] - ZOrder -21 - BackgroundColor "yellow" - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "data send" - SID "28" - Position [915, 232, 950, 248] - ZOrder -22 - BackgroundColor "yellow" - Port "3" - IconDisplay "Port number" - } - Line { - ZOrder 1 - SrcBlock "receive message 1" - SrcPort 3 - DstBlock "set width" - DstPort 1 - } - Line { - ZOrder 2 - SrcBlock "receive message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 2 - } - Line { - ZOrder 3 - SrcBlock "receive message 1" - SrcPort 2 - DstBlock "Mux" - DstPort 3 - } - Line { - ZOrder 4 - SrcBlock "timeout" - SrcPort 1 - DstBlock "receive message 1" - DstPort 1 - } - Line { - ZOrder 5 - SrcBlock "send message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 1 - } - Line { - ZOrder 6 - SrcBlock "Mux" - SrcPort 1 - Points [0, -15] - DstBlock "errors_status" - DstPort 1 - } - Line { - ZOrder 7 - SrcBlock "set width" - SrcPort 1 - DstBlock "data recv" - DstPort 1 - } - Line { - ZOrder 8 - SrcBlock "constants" - SrcPort 1 - DstBlock "Mux1" - DstPort 1 - } - Line { - ZOrder 9 - Labels [0, 0] - SrcBlock "Mux1" - SrcPort 1 - Points [45, 0] - Branch { - ZOrder 10 - Points [0, -80] - DstBlock "send message 1" - DstPort 2 - } - Branch { - ZOrder 11 - Labels [1, 0] - DstBlock "data send" - DstPort 1 - } - } - Line { - ZOrder 12 - SrcBlock "data ready 2 kHz" - SrcPort 1 - DstBlock "send message 1" - DstPort 1 - } - Line { - ZOrder 13 - SrcBlock "Pulse\nGenerator" - SrcPort 1 - DstBlock "Mux1" - DstPort 2 - } - Annotation { - SID "46" - Name "Simple VILLASnode to OPAL test using UDP messages" - Position [318, 57, 739, 76] - InternalMargins [0, 0, 0, 0] - FixedHeight off - FixedWidth off - ZOrder -1 - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - } - } - Line { - ZOrder 1 - SrcBlock "sm_model" - SrcPort 1 - DstBlock "sc_console" - DstPort 1 - } - Line { - ZOrder 2 - SrcBlock "sm_model" - SrcPort 2 - DstBlock "sc_console" - DstPort 2 - } - Line { - ZOrder 3 - Labels [0, 0] - SrcBlock "sm_model" - SrcPort 3 - DstBlock "sc_console" - DstPort 3 - } - } -} diff --git a/clients/opal/villas_udp/models/send_receive/send_receive.probe b/clients/opal/villas_udp/models/send_receive/send_receive.probe deleted file mode 100644 index 70c59d2f7..000000000 --- a/clients/opal/villas_udp/models/send_receive/send_receive.probe +++ /dev/null @@ -1,57 +0,0 @@ -[General] -ATT_VERSION=6 -FileVersion=6 -numClientsProbe=0 -[Group_1] -condition=0 -decimationFactor=1 -duration=0.010000 -dynSignalsList=0 -fileLimit=1000000 -fixSignalsList=13|1|2|3|4|5|6|7|8|9|10|11|12|13 -level=0.000000 -maxDynSignals=100 -newMemSize=2500 -nodeId=0 -numValues=200 -offset=0 -rearmDelay=0.000000 -repetitive=1 -signalName= -signalNameId=0 -trigSigNameId=339755367 -trigSignalName= -trigType=0 -triggerButton=2 -triggerEnabled=0 -triggerState=0 -valueType=0 -writeEnabled=0 -writeFileName= -writeFileVarName= -[Group_25] -condition=0 -decimationFactor=1 -duration=0.005000 -dynSignalsList=0 -fileLimit=0 -level=0.000000 -maxDynSignals=100 -newMemSize=100 -nodeId=158494572 -numValues=100 -offset=0 -rearmDelay=0.000000 -repetitive=1 -signalName= -signalNameId=1818584175 -trigSigNameId=1866690149 -trigSignalName= -trigType=0 -triggerButton=2 -triggerEnabled=0 -triggerState=0 -valueType=0 -writeEnabled=0 -writeFileName= -writeFileVarName= diff --git a/clients/opal/villas_udp/models/send_receive/src/compat.c b/clients/opal/villas_udp/models/send_receive/src/compat.c deleted file mode 100644 index dd10ada9b..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/compat.c +++ /dev/null @@ -1,46 +0,0 @@ -/** Compatibility code for GCC - * - * OPAL-RT's libSystem.a links against some Intel - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include - -size_t __intel_sse2_strlen(const char *s) -{ - return strlen(s); -} - -void * _intel_fast_memset(void *b, int c, size_t len) -{ - return memset(b, c, len); -} - -void * _intel_fast_memcpy(void *restrict dst, const void *restrict src, size_t n) -{ - return memcpy(dst, src, n); -} - -int _intel_fast_memcmp(const void *s1, const void *s2, size_t n) -{ - return memcmp(s1, s2, n); -} diff --git a/clients/opal/villas_udp/models/send_receive/src/main.asv b/clients/opal/villas_udp/models/send_receive/src/main.asv deleted file mode 100644 index ffb726cbd..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/main.asv +++ /dev/null @@ -1,352 +0,0 @@ -/** Main routine of AsyncIP. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU Lesser General Public License v2.1 - * - * VILLASnode - connecting real-time simulation equipment - * - * This application is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License. - * - * This application is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - *********************************************************************************/ - -/* Standard ANSI C headers needed for this program */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -/* This is the message format */ -#include "config.h" -#include "socket.h" -#include "utils.h" - -#if PROTOCOL == VILLAS - #include "msg.h" - #include "msg_format.h" -#endif - -/* This is just for initializing the shared memory access to communicate - * with the RT-LAB model. It's easier to remember the arguments like this */ -#define ASYNC_SHMEM_NAME argv[1] -#define ASYNC_SHMEM_SIZE atoi(argv[2]) -#define PRINT_SHMEM_NAME argv[3] - -/* Global Variables */ -struct socket skt; - -static void * SendToIPPort(void *arg) -{ - unsigned int ModelState, SendID = 1, Sequence = 0; - int nbSend = 0, ret, cnt, len; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#endif - - OpalPrint("%s: SendToIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncSendIcon(&nbSend); - if (nbSend < 1) { - OpalPrint("%s: SendToIPPort: No transimission block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* This call unblocks when the 'Data Ready' line of a send icon is asserted. */ - ret = OpalWaitForAsyncSendRequest(&SendID); - if (ret != EOK) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - OpalSetAsyncSendIconError(ret, SendID); - OpalPrint("%s: OpalWaitForAsyncSendRequest(), errno %d\n", PROGNAME, ret); - } - - continue; - } - - /* No errors encountered yet */ - OpalSetAsyncSendIconError(0, SendID); - - /* Get the size of the data being sent by the unblocking SendID */ - OpalGetAsyncSendIconDataLength(&mdldata_size, SendID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for SendID=%d exceeds allowed maximum (%d)\n", - PROGNAME, SendID, MAX_VALUES); - return NULL; - } - - /* Read data from the model */ - OpalGetAsyncSendIconData(mdldata, mdldata_size, SendID); - -#if PROTOCOL == VILLAS - /* Get current time */ - struct timespec now; - clock_gettime(CLOCK_REALTIME, &now); - - msg->length = mdldata_size / sizeof(double); - msg->sequence = Sequence++; - msg->ts.sec = now.tv_sec; - msg->ts.nsec = now.tv_nsec; - - for (int i = 0; i < msg->length; i++) - msg->data[i].f = (float) mdldata[i]; - - msg_hton(msg); - - len = MSG_LEN(msg->length); -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) { - msg[i] = (float) mdldata[i]; - imsg[i] = htonl(imsg[i]); - } - - len = mdldata_size / sizeof(double) * sizeof(float); -#else - #error Unknown protocol -#endif - - /* Perform the actual write to the ip port */ - ret = socket_send(&skt, (char *) msg, len); - if (ret < 0) - OpalSetAsyncSendIconError(errno, SendID); - else - OpalSetAsyncSendIconError(0, SendID); - - /* This next call allows the execution of the "asynchronous" process - * to actually be synchronous with the model. To achieve this, you - * should set the "Sending Mode" in the Async_Send block to - * NEED_REPLY_BEFORE_NEXT_SEND or NEED_REPLY_NOW. This will force - * the model to wait for this process to call this - * OpalAsyncSendRequestDone function before continuing. */ - OpalAsyncSendRequestDone(SendID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: SendToIPPort: Finished\n", PROGNAME); - - return NULL; -} - -static void * RecvFromIPPort(void *arg) -{ - unsigned int ModelState, RecvID = 1; - int nbRecv = 0, ret, cnt; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#else - #error Unknown protocol -#endif - - OpalPrint("%s: RecvFromIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncRecvIcon(&nbRecv); - if (nbRecv < 1) { - OpalPrint("%s: RecvFromIPPort: No reception block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* Receive message */ - ret = socket_recv(&skt, (char *) msg, sizeof(buf), 1.0); - if (ret < 1) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - if (ret == 0) /* timeout, so we continue silently */ - OpalPrint("%s: Timeout while waiting for data\n", PROGNAME, errno); - if (ret == -1) /* a more serious error, so we print it */ - OpalPrint("%s: Error %d while waiting for data\n", PROGNAME, errno); - - continue; - } - break; - } - - /* Get the number of signals to send back to the model */ - OpalGetAsyncRecvIconDataLength(&mdldata_size, RecvID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds allowed maximum (%d)\n", - PROGNAME, RecvID, cnt, MAX_VALUES); - return NULL; - } - -#if PROTOCOL == VILLAS - msg_ntoh(msg); - - ret = msg_verify(msg); - if (ret) { - OpalPrint("%s: Skipping invalid packet\n", PROGNAME); - continue; - } - - if (cnt > msg->length) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds what was received (%d)\n", - PROGNAME, RecvID, cnt, msg->length); - } - - for (int i = 0; i < msg->length; i++) { - mdldata[i] = (double) msg->data[i].f; - printf("Data rcvd from VILLAS %f\n", mdldata[i]); - } - - /* Update OPAL model */ - OpalSetAsyncRecvIconStatus(msg->sequence, RecvID); /* Set the Status to the message ID */ -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) - imsg[i] = ntohl(imsg[i]); - - printf("Protocol GTNET_SKT\n"); - for (int i = 0; i < cnt; i++) { - mdldata[i] = (double) msg[i]; - printf("Data rcvd from GTNET_SKT %f\n", mdldata[i]); - } -#else - #error Unknown protocol -#endif - - OpalSetAsyncRecvIconError(0, RecvID); /* Set the Error to 0 */ - - OpalSetAsyncRecvIconData(mdldata, mdldata_size, RecvID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: RecvFromIPPort: Finished\n", PROGNAME); - - return NULL; -} - -int main(int argc, char *argv[]) -{ - /* @todo remove after testing */ - printf("*****************Starting the Application****************\n"); - FILE * testfile = fopen ("testfile.txt","w"); - if (testfile!=NULL) - { - fputs ("test file to check if main runs", testfile); - fclose (testfile); - } - - int ret; - - Opal_GenAsyncParam_Ctrl IconCtrlStruct; - - pthread_t tid_send, tid_recv; - - OpalPrint("%s: This is %s client version %s\n", PROGNAME, PROGNAME, VERSION); - - /* Check for the proper arguments to the program */ - if (argc < 4) { - printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize 3-PrintShmemName\n"); - exit(0); - } - - /* Enable the OpalPrint function. This prints to the OpalDisplay. */ - ret = OpalSystemCtrl_Register(PRINT_SHMEM_NAME); - if (ret != EOK) { - printf("%s: ERROR: OpalPrint() access not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Open Share Memory created by the model. */ - ret = OpalOpenAsyncMem(ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - if (ret != EOK) { - OpalPrint("%s: ERROR: Model shared memory not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - AssignProcToCpu0(); - - /* Get IP Controler Parameters (ie: ip address, port number...) and - * initialize the device on the QNX node. */ - memset(&IconCtrlStruct, 0, sizeof(IconCtrlStruct)); - - ret = OpalGetAsyncCtrlParameters(&IconCtrlStruct, sizeof(IconCtrlStruct)); - if (ret != EOK) { - OpalPrint("%s: ERROR: Could not get controller parameters (%d).\n", PROGNAME, ret); - exit(EXIT_FAILURE); - } - - /* Initialize socket */ - ret = socket_init(&skt, IconCtrlStruct); - if (ret != EOK) { - OpalPrint("%s: ERROR: Initialization failed.\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Start send/receive threads */ - ret = pthread_create(&tid_send, NULL, SendToIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (SendToIPPort), errno %d\n", PROGNAME, errno); - - ret = pthread_create(&tid_recv, NULL, RecvFromIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (RecvFromIPPort), errno %d\n", PROGNAME, errno); - - /* Wait for both threads to finish */ - ret = pthread_join(tid_send, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (SendToIPPort), errno %d\n", PROGNAME, ret); - - ret = pthread_join(tid_recv, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (RecvFromIPPort), errno %d\n", PROGNAME, ret); - - /* Close the ip port and shared memories */ - socket_close(&skt, IconCtrlStruct); - - OpalCloseAsyncMem (ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - OpalSystemCtrl_UnRegister(PRINT_SHMEM_NAME); - - return 0; -} diff --git a/clients/opal/villas_udp/models/send_receive/src/main.c b/clients/opal/villas_udp/models/send_receive/src/main.c deleted file mode 100644 index 30f83006e..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/main.c +++ /dev/null @@ -1,340 +0,0 @@ -/** Main routine of AsyncIP. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -/* Standard ANSI C headers needed for this program */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -/* This is the message format */ -#include "config.h" -#include "socket.h" -#include "utils.h" - -#if PROTOCOL == VILLAS - #include "msg.h" - #include "msg_format.h" -#endif - -/* This is just for initializing the shared memory access to communicate - * with the RT-LAB model. It's easier to remember the arguments like this */ -#define ASYNC_SHMEM_NAME argv[1] -#define ASYNC_SHMEM_SIZE atoi(argv[2]) -#define PRINT_SHMEM_NAME argv[3] - -/* Global Variables */ -struct socket skt; - -static void * SendToIPPort(void *arg) -{ - unsigned int ModelState, SendID = 1, Sequence = 0; - int nbSend = 0, ret, cnt, len; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#endif - - OpalPrint("%s: SendToIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncSendIcon(&nbSend); - if (nbSend < 1) { - OpalPrint("%s: SendToIPPort: No transimission block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* This call unblocks when the 'Data Ready' line of a send icon is asserted. */ - ret = OpalWaitForAsyncSendRequest(&SendID); - if (ret != EOK) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - OpalSetAsyncSendIconError(ret, SendID); - OpalPrint("%s: OpalWaitForAsyncSendRequest(), errno %d\n", PROGNAME, ret); - } - - continue; - } - - /* No errors encountered yet */ - OpalSetAsyncSendIconError(0, SendID); - - /* Get the size of the data being sent by the unblocking SendID */ - OpalGetAsyncSendIconDataLength(&mdldata_size, SendID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for SendID=%d exceeds allowed maximum (%d). Limiting...\n", - PROGNAME, SendID, MAX_VALUES); - cnt = MAX_VALUES; - } - - /* Read data from the model */ - OpalGetAsyncSendIconData(mdldata, mdldata_size, SendID); - -#if PROTOCOL == VILLAS - /* Get current time */ - struct timespec now; - clock_gettime(CLOCK_REALTIME, &now); - - msg->version = MSG_VERSION; - msg->type = MSG_TYPE_DATA; - msg->rsvd1 = 0; - msg->rsvd2 = 0; - msg->length = cnt; - msg->sequence = Sequence++; - msg->ts.sec = now.tv_sec; - msg->ts.nsec = now.tv_nsec; - - for (int i = 0; i < msg->length; i++) - msg->data[i].f = (float) mdldata[i]; - - len = MSG_LEN(msg->length); - - msg_hton(msg); -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) { - msg[i] = (float) mdldata[i]; - imsg[i] = htonl(imsg[i]); - } - - len = cnt * sizeof(float); -#else - #error Unknown protocol -#endif - - /* Perform the actual write to the ip port */ - ret = socket_send(&skt, (char *) msg, len); - if (ret < 0) - OpalSetAsyncSendIconError(errno, SendID); - else - OpalSetAsyncSendIconError(0, SendID); - - /* This next call allows the execution of the "asynchronous" process - * to actually be synchronous with the model. To achieve this, you - * should set the "Sending Mode" in the Async_Send block to - * NEED_REPLY_BEFORE_NEXT_SEND or NEED_REPLY_NOW. This will force - * the model to wait for this process to call this - * OpalAsyncSendRequestDone function before continuing. */ - OpalAsyncSendRequestDone(SendID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: SendToIPPort: Finished\n", PROGNAME); - - return NULL; -} - -static void * RecvFromIPPort(void *arg) -{ - unsigned int ModelState, RecvID = 1; - int nbRecv = 0, ret, cnt; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#else - #error Unknown protocol -#endif - - OpalPrint("%s: RecvFromIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncRecvIcon(&nbRecv); - if (nbRecv < 1) { - OpalPrint("%s: RecvFromIPPort: No reception block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* Receive message */ - ret = socket_recv(&skt, (char *) msg, sizeof(buf), 1.0); - if (ret < 1) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - if (ret == 0) /* timeout, so we continue silently */ - OpalPrint("%s: Timeout while waiting for data\n", PROGNAME, errno); - if (ret == -1) /* a more serious error, so we print it */ - OpalPrint("%s: Error %d while waiting for data\n", PROGNAME, errno); - - continue; - } - break; - } - - /* Get the number of signals to send back to the model */ - OpalGetAsyncRecvIconDataLength(&mdldata_size, RecvID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds allowed maximum (%d)\n", - PROGNAME, RecvID, cnt, MAX_VALUES); - return NULL; - } - -#if PROTOCOL == VILLAS - msg_ntoh(msg); - - ret = msg_verify(msg); - if (ret) { - OpalPrint("%s: Skipping invalid packet\n", PROGNAME); - continue; - } - - if (cnt > msg->length) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds what was received (%d)\n", - PROGNAME, RecvID, cnt, msg->length); - } - - for (int i = 0; i < msg->length; i++) - mdldata[i] = (double) msg->data[i].f; - - /* Update OPAL model */ - OpalSetAsyncRecvIconStatus(msg->sequence, RecvID); /* Set the Status to the message ID */ -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) { - imsg[i] = ntohl(imsg[i]); - mdldata[i] = (double) msg[i]; - } -#else - #error Unknown protocol -#endif - - OpalSetAsyncRecvIconError(0, RecvID); /* Set the Error to 0 */ - - OpalSetAsyncRecvIconData(mdldata, mdldata_size, RecvID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: RecvFromIPPort: Finished\n", PROGNAME); - - return NULL; -} - -int main(int argc, char *argv[]) -{ - int ret; - - Opal_GenAsyncParam_Ctrl IconCtrlStruct; - - pthread_t tid_send, tid_recv; - - OpalPrint("%s: This is %s client version %s\n", PROGNAME, PROGNAME, VERSION); - - /* Check for the proper arguments to the program */ - if (argc < 4) { - printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize 3-PrintShmemName\n"); - exit(0); - } - - /* Enable the OpalPrint function. This prints to the OpalDisplay. */ - ret = OpalSystemCtrl_Register(PRINT_SHMEM_NAME); - if (ret != EOK) { - printf("%s: ERROR: OpalPrint() access not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Open Share Memory created by the model. */ - ret = OpalOpenAsyncMem(ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - if (ret != EOK) { - OpalPrint("%s: ERROR: Model shared memory not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - AssignProcToCpu0(); - - /* Get IP Controler Parameters (ie: ip address, port number...) and - * initialize the device on the QNX node. */ - memset(&IconCtrlStruct, 0, sizeof(IconCtrlStruct)); - - ret = OpalGetAsyncCtrlParameters(&IconCtrlStruct, sizeof(IconCtrlStruct)); - if (ret != EOK) { - OpalPrint("%s: ERROR: Could not get controller parameters (%d).\n", PROGNAME, ret); - exit(EXIT_FAILURE); - } - - /* Initialize socket */ - ret = socket_init(&skt, IconCtrlStruct); - if (ret != EOK) { - OpalPrint("%s: ERROR: Initialization failed.\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Start send/receive threads */ - ret = pthread_create(&tid_send, NULL, SendToIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (SendToIPPort), errno %d\n", PROGNAME, errno); - - ret = pthread_create(&tid_recv, NULL, RecvFromIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (RecvFromIPPort), errno %d\n", PROGNAME, errno); - - /* Wait for both threads to finish */ - ret = pthread_join(tid_send, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (SendToIPPort), errno %d\n", PROGNAME, ret); - - ret = pthread_join(tid_recv, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (RecvFromIPPort), errno %d\n", PROGNAME, ret); - - /* Close the ip port and shared memories */ - socket_close(&skt, IconCtrlStruct); - - OpalCloseAsyncMem (ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - OpalSystemCtrl_UnRegister(PRINT_SHMEM_NAME); - - return 0; -} diff --git a/clients/opal/villas_udp/models/send_receive/src/msg.c b/clients/opal/villas_udp/models/send_receive/src/msg.c deleted file mode 100644 index 4794634f4..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/msg.c +++ /dev/null @@ -1,70 +0,0 @@ -/** Message related functions. - * - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include - -#include "msg.h" -#include "msg_format.h" - -void msg_ntoh(struct msg *m) -{ - msg_hdr_ntoh(m); - - for (int i = 0; i < m->length; i++) - m->data[i].i = ntohl(m->data[i].i); -} - -void msg_hton(struct msg *m) -{ - for (int i = 0; i < m->length; i++) - m->data[i].i = htonl(m->data[i].i); - - msg_hdr_hton(m); -} - -void msg_hdr_hton(struct msg *m) -{ - m->length = htons(m->length); - m->sequence = htonl(m->sequence); - m->ts.sec = htonl(m->ts.sec); - m->ts.nsec = htonl(m->ts.nsec); -} - -void msg_hdr_ntoh(struct msg *m) -{ - m->length = ntohs(m->length); - m->sequence = ntohl(m->sequence); - m->ts.sec = ntohl(m->ts.sec); - m->ts.nsec = ntohl(m->ts.nsec); -} - -int msg_verify(struct msg *m) -{ - if (m->version != MSG_VERSION) - return -1; - else if (m->type != MSG_TYPE_DATA) - return -2; - else if ((m->rsvd1 != 0) || (m->rsvd2 != 0)) - return -3; - else - return 0; -} \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/src/socket.c b/clients/opal/villas_udp/models/send_receive/src/socket.c deleted file mode 100644 index c32ea1344..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/socket.c +++ /dev/null @@ -1,190 +0,0 @@ -/** Helper functions for sockets. - * - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -#include "config.h" -#include "socket.h" - -int socket_init(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct) -{ - struct ip_mreq mreq; /* Multicast group structure */ - unsigned char TTL = 1, LOOP = 0; - int rc, proto, ret; - - proto = (int) IconCtrlStruct.FloatParam[0]; - if (proto != UDP_PROTOCOL) { - OpalPrint("%s: This version of %s only supports UDP\n", PROGNAME, PROGNAME); - return EIO; - } - - - OpalPrint("%s: Version : %s\n", PROGNAME, VERSION); - OpalPrint("%s: Remote Address : %s\n", PROGNAME, IconCtrlStruct.StringParam[0]); - OpalPrint("%s: Remote Port : %d\n", PROGNAME, (int) IconCtrlStruct.FloatParam[1]); - - /* Initialize the socket */ - s->sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); - if (s->sd < 0) { - OpalPrint("%s: ERROR: Could not open socket\n", PROGNAME); - return EIO; - } - - /* Set the structure for the remote port and address */ - memset(&s->send_ad, 0, sizeof(s->send_ad)); - s->send_ad.sin_family = AF_INET; - s->send_ad.sin_addr.s_addr = inet_addr(IconCtrlStruct.StringParam[0]); - s->send_ad.sin_port = htons((u_short) IconCtrlStruct.FloatParam[1]); - - /* Set the structure for the local port and address */ - memset(&s->recv_ad, 0, sizeof(s->recv_ad)); - s->recv_ad.sin_family = AF_INET; - s->recv_ad.sin_addr.s_addr = INADDR_ANY; - s->recv_ad.sin_port = htons((u_short) IconCtrlStruct.FloatParam[2]); - - /* Bind local port and address to socket. */ - ret = bind(s->sd, (struct sockaddr *) &s->recv_ad, sizeof(struct sockaddr_in)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not bind local port to socket\n", PROGNAME); - return EIO; - } - else - OpalPrint("%s: Local Port : %d\n", PROGNAME, (int) IconCtrlStruct.FloatParam[2]); - - /* If sending to a multicast address */ - if ((inet_addr(IconCtrlStruct.StringParam[0]) & inet_addr("240.0.0.0")) == inet_addr("224.0.0.0")) { - ret = setsockopt(s->sd, IPPROTO_IP, IP_MULTICAST_TTL, (char *) &TTL, sizeof(TTL)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not set TTL for multicast send (%d)\n", PROGNAME, errno); - return EIO; - } - - ret = setsockopt(s->sd, IPPROTO_IP, IP_MULTICAST_LOOP, (char *)&LOOP, sizeof(LOOP)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not set loopback for multicast send (%d)\n", PROGNAME, errno); - return EIO; - } - - OpalPrint("%s: Configured socket for sending to multicast address\n", PROGNAME); - } - - /* If receiving from a multicast group, register for it. */ - if (inet_addr(IconCtrlStruct.StringParam[1]) > 0) { - if ((inet_addr(IconCtrlStruct.StringParam[1]) & inet_addr("240.0.0.0")) == inet_addr("224.0.0.0")) { - mreq.imr_multiaddr.s_addr = inet_addr(IconCtrlStruct.StringParam[1]); - mreq.imr_interface.s_addr = INADDR_ANY; - - /* Have the multicast socket join the multicast group */ - ret = setsockopt(s->sd, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *) &mreq, sizeof(mreq)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not join multicast group (%d)\n", PROGNAME, errno); - return EIO; - } - - OpalPrint("%s: Added process to multicast group (%s)\n", - PROGNAME, IconCtrlStruct.StringParam[1]); - } - else { - OpalPrint("%s: WARNING: IP address for multicast group is not in multicast range. Ignored\n", - PROGNAME); - } - } - - return EOK; -} - -int socket_close(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct) -{ - if (s->sd < 0) { - shutdown(s->sd, SHUT_RDWR); - close(s->sd); - } - - return 0; -} - -int socket_send(struct socket *s, char *data, int len) -{ - if (s->sd < 0) - return -1; - - /* Send the packet */ - return sendto(s->sd, data, len, 0, (struct sockaddr *) &s->send_ad, sizeof(s->send_ad)); -} - -int socket_recv(struct socket *s, char *data, int len, double timeout) -{ - int ret; - struct sockaddr_in client_ad; - struct timeval tv; - socklen_t client_ad_size = sizeof(client_ad); - fd_set sd_set; - - if (s->sd < 0) - return -1; - - /* Set the descriptor set for the select() call */ - FD_ZERO(&sd_set); - FD_SET(s->sd, &sd_set); - - /* Set the tv structure to the correct timeout value */ - tv.tv_sec = (int) timeout; - tv.tv_usec = (int) ((timeout - tv.tv_sec) * 1000000); - - /* Wait for a packet. We use select() to have a timeout. This is - * necessary when reseting the model so we don't wait indefinitely - * and prevent the process from exiting and freeing the port for - * a future instance (model load). */ - ret = select(s->sd + 1, &sd_set, (fd_set *) 0, (fd_set *) 0, &tv); - switch (ret) { - case -1: /* Error */ - return -1; - case 0: /* We hit the timeout */ - return 0; - default: - if (!(FD_ISSET(s->sd, &sd_set))) { - /* We received something, but it's not on "sd". Since sd is the only - * descriptor in the set... */ - OpalPrint("%s: RecvPacket: God, is that You trying to reach me?\n", PROGNAME); - return -1; - } - } - - /* Clear the data array (in case we receive an incomplete packet) */ - memset(data, 0, len); - - /* Perform the reception */ - return recvfrom(s->sd, data, len, 0, (struct sockaddr *) &client_ad, &client_ad_size); -} \ No newline at end of file diff --git a/clients/opal/villas_udp/models/send_receive/src/utils.c b/clients/opal/villas_udp/models/send_receive/src/utils.c deleted file mode 100644 index 6e9ebf3e3..000000000 --- a/clients/opal/villas_udp/models/send_receive/src/utils.c +++ /dev/null @@ -1,52 +0,0 @@ -/** Configure scheduler. - * - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" - -#include "config.h" -#include "utils.h" - -int AssignProcToCpu0(void) -{ - int ret; - cpu_set_t bindSet; - - CPU_ZERO(&bindSet); - CPU_SET(0, &bindSet); - - /* Changing process cpu affinity */ - ret = sched_setaffinity(0, sizeof(cpu_set_t), &bindSet); - if (ret) { - OpalPrint("Unable to bind the process to CPU 0: %d\n", errno); - return EINVAL; - } - - return 0; -} diff --git a/clients/opal/villas_udp/villas_udp.llp b/clients/opal/villas_udp/villas_udp.llp deleted file mode 100644 index 99730593a..000000000 --- a/clients/opal/villas_udp/villas_udp.llp +++ /dev/null @@ -1,20 +0,0 @@ - - - - villas_udp - This is a project! - 134.130.169.120:25251 - FC70D2D4-2B11-40E7-8317-6C0EB3BB3182 - ON - C:\Users\svo\workspace\villas\node\clients\opal\villas_udp\villas_udp.llp - - - - - models/send_receive/send_receive.mdl - C:/Users/svo/workspace/villas/node/clients/opal/villas_udp/models/send_receive/send_receive.mdl - C:/Users/svo/workspace/villas/node/clients/opal/villas_udp/models/send_receive/send_receive.mdl - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/.project b/clients/opal/villas_udp_Matlab2011b/.project deleted file mode 100644 index 47831aed8..000000000 --- a/clients/opal/villas_udp_Matlab2011b/.project +++ /dev/null @@ -1,12 +0,0 @@ - - - s2ss_tests - - - - - - - com.opalrt.rtlab.ui.rtlabnature - - diff --git a/clients/opal/villas_udp_Matlab2011b/.settings/com.opalrt.rtlab.ui.application.prefs b/clients/opal/villas_udp_Matlab2011b/.settings/com.opalrt.rtlab.ui.application.prefs deleted file mode 100644 index 4762a96f5..000000000 --- a/clients/opal/villas_udp_Matlab2011b/.settings/com.opalrt.rtlab.ui.application.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -rtprojectfile=villas_udp.llp diff --git a/clients/opal/villas_udp_Matlab2011b/Controller.log b/clients/opal/villas_udp_Matlab2011b/Controller.log deleted file mode 100644 index f6d720648..000000000 --- a/clients/opal/villas_udp_Matlab2011b/Controller.log +++ /dev/null @@ -1,7797 +0,0 @@ -2017-4-24 16h43m23s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 26148) ------ -2017-4-24 16h43m23s:Controller.cpp: new client: 22104 -2017-4-24 16h43m23s:CClient.cpp: Creating new client ID: 22776 -2017-4-24 16h43m23s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h43m23s:CClient.cpp: clientThread started with port:632 -2017-4-24 16h43m23s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h43m25s:CProject.cpp: Warning: your project configuration file has been copied from: D:\svo\s2ss\clients\opal\villas_udp\villas_udp.llp. You may encounter problems while populating the model list. -2017-4-24 16h43m25s:WinUtils.cpp: Could not get the subsystem list. Verify that the model has been compiled. -2017-4-24 16h43m25s:CtrlException.cpp: CtrlException, code 3, msg Could not get the subsystem list. Verify that the model has been compiled. -2017-4-24 16h43m26s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-24 16h43m26s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-24 16h43m26s:Controller.cpp: API function call : GetParamControl (true) -2017-4-24 16h43m26s:Controller.cpp: API function call : GetParamControl (false) -2017-4-24 16h43m26s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: API function call : Release control of configurations -2017-4-24 16h43m26s:Controller.cpp: API function call : Release control of the system -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: new client: 22104 -2017-4-24 16h43m26s:CClient.cpp: Creating new client ID: 12592 -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h43m26s:CClient.cpp: clientThread started with port:1012 -2017-4-24 16h43m26s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h43m26s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: API function call : NotificationConnect -2017-4-24 16h43m26s:Controller.cpp: pClient->notifCommSock = 1068 -2017-4-24 16h43m26s:Controller.cpp: API function call : SetEventInterest -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-24 16h43m26s:Controller.cpp: API function call : NotificationConnect -2017-4-24 16h43m26s:Controller.cpp: pClient->notifCommSock = 1072 -2017-4-24 16h43m26s:Controller.cpp: API function call : SetEventInterest -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h43m26s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 16h43m26s:Controller.cpp: new client: 22104 -2017-4-24 16h43m26s:CClient.cpp: Creating new client ID: 21740 -2017-4-24 16h43m26s:CClient.cpp: clientThread started with port:1076 -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h43m26s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h43m26s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h43m26s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h43m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h43m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m26s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634849004,2031 -2017-4-24 16h43m30s:Controller.cpp: new client: 22104 -2017-4-24 16h43m30s:CClient.cpp: Creating new client ID: 18240 -2017-4-24 16h43m30s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h43m30s:CClient.cpp: clientThread started with port:1124 -2017-4-24 16h43m30s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h43m30s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h43m30s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h43m30s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h43m30s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h43m30s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845504,2031 -2017-4-24 16h43m30s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h43m30s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h43m30s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 16h43m30s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 16h43m30s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h43m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h43m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h43m49s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 16h43m49s:Controller.cpp: API function call : Clean model -2017-4-24 16h43m49s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 16h43m49s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 16h43m49s:Compile.cpp: compileThread Handle 0x494 -2017-4-24 16h43m49s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 16h43m49s:CDaemon.cpp: ReqReply, error from OpalSend, m_sockfd -1 -2017-4-24 16h43m49s:WinUtils.cpp: Could not send command to Opal daemon. -Possible causes: - - RT-LAB has not been installed on node with IP address 134.130.169.80, - - the RT-LAB daemon is not running. -2017-4-24 16h43m49s:CtrlException.cpp: CtrlException, code 5, msg Could not send command to Opal daemon. -Possible causes: - - RT-LAB has not been installed on node with IP address 134.130.169.80, - - the RT-LAB daemon is not running. -2017-4-24 16h43m49s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#1) before EOF has been reached -2017-4-24 16h43m49s:CIniFileCache.cpp: Saving send_receive.md5 because error was detected -2017-4-24 16h43m49s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-24 16h43m49s:Service Matlab/CommandsProcessor found -2017-4-24 16h43m49s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 16h44m3s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 16h44m35s:CModel.cpp: Subsystem executable not found: C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model -2017-4-24 16h44m35s:CModel.cpp: Subsystem executable not found: C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model -2017-4-24 16h44m35s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#1) before EOF has been reached -2017-4-24 16h44m35s:CIniFileCache.cpp: Saving send_receive.md0 because error was detected -2017-4-24 16h44m36s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-24 16h44m36s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-24 16h44m36s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-24 16h44m36s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-24 16h44m36s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-24 16h44m36s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-24 16h44m36s:moveFile error: The system cannot find the path specified. - -2017-4-24 16h44m36s:moveFile error: The system cannot find the path specified. - -2017-4-24 16h45m0s:********* binary ******** -2017-4-24 16h45m0s:********* binary ******** -2017-4-24 16h45m0s:********* binary ******** -2017-4-24 16h45m1s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-24 16h45m1s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#1) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: Saving send_receive.probe because error was detected -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#111) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#122) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#127) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#133) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#150) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#151) before EOF has been reached -2017-4-24 16h45m1s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-24 16h45m2s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-24 16h45m2s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m5s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-24 16h45m5s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m6s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-24 16h45m12s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-24 16h45m12s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m12s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m16s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m17s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h45m19s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/24/17 16:44:34 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\simulink\rtw\c\common\rtlab_rtmodel.tlc: file access date is 08/27/14 18:32:36 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\simulink\rtw\c\common\rtlab_rtmodel.tmf: file access date is 03/26/15 16:33:50 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/24/17 16:45:01 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/24/17 16:45:01 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/24/17 16:44:35 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 16:45:02 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 16:44:57 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 16:44:55 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 16:45:00 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\AsyncApi.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_ctl.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_monitor.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_opal_lib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_recv.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_send.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canac2_user.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canlib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\canstat.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\da.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\DataTypes.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\da_private.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\da_types.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\Hardware.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\hwmonitoring.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip500.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip500_501_lib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip501_16.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip520.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip520_lib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ip_mp_serial.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\linlib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\Matlab.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\model_main.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\model_main_rtm.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m19s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ni4882.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ni488_ugpib.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalBlobs.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalBlobsDefs.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalDDK_public.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalError.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalGenAsyncParamCtrl.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalGlobals.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalGPIBAsyncParamCtrl.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalIO.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalIOTypes.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalLapCan2_251_AsyncParamCtrl.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalLapCan2_LIN_AsyncParamCtrl.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalMonitoring.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalPrint.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalStandalonePrint.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpalTypes.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\Opal_1553.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\Opal_429.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\opal_sfun2ucb.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpBlobNexus.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpCommRtUser.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\ophsdio64_public.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\opmstackBlobId.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\OpPcCard.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\PlugAndPlay.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8ad.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8da.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8di.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8dig.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8do.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8en.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8tb.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\q8wd.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\qnx_main.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\rfm_extern.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\RTAPI.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\s611_x11.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\serial.h: file access date is 08/27/14 18:36:20 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\include_target\Timing.h: file access date is 08/27/14 18:36:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\simulink\rtw\c\common\model_main.c: file access date is 08/27/14 18:32:34 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libOpalCore.a: file access date is 07/23/15 22:16:48 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libOpalUtils_redhawk.a: file access date is 07/23/15 22:31:18 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libOpalUtils.a: file access date is 07/23/15 22:16:50 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libOpalOhci.a: file access date is 07/23/15 22:31:16 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libirc.a: file access date is 07/23/15 22:31:02 and last access was -2017-4-24 16h45m20s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libimf.a: file access date is 07/23/15 22:31:02 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\simulink\libR2013a\redhawk\libOpalRTER2013A.a: file access date is 07/23/15 22:31:00 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Makefile.mk: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\include\config.h: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\include\msg.h: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\include\msg_format.h: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\include\socket.h: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\include\utils.h: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\compat.c: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\msg.c: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\socket.c: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\utils.c: file access date is 04/24/17 16:32:10 and last access was -2017-4-24 16h45m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.2.410\common\lib\redhawk\libOpalAsyncApiCore.a: file access date is 07/23/15 22:31:04 and last access was -2017-4-24 16h45m22s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 16h45m22s:Compile.cpp: Compilation completed successfully. -2017-4-24 16h45m22s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 16h45m22s:Controller.cpp: new client: 22104 -2017-4-24 16h45m22s:CClient.cpp: Creating new client ID: 24756 -2017-4-24 16h45m22s:CClient.cpp: clientThread started with port:1568 -2017-4-24 16h45m22s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h45m22s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h45m22s:Compile.cpp: Compilation Thread closed. -2017-4-24 16h45m25s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h45m25s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h45m25s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h45m25s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h45m25s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634852020,2031 -2017-4-24 16h45m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h45m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h45m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h45m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h45m25s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 16h45m25s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 16h45m25s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h46m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h46m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h46m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 16h46m6s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 16h46m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h46m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h46m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 16h46m6s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 16h46m8s:Controller.cpp: new client: 22104 -2017-4-24 16h46m8s:CClient.cpp: Creating new client ID: 5028 -2017-4-24 16h46m8s:CClient.cpp: clientThread started with port:1316 -2017-4-24 16h46m8s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h46m8s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h46m8s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h46m8s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h46m8s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h46m8s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h46m8s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634832292,2031 -2017-4-24 16h46m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h46m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h46m8s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h46m8s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 16h46m8s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 16h46m31s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 16h46m31s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 16h46m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 16h46m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 16h46m39s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 16h46m39s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 16h48m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h48m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h48m1s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 16h48m1s:Controller.cpp: API function call : Clean model -2017-4-24 16h48m1s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 16h48m1s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 16h48m1s:Compile.cpp: compileThread Handle 0x690 -2017-4-24 16h48m1s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 16h48m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h48m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/24/17 16:47:57 and last access was 04/24/17 16:32:10 -2017-4-24 16h48m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-24 16h48m2s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 16h48m18s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 16h48m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/24/17 16:48:46 and last access was 04/24/17 16:44:35 -2017-4-24 16h48m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/24/17 16:48:45 and last access was 04/24/17 16:44:34 -2017-4-24 16h48m47s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-24 16h48m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-24 16h48m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-24 16h48m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-24 16h48m47s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-24 16h48m47s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-24 16h49m10s:********* binary ******** -2017-4-24 16h49m10s:********* binary ******** -2017-4-24 16h49m10s:********* binary ******** -2017-4-24 16h49m10s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-24 16h49m10s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#111) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#122) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#127) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#133) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#150) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#151) before EOF has been reached -2017-4-24 16h49m10s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 16:49:10 and last access was 04/24/17 16:45:00 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:45:02 -2017-4-24 16h49m11s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-24 16h49m11s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-24 16h49m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-24 16h49m14s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m14s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-24 16h49m21s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-24 16h49m21s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m21s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m25s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m25s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m25s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m25s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h49m28s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/24/17 16:49:10 and last access was 04/24/17 16:45:01 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/24/17 16:49:10 and last access was 04/24/17 16:45:01 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 16:49:11 and last access was 04/24/17 16:49:06 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 16:49:09 and last access was 04/24/17 16:44:57 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 16:49:06 and last access was 04/24/17 16:44:55 -2017-4-24 16h49m29s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 16h49m29s:Compile.cpp: Compilation completed successfully. -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h49m29s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h49m29s:Compile.cpp: Compilation Thread closed. -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h49m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 16h49m29s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 16h54m1s:Controller.cpp: new client: 22104 -2017-4-24 16h54m1s:CClient.cpp: Creating new client ID: 7244 -2017-4-24 16h54m1s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 16h54m1s:CClient.cpp: clientThread started with port:916 -2017-4-24 16h54m1s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 16h54m1s:Controller.cpp: API function call : Get model list changes -2017-4-24 16h54m1s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 16h54m1s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 16h54m1s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h54m1s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634834508,2031 -2017-4-24 16h54m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h54m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h54m1s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 16h54m1s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 16h54m1s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 16h54m1s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 16h54m1s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 16h54m2s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h54m2s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h54m2s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 16h54m3s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 16h54m3s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 16h54m3s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 16h54m3s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 16h54m3s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 16h54m3s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 16h54m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 16h54m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m7s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 16h54m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m8s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 16h54m9s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 16h54m9s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 16h54m9s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 16h54m9s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x615c) start -2017-4-24 16h54m9s:Acquisition.cpp: acqGroupReqThread handle (0xa54) -2017-4-24 16h54m9s:Acquisition.cpp: acqGroupReqThread handle (0xac0) -2017-4-24 16h54m9s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 16h55m12s:WinUtils.cpp: Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 16h55m12s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 16h55m12s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 16h55m12s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 16h55m12s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 16h55m12s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 16h55m15s:OpalControlClient.cpp: System Control client: did not receive feedback (1 time(s)) from subsys 1 -2017-4-24 16h55m15s:OpalControlClient.cpp: TIMEOUT .recv sem for client 0 (System Control), cmd 13, thread 18240 -2017-4-24 16h55m15s:OpalControlClient.cpp: System Control : Feedback error, timed out waiting for reply (13). -2017-4-24 16h55m15s:CtrlException.cpp: CtrlException, code 28695, msg Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 16h55m15s:SystemControl.cpp: Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 16h55m15s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h55m16s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h55m17s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h55m18s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h55m19s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h55m20s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 16h55m21s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 16h55m21s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 16h55m21s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 16h55m21s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 16h55m21s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 16h55m21s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 16h55m21s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 16h55m21s:RECV_Thread.c: Cleanup done. -2017-4-24 16h55m21s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h55m21s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h55m21s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 16h55m26s:OpalControlClient.cpp: Signals Control thread (id 14500) normal exit. -2017-4-24 16h55m26s:OpalControlClient.cpp: Probe Control thread (id 22416) normal exit. -2017-4-24 16h55m26s:OpalControlClient.cpp: Snapshot Control thread (id 22472) normal exit. -2017-4-24 16h55m26s:OpalControlClient.cpp: Parameter Control thread (id 22224) normal exit. -2017-4-24 16h55m26s:OpalControlClient.cpp: System Control thread (id 19776) normal exit. -2017-4-24 16h55m26s:OpalControlClient.cpp: Blobs Control thread (id 26744) normal exit. -2017-4-24 16h55m26s:SEND_Thread.c: Thread 24380 stopping because stop flag is set -2017-4-24 16h55m26s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 16h55m26s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 16h55m26s:SystemControl.cpp: An error occurred during load. -2017-4-24 16h55m26s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 16h56m37s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 16h56m37s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3010 -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 16h56m42s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 16h56m42s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 16h56m42s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 16h56m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 16h56m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 16h56m42s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 16h56m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 16h56m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 16h56m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 16h56m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m44s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 16h56m45s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 16h56m45s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 16h56m45s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 16h56m45s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x629c) start -2017-4-24 16h56m45s:Acquisition.cpp: acqGroupReqThread handle (0xbbc) -2017-4-24 16h56m45s:Acquisition.cpp: acqGroupReqThread handle (0xc2c) -2017-4-24 16h56m45s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 16h57m47s:WinUtils.cpp: Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 16h57m47s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 16h57m47s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 16h57m48s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 16h57m48s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 16h57m48s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 16h57m51s:OpalControlClient.cpp: System Control client: did not receive feedback (1 time(s)) from subsys 1 -2017-4-24 16h57m51s:OpalControlClient.cpp: TIMEOUT .recv sem for client 0 (System Control), cmd 13, thread 18240 -2017-4-24 16h57m51s:OpalControlClient.cpp: System Control : Feedback error, timed out waiting for reply (13). -2017-4-24 16h57m51s:CtrlException.cpp: CtrlException, code 28695, msg Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 16h57m51s:SystemControl.cpp: Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 16h57m51s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h57m52s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h57m53s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h57m54s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h57m55s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 16h57m56s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 16h57m56s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 16h57m56s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 16h57m56s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 16h57m56s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 16h57m56s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 16h57m56s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 16h57m56s:RECV_Thread.c: Cleanup done. -2017-4-24 16h57m56s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 16h57m57s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 16h57m57s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 16h57m57s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 16h58m2s:OpalControlClient.cpp: Signals Control thread (id 20084) normal exit. -2017-4-24 16h58m2s:OpalControlClient.cpp: Probe Control thread (id 14288) normal exit. -2017-4-24 16h58m2s:OpalControlClient.cpp: Snapshot Control thread (id 27116) normal exit. -2017-4-24 16h58m2s:OpalControlClient.cpp: Parameter Control thread (id 25184) normal exit. -2017-4-24 16h58m2s:OpalControlClient.cpp: System Control thread (id 25880) normal exit. -2017-4-24 16h58m2s:OpalControlClient.cpp: Blobs Control thread (id 23688) normal exit. -2017-4-24 16h58m2s:SEND_Thread.c: Thread 3784 stopping because stop flag is set -2017-4-24 16h58m2s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 16h58m2s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 16h58m2s:SystemControl.cpp: An error occurred during load. -2017-4-24 16h58m2s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h29m3s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h29m3s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3010 -2017-4-24 17h30m13s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h30m13s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h30m13s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 17h30m14s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 17h30m14s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h30m14s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h30m14s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 17h30m14s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 17h30m14s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h30m14s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h30m14s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 17h30m14s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h30m14s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h30m14s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 17h30m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m16s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 17h30m17s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 17h30m17s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 17h30m17s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 17h30m17s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x6a98) start -2017-4-24 17h30m17s:Acquisition.cpp: acqGroupReqThread handle (0xd2c) -2017-4-24 17h30m17s:Acquisition.cpp: acqGroupReqThread handle (0xd98) -2017-4-24 17h30m17s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 17h31m19s:WinUtils.cpp: Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h31m19s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h31m19s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 17h31m19s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 17h31m19s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 17h31m19s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 17h31m22s:OpalControlClient.cpp: System Control client: did not receive feedback (1 time(s)) from subsys 1 -2017-4-24 17h31m22s:OpalControlClient.cpp: TIMEOUT .recv sem for client 0 (System Control), cmd 13, thread 18240 -2017-4-24 17h31m22s:OpalControlClient.cpp: System Control : Feedback error, timed out waiting for reply (13). -2017-4-24 17h31m22s:CtrlException.cpp: CtrlException, code 28695, msg Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h31m22s:SystemControl.cpp: Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h31m22s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h31m23s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h31m24s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h31m25s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h31m26s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h31m27s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 17h31m28s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 17h31m28s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h31m28s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 17h31m28s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h31m28s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h31m28s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h31m28s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 17h31m28s:RECV_Thread.c: Cleanup done. -2017-4-24 17h31m29s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h31m29s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h31m29s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 17h31m33s:OpalControlClient.cpp: Signals Control thread (id 3144) normal exit. -2017-4-24 17h31m33s:OpalControlClient.cpp: Probe Control thread (id 16696) normal exit. -2017-4-24 17h31m33s:OpalControlClient.cpp: Snapshot Control thread (id 9496) normal exit. -2017-4-24 17h31m33s:OpalControlClient.cpp: Parameter Control thread (id 14768) normal exit. -2017-4-24 17h31m33s:OpalControlClient.cpp: System Control thread (id 19868) normal exit. -2017-4-24 17h31m33s:OpalControlClient.cpp: Blobs Control thread (id 904) normal exit. -2017-4-24 17h31m33s:SEND_Thread.c: Thread 8548 stopping because stop flag is set -2017-4-24 17h31m33s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h31m33s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 17h31m33s:SystemControl.cpp: An error occurred during load. -2017-4-24 17h31m33s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h34m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m1s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h34m1s:Controller.cpp: API function call : Clean model -2017-4-24 17h34m1s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 17h34m1s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 17h34m1s:Compile.cpp: compileThread Handle 0xdac -2017-4-24 17h34m1s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 17h34m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h34m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 17h34m3s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 17h34m5s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-24 17h34m5s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 17h34m5s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h34m5s:Compile.cpp: Compilation completed successfully. -2017-4-24 17h34m6s:Compile.cpp: Compilation Thread closed. -2017-4-24 17h34m6s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m6s:Controller.cpp: new client: 22104 -2017-4-24 17h34m6s:CClient.cpp: Creating new client ID: 27308 -2017-4-24 17h34m6s:CClient.cpp: clientThread started with port:2744 -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 17h34m6s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16048 -2017-4-24 17h34m6s:Controller.cpp: API function call : Get model list changes -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h34m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h34m6s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634854572,2031 -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h34m6s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 17h34m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m25s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 17h34m25s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 17h34m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m47s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h34m47s:Controller.cpp: API function call : Clean model -2017-4-24 17h34m47s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 17h34m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 17h34m47s:Compile.cpp: compileThread Handle 0xc84 -2017-4-24 17h34m47s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 17h34m47s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h34m48s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 17h34m48s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 17h34m51s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-24 17h34m51s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 17h34m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h34m51s:Compile.cpp: Compilation completed successfully. -2017-4-24 17h34m51s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h34m51s:Compile.cpp: Compilation Thread closed. -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h34m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h34m51s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 17h35m0s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h35m0s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h35m0s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h35m0s:Controller.cpp: API function call : Clean model -2017-4-24 17h35m0s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 17h35m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 17h35m0s:Compile.cpp: compileThread Handle 0xc9c -2017-4-24 17h35m0s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 17h35m0s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h35m1s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/24/17 17:34:56 and last access was 04/24/17 16:47:57 -2017-4-24 17h35m1s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-24 17h35m1s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 17h35m16s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 17h35m44s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/24/17 17:35:43 and last access was 04/24/17 16:48:46 -2017-4-24 17h35m44s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/24/17 17:35:42 and last access was 04/24/17 16:48:45 -2017-4-24 17h35m44s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-24 17h35m44s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-24 17h35m44s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-24 17h35m44s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-24 17h35m44s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-24 17h35m44s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-24 17h36m0s:WinUtils.cpp: Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m0s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m6s:********* binary ******** -2017-4-24 17h36m6s:********* binary ******** -2017-4-24 17h36m6s:********* binary ******** -2017-4-24 17h36m6s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-24 17h36m6s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#111) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#122) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#127) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#133) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#150) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#151) before EOF has been reached -2017-4-24 17h36m6s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 17:36:06 and last access was 04/24/17 16:49:10 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:11 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 17:36:05 and last access was 04/24/17 16:49:09 -2017-4-24 17h36m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m8s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-24 17h36m8s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-24 17h36m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m10s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-24 17h36m10s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m11s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-24 17h36m14s:WinUtils.cpp: Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m14s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m17s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-24 17h36m17s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m17s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m19s:WinUtils.cpp: Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m19s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 17h36m22s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m22s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m22s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m22s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h36m25s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 17h36m25s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/24/17 17:36:06 and last access was 04/24/17 16:49:10 -2017-4-24 17h36m25s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/24/17 17:36:06 and last access was 04/24/17 16:49:10 -2017-4-24 17h36m25s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 17:36:08 and last access was 04/24/17 17:36:02 -2017-4-24 17h36m25s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m25s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was 04/24/17 16:49:06 -2017-4-24 17h36m27s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h36m27s:Compile.cpp: Compilation completed successfully. -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h36m27s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h36m27s:Compile.cpp: Compilation Thread closed. -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h36m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h36m27s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 17h38m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h38m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h38m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h38m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h38m15s:Controller.cpp: API function call : COMMAND Model Add -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 17h38m32s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h38m32s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 17h38m32s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 17h38m32s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h38m32s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h38m32s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 17h38m32s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h38m32s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h38m32s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 17h38m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m38s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 17h38m39s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 17h38m39s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 17h38m39s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 17h38m39s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x63e8) start -2017-4-24 17h38m39s:Acquisition.cpp: acqGroupReqThread handle (0xf20) -2017-4-24 17h38m39s:Acquisition.cpp: acqGroupReqThread handle (0xf8c) -2017-4-24 17h38m39s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 17h39m41s:WinUtils.cpp: Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h39m41s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h39m41s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 17h39m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 17h39m42s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 17h39m42s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 17h39m45s:OpalControlClient.cpp: System Control client: did not receive feedback (1 time(s)) from subsys 1 -2017-4-24 17h39m45s:OpalControlClient.cpp: TIMEOUT .recv sem for client 0 (System Control), cmd 13, thread 18240 -2017-4-24 17h39m45s:OpalControlClient.cpp: System Control : Feedback error, timed out waiting for reply (13). -2017-4-24 17h39m45s:CtrlException.cpp: CtrlException, code 28695, msg Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h39m45s:SystemControl.cpp: Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h39m45s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h39m46s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h39m47s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h39m48s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h39m49s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h39m50s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 17h39m51s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 17h39m51s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 17h39m51s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h39m51s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h39m51s:RECV_Thread.c: Cleanup done. -2017-4-24 17h39m51s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h39m51s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h39m51s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 17h39m51s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h39m51s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h39m51s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 17h39m56s:OpalControlClient.cpp: Signals Control thread (id 4268) normal exit. -2017-4-24 17h39m56s:OpalControlClient.cpp: Probe Control thread (id 26192) normal exit. -2017-4-24 17h39m56s:OpalControlClient.cpp: Snapshot Control thread (id 4804) normal exit. -2017-4-24 17h39m56s:OpalControlClient.cpp: Parameter Control thread (id 13016) normal exit. -2017-4-24 17h39m56s:OpalControlClient.cpp: System Control thread (id 8216) normal exit. -2017-4-24 17h39m56s:OpalControlClient.cpp: Blobs Control thread (id 22352) normal exit. -2017-4-24 17h39m56s:SEND_Thread.c: Thread 14544 stopping because stop flag is set -2017-4-24 17h39m56s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h39m56s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 17h39m56s:SystemControl.cpp: An error occurred during load. -2017-4-24 17h39m56s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h51m43s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h51m43s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h51m43s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h51m43s:Controller.cpp: API function call : Clean model -2017-4-24 17h51m44s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 17h51m44s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 17h51m44s:Compile.cpp: compileThread Handle 0x578 -2017-4-24 17h51m44s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 17h51m44s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m45s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 17h51m45s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 17h51m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/24/17 17:47:37 and last access was 04/24/17 16:32:10 -2017-4-24 17h51m48s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-24 17h51m48s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m48s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m49s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-24 17h51m49s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m50s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-24 17h51m57s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-24 17h51m57s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h51m57s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m1s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m2s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 17:36:06 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 17:51:48 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 17:36:05 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m3s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 17h52m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h52m4s:Compile.cpp: Compilation completed successfully. -2017-4-24 17h52m4s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m4s:Compile.cpp: Compilation Thread closed. -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-24 17h52m4s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-24 17h52m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m7s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 17h52m8s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 17h52m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h52m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h52m8s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 17h52m8s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 17h52m8s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h52m8s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h52m8s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 17h52m8s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 17h52m8s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 17h52m8s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 17h52m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m14s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 17h52m15s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 17h52m15s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 17h52m15s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 17h52m15s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x5a68) start -2017-4-24 17h52m15s:Acquisition.cpp: acqGroupReqThread handle (0x1098) -2017-4-24 17h52m15s:Acquisition.cpp: acqGroupReqThread handle (0x1104) -2017-4-24 17h52m15s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 17h53m17s:WinUtils.cpp: Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h53m17s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h53m17s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 17h53m17s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 17h53m17s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 17h53m18s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 17h53m21s:OpalControlClient.cpp: System Control client: did not receive feedback (1 time(s)) from subsys 1 -2017-4-24 17h53m21s:OpalControlClient.cpp: TIMEOUT .recv sem for client 0 (System Control), cmd 13, thread 18240 -2017-4-24 17h53m21s:OpalControlClient.cpp: System Control : Feedback error, timed out waiting for reply (13). -2017-4-24 17h53m21s:CtrlException.cpp: CtrlException, code 28695, msg Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h53m21s:SystemControl.cpp: Error executing command 13. Timed out waiting for reply from model. - -2017-4-24 17h53m21s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h53m22s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h53m23s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h53m24s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h53m25s:SystemControl.cpp: Reset : waiting. 0 subsys (out of 1) are gone. -2017-4-24 17h53m26s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 17h53m26s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 17h53m26s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h53m26s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 17h53m26s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 17h53m26s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h53m26s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 17h53m26s:RECV_Thread.c: Cleanup done. -2017-4-24 17h53m26s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 17h53m27s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 17h53m27s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 17h53m27s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 17h53m28s:OpalControlClient.cpp: Signals Control thread (id 6840) normal exit. -2017-4-24 17h53m28s:OpalControlClient.cpp: Probe Control thread (id 23612) normal exit. -2017-4-24 17h53m28s:OpalControlClient.cpp: Snapshot Control thread (id 23164) normal exit. -2017-4-24 17h53m28s:OpalControlClient.cpp: Parameter Control thread (id 15596) normal exit. -2017-4-24 17h53m28s:OpalControlClient.cpp: System Control thread (id 24040) normal exit. -2017-4-24 17h53m28s:OpalControlClient.cpp: Blobs Control thread (id 25708) normal exit. -2017-4-24 17h53m28s:SEND_Thread.c: Thread 19512 stopping because stop flag is set -2017-4-24 17h53m28s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 17h53m28s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 17h53m28s:SystemControl.cpp: An error occurred during load. -2017-4-24 17h53m28s:CtrlException.cpp: CtrlException, code 11, msg Error receiving loading information from one subsystem. -RT-LAB wasn't able to successfully load the model: -Please see the load log(s) for more details -2017-4-24 17h59m6s:Controller.cpp: API function call : SetEventInterest -2017-4-24 17h59m6s:Controller.cpp: API function call : SetEventInterest -2017-4-24 17h59m6s:Controller.cpp: Removing client: 18240 -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:Controller.cpp: Removing client: 22776 -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:Controller.cpp: Removing client: 21740 -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:Controller.cpp: Removing client: 12592 -2017-4-24 17h59m6s:Controller.cpp: Removing client: 24756 -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:Controller.cpp: Removing client: 5028 -2017-4-24 17h59m6s:Controller.cpp: Removing client: 7244 -2017-4-24 17h59m6s:Controller.cpp: Removing client: 27308 -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 17h59m6s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 17h59m6s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 17h59m6s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:62087 -2017-4-24 17h59m6s:Controller.cpp: Entering CloseSubControllers -2017-4-24 17h59m6s:Stopping OpalNode watchdog. -2017-4-24 17h59m6s:CClient.cpp: clientThread exit. -2017-4-24 17h59m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 17h59m6s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 17h59m47s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 19536) ------ -2017-4-24 17h59m47s:Controller.cpp: new client: 19780 -2017-4-24 17h59m47s:CClient.cpp: Creating new client ID: 12548 -2017-4-24 17h59m47s:CClient.cpp: clientThread started with port:632 -2017-4-24 17h59m47s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 17h59m47s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23408 -2017-4-24 17h59m50s:Controller.cpp: API function call : Get model list changes -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h59m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m50s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-24 17h59m50s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-24 17h59m50s:Controller.cpp: API function call : GetParamControl (true) -2017-4-24 17h59m50s:Controller.cpp: API function call : GetParamControl (false) -2017-4-24 17h59m50s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-24 17h59m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m50s:Controller.cpp: API function call : Release control of configurations -2017-4-24 17h59m50s:Controller.cpp: API function call : Release control of the system -2017-4-24 17h59m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m50s:Controller.cpp: new client: 19780 -2017-4-24 17h59m50s:CClient.cpp: Creating new client ID: 21840 -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 17h59m50s:CClient.cpp: clientThread started with port:1072 -2017-4-24 17h59m50s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23408 -2017-4-24 17h59m50s:Controller.cpp: API function call : Get model list changes -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h59m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m50s:Controller.cpp: API function call : NotificationConnect -2017-4-24 17h59m50s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-24 17h59m50s:Controller.cpp: API function call : SetEventInterest -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-24 17h59m50s:Controller.cpp: API function call : NotificationConnect -2017-4-24 17h59m50s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-24 17h59m50s:Controller.cpp: API function call : SetEventInterest -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h59m50s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-24 17h59m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 17h59m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 17h59m50s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 17h59m51s:Controller.cpp: new client: 19780 -2017-4-24 17h59m51s:CClient.cpp: Creating new client ID: 17356 -2017-4-24 17h59m51s:CClient.cpp: clientThread started with port:1132 -2017-4-24 17h59m51s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 17h59m51s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23408 -2017-4-24 17h59m51s:Controller.cpp: API function call : Get model list changes -2017-4-24 17h59m51s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 17h59m51s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 17h59m51s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 17h59m51s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634844620,2031 -2017-4-24 18h2m58s:Controller.cpp: new client: 19780 -2017-4-24 18h2m58s:CClient.cpp: Creating new client ID: 8848 -2017-4-24 18h2m58s:CClient.cpp: clientThread started with port:1180 -2017-4-24 18h2m58s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h2m58s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23408 -2017-4-24 18h2m58s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h2m58s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h2m58s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h2m58s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h2m58s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634836112,2031 -2017-4-24 18h2m58s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h2m58s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h2m58s:Controller.cpp: Removing client: 8848 -2017-4-24 18h2m58s:CClient.cpp: clientThread exit. -2017-4-24 18h2m58s:Controller.cpp: Removing client: 12548 -2017-4-24 18h2m58s:CClient.cpp: clientThread exit. -2017-4-24 18h2m58s:Controller.cpp: Removing client: 21840 -2017-4-24 18h2m58s:CClient.cpp: clientThread exit. -2017-4-24 18h2m58s:Controller.cpp: Removing client: 17356 -2017-4-24 18h2m58s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:55928 -2017-4-24 18h2m58s:Controller.cpp: Entering CloseSubControllers -2017-4-24 18h2m58s:Stopping OpalNode watchdog. -2017-4-24 18h2m58s:CClient.cpp: clientThread exit. -2017-4-24 18h4m1s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 8980) ------ -2017-4-24 18h4m1s:Controller.cpp: new client: 15748 -2017-4-24 18h4m1s:CClient.cpp: Creating new client ID: 9604 -2017-4-24 18h4m1s:CClient.cpp: clientThread started with port:632 -2017-4-24 18h4m1s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h4m1s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h4m4s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h4m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h4m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h4m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m4s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-24 18h4m4s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-24 18h4m4s:Controller.cpp: API function call : GetParamControl (true) -2017-4-24 18h4m4s:Controller.cpp: API function call : GetParamControl (false) -2017-4-24 18h4m4s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-24 18h4m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m4s:Controller.cpp: API function call : Release control of configurations -2017-4-24 18h4m4s:Controller.cpp: API function call : Release control of the system -2017-4-24 18h4m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m5s:Controller.cpp: new client: 15748 -2017-4-24 18h4m5s:CClient.cpp: Creating new client ID: 14384 -2017-4-24 18h4m5s:CClient.cpp: clientThread started with port:1072 -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h4m5s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h4m5s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h4m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m5s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h4m5s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-24 18h4m5s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-24 18h4m5s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h4m5s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-24 18h4m5s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-24 18h4m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h4m5s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h4m5s:Controller.cpp: new client: 15748 -2017-4-24 18h4m5s:CClient.cpp: Creating new client ID: 13492 -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h4m5s:CClient.cpp: clientThread started with port:1132 -2017-4-24 18h4m5s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h4m5s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h4m5s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h4m5s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h4m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h4m5s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634840756,2031 -2017-4-24 18h7m46s:Controller.cpp: new client: 15748 -2017-4-24 18h7m46s:CClient.cpp: Creating new client ID: 14600 -2017-4-24 18h7m46s:CClient.cpp: clientThread started with port:1180 -2017-4-24 18h7m46s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h7m46s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h7m46s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h7m46s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h7m46s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h7m46s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h7m46s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634841864,2031 -2017-4-24 18h7m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h7m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h7m54s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h7m54s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h7m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h7m59s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h7m59s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h7m59s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h7m59s:Controller.cpp: API function call : Clean model -2017-4-24 18h7m59s:Controller.cpp: new client: 15748 -2017-4-24 18h7m59s:CClient.cpp: Creating new client ID: 23592 -2017-4-24 18h7m59s:CClient.cpp: clientThread started with port:1196 -2017-4-24 18h7m59s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h7m59s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h7m59s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 18h7m59s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h7m59s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:Compile.cpp: compileThread Handle 0x54c -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 155 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 155 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 153 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 153 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 18h7m59s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h7m59s:Controller.cpp: new client: 15748 -2017-4-24 18h7m59s:CClient.cpp: Creating new client ID: 27140 -2017-4-24 18h7m59s:CClient.cpp: clientThread started with port:1396 -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 154 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:WinUtils.cpp: Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:CtrlException.cpp: CtrlException, code 28698, msg Warning: command 106 received while compiling model. -The command will be ignored. -2017-4-24 18h7m59s:Controller.cpp: Removing client: 27140 -2017-4-24 18h7m59s:CClient.cpp: clientThread exit. -2017-4-24 18h8m0s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 18h8m1s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 18h8m3s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-24 18h8m3s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 18h8m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h8m3s:Compile.cpp: Compilation completed successfully. -2017-4-24 18h8m3s:Compile.cpp: Compilation Thread closed. -2017-4-24 18h8m3s:Controller.cpp: new client: 15748 -2017-4-24 18h8m3s:CClient.cpp: Creating new client ID: 23056 -2017-4-24 18h8m3s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h8m3s:CClient.cpp: clientThread started with port:1400 -2017-4-24 18h8m3s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h8m3s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h8m3s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h8m3s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h8m3s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h8m3s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634850320,2031 -2017-4-24 18h8m3s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h8m3s:Controller.cpp: new client: 15748 -2017-4-24 18h8m3s:CClient.cpp: Creating new client ID: 21832 -2017-4-24 18h8m3s:CClient.cpp: clientThread started with port:1604 -2017-4-24 18h8m3s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h8m3s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h8m4s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h8m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h8m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h8m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h8m4s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634849096,2031 -2017-4-24 18h8m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h8m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h8m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h8m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h8m4s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h8m4s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h8m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h8m7s:Controller.cpp: new client: 15748 -2017-4-24 18h8m7s:CClient.cpp: Creating new client ID: 15112 -2017-4-24 18h8m7s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h8m7s:CClient.cpp: clientThread started with port:1540 -2017-4-24 18h8m7s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h8m7s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h8m7s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h8m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h8m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h8m7s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634842376,2031 -2017-4-24 18h8m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h8m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h8m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h8m7s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h8m7s:Service Matlab/CommandsProcessor found -2017-4-24 18h8m7s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h8m19s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h8m19s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h8m19s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h8m25s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h8m26s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h8m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h8m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h8m47s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h8m47s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h8m47s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h8m47s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h8m47s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h8m47s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h8m47s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h8m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h8m47s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m53s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m54s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m55s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 18h8m55s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 18h8m55s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 18h8m55s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x692c) start -2017-4-24 18h8m55s:Acquisition.cpp: acqGroupReqThread handle (0x9ec) -2017-4-24 18h8m55s:Acquisition.cpp: acqGroupReqThread handle (0xa58) -2017-4-24 18h8m55s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 18h8m55s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h8m55s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h8m55s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h8m55s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h8m55s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-24 18h8m55s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h8m55s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-24 18h8m55s:SystemControl.cpp: Load: received combined status from master -2017-4-24 18h8m55s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-24 18h8m55s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-332 -2017-4-24 18h8m55s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-24 18h8m55s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-24 18h8m55s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-24 18h8m55s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9840 -2017-4-24 18h8m55s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-24 18h8m55s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 13612 -2017-4-24 18h8m55s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 13612 -2017-4-24 18h8m55s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 13612 -2017-4-24 18h8m55s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 13604 -2017-4-24 18h8m56s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 13612 -2017-4-24 18h8m56s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-24 18h8m56s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-24 18h8m56s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-24 18h8m56s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 13604 -2017-4-24 18h8m56s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-24 18h8m56s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-24 18h8m56s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-24 18h8m56s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 13604 -2017-4-24 18h8m56s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h8m56s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-24 18h8m56s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m56s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h8m56s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h8m56s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h8m56s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h11m6s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9840 -2017-4-24 18h11m6s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-24 18h11m6s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 9840 -2017-4-24 18h11m6s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h11m6s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h11m7s:Controller.cpp: new client: 15748 -2017-4-24 18h11m7s:CClient.cpp: Creating new client ID: 18096 -2017-4-24 18h11m7s:CClient.cpp: clientThread started with port:1372 -2017-4-24 18h11m7s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h11m7s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16784 -2017-4-24 18h11m7s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h11m7s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h11m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h11m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h11m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h11m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h11m7s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845360,2031 -2017-4-24 18h11m7s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h11m7s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-24 18h11m7s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h11m7s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h11m9s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h11m9s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h11m9s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-24 18h11m9s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h11m9s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-24 18h11m9s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-24 18h11m9s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h11m9s:Controller.cpp: pClient->notifCommSock = 2844 -2017-4-24 18h11m9s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h11m9s:Controller.cpp: API function call : GetTimeInfo -2017-4-24 18h11m9s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-24 18h13m0s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h13m0s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h13m0s:Controller.cpp: API function call : COMMAND Project Pause -2017-4-24 18h13m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h13m0s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 7, thread 9840 -2017-4-24 18h13m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h13m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h13m3s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-24 18h13m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 18h13m3s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 18h13m3s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 18h13m3s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 9840 -2017-4-24 18h13m3s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-24 18h13m3s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-24 18h13m3s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-24 18h13m4s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 18h13m4s:RECV_Thread.c: Cleanup done. -2017-4-24 18h13m4s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h13m4s:Acquisition.cpp: WaitForData, returning EPIPE, stopFlag raised -2017-4-24 18h13m4s:Acquisition.cpp: acqGroupReqThread exiting because connection terminated -2017-4-24 18h13m4s:Acquisition.cpp: TellApiDisconnect sent EINVAL rc 149 -2017-4-24 18h13m4s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h13m4s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h13m5s:Controller.cpp: Removing client: 18096 -2017-4-24 18h13m5s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h13m5s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h13m5s:CClient.cpp: clientThread exit. -2017-4-24 18h13m5s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h13m5s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h13m5s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 18h13m7s:OpalControlClient.cpp: Signals Control thread (id 3236) normal exit. -2017-4-24 18h13m7s:OpalControlClient.cpp: Probe Control thread (id 13604) normal exit. -2017-4-24 18h13m7s:OpalControlClient.cpp: Snapshot Control thread (id 27040) normal exit. -2017-4-24 18h13m7s:OpalControlClient.cpp: Parameter Control thread (id 744) normal exit. -2017-4-24 18h13m7s:OpalControlClient.cpp: System Control thread (id 9840) normal exit. -2017-4-24 18h13m7s:OpalControlClient.cpp: Blobs Control thread (id 13612) normal exit. -2017-4-24 18h13m7s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h13m7s:SEND_Thread.c: Thread 204 stopping because stop flag is set -2017-4-24 18h13m7s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h13m8s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h13m8s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-24 18h13m8s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h13m8s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h13m8s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h13m8s:MatlabHandler - Close: object reference = 0, close all matlab instances -2017-4-24 18h14m7s:Controller.cpp: new client: 15748 -2017-4-24 18h14m7s:CClient.cpp: Creating new client ID: 12116 -2017-4-24 18h14m7s:CClient.cpp: clientThread started with port:1652 -2017-4-24 18h14m7s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h14m7s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23796 -2017-4-24 18h14m7s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h14m7s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h14m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h14m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h14m7s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634839380,2031 -2017-4-24 18h14m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h14m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h14m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h14m7s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h14m7s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h14m20s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h14m20s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h14m20s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h14m20s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h14m28s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h14m28s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h19m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h19m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h19m1s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h19m1s:Controller.cpp: API function call : Clean model -2017-4-24 18h19m1s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 18h19m1s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 18h19m1s:Compile.cpp: compileThread Handle 0xaac -2017-4-24 18h19m1s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 18h19m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 18h19m2s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 18h19m4s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/24/17 18:18:52 and last access was 04/24/17 17:47:37 -2017-4-24 18h19m4s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-24 18h19m4s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-24 18h19m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m4s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m6s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-24 18h19m6s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m7s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-24 18h19m17s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-24 18h19m17s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m17s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m22s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m22s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m22s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m22s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h19m23s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 17:36:06 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/24/17 18:19:04 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 17:36:05 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m23s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-24 18h19m24s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h19m24s:Compile.cpp: Compilation completed successfully. -2017-4-24 18h19m24s:Compile.cpp: Compilation Thread closed. -2017-4-24 18h19m24s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h19m24s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h19m24s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h19m24s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h19m24s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h19m24s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h19m24s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h19m24s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m23s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h22m23s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h22m24s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h22m24s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h22m24s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h22m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m25s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h22m25s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h22m25s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h22m25s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h22m25s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h22m25s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h22m25s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h22m25s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h22m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m31s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m32s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 18h22m32s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 18h22m32s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 18h22m32s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x225c) start -2017-4-24 18h22m32s:Acquisition.cpp: acqGroupReqThread handle (0xc38) -2017-4-24 18h22m32s:Acquisition.cpp: acqGroupReqThread handle (0xca4) -2017-4-24 18h22m32s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 18h22m33s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h22m33s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h22m33s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h22m33s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h22m33s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-24 18h22m33s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h22m33s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-24 18h22m33s:SystemControl.cpp: Load: received combined status from master -2017-4-24 18h22m33s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-24 18h22m33s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-332 -2017-4-24 18h22m33s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-24 18h22m33s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-24 18h22m33s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-24 18h22m33s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26452 -2017-4-24 18h22m33s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-24 18h22m33s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 14352 -2017-4-24 18h22m33s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 14352 -2017-4-24 18h22m33s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 14352 -2017-4-24 18h22m33s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 24152 -2017-4-24 18h22m34s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 14352 -2017-4-24 18h22m34s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-24 18h22m34s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-24 18h22m34s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-24 18h22m34s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 24152 -2017-4-24 18h22m34s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-24 18h22m34s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-24 18h22m34s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-24 18h22m34s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 24152 -2017-4-24 18h22m34s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h22m34s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m34s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-24 18h22m34s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h22m34s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h22m34s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h22m34s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h22m40s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26452 -2017-4-24 18h22m40s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-24 18h22m40s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 26452 -2017-4-24 18h22m40s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m40s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h22m41s:Controller.cpp: new client: 15748 -2017-4-24 18h22m41s:CClient.cpp: Creating new client ID: 24760 -2017-4-24 18h22m41s:CClient.cpp: clientThread started with port:3284 -2017-4-24 18h22m41s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h22m41s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 11972 -2017-4-24 18h22m41s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h22m41s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h22m41s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m41s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h22m41s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634852024,2031 -2017-4-24 18h22m41s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h22m41s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-24 18h22m41s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h22m41s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h22m42s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h22m42s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-24 18h22m42s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h22m42s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-24 18h22m42s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-24 18h22m42s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h22m42s:Controller.cpp: pClient->notifCommSock = 3372 -2017-4-24 18h22m42s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h22m42s:Controller.cpp: API function call : GetTimeInfo -2017-4-24 18h22m42s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-24 18h22m42s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h22m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h22m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h22m54s:Controller.cpp: API function call : COMMAND Model Find -2017-4-24 18h22m54s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h22m54s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h22m54s:Controller.cpp: NOTIFICATION MSG IS: 0 -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN SearchResult List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h22m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h23m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h23m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h23m51s:Controller.cpp: API function call : COMMAND Project Pause -2017-4-24 18h23m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h23m51s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 7, thread 26452 -2017-4-24 18h23m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h23m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h23m53s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-24 18h23m53s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 18h23m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 18h23m53s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 18h23m53s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 26452 -2017-4-24 18h23m53s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-24 18h23m53s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-24 18h23m53s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-24 18h23m53s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 18h23m54s:RECV_Thread.c: Cleanup done. -2017-4-24 18h23m54s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h23m54s:Acquisition.cpp: WaitForData, returning EPIPE, stopFlag raised -2017-4-24 18h23m54s:Acquisition.cpp: acqGroupReqThread exiting because connection terminated -2017-4-24 18h23m54s:Acquisition.cpp: TellApiDisconnect sent EINVAL rc 149 -2017-4-24 18h23m54s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h23m54s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h23m54s:Controller.cpp: Removing client: 24760 -2017-4-24 18h23m55s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h23m55s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h23m55s:CClient.cpp: clientThread exit. -2017-4-24 18h23m55s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h23m55s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h23m55s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 18h23m57s:OpalControlClient.cpp: Signals Control thread (id 11008) normal exit. -2017-4-24 18h23m57s:OpalControlClient.cpp: Probe Control thread (id 24152) normal exit. -2017-4-24 18h23m57s:OpalControlClient.cpp: Snapshot Control thread (id 25564) normal exit. -2017-4-24 18h23m57s:OpalControlClient.cpp: Parameter Control thread (id 4812) normal exit. -2017-4-24 18h23m57s:OpalControlClient.cpp: System Control thread (id 26452) normal exit. -2017-4-24 18h23m57s:OpalControlClient.cpp: Blobs Control thread (id 14352) normal exit. -2017-4-24 18h23m57s:SEND_Thread.c: Thread 12680 stopping because stop flag is set -2017-4-24 18h23m57s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h23m57s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h23m57s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h23m57s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-24 18h23m57s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h23m57s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h23m57s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h23m57s:MatlabHandler - Close: object reference = 0, close all matlab instances -2017-4-24 18h24m13s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h24m13s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3035 -2017-4-24 18h24m18s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m18s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m18s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h24m18s:Controller.cpp: API function call : Clean model -2017-4-24 18h24m18s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 18h24m18s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 18h24m18s:Compile.cpp: compileThread Handle 0x868 -2017-4-24 18h24m18s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 18h24m18s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m19s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 18h24m19s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 18h24m21s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-24 18h24m22s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 18h24m22s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h24m22s:Compile.cpp: Compilation completed successfully. -2017-4-24 18h24m22s:Compile.cpp: Compilation Thread closed. -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m22s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m22s:Controller.cpp: API function call : COMMAND Model Find -2017-4-24 18h24m22s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h24m22s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h24m22s:Controller.cpp: NOTIFICATION MSG IS: 0 -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN SearchResult List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h24m22s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h24m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m26s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h24m26s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h24m26s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h24m26s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h24m26s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h24m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m27s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h24m27s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h24m27s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h24m27s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h24m27s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h24m27s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h24m27s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h24m27s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h24m27s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m29s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m29s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h24m29s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 18h24m29s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 18h24m29s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h24m29s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h24m29s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h24m29s:SystemControl.cpp: Reset : Model reset but notif has already been sent -2017-4-24 18h24m29s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h24m29s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h24m30s:SystemControl.cpp: An error occurred during load. -2017-4-24 18h24m30s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h24m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m41s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h24m41s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h24m42s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h24m42s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h24m42s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h24m42s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h24m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h24m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h24m42s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h24m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h24m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h24m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h24m42s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m42s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m44s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h24m44s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h24m44s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 18h24m44s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 18h24m44s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h24m44s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h24m44s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h24m44s:SystemControl.cpp: Reset : Model reset but notif has already been sent -2017-4-24 18h24m44s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h24m44s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h24m44s:SystemControl.cpp: An error occurred during load. -2017-4-24 18h24m44s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h25m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h25m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h25m20s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h25m20s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h25m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h25m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h25m21s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h25m21s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h25m21s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h25m21s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h25m21s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h25m21s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h25m21s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h25m22s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h25m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m22s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h25m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m23s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h25m23s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 18h25m23s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 18h25m23s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h25m23s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h25m23s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h25m23s:SystemControl.cpp: Reset : Model reset but notif has already been sent -2017-4-24 18h25m23s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h25m24s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h25m24s:SystemControl.cpp: An error occurred during load. -2017-4-24 18h25m24s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h25m30s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h25m30s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h25m30s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h25m30s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h25m48s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h25m48s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h25m48s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h25m48s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h25m48s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h25m48s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h25m48s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h25m48s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h25m48s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h25m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m49s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h25m50s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h25m50s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 18h25m50s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 18h25m50s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h25m50s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h25m50s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h25m50s:SystemControl.cpp: Reset : Model reset but notif has already been sent -2017-4-24 18h25m50s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h25m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h25m51s:SystemControl.cpp: An error occurred during load. -2017-4-24 18h25m51s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h26m3s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h26m45s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m45s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m45s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h26m45s:Controller.cpp: API function call : Clean model -2017-4-24 18h26m45s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-24 18h26m45s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-24 18h26m45s:Compile.cpp: compileThread Handle 0xbe4 -2017-4-24 18h26m45s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-24 18h26m45s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m46s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-24 18h26m46s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-24 18h26m48s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-24 18h26m49s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-24 18h26m49s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h26m49s:Compile.cpp: Compilation completed successfully. -2017-4-24 18h26m49s:Compile.cpp: Compilation Thread closed. -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Model Find -2017-4-24 18h26m49s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h26m49s:Controller.cpp: NOTIFICATION MSG IS: -2017-4-24 18h26m49s:Controller.cpp: NOTIFICATION MSG IS: 0 -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN SearchResult List -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m49s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Transfer File -2017-4-24 18h26m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h26m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m53s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h26m53s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h26m55s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h26m55s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h26m55s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h26m55s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h26m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h26m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h26m55s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h26m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h26m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h26m55s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h26m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h26m56s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h26m56s:SystemControl.cpp: Reseting model because there is a error during loading -2017-4-24 18h26m56s:SystemControl.cpp: Reset : killing remaining process. -2017-4-24 18h26m56s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h26m56s:WinUtils.cpp: RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h26m56s:CtrlException.cpp: CtrlException, code 17, msg RT-LAB detected that the model did not reset correctly. Clean-up of processes left running was performed. Verify your model and the hardware configuration if any. - -2017-4-24 18h26m56s:SystemControl.cpp: Reset : Model reset but notif has already been sent -2017-4-24 18h26m56s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h26m57s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h26m57s:SystemControl.cpp: An error occurred during load. -2017-4-24 18h26m57s:CtrlException.cpp: CtrlException, code 2, msg Could not load "/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/villas_udp/models/send_receive/send_receive_sm_model/send_receive_1_sm_model" on target node "ACS_OPAL_RT". - -Please report error 2 from OpalDLoadExe. -2017-4-24 18h27m6s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h27m6s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h27m6s:Controller.cpp: Removing client: 14600 -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:Controller.cpp: Removing client: 9604 -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:Controller.cpp: Removing client: 14384 -2017-4-24 18h27m6s:Controller.cpp: Removing client: 13492 -2017-4-24 18h27m6s:Controller.cpp: Removing client: 23056 -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:Controller.cpp: Removing client: 21832 -2017-4-24 18h27m6s:Controller.cpp: Removing client: 15112 -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:Controller.cpp: Removing client: 12116 -2017-4-24 18h27m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h27m6s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h27m6s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h27m6s:CClient.cpp: clientThread exit. -2017-4-24 18h27m20s:Controller.cpp: Removing client: 23592 -2017-4-24 18h27m20s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:56455 -2017-4-24 18h27m21s:Controller.cpp: Entering CloseSubControllers -2017-4-24 18h27m21s:Stopping OpalNode watchdog. -2017-4-24 18h27m21s:CClient.cpp: clientThread exit. -2017-4-24 18h27m45s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 23060) ------ -2017-4-24 18h27m45s:Controller.cpp: new client: 10080 -2017-4-24 18h27m45s:CClient.cpp: Creating new client ID: 16484 -2017-4-24 18h27m45s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h27m45s:CClient.cpp: clientThread started with port:632 -2017-4-24 18h27m45s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h27m48s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m48s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-24 18h27m48s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-24 18h27m48s:Controller.cpp: API function call : GetParamControl (true) -2017-4-24 18h27m48s:Controller.cpp: API function call : GetParamControl (false) -2017-4-24 18h27m48s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-24 18h27m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m48s:Controller.cpp: API function call : Release control of configurations -2017-4-24 18h27m48s:Controller.cpp: API function call : Release control of the system -2017-4-24 18h27m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m48s:Controller.cpp: new client: 10080 -2017-4-24 18h27m48s:CClient.cpp: Creating new client ID: 19992 -2017-4-24 18h27m48s:CClient.cpp: clientThread started with port:1072 -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h27m48s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h27m48s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m48s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h27m48s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-24 18h27m48s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-24 18h27m48s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h27m48s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-24 18h27m48s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h27m48s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-24 18h27m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h27m48s:Controller.cpp: API function call : RegisterDisplay -2017-4-24 18h27m48s:Controller.cpp: new client: 10080 -2017-4-24 18h27m48s:CClient.cpp: Creating new client ID: 6316 -2017-4-24 18h27m48s:CClient.cpp: clientThread started with port:1132 -2017-4-24 18h27m48s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h27m48s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h27m49s:Error opening file C:/ProgramData/OPAL-RT/RT-LAB/v11.0.2.410/MetaController.state.lock: -The system cannot find the file specified. - -2017-4-24 18h27m49s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h27m49s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h27m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m49s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m49s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634833580,2031 -2017-4-24 18h27m49s:Controller.cpp: new client: 10080 -2017-4-24 18h27m49s:CClient.cpp: Creating new client ID: 24596 -2017-4-24 18h27m49s:CClient.cpp: clientThread started with port:1184 -2017-4-24 18h27m49s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h27m49s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h27m49s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h27m49s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h27m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m49s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m49s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634851860,2031 -2017-4-24 18h27m52s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h27m52s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h27m52s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-24 18h27m52s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-24 18h27m52s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m59s:Controller.cpp: new client: 10080 -2017-4-24 18h27m59s:CClient.cpp: Creating new client ID: 13776 -2017-4-24 18h27m59s:CClient.cpp: clientThread started with port:1232 -2017-4-24 18h27m59s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h27m59s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h27m59s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h27m59s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h27m59s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h27m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m59s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634841040,2031 -2017-4-24 18h27m59s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h27m59s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h27m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h27m59s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h27m59s:Service Matlab/CommandsProcessor found -2017-4-24 18h27m59s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h28m11s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h28m11s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h28m11s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h28m18s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h28m18s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h28m40s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h28m40s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h28m40s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h28m41s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h28m41s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h28m41s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h28m41s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h28m41s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h28m41s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h28m41s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h28m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m45s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m45s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m47s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m48s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 18h28m48s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 18h28m48s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 18h28m48s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x3cb8) start -2017-4-24 18h28m48s:Acquisition.cpp: acqGroupReqThread handle (0x94c) -2017-4-24 18h28m48s:Acquisition.cpp: acqGroupReqThread handle (0x9b8) -2017-4-24 18h28m48s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 18h28m48s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h28m48s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h28m48s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h28m48s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h28m48s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-24 18h28m48s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h28m48s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-24 18h28m48s:SystemControl.cpp: Load: received combined status from master -2017-4-24 18h28m48s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-24 18h28m48s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-332 -2017-4-24 18h28m48s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-24 18h28m48s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-24 18h28m48s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-24 18h28m48s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 10168 -2017-4-24 18h28m48s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-24 18h28m48s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 15752 -2017-4-24 18h28m48s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 15752 -2017-4-24 18h28m48s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15752 -2017-4-24 18h28m48s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 26012 -2017-4-24 18h28m49s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15752 -2017-4-24 18h28m49s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-24 18h28m49s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-24 18h28m49s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-24 18h28m49s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 26012 -2017-4-24 18h28m49s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-24 18h28m49s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-24 18h28m49s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-24 18h28m50s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 26012 -2017-4-24 18h28m50s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h28m50s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m50s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-24 18h28m50s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h28m50s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h28m50s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h28m50s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-24 18h28m50s:Controller.cpp: new client: 10080 -2017-4-24 18h28m50s:CClient.cpp: Creating new client ID: 4560 -2017-4-24 18h28m50s:CClient.cpp: clientThread started with port:2536 -2017-4-24 18h28m50s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h28m50s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h28m50s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h28m50s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h28m50s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h28m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h28m50s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634831824,2031 -2017-4-24 18h29m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h29m5s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 10168 -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h29m5s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-24 18h29m5s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 10168 -2017-4-24 18h29m5s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h29m5s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h29m6s:Controller.cpp: new client: 10080 -2017-4-24 18h29m6s:CClient.cpp: Creating new client ID: 6216 -2017-4-24 18h29m6s:CClient.cpp: clientThread started with port:2620 -2017-4-24 18h29m6s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h29m6s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 27296 -2017-4-24 18h29m6s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h29m6s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h29m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h29m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h29m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h29m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h29m6s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634833480,2031 -2017-4-24 18h29m6s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h29m6s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-24 18h29m6s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h29m6s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h29m8s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h29m8s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h29m8s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-24 18h29m8s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h29m8s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-24 18h29m8s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-24 18h29m8s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h29m8s:Controller.cpp: pClient->notifCommSock = 2748 -2017-4-24 18h29m8s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h29m8s:Controller.cpp: API function call : GetTimeInfo -2017-4-24 18h29m8s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-24 18h31m28s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h31m28s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h31m28s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-24 18h31m28s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 18h31m28s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 18h31m28s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h31m28s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 18h31m28s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h31m28s:Controller.cpp: Removing client: 6216 -2017-4-24 18h31m28s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 10168 -2017-4-24 18h31m28s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-24 18h31m28s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-24 18h31m28s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-24 18h31m28s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 18h31m28s:RECV_Thread.c: Cleanup done. -2017-4-24 18h31m28s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h31m28s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h31m28s:CClient.cpp: clientThread exit. -2017-4-24 18h31m29s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h31m29s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h31m29s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h31m29s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h31m29s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h31m29s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h31m30s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 18h31m31s:OpalControlClient.cpp: Signals Control thread (id 15744) normal exit. -2017-4-24 18h31m31s:OpalControlClient.cpp: Probe Control thread (id 26012) normal exit. -2017-4-24 18h31m31s:OpalControlClient.cpp: Snapshot Control thread (id 15416) normal exit. -2017-4-24 18h31m31s:OpalControlClient.cpp: Parameter Control thread (id 3628) normal exit. -2017-4-24 18h31m31s:OpalControlClient.cpp: System Control thread (id 10168) normal exit. -2017-4-24 18h31m31s:OpalControlClient.cpp: Blobs Control thread (id 15752) normal exit. -2017-4-24 18h31m31s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h31m31s:SEND_Thread.c: Thread 14440 stopping because stop flag is set -2017-4-24 18h31m31s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h31m32s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h31m32s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-24 18h31m32s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h31m32s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h31m32s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h31m32s:MatlabHandler - Close: object reference = 0, close all matlab instances -2017-4-24 18h33m27s:Controller.cpp: new client: 10080 -2017-4-24 18h33m27s:CClient.cpp: Creating new client ID: 5660 -2017-4-24 18h33m27s:CClient.cpp: clientThread started with port:2288 -2017-4-24 18h33m27s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h33m27s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 22244 -2017-4-24 18h33m27s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h33m27s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h33m27s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h33m27s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h33m27s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634832924,2031 -2017-4-24 18h33m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h33m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h33m27s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h33m27s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h33m27s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h33m40s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h33m40s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h33m40s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h33m40s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h33m47s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h33m47s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h47m37s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m37s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m37s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h47m37s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h47m37s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h47m37s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h47m37s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h47m39s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m39s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m39s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h47m39s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h47m39s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h47m39s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h47m39s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h47m39s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h47m39s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h47m39s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h47m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m41s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m42s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 18h47m42s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 18h47m42s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 18h47m42s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x1e14) start -2017-4-24 18h47m42s:Acquisition.cpp: acqGroupReqThread handle (0xb98) -2017-4-24 18h47m42s:Acquisition.cpp: acqGroupReqThread handle (0xc08) -2017-4-24 18h47m42s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 18h47m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h47m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h47m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h47m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h47m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-24 18h47m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h47m42s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-24 18h47m42s:SystemControl.cpp: Load: received combined status from master -2017-4-24 18h47m42s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-24 18h47m42s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-332 -2017-4-24 18h47m42s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-24 18h47m42s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-24 18h47m42s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-24 18h47m42s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 14652 -2017-4-24 18h47m42s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-24 18h47m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 11968 -2017-4-24 18h47m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 11968 -2017-4-24 18h47m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11968 -2017-4-24 18h47m42s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 4020 -2017-4-24 18h47m43s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11968 -2017-4-24 18h47m43s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-24 18h47m43s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-24 18h47m43s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-24 18h47m43s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 4020 -2017-4-24 18h47m43s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-24 18h47m43s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-24 18h47m43s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-24 18h47m43s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 4020 -2017-4-24 18h47m44s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h47m44s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m44s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-24 18h47m44s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h47m44s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h47m44s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h47m44s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h47m48s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 14652 -2017-4-24 18h47m48s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-24 18h47m48s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 14652 -2017-4-24 18h47m48s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m48s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h47m49s:Controller.cpp: new client: 10080 -2017-4-24 18h47m50s:CClient.cpp: Creating new client ID: 26848 -2017-4-24 18h47m50s:CClient.cpp: clientThread started with port:3128 -2017-4-24 18h47m50s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h47m50s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 6452 -2017-4-24 18h47m50s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h47m50s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h47m50s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h47m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h47m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h47m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h47m50s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634854112,2031 -2017-4-24 18h47m50s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h47m50s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-24 18h47m50s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h47m50s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h47m51s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h47m51s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h47m51s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-24 18h47m51s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h47m51s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-24 18h47m51s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-24 18h47m51s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h47m51s:Controller.cpp: pClient->notifCommSock = 3240 -2017-4-24 18h47m51s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h47m51s:Controller.cpp: API function call : GetTimeInfo -2017-4-24 18h47m51s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-24 18h49m17s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m17s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m17s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-24 18h49m17s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 18h49m17s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 18h49m17s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h49m17s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 18h49m17s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h49m17s:Controller.cpp: Removing client: 26848 -2017-4-24 18h49m18s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h49m18s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h49m18s:CClient.cpp: clientThread exit. -2017-4-24 18h49m18s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 14652 -2017-4-24 18h49m18s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-24 18h49m18s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-24 18h49m18s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-24 18h49m18s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 18h49m18s:RECV_Thread.c: Cleanup done. -2017-4-24 18h49m19s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h49m19s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h49m19s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h49m19s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h49m20s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m20s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m20s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 18h49m21s:OpalControlClient.cpp: Signals Control thread (id 9332) normal exit. -2017-4-24 18h49m21s:OpalControlClient.cpp: Probe Control thread (id 4020) normal exit. -2017-4-24 18h49m21s:OpalControlClient.cpp: Snapshot Control thread (id 9132) normal exit. -2017-4-24 18h49m21s:OpalControlClient.cpp: Parameter Control thread (id 12044) normal exit. -2017-4-24 18h49m21s:OpalControlClient.cpp: System Control thread (id 14652) normal exit. -2017-4-24 18h49m21s:OpalControlClient.cpp: Blobs Control thread (id 11968) normal exit. -2017-4-24 18h49m21s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h49m21s:SEND_Thread.c: Thread 26472 stopping because stop flag is set -2017-4-24 18h49m21s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 18h49m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m21s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h49m21s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-24 18h49m22s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h49m22s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-24 18h49m22s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h49m22s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h49m22s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h49m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m41s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h49m41s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h49m42s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m42s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m42s:Controller.cpp: API function call : COMMAND Project Load -2017-4-24 18h49m42s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-24 18h49m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h49m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h49m42s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-24 18h49m42s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-24 18h49m42s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-24 18h49m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-24 18h49m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m43s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m44s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m45s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-24 18h49m46s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-24 18h49m46s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-24 18h49m46s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x61d0) start -2017-4-24 18h49m46s:Acquisition.cpp: acqGroupReqThread handle (0xd50) -2017-4-24 18h49m46s:Acquisition.cpp: acqGroupReqThread handle (0xdbc) -2017-4-24 18h49m46s:SystemControl.cpp: Load: all subsystems connected -2017-4-24 18h49m46s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h49m46s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h49m46s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-24 18h49m46s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h49m46s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-24 18h49m46s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-24 18h49m46s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-24 18h49m46s:SystemControl.cpp: Load: received combined status from master -2017-4-24 18h49m46s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-24 18h49m46s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-332 -2017-4-24 18h49m46s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-24 18h49m46s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-24 18h49m46s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-24 18h49m46s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-24 18h49m46s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 4876 -2017-4-24 18h49m46s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 15264 -2017-4-24 18h49m46s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 15264 -2017-4-24 18h49m46s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15264 -2017-4-24 18h49m46s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 18632 -2017-4-24 18h49m47s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15264 -2017-4-24 18h49m47s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-24 18h49m47s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-24 18h49m47s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-24 18h49m47s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 18632 -2017-4-24 18h49m47s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-24 18h49m47s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-24 18h49m47s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-24 18h49m47s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 18632 -2017-4-24 18h49m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-24 18h49m47s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-24 18h49m47s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m47s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h49m47s:Controller.cpp: API function call : GetSubsysList -2017-4-24 18h49m47s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h49m47s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-24 18h49m51s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 4876 -2017-4-24 18h49m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-24 18h49m51s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 4876 -2017-4-24 18h49m51s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m52s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h49m54s:Controller.cpp: new client: 10080 -2017-4-24 18h49m54s:CClient.cpp: Creating new client ID: 21404 -2017-4-24 18h49m54s:CClient.cpp: clientThread started with port:2272 -2017-4-24 18h49m54s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-24 18h49m54s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 6452 -2017-4-24 18h49m54s:Controller.cpp: API function call : Get model list changes -2017-4-24 18h49m54s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-24 18h49m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-24 18h49m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h49m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h49m54s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-24 18h49m54s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634848668,2031 -2017-4-24 18h49m54s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h49m54s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-24 18h49m54s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h49m54s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h49m55s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h49m55s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-24 18h49m55s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-24 18h49m55s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-24 18h49m55s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-24 18h49m55s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-24 18h49m55s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-24 18h49m55s:Controller.cpp: API function call : NotificationConnect -2017-4-24 18h49m55s:Controller.cpp: pClient->notifCommSock = 1904 -2017-4-24 18h49m55s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h49m55s:Controller.cpp: API function call : GetTimeInfo -2017-4-24 18h49m55s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-24 18h50m12s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h50m12s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h50m12s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-24 18h50m12s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-24 18h50m12s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-24 18h50m12s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-24 18h50m12s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h50m12s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-24 18h50m12s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 4876 -2017-4-24 18h50m12s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-24 18h50m12s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-24 18h50m12s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-24 18h50m12s:Controller.cpp: Removing client: 21404 -2017-4-24 18h50m12s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h50m12s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h50m12s:CClient.cpp: clientThread exit. -2017-4-24 18h50m12s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-24 18h50m12s:RECV_Thread.c: Cleanup done. -2017-4-24 18h50m13s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-24 18h50m13s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h50m13s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-24 18h50m13s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-24 18h50m13s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-24 18h50m13s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-24 18h50m13s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-24 18h50m15s:OpalControlClient.cpp: Signals Control thread (id 6704) normal exit. -2017-4-24 18h50m15s:OpalControlClient.cpp: Probe Control thread (id 18632) normal exit. -2017-4-24 18h50m15s:OpalControlClient.cpp: Snapshot Control thread (id 5024) normal exit. -2017-4-24 18h50m15s:OpalControlClient.cpp: Parameter Control thread (id 7816) normal exit. -2017-4-24 18h50m15s:OpalControlClient.cpp: System Control thread (id 4876) normal exit. -2017-4-24 18h50m15s:OpalControlClient.cpp: Blobs Control thread (id 15264) normal exit. -2017-4-24 18h50m15s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-24 18h50m15s:SEND_Thread.c: Thread 12076 stopping because stop flag is set -2017-4-24 18h50m15s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-24 18h50m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-24 18h50m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-24 18h50m15s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-24 18h50m15s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-24 18h50m15s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-24 18h50m15s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-24 18h50m15s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h50m15s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-24 18h50m15s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-24 18h50m20s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h50m20s:Controller.cpp: API function call : SetEventInterest -2017-4-24 18h50m20s:Controller.cpp: Removing client: 24596 -2017-4-24 18h50m20s:CClient.cpp: clientThread exit. -2017-4-24 18h50m20s:Controller.cpp: Removing client: 16484 -2017-4-24 18h50m20s:CClient.cpp: clientThread exit. -2017-4-24 18h50m20s:Controller.cpp: Removing client: 6316 -2017-4-24 18h50m20s:Controller.cpp: Removing client: 19992 -2017-4-24 18h50m20s:Controller.cpp: Removing client: 13776 -2017-4-24 18h50m20s:CClient.cpp: clientThread exit. -2017-4-24 18h50m20s:Controller.cpp: Removing client: 4560 -2017-4-24 18h50m20s:CClient.cpp: clientThread exit. -2017-4-24 18h50m20s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h50m20s:Controller.cpp: Removing client: 5660 -2017-4-24 18h50m20s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h50m20s:CClient.cpp: clientThread exit. -2017-4-24 18h50m21s:CClient.cpp: clientThread exit. -2017-4-24 18h50m21s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-24 18h50m21s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-24 18h50m21s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:59730 -2017-4-24 18h50m21s:Controller.cpp: Entering CloseSubControllers -2017-4-24 18h50m21s:Stopping OpalNode watchdog. -2017-4-24 18h50m21s:CClient.cpp: clientThread exit. -2017-4-25 15h2m55s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 26648) ------ -2017-4-25 15h2m55s:Controller.cpp: new client: 22780 -2017-4-25 15h2m56s:CClient.cpp: Creating new client ID: 8344 -2017-4-25 15h2m56s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h2m56s:CClient.cpp: clientThread started with port:632 -2017-4-25 15h2m56s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h2m58s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h2m58s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h2m58s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h2m58s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m58s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-25 15h2m58s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-25 15h2m58s:Controller.cpp: API function call : GetParamControl (true) -2017-4-25 15h2m58s:Controller.cpp: API function call : GetParamControl (false) -2017-4-25 15h2m58s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-25 15h2m58s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m58s:Controller.cpp: API function call : Release control of configurations -2017-4-25 15h2m58s:Controller.cpp: API function call : Release control of the system -2017-4-25 15h2m58s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m59s:Controller.cpp: new client: 22780 -2017-4-25 15h2m59s:CClient.cpp: Creating new client ID: 14360 -2017-4-25 15h2m59s:CClient.cpp: clientThread started with port:1072 -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h2m59s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h2m59s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h2m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m59s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h2m59s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-25 15h2m59s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-25 15h2m59s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h2m59s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-25 15h2m59s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-25 15h2m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h2m59s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h2m59s:Controller.cpp: new client: 22780 -2017-4-25 15h2m59s:CClient.cpp: Creating new client ID: 19260 -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h2m59s:CClient.cpp: clientThread started with port:1132 -2017-4-25 15h2m59s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h2m59s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h2m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m59s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634846524,2031 -2017-4-25 15h2m59s:Controller.cpp: new client: 22780 -2017-4-25 15h2m59s:CClient.cpp: Creating new client ID: 22028 -2017-4-25 15h2m59s:CClient.cpp: clientThread started with port:1180 -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h2m59s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h2m59s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h2m59s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h2m59s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h2m59s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h2m59s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634849292,2031 -2017-4-25 15h3m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h3m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h3m6s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h3m6s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h3m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h3m15s:Controller.cpp: new client: 22780 -2017-4-25 15h3m15s:CClient.cpp: Creating new client ID: 10792 -2017-4-25 15h3m15s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h3m15s:CClient.cpp: clientThread started with port:1228 -2017-4-25 15h3m15s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h3m15s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h3m15s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h3m15s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h3m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h3m15s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634838056,2031 -2017-4-25 15h3m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h3m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h3m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h3m15s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h3m15s:Service Matlab/CommandsProcessor found -2017-4-25 15h3m15s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h3m28s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h3m28s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h3m28s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h3m34s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h3m35s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h4m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m1s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h4m1s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h4m1s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h4m1s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h4m1s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h4m2s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h4m2s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h4m2s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h4m2s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m8s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m9s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h4m9s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h4m9s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h4m9s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x25e0) start -2017-4-25 15h4m9s:Acquisition.cpp: acqGroupReqThread handle (0x944) -2017-4-25 15h4m9s:Acquisition.cpp: acqGroupReqThread handle (0x9b0) -2017-4-25 15h4m9s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h4m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h4m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h4m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h4m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h4m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h4m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h4m10s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h4m10s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h4m10s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h4m10s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h4m10s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h4m10s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h4m10s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h4m10s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 22904 -2017-4-25 15h4m10s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h4m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 17424 -2017-4-25 15h4m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 17424 -2017-4-25 15h4m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 17424 -2017-4-25 15h4m10s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 3992 -2017-4-25 15h4m11s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 17424 -2017-4-25 15h4m11s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h4m11s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h4m11s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h4m11s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 3992 -2017-4-25 15h4m11s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h4m11s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h4m11s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h4m11s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 3992 -2017-4-25 15h4m11s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h4m11s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m11s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h4m11s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h4m11s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m11s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h4m11s:Controller.cpp: new client: 22780 -2017-4-25 15h4m11s:CClient.cpp: Creating new client ID: 12344 -2017-4-25 15h4m11s:CClient.cpp: clientThread started with port:932 -2017-4-25 15h4m11s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h4m11s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h4m11s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h4m11s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h4m11s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h4m11s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h4m11s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h4m11s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634839608,2031 -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h4m35s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 22904 -2017-4-25 15h4m35s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h4m35s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 22904 -2017-4-25 15h4m35s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m35s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h4m36s:Controller.cpp: new client: 22780 -2017-4-25 15h4m36s:CClient.cpp: Creating new client ID: 23776 -2017-4-25 15h4m36s:CClient.cpp: clientThread started with port:2616 -2017-4-25 15h4m36s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h4m36s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24920 -2017-4-25 15h4m36s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h4m36s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h4m36s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h4m36s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m36s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m36s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h4m36s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634851040,2031 -2017-4-25 15h4m36s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h4m36s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h4m36s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h4m36s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h4m38s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h4m38s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h4m38s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h4m38s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h4m38s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h4m38s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h4m38s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h4m38s:Controller.cpp: pClient->notifCommSock = 2744 -2017-4-25 15h4m38s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h4m38s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h4m38s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h4m42s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m42s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m42s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h4m42s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h4m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h4m42s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h4m42s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h4m42s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h4m43s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 22904 -2017-4-25 15h4m43s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h4m43s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h4m43s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h4m43s:Controller.cpp: Removing client: 23776 -2017-4-25 15h4m43s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h4m43s:RECV_Thread.c: Cleanup done. -2017-4-25 15h4m43s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h4m43s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h4m43s:CClient.cpp: clientThread exit. -2017-4-25 15h4m44s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h4m44s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h4m44s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h4m44s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h4m44s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m44s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h4m44s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h4m46s:OpalControlClient.cpp: Signals Control thread (id 18928) normal exit. -2017-4-25 15h4m46s:OpalControlClient.cpp: Probe Control thread (id 3992) normal exit. -2017-4-25 15h4m46s:OpalControlClient.cpp: Snapshot Control thread (id 13608) normal exit. -2017-4-25 15h4m46s:OpalControlClient.cpp: Parameter Control thread (id 7548) normal exit. -2017-4-25 15h4m46s:OpalControlClient.cpp: System Control thread (id 22904) normal exit. -2017-4-25 15h4m46s:OpalControlClient.cpp: Blobs Control thread (id 17424) normal exit. -2017-4-25 15h4m46s:SEND_Thread.c: Thread 4676 stopping because stop flag is set -2017-4-25 15h4m46s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h4m46s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h4m46s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h4m46s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h4m46s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h4m46s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h4m48s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h4m48s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h4m48s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h4m48s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h4m48s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h4m48s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h4m48s:MatlabHandler - Close: object reference = 0, close all matlab instances -2017-4-25 15h5m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h5m7s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3010 -2017-4-25 15h5m14s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h5m14s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h5m14s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h5m14s:Controller.cpp: API function call : Clean model -2017-4-25 15h5m14s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h5m14s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h5m14s:Compile.cpp: compileThread Handle 0x374 -2017-4-25 15h5m14s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h5m14s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m16s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 15h5m16s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 15h5m18s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/24/17 18:50:24 and last access was 04/24/17 18:18:52 -2017-4-25 15h5m18s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 15h5m18s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m19s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m20s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 15h5m20s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m21s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 15h5m27s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 15h5m27s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m27s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m31s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m31s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m31s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m31s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h5m32s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 17:36:06 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 15:05:18 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 17:36:05 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h5m34s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h5m34s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h5m34s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h5m34s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h5m34s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h5m34s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h5m34s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h5m34s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h5m34s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h5m34s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h5m34s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h5m39s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h5m39s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h5m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h5m39s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h5m39s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h5m51s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h5m51s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h5m51s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h5m51s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h6m0s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h6m0s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h6m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h6m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h6m21s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h6m21s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h6m21s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h6m21s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h6m21s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h6m21s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h6m21s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h6m21s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h6m21s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m26s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m27s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m28s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h6m28s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h6m28s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h6m28s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x6974) start -2017-4-25 15h6m28s:Acquisition.cpp: acqGroupReqThread handle (0xb70) -2017-4-25 15h6m28s:Acquisition.cpp: acqGroupReqThread handle (0xbdc) -2017-4-25 15h6m28s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h6m28s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h6m28s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h6m28s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h6m28s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h6m28s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h6m28s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h6m28s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h6m28s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h6m28s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h6m28s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h6m28s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h6m28s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h6m28s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h6m28s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 12740 -2017-4-25 15h6m28s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h6m29s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 24288 -2017-4-25 15h6m29s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 24288 -2017-4-25 15h6m29s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 24288 -2017-4-25 15h6m29s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 22236 -2017-4-25 15h6m29s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 24288 -2017-4-25 15h6m29s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h6m30s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h6m30s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h6m30s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22236 -2017-4-25 15h6m30s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h6m30s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h6m30s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h6m30s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22236 -2017-4-25 15h6m30s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h6m30s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h6m30s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h6m30s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h6m30s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m30s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h6m30s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h6m38s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 12740 -2017-4-25 15h6m38s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h6m38s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 12740 -2017-4-25 15h6m38s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h6m38s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h6m39s:Controller.cpp: new client: 22780 -2017-4-25 15h6m39s:CClient.cpp: Creating new client ID: 3412 -2017-4-25 15h6m39s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h6m39s:CClient.cpp: clientThread started with port:2324 -2017-4-25 15h6m39s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 13452 -2017-4-25 15h6m39s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h6m39s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h6m39s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h6m39s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h6m39s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h6m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h6m39s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634830676,2031 -2017-4-25 15h6m39s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h6m39s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h6m39s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h6m40s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h6m41s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h6m41s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h6m41s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h6m41s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h6m41s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h6m41s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h6m41s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h6m41s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h6m41s:Controller.cpp: pClient->notifCommSock = 3180 -2017-4-25 15h6m41s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h6m41s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h6m41s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h12m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h12m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h12m22s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h12m22s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h12m22s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h12m22s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h12m22s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h12m22s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h12m22s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 12740 -2017-4-25 15h12m22s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h12m22s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h12m22s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h12m22s:Controller.cpp: Removing client: 3412 -2017-4-25 15h12m22s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h12m22s:RECV_Thread.c: Cleanup done. -2017-4-25 15h12m23s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h12m23s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h12m23s:CClient.cpp: clientThread exit. -2017-4-25 15h12m23s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h12m23s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h12m23s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h12m23s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h12m24s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h12m24s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h12m24s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h12m24s:OpalControlClient.cpp: Signals Control thread (id 18124) normal exit. -2017-4-25 15h12m24s:OpalControlClient.cpp: Probe Control thread (id 22236) normal exit. -2017-4-25 15h12m24s:OpalControlClient.cpp: Snapshot Control thread (id 11820) normal exit. -2017-4-25 15h12m24s:OpalControlClient.cpp: Parameter Control thread (id 23424) normal exit. -2017-4-25 15h12m24s:OpalControlClient.cpp: System Control thread (id 12740) normal exit. -2017-4-25 15h12m24s:OpalControlClient.cpp: Blobs Control thread (id 24288) normal exit. -2017-4-25 15h12m24s:SEND_Thread.c: Thread 25700 stopping because stop flag is set -2017-4-25 15h12m24s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h12m24s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h12m25s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h12m25s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h12m25s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h12m25s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h12m25s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h12m25s:MatlabHandler - Close: object reference = 0, close all matlab instances -2017-4-25 15h12m54s:Controller.cpp: new client: 22780 -2017-4-25 15h12m54s:CClient.cpp: Creating new client ID: 9760 -2017-4-25 15h12m54s:CClient.cpp: clientThread started with port:1472 -2017-4-25 15h12m54s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h12m54s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24116 -2017-4-25 15h12m54s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h12m54s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h12m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h12m54s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h12m54s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634837024,2031 -2017-4-25 15h12m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h12m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h12m54s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h12m54s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h12m54s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h13m7s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h13m7s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h13m7s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h13m7s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h13m15s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h13m15s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h21m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h21m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h21m29s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h21m29s:Controller.cpp: API function call : Clean model -2017-4-25 15h21m29s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h21m29s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h21m29s:Compile.cpp: compileThread Handle 0x834 -2017-4-25 15h21m29s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h21m29s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m30s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 15h21m30s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 15h21m33s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 15:21:21 and last access was 04/24/17 18:50:24 -2017-4-25 15h21m33s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 15h21m33s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m34s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 15h21m34s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m35s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 15h21m41s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 15h21m41s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m41s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m46s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m46s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m46s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/24/17 17:36:06 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 15:21:33 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/24/17 17:36:05 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 15h21m48s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h21m48s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h21m48s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h21m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h21m48s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h21m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h21m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h21m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h21m48s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h21m48s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h21m48s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h21m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h21m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h21m53s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h21m53s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h21m53s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h21m53s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h21m53s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h21m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h21m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h21m54s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h21m55s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h21m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h21m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h21m55s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h21m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h21m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h21m55s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h21m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h21m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m0s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m1s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h22m1s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h22m1s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h22m1s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x2f54) start -2017-4-25 15h22m1s:Acquisition.cpp: acqGroupReqThread handle (0xd70) -2017-4-25 15h22m1s:Acquisition.cpp: acqGroupReqThread handle (0xddc) -2017-4-25 15h22m1s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h22m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h22m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h22m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h22m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h22m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h22m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h22m2s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h22m2s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h22m2s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h22m2s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h22m2s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h22m3s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h22m3s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h22m3s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 23716 -2017-4-25 15h22m3s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h22m3s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 7412 -2017-4-25 15h22m3s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 7412 -2017-4-25 15h22m3s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 7412 -2017-4-25 15h22m3s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 2856 -2017-4-25 15h22m4s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 7412 -2017-4-25 15h22m4s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h22m4s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h22m4s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h22m4s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h22m4s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 2856 -2017-4-25 15h22m4s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h22m4s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h22m4s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 2856 -2017-4-25 15h22m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h22m4s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m4s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h22m4s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h22m4s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h22m4s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h22m4s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h22m10s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 23716 -2017-4-25 15h22m10s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h22m10s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 23716 -2017-4-25 15h22m10s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h22m10s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h22m11s:Controller.cpp: new client: 22780 -2017-4-25 15h22m12s:CClient.cpp: Creating new client ID: 18052 -2017-4-25 15h22m12s:CClient.cpp: clientThread started with port:2576 -2017-4-25 15h22m12s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h22m12s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h22m12s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h22m12s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h22m12s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h22m12s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h22m12s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h22m12s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h22m12s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845316,2031 -2017-4-25 15h22m12s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h22m12s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h22m12s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h22m12s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h22m13s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h22m13s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h22m13s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h22m13s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h22m13s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h22m13s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h22m13s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h22m13s:Controller.cpp: pClient->notifCommSock = 3584 -2017-4-25 15h22m13s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h22m13s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h22m13s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h23m45s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h23m45s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h23m45s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h23m45s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h23m45s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h23m45s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h23m45s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h23m45s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h23m45s:Controller.cpp: Removing client: 18052 -2017-4-25 15h23m45s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 23716 -2017-4-25 15h23m45s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h23m45s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h23m45s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h23m45s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h23m45s:RECV_Thread.c: Cleanup done. -2017-4-25 15h23m46s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h23m46s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h23m46s:CClient.cpp: clientThread exit. -2017-4-25 15h23m46s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h23m46s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h23m46s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h23m46s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h23m47s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h23m47s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h23m47s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h23m47s:OpalControlClient.cpp: Signals Control thread (id 12284) normal exit. -2017-4-25 15h23m47s:OpalControlClient.cpp: Probe Control thread (id 2856) normal exit. -2017-4-25 15h23m47s:OpalControlClient.cpp: Snapshot Control thread (id 11700) normal exit. -2017-4-25 15h23m47s:OpalControlClient.cpp: Parameter Control thread (id 21428) normal exit. -2017-4-25 15h23m47s:OpalControlClient.cpp: System Control thread (id 23716) normal exit. -2017-4-25 15h23m47s:OpalControlClient.cpp: Blobs Control thread (id 7412) normal exit. -2017-4-25 15h23m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h23m47s:SEND_Thread.c: Thread 27616 stopping because stop flag is set -2017-4-25 15h23m47s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h23m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h23m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h23m47s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h23m47s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h23m50s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h23m50s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h23m50s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h23m50s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h23m50s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h24m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h24m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h24m3s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h24m3s:Controller.cpp: API function call : Clean model -2017-4-25 15h24m3s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h24m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h24m3s:Compile.cpp: compileThread Handle 0xb18 -2017-4-25 15h24m3s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h24m3s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h24m4s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 15h24m5s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 15h24m7s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-25 15h24m8s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h24m8s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h24m8s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h24m8s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h24m8s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h24m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h24m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h24m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h24m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h24m8s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h24m8s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h24m8s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h24m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h24m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h24m20s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h24m20s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-25 15h24m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h24m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h24m20s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h24m20s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-25 15h25m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h25m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h25m48s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h25m48s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h26m0s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m0s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m0s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h26m0s:Controller.cpp: API function call : Clean model -2017-4-25 15h26m0s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h26m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h26m0s:Compile.cpp: compileThread Handle 0xd24 -2017-4-25 15h26m0s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h26m0s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h26m1s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 15h26m1s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 15h26m4s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-25 15h26m4s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h26m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h26m4s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h26m4s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h26m4s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h26m4s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-25 15h26m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m6s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h26m6s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h26m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h26m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h26m25s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h26m25s:Controller.cpp: API function call : Clean model -2017-4-25 15h26m25s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h26m25s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h26m25s:Compile.cpp: compileThread Handle 0x87c -2017-4-25 15h26m25s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h26m25s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h26m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/25/17 15:26:18 and last access was 04/24/17 17:34:56 -2017-4-25 15h26m26s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-25 15h26m26s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h26m42s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h26m42s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h27m13s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/25/17 15:27:09 and last access was 04/24/17 17:35:43 -2017-4-25 15h27m13s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/25/17 15:27:09 and last access was 04/24/17 17:35:42 -2017-4-25 15h27m13s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-25 15h27m13s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-25 15h27m13s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-25 15h27m13s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-25 15h27m13s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-25 15h27m13s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-25 15h27m27s:********* binary ******** -2017-4-25 15h27m27s:********* binary ******** -2017-4-25 15h27m27s:********* binary ******** -2017-4-25 15h27m27s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-25 15h27m27s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-25 15h27m27s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#146) before EOF has been reached -2017-4-25 15h27m27s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-25 15h27m29s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:27:27 and last access was 04/24/17 17:36:06 -2017-4-25 15h27m29s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 15h27m29s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m29s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m30s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m31s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 15h27m31s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m32s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 15h27m38s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 15h27m38s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m38s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m42s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m42s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m42s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m42s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m45s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h27m45s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/25/17 15:27:27 and last access was 04/24/17 17:36:06 -2017-4-25 15h27m45s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/25/17 15:27:27 and last access was 04/24/17 17:36:06 -2017-4-25 15h27m45s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 15:27:29 and last access was 04/25/17 15:21:33 -2017-4-25 15h27m45s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:27:26 and last access was 04/24/17 17:36:05 -2017-4-25 15h27m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h27m47s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m47s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m47s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h27m47s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-25 15h27m52s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m52s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m52s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h27m53s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h27m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h27m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h27m54s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h27m54s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h27m54s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h27m54s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h27m54s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h27m54s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h27m54s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h27m54s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h27m54s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m59s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m0s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m0s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m1s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h28m1s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h28m1s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h28m1s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x53f0) start -2017-4-25 15h28m1s:Acquisition.cpp: acqGroupReqThread handle (0xf28) -2017-4-25 15h28m1s:Acquisition.cpp: acqGroupReqThread handle (0xf94) -2017-4-25 15h28m1s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h28m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h28m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h28m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h28m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h28m2s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h28m2s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h28m2s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h28m2s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h28m2s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h28m2s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h28m2s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h28m2s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h28m2s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h28m2s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 15628 -2017-4-25 15h28m2s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h28m2s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 18448 -2017-4-25 15h28m2s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 18448 -2017-4-25 15h28m2s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 18448 -2017-4-25 15h28m2s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 22196 -2017-4-25 15h28m3s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 18448 -2017-4-25 15h28m3s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h28m3s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h28m3s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h28m3s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22196 -2017-4-25 15h28m3s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h28m3s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h28m3s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h28m3s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22196 -2017-4-25 15h28m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h28m3s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m3s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h28m3s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h28m3s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h28m3s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h28m3s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h28m32s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 15628 -2017-4-25 15h28m32s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h28m32s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 15628 -2017-4-25 15h28m32s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h28m32s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h28m33s:Controller.cpp: new client: 22780 -2017-4-25 15h28m33s:CClient.cpp: Creating new client ID: 17600 -2017-4-25 15h28m33s:CClient.cpp: clientThread started with port:4056 -2017-4-25 15h28m33s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h28m33s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h28m33s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h28m33s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h28m33s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h28m33s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h28m33s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h28m33s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h28m33s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634844864,2031 -2017-4-25 15h28m33s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h28m33s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h28m33s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h28m33s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h28m33s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h28m33s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h28m33s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h28m33s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h28m33s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h28m33s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h28m33s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h28m33s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h28m33s:Controller.cpp: pClient->notifCommSock = 2720 -2017-4-25 15h28m33s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h28m33s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h28m33s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h28m58s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h28m58s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h28m58s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h28m58s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h28m58s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h28m58s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h28m58s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h28m58s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h28m58s:Controller.cpp: Removing client: 17600 -2017-4-25 15h28m58s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 15628 -2017-4-25 15h28m58s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h28m58s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h28m58s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h28m58s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h28m59s:RECV_Thread.c: Cleanup done. -2017-4-25 15h28m59s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h28m59s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h28m59s:CClient.cpp: clientThread exit. -2017-4-25 15h28m59s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h28m59s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h28m59s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h28m59s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h29m0s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h29m0s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h29m0s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h29m4s:OpalControlClient.cpp: Signals Control thread (id 9840) normal exit. -2017-4-25 15h29m4s:OpalControlClient.cpp: Probe Control thread (id 22196) normal exit. -2017-4-25 15h29m4s:OpalControlClient.cpp: Snapshot Control thread (id 15788) normal exit. -2017-4-25 15h29m4s:OpalControlClient.cpp: Parameter Control thread (id 21448) normal exit. -2017-4-25 15h29m4s:OpalControlClient.cpp: System Control thread (id 15628) normal exit. -2017-4-25 15h29m4s:OpalControlClient.cpp: Blobs Control thread (id 18448) normal exit. -2017-4-25 15h29m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h29m4s:SEND_Thread.c: Thread 2624 stopping because stop flag is set -2017-4-25 15h29m4s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h29m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h29m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h29m4s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h29m4s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h29m4s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h29m4s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h29m4s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h29m4s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h29m4s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h31m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h31m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h31m10s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h31m10s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h31m36s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h31m36s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h31m36s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h31m36s:Controller.cpp: API function call : Clean model -2017-4-25 15h31m36s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h31m36s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h31m36s:Compile.cpp: compileThread Handle 0xb1c -2017-4-25 15h31m36s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h31m36s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h31m37s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/25/17 15:31:32 and last access was 04/25/17 15:26:18 -2017-4-25 15h31m37s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-25 15h31m37s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h31m51s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h31m51s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h32m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/25/17 15:32:17 and last access was 04/25/17 15:27:09 -2017-4-25 15h32m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/25/17 15:32:17 and last access was 04/25/17 15:27:09 -2017-4-25 15h32m21s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-25 15h32m21s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-25 15h32m21s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-25 15h32m21s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-25 15h32m21s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-25 15h32m21s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-25 15h32m33s:********* binary ******** -2017-4-25 15h32m33s:********* binary ******** -2017-4-25 15h32m33s:********* binary ******** -2017-4-25 15h32m33s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-25 15h32m33s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-25 15h32m34s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#146) before EOF has been reached -2017-4-25 15h32m34s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-25 15h32m35s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:32:33 and last access was 04/25/17 15:27:27 -2017-4-25 15h32m35s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:32:32 and last access was 04/25/17 15:27:26 -2017-4-25 15h32m35s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 15:30:58 and last access was 04/25/17 15:21:21 -2017-4-25 15h32m35s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 15h32m35s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 15h32m35s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m35s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m35s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m35s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 15h32m38s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m38s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 15h32m45s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 15h32m45s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m45s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m49s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m49s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m49s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m49s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h32m52s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h32m52s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/25/17 15:32:33 and last access was 04/25/17 15:27:27 -2017-4-25 15h32m52s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/25/17 15:32:33 and last access was 04/25/17 15:27:27 -2017-4-25 15h32m52s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 15:32:35 and last access was 04/25/17 15:27:29 -2017-4-25 15h32m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h32m53s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h32m54s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h32m54s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h32m54s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h32m54s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-25 15h33m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m1s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h33m1s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h33m2s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m2s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m2s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h33m2s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h33m2s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h33m2s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h33m2s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h33m2s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h33m2s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h33m2s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h33m3s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m7s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m8s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m9s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h33m9s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h33m9s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h33m9s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x62cc) start -2017-4-25 15h33m9s:Acquisition.cpp: acqGroupReqThread handle (0x10e8) -2017-4-25 15h33m9s:Acquisition.cpp: acqGroupReqThread handle (0x1158) -2017-4-25 15h33m9s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h33m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h33m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h33m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h33m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h33m10s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h33m10s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h33m10s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h33m10s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h33m10s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h33m10s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h33m10s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h33m10s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h33m10s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h33m10s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 5960 -2017-4-25 15h33m10s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h33m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 17916 -2017-4-25 15h33m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 17916 -2017-4-25 15h33m10s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 17916 -2017-4-25 15h33m10s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 20540 -2017-4-25 15h33m11s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h33m11s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 17916 -2017-4-25 15h33m11s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h33m11s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h33m11s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 20540 -2017-4-25 15h33m11s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h33m11s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h33m11s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h33m11s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 20540 -2017-4-25 15h33m11s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h33m11s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m11s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h33m11s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h33m11s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h33m11s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h33m11s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h33m31s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 5960 -2017-4-25 15h33m31s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h33m31s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 5960 -2017-4-25 15h33m31s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h33m32s:Controller.cpp: new client: 22780 -2017-4-25 15h33m32s:CClient.cpp: Creating new client ID: 18240 -2017-4-25 15h33m32s:CClient.cpp: clientThread started with port:4508 -2017-4-25 15h33m32s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h33m32s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h33m32s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h33m32s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h33m32s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h33m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h33m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h33m32s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h33m32s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845504,2031 -2017-4-25 15h33m32s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h33m32s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h33m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h33m32s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h33m32s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h33m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h33m32s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h33m32s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h33m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h33m32s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h33m32s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h33m32s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h33m32s:Controller.cpp: pClient->notifCommSock = 2712 -2017-4-25 15h33m32s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h33m32s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h33m32s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h35m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h35m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h35m4s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h35m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h35m4s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h35m4s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h35m4s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h35m4s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h35m4s:Controller.cpp: Removing client: 18240 -2017-4-25 15h35m4s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h35m4s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h35m4s:CClient.cpp: clientThread exit. -2017-4-25 15h35m4s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 5960 -2017-4-25 15h35m4s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h35m4s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h35m4s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h35m4s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h35m4s:RECV_Thread.c: Cleanup done. -2017-4-25 15h35m5s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h35m5s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h35m5s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h35m5s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h35m6s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h35m6s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h35m6s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h35m10s:OpalControlClient.cpp: Signals Control thread (id 26888) normal exit. -2017-4-25 15h35m11s:OpalControlClient.cpp: Probe Control thread (id 20540) normal exit. -2017-4-25 15h35m11s:OpalControlClient.cpp: Snapshot Control thread (id 15904) normal exit. -2017-4-25 15h35m11s:OpalControlClient.cpp: Parameter Control thread (id 10928) normal exit. -2017-4-25 15h35m11s:OpalControlClient.cpp: System Control thread (id 5960) normal exit. -2017-4-25 15h35m11s:OpalControlClient.cpp: Blobs Control thread (id 17916) normal exit. -2017-4-25 15h35m11s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h35m11s:SEND_Thread.c: Thread 25568 stopping because stop flag is set -2017-4-25 15h35m11s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h35m11s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h35m11s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h35m11s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h35m11s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h35m11s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h35m11s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h35m11s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h35m11s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h35m11s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h36m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m26s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h36m26s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h36m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m27s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h36m27s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h36m27s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h36m27s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h36m27s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h36m27s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h36m27s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h36m27s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h36m27s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m28s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m29s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m30s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h36m30s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h36m30s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h36m30s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x268c) start -2017-4-25 15h36m30s:Acquisition.cpp: acqGroupReqThread handle (0x1290) -2017-4-25 15h36m30s:Acquisition.cpp: acqGroupReqThread handle (0x12fc) -2017-4-25 15h36m30s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h36m30s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h36m30s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h36m30s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h36m30s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h36m30s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h36m30s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h36m30s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h36m30s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h36m30s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h36m30s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h36m30s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h36m30s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h36m30s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h36m30s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 16780 -2017-4-25 15h36m30s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h36m30s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 20608 -2017-4-25 15h36m30s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 20608 -2017-4-25 15h36m30s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 20608 -2017-4-25 15h36m30s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 15600 -2017-4-25 15h36m31s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 20608 -2017-4-25 15h36m31s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h36m31s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h36m31s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h36m31s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 15600 -2017-4-25 15h36m31s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h36m31s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h36m31s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h36m31s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 15600 -2017-4-25 15h36m32s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h36m32s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m32s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h36m32s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h36m32s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h36m32s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h36m32s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h36m47s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 16780 -2017-4-25 15h36m47s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h36m47s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 16780 -2017-4-25 15h36m47s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m47s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h36m48s:Controller.cpp: new client: 22780 -2017-4-25 15h36m48s:CClient.cpp: Creating new client ID: 14864 -2017-4-25 15h36m48s:CClient.cpp: clientThread started with port:4908 -2017-4-25 15h36m48s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h36m48s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h36m48s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h36m48s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h36m48s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h36m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h36m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h36m48s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h36m48s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634842128,2031 -2017-4-25 15h36m48s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h36m48s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h36m48s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h36m48s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h36m48s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h36m48s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h36m48s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h36m48s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h36m48s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h36m48s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h36m48s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h36m48s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h36m48s:Controller.cpp: pClient->notifCommSock = 4912 -2017-4-25 15h36m48s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h36m48s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h36m48s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h37m12s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h37m12s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h37m12s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h37m12s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h37m12s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h37m12s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h37m12s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h37m12s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h37m12s:Controller.cpp: Removing client: 14864 -2017-4-25 15h37m13s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h37m13s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 16780 -2017-4-25 15h37m13s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h37m13s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h37m13s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h37m13s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h37m13s:CClient.cpp: clientThread exit. -2017-4-25 15h37m13s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h37m13s:RECV_Thread.c: Cleanup done. -2017-4-25 15h37m14s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h37m14s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h37m14s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h37m14s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h37m14s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h37m14s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h37m14s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h37m19s:OpalControlClient.cpp: Signals Control thread (id 19884) normal exit. -2017-4-25 15h37m19s:OpalControlClient.cpp: Probe Control thread (id 15600) normal exit. -2017-4-25 15h37m19s:OpalControlClient.cpp: Snapshot Control thread (id 10440) normal exit. -2017-4-25 15h37m19s:OpalControlClient.cpp: Parameter Control thread (id 13236) normal exit. -2017-4-25 15h37m19s:OpalControlClient.cpp: System Control thread (id 16780) normal exit. -2017-4-25 15h37m19s:OpalControlClient.cpp: Blobs Control thread (id 20608) normal exit. -2017-4-25 15h37m19s:SEND_Thread.c: Thread 21580 stopping because stop flag is set -2017-4-25 15h37m19s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h37m19s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h37m19s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h37m19s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h37m19s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h37m19s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h37m19s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h37m19s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h37m19s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h37m19s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h37m19s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h38m1s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h38m1s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h38m1s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h38m1s:Controller.cpp: API function call : Clean model -2017-4-25 15h38m1s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h38m1s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h38m1s:Compile.cpp: compileThread Handle 0xedc -2017-4-25 15h38m1s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h38m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h38m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl: file access date is 04/25/17 15:37:56 and last access was 04/25/17 15:31:32 -2017-4-25 15h38m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-25 15h38m2s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h38m17s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h38m17s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h38m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/25/17 15:38:44 and last access was 04/25/17 15:32:17 -2017-4-25 15h38m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/25/17 15:38:43 and last access was 04/25/17 15:32:17 -2017-4-25 15h38m47s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-25 15h38m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-25 15h38m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-25 15h38m47s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-25 15h38m47s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-25 15h38m47s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-25 15h39m0s:********* binary ******** -2017-4-25 15h39m0s:********* binary ******** -2017-4-25 15h39m0s:********* binary ******** -2017-4-25 15h39m0s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-25 15h39m0s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-25 15h39m0s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#146) before EOF has been reached -2017-4-25 15h39m0s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-25 15h39m1s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was 04/25/17 15:32:33 -2017-4-25 15h39m2s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was 04/25/17 15:32:32 -2017-4-25 15h39m2s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-25 15h39m4s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h39m5s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.param: file access date is 04/25/17 15:39:00 and last access was 04/25/17 15:32:33 -2017-4-25 15h39m5s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\Opcommon\send_receive.signal: file access date is 04/25/17 15:39:00 and last access was 04/25/17 15:32:33 -2017-4-25 15h39m7s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h39m7s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h39m7s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h39m7s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h39m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-25 15h39m7s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-25 15h43m30s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m30s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m30s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h43m30s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h43m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m31s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h43m31s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h43m31s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h43m31s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h43m31s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h43m31s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h43m31s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h43m31s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h43m32s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m36s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h43m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m37s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m38s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h43m38s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h43m38s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h43m38s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x4840) start -2017-4-25 15h43m38s:Acquisition.cpp: acqGroupReqThread handle (0x1414) -2017-4-25 15h43m38s:Acquisition.cpp: acqGroupReqThread handle (0x1480) -2017-4-25 15h43m38s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h43m39s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h43m39s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h43m39s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h43m39s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h43m39s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h43m39s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h43m39s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h43m39s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h43m39s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h43m39s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h43m39s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h43m39s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h43m39s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h43m39s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h43m39s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 23556 -2017-4-25 15h43m39s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 11012 -2017-4-25 15h43m39s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 11012 -2017-4-25 15h43m39s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11012 -2017-4-25 15h43m39s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 904 -2017-4-25 15h43m40s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11012 -2017-4-25 15h43m40s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h43m40s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h43m40s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h43m40s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 904 -2017-4-25 15h43m40s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h43m40s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h43m40s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h43m40s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 904 -2017-4-25 15h43m40s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h43m40s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m40s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h43m40s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h43m40s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h43m40s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h43m40s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h43m50s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 23556 -2017-4-25 15h43m50s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h43m50s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 23556 -2017-4-25 15h43m50s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h43m50s:Controller.cpp: new client: 22780 -2017-4-25 15h43m50s:CClient.cpp: Creating new client ID: 5896 -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h43m50s:CClient.cpp: clientThread started with port:5292 -2017-4-25 15h43m50s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h43m50s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h43m50s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h43m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h43m50s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634833160,2031 -2017-4-25 15h43m50s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h43m50s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h43m50s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h43m50s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h43m50s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h43m50s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h43m50s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h43m50s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h43m50s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h43m50s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h43m50s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h43m50s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h43m50s:Controller.cpp: pClient->notifCommSock = 5412 -2017-4-25 15h43m50s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h43m50s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h43m50s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h44m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h44m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h44m41s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h44m41s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h44m41s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h44m41s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h44m41s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h44m41s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h44m41s:Controller.cpp: Removing client: 5896 -2017-4-25 15h44m41s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h44m41s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 23556 -2017-4-25 15h44m41s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h44m41s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h44m41s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h44m41s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h44m41s:CClient.cpp: clientThread exit. -2017-4-25 15h44m42s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h44m42s:RECV_Thread.c: Cleanup done. -2017-4-25 15h44m42s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h44m42s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h44m42s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h44m42s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h44m43s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m43s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m43s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h44m48s:OpalControlClient.cpp: Signals Control thread (id 23504) normal exit. -2017-4-25 15h44m48s:OpalControlClient.cpp: Probe Control thread (id 904) normal exit. -2017-4-25 15h44m48s:OpalControlClient.cpp: Snapshot Control thread (id 4864) normal exit. -2017-4-25 15h44m48s:OpalControlClient.cpp: Parameter Control thread (id 13632) normal exit. -2017-4-25 15h44m48s:OpalControlClient.cpp: System Control thread (id 23556) normal exit. -2017-4-25 15h44m48s:OpalControlClient.cpp: Blobs Control thread (id 11012) normal exit. -2017-4-25 15h44m48s:SEND_Thread.c: Thread 10812 stopping because stop flag is set -2017-4-25 15h44m48s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h44m48s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h44m48s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h44m48s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h44m48s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h44m48s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h44m48s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h44m48s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h44m48s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h44m48s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h44m48s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h44m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h44m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h44m53s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h44m53s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h44m55s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h44m55s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h44m55s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 15h44m55s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 15h44m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h44m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h44m55s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 15h44m55s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 15h44m55s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 15h44m55s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 15h44m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m57s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 15h44m58s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 15h44m58s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 15h44m58s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 15h44m58s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x1c10) start -2017-4-25 15h44m58s:Acquisition.cpp: acqGroupReqThread handle (0x15d0) -2017-4-25 15h44m58s:Acquisition.cpp: acqGroupReqThread handle (0x163c) -2017-4-25 15h44m58s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 15h44m58s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h44m58s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h44m58s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 15h44m58s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h44m58s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 15h44m58s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 15h44m58s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 15h44m58s:SystemControl.cpp: Load: received combined status from master -2017-4-25 15h44m58s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 15h44m58s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 15h44m58s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 15h44m58s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 15h44m58s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 15h44m58s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 19244 -2017-4-25 15h44m58s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 15h44m58s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 11508 -2017-4-25 15h44m58s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 11508 -2017-4-25 15h44m58s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11508 -2017-4-25 15h44m58s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 22804 -2017-4-25 15h44m59s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 11508 -2017-4-25 15h44m59s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 15h44m59s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 15h44m59s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 15h44m59s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22804 -2017-4-25 15h44m59s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 15h44m59s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 15h44m59s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 15h44m59s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22804 -2017-4-25 15h45m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 15h45m0s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h45m0s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 15h45m0s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h45m0s:Controller.cpp: API function call : GetSubsysList -2017-4-25 15h45m0s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h45m0s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h45m3s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 19244 -2017-4-25 15h45m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 15h45m3s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 19244 -2017-4-25 15h45m3s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m3s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h45m4s:Controller.cpp: new client: 22780 -2017-4-25 15h45m4s:CClient.cpp: Creating new client ID: 18400 -2017-4-25 15h45m4s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h45m4s:CClient.cpp: clientThread started with port:4620 -2017-4-25 15h45m4s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 23648 -2017-4-25 15h45m4s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h45m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h45m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h45m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h45m4s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845664,2031 -2017-4-25 15h45m4s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h45m4s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 15h45m4s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h45m4s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h45m4s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h45m4s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 15h45m4s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 15h45m4s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 15h45m4s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 15h45m4s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h45m4s:Controller.cpp: pClient->notifCommSock = 3420 -2017-4-25 15h45m4s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h45m4s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 15h45m4s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 15h45m4s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 15h45m4s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h45m46s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m46s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m46s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 15h45m46s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 15h45m46s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 15h45m46s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h45m46s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 15h45m46s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 15h45m46s:Controller.cpp: Removing client: 18400 -2017-4-25 15h45m46s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 19244 -2017-4-25 15h45m46s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 15h45m46s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 15h45m46s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 15h45m46s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h45m46s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h45m46s:CClient.cpp: clientThread exit. -2017-4-25 15h45m46s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 15h45m46s:RECV_Thread.c: Cleanup done. -2017-4-25 15h45m47s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 15h45m47s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h45m47s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 15h45m47s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 15h45m48s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 15h45m48s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h45m48s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 15h45m53s:OpalControlClient.cpp: Signals Control thread (id 22016) normal exit. -2017-4-25 15h45m53s:OpalControlClient.cpp: Probe Control thread (id 22804) normal exit. -2017-4-25 15h45m53s:OpalControlClient.cpp: Snapshot Control thread (id 4232) normal exit. -2017-4-25 15h45m53s:OpalControlClient.cpp: Parameter Control thread (id 16376) normal exit. -2017-4-25 15h45m53s:OpalControlClient.cpp: System Control thread (id 19244) normal exit. -2017-4-25 15h45m53s:OpalControlClient.cpp: Blobs Control thread (id 11508) normal exit. -2017-4-25 15h45m53s:SEND_Thread.c: Thread 9384 stopping because stop flag is set -2017-4-25 15h45m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h45m53s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 15h45m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h45m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h45m53s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 15h45m53s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 15h45m53s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h45m53s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 15h45m53s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h45m53s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 15h45m53s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h46m23s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h46m23s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h46m23s:Controller.cpp: Removing client: 22028 -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m23s:Controller.cpp: Removing client: 8344 -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m23s:Controller.cpp: Removing client: 19260 -2017-4-25 15h46m23s:Controller.cpp: Removing client: 14360 -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m23s:Controller.cpp: Removing client: 10792 -2017-4-25 15h46m23s:Controller.cpp: Removing client: 12344 -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m23s:Controller.cpp: Removing client: 9760 -2017-4-25 15h46m23s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h46m23s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h46m23s:CClient.cpp: clientThread exit. -2017-4-25 15h46m24s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h46m24s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h46m24s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:60475 -2017-4-25 15h46m24s:Controller.cpp: Entering CloseSubControllers -2017-4-25 15h46m24s:Stopping OpalNode watchdog. -2017-4-25 15h46m24s:CClient.cpp: clientThread exit. -2017-4-25 15h46m24s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h46m24s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 15h58m35s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 16604) ------ -2017-4-25 15h58m35s:Controller.cpp: new client: 15288 -2017-4-25 15h58m35s:CClient.cpp: Creating new client ID: 10868 -2017-4-25 15h58m35s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h58m35s:CClient.cpp: clientThread started with port:632 -2017-4-25 15h58m35s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h58m38s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h58m38s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h58m38s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h58m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-25 15h58m39s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-25 15h58m39s:Controller.cpp: API function call : GetParamControl (true) -2017-4-25 15h58m39s:Controller.cpp: API function call : GetParamControl (false) -2017-4-25 15h58m39s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-25 15h58m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: API function call : Release control of configurations -2017-4-25 15h58m39s:Controller.cpp: API function call : Release control of the system -2017-4-25 15h58m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: new client: 15288 -2017-4-25 15h58m39s:CClient.cpp: Creating new client ID: 15736 -2017-4-25 15h58m39s:CClient.cpp: clientThread started with port:1072 -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h58m39s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h58m39s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h58m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h58m39s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-25 15h58m39s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-25 15h58m39s:Controller.cpp: API function call : NotificationConnect -2017-4-25 15h58m39s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-25 15h58m39s:Controller.cpp: API function call : SetEventInterest -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-25 15h58m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: new client: 15288 -2017-4-25 15h58m39s:CClient.cpp: Creating new client ID: 21608 -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h58m39s:CClient.cpp: clientThread started with port:1132 -2017-4-25 15h58m39s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h58m39s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h58m39s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h58m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m39s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634848872,2031 -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h58m39s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h58m39s:Controller.cpp: new client: 15288 -2017-4-25 15h58m39s:CClient.cpp: Creating new client ID: 20416 -2017-4-25 15h58m39s:CClient.cpp: clientThread started with port:1180 -2017-4-25 15h58m39s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h58m39s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h58m40s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h58m40s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h58m40s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h58m40s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h58m40s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634847680,2031 -2017-4-25 15h58m55s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h58m55s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h58m55s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h58m55s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h58m55s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h59m0s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h59m0s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h59m0s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h59m0s:Controller.cpp: API function call : Clean model -2017-4-25 15h59m0s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 15h59m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 15h59m0s:Compile.cpp: compileThread Handle 0x548 -2017-4-25 15h59m0s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 15h59m1s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 15h59m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 15h59m3s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 15h59m5s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was 04/25/17 15:32:33 -2017-4-25 15h59m5s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was 04/25/17 15:32:32 -2017-4-25 15h59m5s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-25 15h59m6s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 15h59m6s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 15h59m6s:Compile.cpp: Compilation completed successfully. -2017-4-25 15h59m6s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 15h59m6s:Compile.cpp: Compilation Thread closed. -2017-4-25 15h59m6s:Controller.cpp: new client: 15288 -2017-4-25 15h59m6s:CClient.cpp: Creating new client ID: 24424 -2017-4-25 15h59m6s:CClient.cpp: clientThread started with port:1400 -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h59m6s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h59m6s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h59m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h59m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h59m6s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634851688,2031 -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h59m6s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h59m6s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 15h59m6s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 15h59m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h59m9s:Controller.cpp: new client: 15288 -2017-4-25 15h59m9s:CClient.cpp: Creating new client ID: 7452 -2017-4-25 15h59m9s:CClient.cpp: clientThread started with port:1580 -2017-4-25 15h59m9s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 15h59m9s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 15h59m9s:Controller.cpp: API function call : Get model list changes -2017-4-25 15h59m9s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 15h59m9s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 15h59m9s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h59m9s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634834716,2031 -2017-4-25 15h59m9s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 15h59m9s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 15h59m9s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 15h59m9s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 15h59m9s:Service Matlab/CommandsProcessor found -2017-4-25 15h59m9s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 15h59m23s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 15h59m23s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h59m23s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 15h59m32s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 15h59m32s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h3m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m7s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h3m7s:Controller.cpp: API function call : Clean model -2017-4-25 16h3m7s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 16h3m7s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 16h3m7s:Compile.cpp: compileThread Handle 0x550 -2017-4-25 16h3m7s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 16h3m7s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m8s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 16h3m9s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 16h3m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 16:03:00 and last access was 04/25/17 15:30:58 -2017-4-25 16h3m11s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 16h3m11s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m13s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 16h3m13s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m14s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 16h3m20s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 16h3m20s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m20s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m24s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m24s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m25s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m25s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m25s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 16:03:11 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m26s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h3m27s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h3m27s:Compile.cpp: Compilation completed successfully. -2017-4-25 16h3m27s:Compile.cpp: Compilation Thread closed. -2017-4-25 16h3m27s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h3m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m27s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m27s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m27s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h3m27s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h3m27s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h3m31s:Controller.cpp: new client: 15288 -2017-4-25 16h3m31s:CClient.cpp: Creating new client ID: 25548 -2017-4-25 16h3m31s:CClient.cpp: clientThread started with port:824 -2017-4-25 16h3m31s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h3m31s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 16h3m31s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h3m31s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h3m31s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h3m31s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h3m31s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634852812,2031 -2017-4-25 16h3m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m31s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h3m31s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h3m31s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h3m31s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h3m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m32s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 16h3m32s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 16h3m32s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h3m32s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h3m32s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 16h3m32s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h3m32s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h3m32s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 16h3m33s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m38s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m40s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m41s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 16h3m41s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 16h3m41s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 16h3m41s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x1978) start -2017-4-25 16h3m41s:Acquisition.cpp: acqGroupReqThread handle (0x9ec) -2017-4-25 16h3m41s:Acquisition.cpp: acqGroupReqThread handle (0xa58) -2017-4-25 16h3m41s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 16h3m41s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h3m41s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h3m41s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h3m41s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h3m41s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 16h3m41s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h3m42s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 16h3m42s:SystemControl.cpp: Load: received combined status from master -2017-4-25 16h3m42s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 16h3m42s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 16h3m42s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 16h3m42s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 16h3m42s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26640 -2017-4-25 16h3m42s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 21648 -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 21648 -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 21648 -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 21376 -2017-4-25 16h3m42s:CLog.cpp: Could not call "connect" on LogRT at 134.130.169.80:25252 -2017-4-25 16h3m42s:CSubSystem.cpp: Unable to connect to the remote log system at 134.130.169.80:25252. Display will be disabled. -2017-4-25 16h3m42s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 21648 -2017-4-25 16h3m42s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 16h3m42s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 21376 -2017-4-25 16h3m42s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 16h3m42s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 16h3m42s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 16h3m42s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 21376 -2017-4-25 16h3m42s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 16h3m42s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m42s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 16h3m42s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h3m42s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h3m42s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h3m43s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h3m51s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26640 -2017-4-25 16h3m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 16h3m51s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 26640 -2017-4-25 16h3m51s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m51s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h3m52s:Controller.cpp: new client: 15288 -2017-4-25 16h3m52s:CClient.cpp: Creating new client ID: 26696 -2017-4-25 16h3m52s:CClient.cpp: clientThread started with port:940 -2017-4-25 16h3m52s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h3m52s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24336 -2017-4-25 16h3m52s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h3m52s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h3m52s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h3m52s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h3m52s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h3m52s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h3m52s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634853960,2031 -2017-4-25 16h3m52s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h3m52s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h3m52s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h3m52s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h3m54s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h3m54s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h3m54s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h3m54s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h3m54s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h3m54s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h3m54s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h3m54s:Controller.cpp: pClient->notifCommSock = 2832 -2017-4-25 16h3m54s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h3m54s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h3m54s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h7m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h7m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h7m25s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 16h7m25s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 16h7m25s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 16h7m25s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h7m25s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 16h7m25s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h7m25s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 26640 -2017-4-25 16h7m25s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 16h7m25s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 16h7m25s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 16h7m25s:Controller.cpp: Removing client: 26696 -2017-4-25 16h7m25s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 16h7m25s:RECV_Thread.c: Cleanup done. -2017-4-25 16h7m25s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h7m25s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h7m25s:CClient.cpp: clientThread exit. -2017-4-25 16h7m26s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 16h7m26s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h7m26s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h7m26s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 16h7m27s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h7m27s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h7m27s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 16h7m27s:OpalControlClient.cpp: Signals Control thread (id 5460) normal exit. -2017-4-25 16h7m28s:OpalControlClient.cpp: Probe Control thread (id 21376) normal exit. -2017-4-25 16h7m28s:OpalControlClient.cpp: Snapshot Control thread (id 3356) normal exit. -2017-4-25 16h7m28s:OpalControlClient.cpp: Parameter Control thread (id 27364) normal exit. -2017-4-25 16h7m28s:OpalControlClient.cpp: System Control thread (id 26640) normal exit. -2017-4-25 16h7m28s:OpalControlClient.cpp: Blobs Control thread (id 21648) normal exit. -2017-4-25 16h7m28s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h7m28s:SEND_Thread.c: Thread 23084 stopping because stop flag is set -2017-4-25 16h7m28s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 16h7m28s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h7m28s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h7m28s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 16h7m28s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 16h7m28s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h7m28s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 16h7m28s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h7m28s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h7m28s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h8m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m10s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h8m10s:Controller.cpp: API function call : Clean model -2017-4-25 16h8m10s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 16h8m10s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 16h8m10s:Compile.cpp: compileThread Handle 0x6dc -2017-4-25 16h8m10s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 16h8m10s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m11s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 16h8m11s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 16h8m14s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 16:08:04 and last access was 04/25/17 16:03:00 -2017-4-25 16h8m14s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 16h8m14s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m15s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 16h8m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m16s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 16h8m23s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 16h8m23s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m23s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m27s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m27s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m27s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 16:08:14 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m28s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h8m29s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h8m29s:Compile.cpp: Compilation completed successfully. -2017-4-25 16h8m29s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h8m29s:Compile.cpp: Compilation Thread closed. -2017-4-25 16h8m29s:Controller.cpp: new client: 15288 -2017-4-25 16h8m29s:CClient.cpp: Creating new client ID: 10048 -2017-4-25 16h8m29s:CClient.cpp: clientThread started with port:2144 -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h8m29s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8848 -2017-4-25 16h8m29s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h8m29s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h8m29s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h8m29s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634837312,2031 -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m29s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h8m29s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h8m29s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h8m34s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m34s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m34s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h8m34s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h8m36s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m36s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m36s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 16h8m36s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 16h8m36s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h8m36s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h8m36s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 16h8m36s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h8m36s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h8m36s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 16h8m36s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m41s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m42s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m43s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 16h8m43s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 16h8m43s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 16h8m43s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x410c) start -2017-4-25 16h8m43s:Acquisition.cpp: acqGroupReqThread handle (0xc1c) -2017-4-25 16h8m43s:Acquisition.cpp: acqGroupReqThread handle (0xc8c) -2017-4-25 16h8m43s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 16h8m44s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h8m44s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h8m44s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h8m44s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h8m44s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 16h8m44s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h8m44s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 16h8m44s:SystemControl.cpp: Load: received combined status from master -2017-4-25 16h8m44s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 16h8m44s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 16h8m44s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 16h8m44s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 16h8m44s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 16h8m44s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9596 -2017-4-25 16h8m44s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 16h8m44s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 14200 -2017-4-25 16h8m44s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 14200 -2017-4-25 16h8m44s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 14200 -2017-4-25 16h8m44s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 22656 -2017-4-25 16h8m45s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 14200 -2017-4-25 16h8m45s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 16h8m45s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 16h8m45s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 16h8m45s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22656 -2017-4-25 16h8m45s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 16h8m45s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 16h8m45s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 16h8m45s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 22656 -2017-4-25 16h8m45s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 16h8m45s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m45s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 16h8m45s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h8m45s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h8m45s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h8m45s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h8m50s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9596 -2017-4-25 16h8m50s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 16h8m50s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 9596 -2017-4-25 16h8m50s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m50s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h8m51s:Controller.cpp: new client: 15288 -2017-4-25 16h8m51s:CClient.cpp: Creating new client ID: 14136 -2017-4-25 16h8m51s:CClient.cpp: clientThread started with port:3260 -2017-4-25 16h8m51s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h8m51s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24336 -2017-4-25 16h8m51s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h8m51s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h8m51s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h8m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h8m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h8m51s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h8m51s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634841400,2031 -2017-4-25 16h8m51s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h8m51s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h8m51s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h8m51s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h8m51s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h8m51s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h8m51s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h8m51s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h8m51s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h8m51s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h8m51s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h8m51s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h8m51s:Controller.cpp: pClient->notifCommSock = 2176 -2017-4-25 16h8m51s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h8m51s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h8m51s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h10m24s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h10m24s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h10m24s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 16h10m24s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 16h10m24s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h10m24s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 16h10m24s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h10m24s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 16h10m24s:Controller.cpp: Removing client: 14136 -2017-4-25 16h10m24s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h10m24s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h10m24s:CClient.cpp: clientThread exit. -2017-4-25 16h10m24s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 9596 -2017-4-25 16h10m24s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 16h10m24s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 16h10m24s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 16h10m24s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 16h10m24s:RECV_Thread.c: Cleanup done. -2017-4-25 16h10m25s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 16h10m25s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h10m25s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h10m25s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 16h10m26s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h10m26s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h10m26s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 16h10m26s:OpalControlClient.cpp: Signals Control thread (id 2592) normal exit. -2017-4-25 16h10m26s:OpalControlClient.cpp: Probe Control thread (id 22656) normal exit. -2017-4-25 16h10m26s:OpalControlClient.cpp: Snapshot Control thread (id 8784) normal exit. -2017-4-25 16h10m26s:OpalControlClient.cpp: Parameter Control thread (id 21152) normal exit. -2017-4-25 16h10m26s:OpalControlClient.cpp: System Control thread (id 9596) normal exit. -2017-4-25 16h10m26s:OpalControlClient.cpp: Blobs Control thread (id 14200) normal exit. -2017-4-25 16h10m26s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h10m26s:SEND_Thread.c: Thread 24744 stopping because stop flag is set -2017-4-25 16h10m26s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 16h10m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h10m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h10m26s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 16h10m27s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 16h10m27s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h10m27s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 16h10m27s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h10m27s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h10m27s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h11m42s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h11m42s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3010 -2017-4-25 16h11m51s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h11m51s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h11m51s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h11m51s:Controller.cpp: API function call : Clean model -2017-4-25 16h11m51s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 16h11m51s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 16h11m51s:Compile.cpp: compileThread Handle 0xbd0 -2017-4-25 16h11m51s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 16h11m51s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m52s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 16h11m52s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 16h11m54s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 16:10:49 and last access was 04/25/17 16:08:04 -2017-4-25 16h11m54s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 16h11m54s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m55s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m56s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 16h11m56s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h11m57s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 16h12m3s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 16h12m3s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m3s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m8s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m8s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m9s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 16h12m9s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was -2017-4-25 16h12m9s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m9s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m9s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 16:11:54 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m10s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h12m11s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h12m11s:Compile.cpp: Compilation completed successfully. -2017-4-25 16h12m11s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m11s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h12m11s:Compile.cpp: Compilation Thread closed. -2017-4-25 16h12m11s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m11s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m11s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m11s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h12m11s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h12m11s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h12m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m15s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h12m15s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h12m16s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m16s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m16s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 16h12m16s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 16h12m16s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h12m16s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h12m16s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 16h12m16s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h12m16s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h12m16s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 16h12m17s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m21s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m21s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m22s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m24s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 16h12m24s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 16h12m24s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 16h12m24s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x16e4) start -2017-4-25 16h12m24s:Acquisition.cpp: acqGroupReqThread handle (0xdc4) -2017-4-25 16h12m24s:Acquisition.cpp: acqGroupReqThread handle (0xe30) -2017-4-25 16h12m24s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 16h12m24s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h12m24s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h12m24s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h12m24s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h12m24s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 16h12m24s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h12m24s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 16h12m24s:SystemControl.cpp: Load: received combined status from master -2017-4-25 16h12m24s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 16h12m24s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 16h12m24s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 16h12m24s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 16h12m24s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 16h12m24s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 7116 -2017-4-25 16h12m24s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 16h12m24s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 8116 -2017-4-25 16h12m24s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 8116 -2017-4-25 16h12m24s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 8116 -2017-4-25 16h12m24s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 17656 -2017-4-25 16h12m25s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 8116 -2017-4-25 16h12m25s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 16h12m25s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 16h12m25s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 16h12m25s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 17656 -2017-4-25 16h12m25s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 16h12m25s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 16h12m25s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 16h12m25s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 17656 -2017-4-25 16h12m26s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 16h12m26s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m26s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 16h12m26s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h12m26s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h12m26s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m26s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h12m31s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 7116 -2017-4-25 16h12m31s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 16h12m31s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 7116 -2017-4-25 16h12m31s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h12m32s:Controller.cpp: new client: 15288 -2017-4-25 16h12m32s:CClient.cpp: Creating new client ID: 5712 -2017-4-25 16h12m32s:CClient.cpp: clientThread started with port:2952 -2017-4-25 16h12m32s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h12m32s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24336 -2017-4-25 16h12m32s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h12m32s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h12m32s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h12m32s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m32s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m32s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h12m32s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634832976,2031 -2017-4-25 16h12m32s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h12m32s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h12m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h12m32s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h12m32s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h12m32s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h12m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h12m32s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h12m32s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h12m32s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h12m32s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h12m32s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h12m32s:Controller.cpp: pClient->notifCommSock = 3756 -2017-4-25 16h12m32s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h12m32s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h12m32s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h12m50s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m50s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m50s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 16h12m50s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 16h12m50s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 16h12m50s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h12m50s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 16h12m50s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h12m50s:Controller.cpp: Removing client: 5712 -2017-4-25 16h12m50s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h12m50s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 7116 -2017-4-25 16h12m50s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 16h12m50s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h12m50s:CClient.cpp: clientThread exit. -2017-4-25 16h12m50s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 16h12m50s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 16h12m50s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 16h12m50s:RECV_Thread.c: Cleanup done. -2017-4-25 16h12m51s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 16h12m51s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h12m51s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h12m51s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 16h12m52s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m52s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h12m52s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 16h12m53s:OpalControlClient.cpp: Signals Control thread (id 9016) normal exit. -2017-4-25 16h12m53s:OpalControlClient.cpp: Probe Control thread (id 17656) normal exit. -2017-4-25 16h12m53s:OpalControlClient.cpp: Snapshot Control thread (id 6652) normal exit. -2017-4-25 16h12m53s:OpalControlClient.cpp: Parameter Control thread (id 14720) normal exit. -2017-4-25 16h12m53s:OpalControlClient.cpp: System Control thread (id 7116) normal exit. -2017-4-25 16h12m53s:OpalControlClient.cpp: Blobs Control thread (id 8116) normal exit. -2017-4-25 16h12m53s:SEND_Thread.c: Thread 19552 stopping because stop flag is set -2017-4-25 16h12m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h12m53s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 16h12m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h12m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h12m53s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 16h12m53s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 16h12m53s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h12m53s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 16h12m53s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h12m53s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h12m53s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h12m57s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h12m57s:Controller.cpp: NOTIFICATION MSG IS: 216455356602122240,3010 -2017-4-25 16h13m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m4s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h13m4s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h13m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m5s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 16h13m5s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 16h13m5s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h13m5s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h13m5s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 16h13m5s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h13m5s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h13m5s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 16h13m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m5s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m6s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m7s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m8s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 16h13m8s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 16h13m8s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 16h13m8s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0xc70) start -2017-4-25 16h13m8s:Acquisition.cpp: acqGroupReqThread handle (0xf50) -2017-4-25 16h13m8s:Acquisition.cpp: acqGroupReqThread handle (0xfbc) -2017-4-25 16h13m8s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 16h13m8s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h13m8s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h13m8s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h13m8s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h13m8s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 16h13m8s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h13m8s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 16h13m8s:SystemControl.cpp: Load: received combined status from master -2017-4-25 16h13m8s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 16h13m8s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 16h13m8s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 16h13m8s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 16h13m8s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 16h13m8s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26652 -2017-4-25 16h13m8s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 16h13m8s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 15404 -2017-4-25 16h13m8s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 15404 -2017-4-25 16h13m8s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15404 -2017-4-25 16h13m8s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 26276 -2017-4-25 16h13m9s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15404 -2017-4-25 16h13m9s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 16h13m9s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 16h13m9s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 16h13m9s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 26276 -2017-4-25 16h13m9s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 16h13m9s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 16h13m9s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 16h13m9s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 26276 -2017-4-25 16h13m10s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 16h13m10s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m10s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 16h13m10s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h13m10s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m10s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h13m10s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h13m15s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 26652 -2017-4-25 16h13m15s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 16h13m15s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 26652 -2017-4-25 16h13m15s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h13m15s:Controller.cpp: new client: 15288 -2017-4-25 16h13m15s:CClient.cpp: Creating new client ID: 12748 -2017-4-25 16h13m15s:CClient.cpp: clientThread started with port:3224 -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h13m15s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 24336 -2017-4-25 16h13m15s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h13m15s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h13m15s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634840012,2031 -2017-4-25 16h13m15s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h13m15s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h13m15s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h13m15s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h13m16s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h13m16s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h13m16s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h13m16s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h13m16s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h13m16s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h13m16s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h13m16s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h13m16s:Controller.cpp: pClient->notifCommSock = 2692 -2017-4-25 16h13m16s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h13m16s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h13m16s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h13m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m41s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 16h13m41s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 16h13m41s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h13m41s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h13m41s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 16h13m41s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 16h13m41s:Controller.cpp: Removing client: 12748 -2017-4-25 16h13m41s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h13m41s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h13m41s:CClient.cpp: clientThread exit. -2017-4-25 16h13m41s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 26652 -2017-4-25 16h13m41s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 16h13m41s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 16h13m41s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 16h13m41s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 16h13m41s:RECV_Thread.c: Cleanup done. -2017-4-25 16h13m42s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 16h13m42s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h13m42s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h13m42s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 16h13m43s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m43s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h13m43s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 16h13m44s:OpalControlClient.cpp: Signals Control thread (id 20240) normal exit. -2017-4-25 16h13m44s:OpalControlClient.cpp: Probe Control thread (id 26276) normal exit. -2017-4-25 16h13m44s:OpalControlClient.cpp: Snapshot Control thread (id 27528) normal exit. -2017-4-25 16h13m44s:OpalControlClient.cpp: Parameter Control thread (id 7064) normal exit. -2017-4-25 16h13m44s:OpalControlClient.cpp: System Control thread (id 26652) normal exit. -2017-4-25 16h13m44s:OpalControlClient.cpp: Blobs Control thread (id 15404) normal exit. -2017-4-25 16h13m44s:SEND_Thread.c: Thread 17464 stopping because stop flag is set -2017-4-25 16h13m44s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h13m44s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 16h13m44s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h13m44s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h13m44s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 16h13m44s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 16h13m44s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h13m44s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 16h13m44s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h13m44s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h13m44s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h24m38s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h24m38s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h24m38s:Controller.cpp: Removing client: 20416 -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:Controller.cpp: Removing client: 10868 -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:Controller.cpp: Removing client: 21608 -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:Controller.cpp: Removing client: 15736 -2017-4-25 16h24m38s:Controller.cpp: Removing client: 24424 -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:Controller.cpp: Removing client: 7452 -2017-4-25 16h24m38s:Controller.cpp: Removing client: 25548 -2017-4-25 16h24m38s:Controller.cpp: Removing client: 10048 -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h24m38s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h24m38s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h24m38s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h24m38s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:50081 -2017-4-25 16h24m38s:Controller.cpp: Entering CloseSubControllers -2017-4-25 16h24m38s:Stopping OpalNode watchdog. -2017-4-25 16h24m38s:CClient.cpp: clientThread exit. -2017-4-25 16h27m41s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 24712) ------ -2017-4-25 16h27m41s:Controller.cpp: new client: 23520 -2017-4-25 16h27m41s:CClient.cpp: Creating new client ID: 6316 -2017-4-25 16h27m41s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h27m41s:CClient.cpp: clientThread started with port:632 -2017-4-25 16h27m41s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h27m44s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h27m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m44s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-25 16h27m44s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-25 16h27m44s:Controller.cpp: API function call : GetParamControl (true) -2017-4-25 16h27m44s:Controller.cpp: API function call : GetParamControl (false) -2017-4-25 16h27m44s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-25 16h27m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m44s:Controller.cpp: API function call : Release control of configurations -2017-4-25 16h27m44s:Controller.cpp: API function call : Release control of the system -2017-4-25 16h27m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m44s:Controller.cpp: new client: 23520 -2017-4-25 16h27m44s:CClient.cpp: Creating new client ID: 20136 -2017-4-25 16h27m44s:CClient.cpp: clientThread started with port:1072 -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h27m44s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h27m44s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h27m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m44s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h27m44s:Controller.cpp: pClient->notifCommSock = 1124 -2017-4-25 16h27m44s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-25 16h27m44s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h27m44s:Controller.cpp: pClient->notifCommSock = 1128 -2017-4-25 16h27m44s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h27m44s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-25 16h27m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h27m44s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h27m44s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h27m44s:Controller.cpp: new client: 23520 -2017-4-25 16h27m45s:CClient.cpp: Creating new client ID: 7236 -2017-4-25 16h27m45s:CClient.cpp: clientThread started with port:1132 -2017-4-25 16h27m45s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h27m45s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h27m45s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h27m45s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h27m45s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h27m45s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m45s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634834500,2031 -2017-4-25 16h27m49s:Controller.cpp: new client: 23520 -2017-4-25 16h27m49s:CClient.cpp: Creating new client ID: 11380 -2017-4-25 16h27m49s:CClient.cpp: clientThread started with port:1180 -2017-4-25 16h27m49s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h27m49s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h27m49s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h27m49s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h27m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h27m49s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h27m49s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634838644,2031 -2017-4-25 16h27m49s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h27m49s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h27m49s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h27m49s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h27m49s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h27m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h27m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h27m53s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h27m53s:Controller.cpp: API function call : Clean model -2017-4-25 16h27m53s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 16h27m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 16h27m53s:Compile.cpp: compileThread Handle 0x554 -2017-4-25 16h27m53s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 16h27m53s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m54s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 16h27m55s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 16h27m57s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 16:21:03 and last access was 04/25/17 16:10:49 -2017-4-25 16h27m57s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 16h27m57s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 16h27m57s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m57s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m57s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m58s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h27m59s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 16h27m59s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h28m2s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 16h28m3s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-25 16h28m3s:Controller.cpp: NOTIFICATION MSG IS: MODEL_NOT_LOADABLE -2017-4-25 16h28m3s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-25 16h28m3s:Controller.cpp: new client: 23520 -2017-4-25 16h28m3s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h28m3s:Compile.cpp: Compilation Thread closed. -2017-4-25 16h28m3s:CClient.cpp: Creating new client ID: 25256 -2017-4-25 16h28m3s:CClient.cpp: clientThread started with port:1548 -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h28m3s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h28m3s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h28m3s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h28m3s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h28m3s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634852520,2031 -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h28m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h28m3s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h28m3s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h28m3s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h28m14s:Controller.cpp: new client: 23520 -2017-4-25 16h28m14s:CClient.cpp: Creating new client ID: 26584 -2017-4-25 16h28m14s:CClient.cpp: clientThread started with port:1528 -2017-4-25 16h28m14s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h28m14s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h28m14s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h28m14s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h28m14s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h28m14s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h28m14s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634853848,2031 -2017-4-25 16h28m14s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h28m14s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h28m14s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h28m14s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h28m14s:Service Matlab/CommandsProcessor found -2017-4-25 16h28m14s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h28m28s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h28m28s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h28m28s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h28m37s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h28m37s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h29m19s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h29m19s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h29m19s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h29m19s:Controller.cpp: API function call : Clean model -2017-4-25 16h29m20s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive) -2017-4-25 16h29m20s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-25 16h29m20s:Compile.cpp: compileThread Handle 0x558 -2017-4-25 16h29m20s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-25 16h29m20s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m21s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-25 16h29m21s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-25 16h29m23s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-25 16h29m23s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m23s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m24s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m25s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-25 16h29m25s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m26s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-25 16h29m34s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-25 16h29m34s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m34s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m39s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m39s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m39s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m39s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m40s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/25/17 15:39:00 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/25/17 16:29:23 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/25/17 15:38:59 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/24/17 17:36:02 and last access was -2017-4-25 16h29m40s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\src\main.c: file access date is 04/25/17 16:29:13 and last access was 04/25/17 16:21:03 -2017-4-25 16h29m41s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h29m41s:Compile.cpp: Compilation completed successfully. -2017-4-25 16h29m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h29m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h29m41s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 16h29m41s:Compile.cpp: Compilation Thread closed. -2017-4-25 16h29m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h29m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h29m41s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-25 16h29m41s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-25 16h29m41s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h29m44s:Controller.cpp: new client: 23520 -2017-4-25 16h29m44s:CClient.cpp: Creating new client ID: 17740 -2017-4-25 16h29m44s:CClient.cpp: clientThread started with port:828 -2017-4-25 16h29m44s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h29m44s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17076 -2017-4-25 16h29m44s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h29m44s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h29m44s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h29m44s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h29m44s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634845004,2031 -2017-4-25 16h29m44s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h29m44s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h29m44s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h29m44s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h29m44s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h29m44s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h29m45s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h29m45s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h29m45s:Controller.cpp: API function call : COMMAND Project Load -2017-4-25 16h29m46s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-25 16h29m46s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h29m46s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h29m46s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-25 16h29m46s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-25 16h29m46s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-25 16h29m46s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-25 16h29m46s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m50s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m51s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m52s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m54s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-25 16h29m54s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-25 16h29m54s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-25 16h29m54s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x6718) start -2017-4-25 16h29m54s:Acquisition.cpp: acqGroupReqThread handle (0x9f0) -2017-4-25 16h29m54s:Acquisition.cpp: acqGroupReqThread handle (0xa5c) -2017-4-25 16h29m54s:SystemControl.cpp: Load: all subsystems connected -2017-4-25 16h29m54s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h29m54s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h29m54s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-25 16h29m54s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h29m54s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-25 16h29m54s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-25 16h29m54s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-25 16h29m54s:SystemControl.cpp: Load: received combined status from master -2017-4-25 16h29m54s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-25 16h29m54s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-333 -2017-4-25 16h29m54s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-25 16h29m54s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-25 16h29m54s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-25 16h29m54s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 17784 -2017-4-25 16h29m54s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-25 16h29m54s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 18236 -2017-4-25 16h29m54s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 18236 -2017-4-25 16h29m54s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 18236 -2017-4-25 16h29m54s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 20140 -2017-4-25 16h29m55s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 18236 -2017-4-25 16h29m55s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-25 16h29m55s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-25 16h29m56s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-25 16h29m56s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 20140 -2017-4-25 16h29m56s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-25 16h29m56s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-25 16h29m56s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-25 16h29m56s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 20140 -2017-4-25 16h29m56s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-25 16h29m56s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m56s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive.mdl" -2017-4-25 16h29m56s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h29m56s:Controller.cpp: API function call : GetSubsysList -2017-4-25 16h29m56s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h29m56s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-25 16h31m10s:Controller.cpp: new client: 23520 -2017-4-25 16h31m10s:CClient.cpp: Creating new client ID: 17668 -2017-4-25 16h31m10s:CClient.cpp: clientThread started with port:1344 -2017-4-25 16h31m10s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h31m10s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 15708 -2017-4-25 16h31m10s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h31m10s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h31m10s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h31m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h31m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h31m10s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h31m10s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634844932,2031 -2017-4-25 16h31m10s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h31m10s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h31m10s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h31m10s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h31m11s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h31m12s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h31m12s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h31m12s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h31m12s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h31m12s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h31m12s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h31m12s:Controller.cpp: pClient->notifCommSock = 2832 -2017-4-25 16h31m12s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h31m12s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h31m12s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h32m37s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h32m37s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 17784 -2017-4-25 16h32m37s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-25 16h32m37s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 17784 -2017-4-25 16h34m16s:MatlabCOM - callMethod(,,): dispatcher->Invoke failed with code 1726 -2017-4-25 16h34m16s:Controller.cpp: Removing client: 17668 -2017-4-25 16h34m16s:MatlabCOM - execute: Execution failed -2017-4-25 16h34m16s:Matlab/CommandsProcessor - setVisible: Impossible change the visibility of the connection with Id=1 -2017-4-25 16h34m16s:Matlab/CommandsProcessor - processItem: SingleCommand Command execution failed -2017-4-25 16h34m16s:CMatlabHandler - executeCommandInternal: Command delegate_addSingleCommand execution failed, Unable to execute command disp('hello'); -2017-4-25 16h34m16s:CtrlException.cpp: CtrlException, code 5, msg Invalid Matlab connection -2017-4-25 16h34m16s:CtrlException.cpp: CtrlException, code 5, msg Invalid Matlab connection -2017-4-25 16h34m16s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h34m16s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h34m16s:CClient.cpp: clientThread exit. -2017-4-25 16h34m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h34m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h34m26s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h34m26s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h34m26s:MatlabCOM - callMethod(,,): dispatcher->Invoke failed with code 1722 -2017-4-25 16h34m26s:MatlabCOM - execute: Execution failed -2017-4-25 16h34m26s:Matlab/CommandsProcessor - setVisible: Impossible change the visibility of the connection with Id=1 -2017-4-25 16h34m26s:Matlab/CommandsProcessor - processItem: SingleCommand Command execution failed -2017-4-25 16h34m26s:CMatlabHandler - executeCommandInternal: Command delegate_addSingleCommand execution failed, Unable to execute command disp('hello'); -2017-4-25 16h34m26s:MatlabCOM - callMethod(,,): dispatcher->Invoke failed with code 1722 -2017-4-25 16h34m26s:MatlabCOM - execute: Execution failed -2017-4-25 16h34m26s:Matlab/CommandsProcessor - setVisible: Impossible change the visibility of the connection with Id=1 -2017-4-25 16h34m26s:Matlab/CommandsProcessor - processItem: SingleCommand Command execution failed -2017-4-25 16h34m26s:CMatlabHandler - executeCommandInternal: Command delegate_addSingleCommand execution failed, Unable to execute command disp('hello'); -2017-4-25 16h34m41s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h34m41s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h34m41s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h34m41s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h34m50s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h34m50s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h35m30s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h35m30s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h35m30s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h35m30s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h35m38s:Controller.cpp: new client: 23520 -2017-4-25 16h35m38s:CClient.cpp: Creating new client ID: 2348 -2017-4-25 16h35m38s:CClient.cpp: clientThread started with port:2776 -2017-4-25 16h35m38s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 16h35m38s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 17588 -2017-4-25 16h35m38s:Controller.cpp: API function call : Get model list changes -2017-4-25 16h35m38s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 16h35m38s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 16h35m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h35m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h35m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 16h35m38s:Controller.cpp: NOTIFICATION MSG IS: 2089389851634829612,2031 -2017-4-25 16h35m38s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h35m38s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-25 16h35m38s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h35m38s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h35m39s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h35m39s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-25 16h35m39s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-25 16h35m39s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-25 16h35m39s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-25 16h35m39s:Controller.cpp: API function call : NotificationConnect -2017-4-25 16h35m39s:Controller.cpp: pClient->notifCommSock = 2852 -2017-4-25 16h35m39s:Controller.cpp: API function call : SetEventInterest -2017-4-25 16h35m39s:Controller.cpp: API function call : GetTimeInfo -2017-4-25 16h35m39s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-25 16h35m39s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h35m39s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h42m59s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h42m59s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h42m59s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-25 16h42m59s:MatlabCOM - callMethod(,,): dispatcher->Invoke failed with code 1722 -2017-4-25 16h42m59s:MatlabCOM - execute: Execution failed -2017-4-25 16h42m59s:Matlab/CommandsProcessor - setVisible: Impossible change the visibility of the connection with Id=0 -2017-4-25 16h42m59s:Matlab/CommandsProcessor - processItem: SingleCommand Command execution failed -2017-4-25 16h42m59s:CMatlabHandler - executeCommandInternal: Command delegate_addSingleCommand execution failed, Unable to execute command disp('hello'); -2017-4-25 16h42m59s:Matlab/CommandsProcessor - mapConnectionToDelegateThread: Adding a connection delegate failed -2017-4-25 16h42m59s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-25 16h43m0s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[NewMatlabVersion]<->Matlab[v8.1]) -2017-4-25 16h46m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h46m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h46m22s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-25 16h46m22s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-25 16h46m22s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-25 16h46m22s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h46m22s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-25 16h46m22s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-25 16h46m23s:Controller.cpp: Removing client: 2348 -2017-4-25 16h46m23s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 17784 -2017-4-25 16h46m23s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-25 16h46m23s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-25 16h46m23s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-25 16h46m23s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 16h46m23s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 16h46m23s:CClient.cpp: clientThread exit. -2017-4-25 16h46m23s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-25 16h46m23s:RECV_Thread.c: Cleanup done. -2017-4-25 16h46m24s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-25 16h46m24s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h46m24s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-25 16h46m24s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-25 16h46m24s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-25 16h46m24s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-25 16h46m24s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-25 16h46m29s:OpalControlClient.cpp: Signals Control thread (id 25692) normal exit. -2017-4-25 16h46m29s:OpalControlClient.cpp: Probe Control thread (id 20140) normal exit. -2017-4-25 16h46m29s:OpalControlClient.cpp: Snapshot Control thread (id 22956) normal exit. -2017-4-25 16h46m29s:OpalControlClient.cpp: Parameter Control thread (id 16820) normal exit. -2017-4-25 16h46m29s:OpalControlClient.cpp: System Control thread (id 17784) normal exit. -2017-4-25 16h46m29s:OpalControlClient.cpp: Blobs Control thread (id 18236) normal exit. -2017-4-25 16h46m29s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-25 16h46m29s:SEND_Thread.c: Thread 26172 stopping because stop flag is set -2017-4-25 16h46m29s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-25 16h46m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 16h46m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 16h46m29s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-25 16h46m29s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-25 16h46m30s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-25 16h46m30s:MatlabHandler - Open: an instance of matlab with same version is already opened -2017-4-25 16h46m30s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h46m30s:CtrlException.cpp: CtrlException, code 17, msg Matlab is already open. -2017-4-25 16h46m30s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-25 16h46m50s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h30m45s:Controller.cpp: Removing client: 17740 -2017-4-25 17h30m45s:Controller.cpp: Removing client: 6316 -2017-4-25 17h30m45s:Controller.cpp: Removing client: 7236 -2017-4-25 17h30m45s:Controller.cpp: Removing client: 25256 -2017-4-25 17h30m45s:Controller.cpp: Removing client: 20136 -2017-4-25 17h30m45s:Controller.cpp: Removing client: 26584 -2017-4-25 17h30m46s:Controller.cpp: Removing client: 11380 -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 17h30m46s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:CMatlabHandler - releaseConnection: Useless connection release, the connection is already released -2017-4-25 17h30m46s:CMatlabHandler - releaseDelegateThread: Useless delegate thread release, the delegate thread is already released -2017-4-25 17h30m46s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:53893 -2017-4-25 17h30m46s:Controller.cpp: Entering CloseSubControllers -2017-4-25 17h30m46s:CClient.cpp: clientThread exit. -2017-4-25 17h30m46s:Stopping OpalNode watchdog. -2017-4-25 17h32m1s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 23644) ------ -2017-4-25 17h32m1s:Controller.cpp: new client: 22288 -2017-4-25 17h32m1s:CClient.cpp: Creating new client ID: 20112 -2017-4-25 17h32m1s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 17h32m1s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 18968 -2017-4-25 17h32m1s:CClient.cpp: clientThread started with port:624 -2017-4-25 17h32m4s:Controller.cpp: API function call : Get model list changes -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 17h32m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m4s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-25 17h32m4s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-25 17h32m4s:Controller.cpp: API function call : GetParamControl (true) -2017-4-25 17h32m4s:Controller.cpp: API function call : GetParamControl (false) -2017-4-25 17h32m4s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-25 17h32m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m4s:Controller.cpp: API function call : Release control of configurations -2017-4-25 17h32m4s:Controller.cpp: API function call : Release control of the system -2017-4-25 17h32m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m4s:Controller.cpp: new client: 22288 -2017-4-25 17h32m4s:CClient.cpp: Creating new client ID: 25232 -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 17h32m4s:CClient.cpp: clientThread started with port:1040 -2017-4-25 17h32m4s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 18968 -2017-4-25 17h32m4s:Controller.cpp: API function call : Get model list changes -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 17h32m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m4s:Controller.cpp: API function call : NotificationConnect -2017-4-25 17h32m4s:Controller.cpp: pClient->notifCommSock = 1096 -2017-4-25 17h32m4s:Controller.cpp: API function call : SetEventInterest -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-25 17h32m4s:Controller.cpp: API function call : NotificationConnect -2017-4-25 17h32m4s:Controller.cpp: pClient->notifCommSock = 1100 -2017-4-25 17h32m4s:Controller.cpp: API function call : SetEventInterest -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-25 17h32m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-25 17h32m4s:Controller.cpp: API function call : RegisterDisplay -2017-4-25 17h32m4s:Controller.cpp: new client: 22288 -2017-4-25 17h32m4s:CClient.cpp: Creating new client ID: 25620 -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 17h32m4s:CClient.cpp: clientThread started with port:1104 -2017-4-25 17h32m4s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 18968 -2017-4-25 17h32m4s:Controller.cpp: API function call : Get model list changes -2017-4-25 17h32m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 17h32m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 17h32m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m5s:Controller.cpp: new client: 22288 -2017-4-25 17h32m5s:CClient.cpp: Creating new client ID: 15520 -2017-4-25 17h32m5s:CClient.cpp: clientThread started with port:1152 -2017-4-25 17h32m5s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-25 17h32m5s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 18968 -2017-4-25 17h32m5s:Controller.cpp: API function call : Get model list changes -2017-4-25 17h32m5s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-25 17h32m5s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-25 17h32m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-25 17h32m8s:Controller.cpp: API function call : SetEventInterest -2017-4-25 17h32m8s:Controller.cpp: API function call : SetEventInterest -2017-4-25 17h32m8s:Controller.cpp: Removing client: 15520 -2017-4-25 17h32m8s:CClient.cpp: clientThread exit. -2017-4-25 17h32m8s:Controller.cpp: Removing client: 20112 -2017-4-25 17h32m8s:CClient.cpp: clientThread exit. -2017-4-25 17h32m8s:Controller.cpp: Removing client: 25620 -2017-4-25 17h32m8s:CClient.cpp: clientThread exit. -2017-4-25 17h32m8s:Controller.cpp: Removing client: 25232 -2017-4-25 17h32m8s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:62184 -2017-4-25 17h32m8s:Controller.cpp: Entering CloseSubControllers -2017-4-25 17h32m8s:Stopping OpalNode watchdog. -2017-4-25 17h32m8s:CClient.cpp: clientThread exit. -2017-4-27 14h59m12s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 15484) ------ -2017-4-27 14h59m12s:Controller.cpp: new client: 25096 -2017-4-27 14h59m12s:CClient.cpp: Creating new client ID: 7944 -2017-4-27 14h59m12s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 14h59m12s:CClient.cpp: clientThread started with port:612 -2017-4-27 14h59m12s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 4316 -2017-4-27 14h59m15s:Controller.cpp: API function call : Get model list changes -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m15s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-27 14h59m15s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-27 14h59m15s:Controller.cpp: API function call : GetParamControl (true) -2017-4-27 14h59m15s:Controller.cpp: API function call : GetParamControl (false) -2017-4-27 14h59m15s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m15s:Controller.cpp: API function call : Release control of configurations -2017-4-27 14h59m15s:Controller.cpp: API function call : Release control of the system -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m15s:Controller.cpp: new client: 25096 -2017-4-27 14h59m15s:CClient.cpp: Creating new client ID: 27192 -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 14h59m15s:CClient.cpp: clientThread started with port:1032 -2017-4-27 14h59m15s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 4316 -2017-4-27 14h59m15s:Controller.cpp: API function call : Get model list changes -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m15s:Controller.cpp: API function call : NotificationConnect -2017-4-27 14h59m15s:Controller.cpp: pClient->notifCommSock = 1084 -2017-4-27 14h59m15s:Controller.cpp: API function call : SetEventInterest -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-27 14h59m15s:Controller.cpp: API function call : NotificationConnect -2017-4-27 14h59m15s:Controller.cpp: pClient->notifCommSock = 1088 -2017-4-27 14h59m15s:Controller.cpp: API function call : SetEventInterest -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 14h59m15s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 14h59m15s:Controller.cpp: new client: 25096 -2017-4-27 14h59m15s:CClient.cpp: Creating new client ID: 25964 -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 14h59m15s:CClient.cpp: clientThread started with port:1092 -2017-4-27 14h59m15s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 4316 -2017-4-27 14h59m15s:Controller.cpp: API function call : Get model list changes -2017-4-27 14h59m15s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 14h59m15s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 14h59m15s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m16s:Controller.cpp: new client: 25096 -2017-4-27 14h59m16s:CClient.cpp: Creating new client ID: 20884 -2017-4-27 14h59m16s:CClient.cpp: clientThread started with port:1140 -2017-4-27 14h59m16s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 14h59m16s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 4316 -2017-4-27 14h59m16s:Controller.cpp: API function call : Get model list changes -2017-4-27 14h59m16s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 14h59m16s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 14h59m16s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 14h59m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 14h59m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 14h59m21s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 14h59m21s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 14h59m21s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h40m36s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 18648) ------ -2017-4-27 17h40m36s:Controller.cpp: new client: 8736 -2017-4-27 17h40m36s:CClient.cpp: Creating new client ID: 18740 -2017-4-27 17h40m36s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h40m36s:CClient.cpp: clientThread started with port:624 -2017-4-27 17h40m36s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h40m38s:CProject.cpp: Warning: your project configuration file has been copied from: C:\Users\opal-user\OPAL-RT\msv-ufa\villas_udp\villas_udp.llp. You may encounter problems while populating the model list. -2017-4-27 17h40m38s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h40m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m38s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-27 17h40m38s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-27 17h40m38s:Controller.cpp: API function call : GetParamControl (true) -2017-4-27 17h40m38s:Controller.cpp: API function call : GetParamControl (false) -2017-4-27 17h40m38s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-27 17h40m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m38s:Controller.cpp: API function call : Release control of configurations -2017-4-27 17h40m38s:Controller.cpp: API function call : Release control of the system -2017-4-27 17h40m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m38s:Controller.cpp: new client: 8736 -2017-4-27 17h40m38s:CClient.cpp: Creating new client ID: 13344 -2017-4-27 17h40m38s:CClient.cpp: clientThread started with port:1048 -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h40m38s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h40m38s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h40m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m38s:Controller.cpp: API function call : NotificationConnect -2017-4-27 17h40m38s:Controller.cpp: pClient->notifCommSock = 1100 -2017-4-27 17h40m38s:Controller.cpp: API function call : SetEventInterest -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-27 17h40m38s:Controller.cpp: API function call : NotificationConnect -2017-4-27 17h40m38s:Controller.cpp: pClient->notifCommSock = 1104 -2017-4-27 17h40m38s:Controller.cpp: API function call : SetEventInterest -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h40m38s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-27 17h40m38s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h40m38s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h40m38s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 17h40m39s:Controller.cpp: new client: 8736 -2017-4-27 17h40m39s:CClient.cpp: Creating new client ID: 24192 -2017-4-27 17h40m39s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h40m39s:CClient.cpp: clientThread started with port:1108 -2017-4-27 17h40m39s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h40m39s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h40m39s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h40m39s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h40m39s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m46s:Controller.cpp: new client: 8736 -2017-4-27 17h40m46s:CClient.cpp: Creating new client ID: 14488 -2017-4-27 17h40m46s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h40m46s:CClient.cpp: clientThread started with port:1156 -2017-4-27 17h40m46s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h40m46s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h40m46s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h40m46s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h40m46s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h40m46s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h40m46s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h40m46s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 17h40m46s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 17h40m46s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h41m0s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h41m0s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h41m0s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 17h41m0s:Controller.cpp: API function call : Clean model -2017-4-27 17h41m0s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 17h41m0s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 17h41m0s:Compile.cpp: compileThread launched with id = 17160 -2017-4-27 17h41m0s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 17h41m0s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h41m2s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 17h41m2s:Service Matlab/CommandsProcessor found -2017-4-27 17h41m16s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 17h41m49s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-27 17h41m49s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-27 17h41m49s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-27 17h41m49s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-27 17h41m49s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-27 17h41m49s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-27 17h42m8s:********* binary ******** -2017-4-27 17h42m8s:********* binary ******** -2017-4-27 17h42m8s:********* binary ******** -2017-4-27 17h42m8s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-27 17h42m8s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#111) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#122) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#127) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#133) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#150) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#151) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-27 17h42m8s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#16) before EOF has been reached -2017-4-27 17h42m8s:CIniFileCache.cpp: Saving send_receive.sig because error was detected -2017-4-27 17h42m8s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 17h42m10s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-27 17h42m10s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 17h42m11s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 17h42m11s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m13s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-27 17h42m13s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m14s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-27 17h42m16s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-27 17h42m16s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m18s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m18s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m18s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m18s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h42m21s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/27/17 17:41:47 and last access was 04/25/17 15:38:43 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/27/17 17:41:48 and last access was 04/25/17 15:38:44 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.param: file access date is 04/27/17 17:42:08 and last access was 04/25/17 15:39:00 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.signal: file access date is 04/27/17 17:42:08 and last access was 04/25/17 15:39:00 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/27/17 17:42:08 and last access was 04/25/17 15:39:00 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/27/17 17:42:04 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/27/17 17:42:04 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/27/17 17:42:04 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/27/17 17:42:10 and last access was 04/25/17 16:29:23 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/27/17 17:42:07 and last access was 04/25/17 15:38:59 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/27/17 17:42:05 and last access was 04/24/17 17:36:02 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tlc: file access date is 12/10/15 20:46:12 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tmf: file access date is 09/01/15 12:07:28 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Makefile.mk: file access date is 04/27/17 15:54:22 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\include\config.h: file access date is 04/27/17 15:54:48 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\include\msg.h: file access date is 04/27/17 15:55:05 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\include\msg_format.h: file access date is 04/27/17 15:55:20 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\include\socket.h: file access date is 04/27/17 15:55:55 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\include\utils.h: file access date is 04/27/17 15:56:07 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\src\compat.c: file access date is 04/27/17 15:56:20 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\src\main.c: file access date is 04/27/17 15:57:24 and last access was 04/25/17 16:29:13 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\src\msg.c: file access date is 04/27/17 15:57:40 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\src\socket.c: file access date is 04/27/17 15:58:28 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\src\utils.c: file access date is 04/27/17 15:58:48 and last access was 04/24/17 16:32:10 -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\AsyncApi.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_ctl.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_monitor.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_opal_lib.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_recv.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_send.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_user.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canlib.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m21s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canstat.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\DataTypes.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_private.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_types.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Hardware.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\hwmonitoring.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500_501_lib.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip501_16.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520_lib.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip_mp_serial.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\linlib.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Matlab.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main_rtm.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni4882.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni488_ugpib.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobs.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobsDefs.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalDDK_public.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalError.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGenAsyncParamCtrl.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGlobals.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGPIBAsyncParamCtrl.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIO.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIOTypes.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_251_AsyncParamCtrl.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_LIN_AsyncParamCtrl.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalMonitoring.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalPrint.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalStandalonePrint.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalTypes.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_1553.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_429.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opal_sfun2ucb.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpBlobNexus.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpCommRtUser.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ophsdio64_public.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opmstackBlobId.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpPcCard.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\PlugAndPlay.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8ad.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8da.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8di.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8dig.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8do.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8en.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8tb.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8wd.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\qnx_main.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\rfm_extern.h: file access date is 11/03/15 10:21:00 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\RTAPI.h: file access date is 11/03/15 10:21:00 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\s611_x11.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\serial.h: file access date is 09/01/15 12:11:06 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Timing.h: file access date is 09/01/15 12:11:04 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\model_main.c: file access date is 11/19/15 18:58:42 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalCore.a: file access date is 01/17/16 16:37:12 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils_redhawk.a: file access date is 01/17/16 17:07:36 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils.a: file access date is 01/17/16 16:37:14 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalOhci.a: file access date is 01/17/16 17:07:34 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libirc.a: file access date is 01/17/16 17:07:16 and last access was -2017-4-27 17h42m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libimf.a: file access date is 01/17/16 17:07:18 and last access was -2017-4-27 17h42m23s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\simulink\libR2013a\redhawk\libOpalRTER2013A.a: file access date is 01/17/16 17:07:16 and last access was -2017-4-27 17h42m23s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalAsyncApiCore.a: file access date is 01/17/16 17:07:20 and last access was -2017-4-27 17h42m24s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 17h42m24s:Compile.cpp: Compilation completed successfully. -2017-4-27 17h42m24s:Compile.cpp: Compilation Thread closed. -2017-4-27 17h42m24s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 17h42m24s:Controller.cpp: new client: 8736 -2017-4-27 17h42m24s:CClient.cpp: Creating new client ID: 17244 -2017-4-27 17h42m24s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h42m24s:CClient.cpp: clientThread started with port:1384 -2017-4-27 17h42m24s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h42m24s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h42m25s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h42m25s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h42m25s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h42m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h42m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h42m25s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h42m25s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h42m25s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 17h42m25s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 17h42m25s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h42m31s:Controller.cpp: new client: 8736 -2017-4-27 17h42m31s:CClient.cpp: Creating new client ID: 17820 -2017-4-27 17h42m31s:CClient.cpp: clientThread started with port:1332 -2017-4-27 17h42m31s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h42m31s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h42m31s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h42m31s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h42m31s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h42m31s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h42m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h42m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h42m31s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h42m31s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 17h42m44s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 17h42m44s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 17h42m44s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 17h42m50s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 17h43m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h43m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h43m10s:Controller.cpp: API function call : COMMAND Project Load -2017-4-27 17h43m10s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-27 17h43m10s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-27 17h43m10s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-27 17h43m10s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-27 17h43m10s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-27 17h43m10s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-27 17h43m10s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-27 17h43m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m14s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m15s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-27 17h43m15s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-27 17h43m15s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-27 17h43m15s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x5440) start -2017-4-27 17h43m15s:Acquisition.cpp: acqGroupReqThread handle (0x9c4) -2017-4-27 17h43m15s:Acquisition.cpp: acqGroupReqThread handle (0xa30) -2017-4-27 17h43m15s:SystemControl.cpp: Load: all subsystems connected -2017-4-27 17h43m15s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-27 17h43m15s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 17h43m15s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-27 17h43m15s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 17h43m15s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-27 17h43m15s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 17h43m15s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-27 17h43m15s:SystemControl.cpp: Load: received combined status from master -2017-4-27 17h43m15s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-27 17h43m15s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-335 -2017-4-27 17h43m15s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-27 17h43m15s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-27 17h43m15s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-27 17h43m15s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9092 -2017-4-27 17h43m15s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-27 17h43m15s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 27228 -2017-4-27 17h43m15s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 27228 -2017-4-27 17h43m15s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 27228 -2017-4-27 17h43m15s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 14644 -2017-4-27 17h43m16s:CLog.cpp: Could not call "connect" on LogRT at 134.130.169.80:25250 -2017-4-27 17h43m16s:CSubSystem.cpp: Unable to connect to the remote log system at 134.130.169.80:25250. Display will be disabled. -2017-4-27 17h43m16s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 27228 -2017-4-27 17h43m16s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-27 17h43m16s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-27 17h43m16s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-27 17h43m16s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 14644 -2017-4-27 17h43m16s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-27 17h43m16s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-27 17h43m16s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-27 17h43m16s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 14644 -2017-4-27 17h43m16s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-27 17h43m16s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m16s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl" -2017-4-27 17h43m16s:Controller.cpp: API function call : GetSubsysList -2017-4-27 17h43m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h43m16s:Controller.cpp: API function call : GetSubsysList -2017-4-27 17h43m16s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-27 17h43m21s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 17h43m21s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 9092 -2017-4-27 17h43m21s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-27 17h43m21s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 9092 -2017-4-27 17h43m22s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h43m22s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h43m22s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 17h43m23s:Controller.cpp: new client: 8736 -2017-4-27 17h43m23s:CClient.cpp: Creating new client ID: 13724 -2017-4-27 17h43m23s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h43m23s:CClient.cpp: clientThread started with port:1352 -2017-4-27 17h43m23s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 16372 -2017-4-27 17h43m23s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h43m23s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h43m23s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h43m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h43m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h43m23s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h43m23s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 17h43m23s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-27 17h43m23s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 17h43m24s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 17h43m24s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 17h43m24s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-27 17h43m24s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 17h43m24s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-27 17h43m24s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-27 17h43m24s:Controller.cpp: API function call : NotificationConnect -2017-4-27 17h43m24s:Controller.cpp: pClient->notifCommSock = 2712 -2017-4-27 17h43m24s:Controller.cpp: API function call : SetEventInterest -2017-4-27 17h43m24s:Controller.cpp: API function call : GetTimeInfo -2017-4-27 17h43m24s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-27 17h49m46s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h49m46s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h49m46s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-27 17h49m46s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-27 17h49m46s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-27 17h49m46s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-27 17h49m46s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-27 17h49m46s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-27 17h49m46s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 9092 -2017-4-27 17h49m46s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-27 17h49m46s:Controller.cpp: Removing client: 13724 -2017-4-27 17h49m46s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-27 17h49m46s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-27 17h49m46s:CClient.cpp: clientThread exit. -2017-4-27 17h49m46s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-27 17h49m46s:RECV_Thread.c: Cleanup done. -2017-4-27 17h49m47s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-27 17h49m47s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-27 17h49m47s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-27 17h49m47s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-27 17h49m48s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 17h49m48s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 17h49m48s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-27 17h49m53s:OpalControlClient.cpp: Signals Control thread (id 24548) normal exit. -2017-4-27 17h49m53s:OpalControlClient.cpp: Probe Control thread (id 14644) normal exit. -2017-4-27 17h49m53s:OpalControlClient.cpp: Snapshot Control thread (id 15924) normal exit. -2017-4-27 17h49m53s:OpalControlClient.cpp: Parameter Control thread (id 7224) normal exit. -2017-4-27 17h49m53s:OpalControlClient.cpp: System Control thread (id 9092) normal exit. -2017-4-27 17h49m53s:OpalControlClient.cpp: Blobs Control thread (id 27228) normal exit. -2017-4-27 17h49m53s:SEND_Thread.c: Thread 6112 stopping because stop flag is set -2017-4-27 17h49m53s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 17h49m53s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-27 17h49m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h49m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h49m53s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-27 17h49m53s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-27 17h58m11s:Controller.cpp: new client: 8736 -2017-4-27 17h58m11s:CClient.cpp: Creating new client ID: 16976 -2017-4-27 17h58m11s:CClient.cpp: clientThread started with port:2424 -2017-4-27 17h58m11s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 17h58m11s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 17h58m11s:Controller.cpp: API function call : Get model list changes -2017-4-27 17h58m11s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 17h58m11s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 17h58m11s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 17h58m11s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 17h58m11s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 17h58m11s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 17h58m11s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 18h0m33s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h0m45s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h0m45s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h0m45s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h0m45s:Controller.cpp: API function call : Clean model -2017-4-27 18h0m45s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h0m45s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h0m45s:Compile.cpp: compileThread launched with id = 16128 -2017-4-27 18h0m45s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h0m45s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h0m46s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h1m34s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h1m34s:Compile.cpp: Compilation abort: executing doCompileAbortExit. -2017-4-27 18h1m34s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h1m34s:Compile.cpp: DoCompile, taking abort exit -2017-4-27 18h1m34s:Controller.cpp: NOTIFICATION MSG IS: MODEL_NOT_LOADABLE -2017-4-27 18h1m34s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h1m34s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h1m34s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h1m35s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h1m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h1m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h1m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h1m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h1m35s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h1m35s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h1m35s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h3m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h3m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h3m8s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h3m8s:Controller.cpp: API function call : Clean model -2017-4-27 18h3m8s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h3m8s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h3m8s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h3m8s:Compile.cpp: compileThread launched with id = 1144 -2017-4-27 18h3m8s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h3m9s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h3m24s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 18h3m52s:Failed to connect to 134.130.169.80:25250 (status = -1) -2017-4-27 18h3m53s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/27/17 18:03:50 and last access was 04/27/17 17:41:48 -2017-4-27 18h3m53s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/27/17 18:03:49 and last access was 04/27/17 17:41:47 -2017-4-27 18h3m53s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-27 18h3m53s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-27 18h3m53s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-27 18h3m53s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-27 18h3m53s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-27 18h3m53s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-27 18h4m7s:********* binary ******** -2017-4-27 18h4m7s:********* binary ******** -2017-4-27 18h4m7s:********* binary ******** -2017-4-27 18h4m7s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-27 18h4m7s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-27 18h4m7s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#146) before EOF has been reached -2017-4-27 18h4m7s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-27 18h4m7s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#16) before EOF has been reached -2017-4-27 18h4m7s:CIniFileCache.cpp: Saving send_receive.sig because error was detected -2017-4-27 18h4m7s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h4m8s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/27/17 18:04:07 and last access was 04/27/17 17:42:08 -2017-4-27 18h4m8s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-27 18h4m9s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 18h4m9s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 18h4m9s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m9s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m10s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-27 18h4m11s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m11s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-27 18h4m13s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-27 18h4m13s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m13s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m15s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m15s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m16s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m18s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-27 18h4m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.param: file access date is 04/27/17 18:04:07 and last access was 04/27/17 17:42:08 -2017-4-27 18h4m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.signal: file access date is 04/27/17 18:04:07 and last access was 04/27/17 17:42:08 -2017-4-27 18h4m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/27/17 18:04:08 and last access was 04/27/17 17:42:10 -2017-4-27 18h4m19s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/27/17 18:04:06 and last access was 04/27/17 17:42:07 -2017-4-27 18h4m20s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 18h4m20s:Compile.cpp: Compilation completed successfully. -2017-4-27 18h4m20s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h4m20s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h4m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h4m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h4m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h4m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h4m20s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h4m20s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h4m20s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h4m27s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h4m33s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h4m44s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h4m44s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h4m44s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h4m44s:Controller.cpp: API function call : Clean model -2017-4-27 18h4m44s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h4m44s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h4m44s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h4m44s:Compile.cpp: compileThread launched with id = 20052 -2017-4-27 18h4m44s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h4m45s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h5m2s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h5m2s:Compile.cpp: Compilation abort: executing doCompileAbortExit. -2017-4-27 18h5m2s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h5m2s:Compile.cpp: DoCompile, taking abort exit -2017-4-27 18h5m2s:Controller.cpp: NOTIFICATION MSG IS: MODEL_NOT_LOADABLE -2017-4-27 18h5m2s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h5m2s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h5m2s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h5m3s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h5m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h5m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h5m3s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h5m3s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h5m3s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h5m3s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h5m3s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h6m43s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h6m43s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h6m43s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h6m43s:Controller.cpp: API function call : Clean model -2017-4-27 18h6m43s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h6m43s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h6m43s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h6m43s:Compile.cpp: compileThread launched with id = 10688 -2017-4-27 18h6m43s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h6m44s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h7m4s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 18h7m32s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/27/17 18:07:31 and last access was 04/27/17 18:03:50 -2017-4-27 18h7m32s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/27/17 18:07:30 and last access was 04/27/17 18:03:49 -2017-4-27 18h7m32s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-27 18h7m32s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-27 18h7m32s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-27 18h7m32s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-27 18h7m32s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-27 18h7m32s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-27 18h7m45s:********* binary ******** -2017-4-27 18h7m45s:********* binary ******** -2017-4-27 18h7m45s:********* binary ******** -2017-4-27 18h7m46s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-27 18h7m46s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-27 18h7m46s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#146) before EOF has been reached -2017-4-27 18h7m46s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-27 18h7m46s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#16) before EOF has been reached -2017-4-27 18h7m46s:CIniFileCache.cpp: Saving send_receive.sig because error was detected -2017-4-27 18h7m46s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h7m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/27/17 18:07:46 and last access was 04/27/17 18:04:07 -2017-4-27 18h7m47s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/27/17 18:07:45 and last access was 04/27/17 18:04:06 -2017-4-27 18h7m48s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-27 18h7m50s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-27 18h7m50s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.param: file access date is 04/27/17 18:07:46 and last access was 04/27/17 18:04:07 -2017-4-27 18h7m50s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.signal: file access date is 04/27/17 18:07:46 and last access was 04/27/17 18:04:07 -2017-4-27 18h7m52s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 18h7m52s:Compile.cpp: Compilation completed successfully. -2017-4-27 18h7m52s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h7m52s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h7m53s:Controller.cpp: new client: 8736 -2017-4-27 18h7m53s:CClient.cpp: Creating new client ID: 10776 -2017-4-27 18h7m53s:CClient.cpp: clientThread started with port:2392 -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h7m53s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 7192 -2017-4-27 18h7m53s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h7m53s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h7m53s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h7m53s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h7m53s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h7m53s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h7m53s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h8m7s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h8m7s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h8m7s:Controller.cpp: Removing client: 14488 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:Controller.cpp: Removing client: 18740 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:Controller.cpp: Removing client: 24192 -2017-4-27 18h8m7s:Controller.cpp: Removing client: 13344 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:Controller.cpp: Removing client: 17244 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:Controller.cpp: Removing client: 17820 -2017-4-27 18h8m7s:Controller.cpp: Removing client: 16976 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h8m7s:Controller.cpp: Removing client: 10776 -2017-4-27 18h8m7s:CClient.cpp: clientThread exit. -2017-4-27 18h11m3s:Controller.cpp: ------- NEW CONTROLLER STARTED (pid 18988) ------ -2017-4-27 18h11m3s:Controller.cpp: new client: 8392 -2017-4-27 18h11m3s:CClient.cpp: Creating new client ID: 8272 -2017-4-27 18h11m3s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h11m3s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h11m3s:CClient.cpp: clientThread started with port:624 -2017-4-27 18h11m6s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h11m6s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h11m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h11m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m6s:Controller.cpp: API function call : GetSystemControl (true) -2017-4-27 18h11m6s:Controller.cpp: API function call : GetSystemControl (false) -2017-4-27 18h11m6s:Controller.cpp: API function call : GetParamControl (true) -2017-4-27 18h11m6s:Controller.cpp: API function call : GetParamControl (false) -2017-4-27 18h11m6s:Controller.cpp: API function call : Take control of configurations, prio 127 -2017-4-27 18h11m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m6s:Controller.cpp: API function call : Release control of configurations -2017-4-27 18h11m6s:Controller.cpp: API function call : Release control of the system -2017-4-27 18h11m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m6s:Controller.cpp: new client: 8392 -2017-4-27 18h11m6s:CClient.cpp: Creating new client ID: 6876 -2017-4-27 18h11m6s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h11m6s:CClient.cpp: clientThread started with port:1040 -2017-4-27 18h11m6s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h11m6s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h11m6s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h11m6s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h11m6s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m6s:Controller.cpp: API function call : NotificationConnect -2017-4-27 18h11m6s:Controller.cpp: pClient->notifCommSock = 1096 -2017-4-27 18h11m6s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h11m6s:Controller.cpp: API function call : GET_CHILDREN Project -2017-4-27 18h11m6s:Controller.cpp: API function call : GET_CHILDREN Model List -2017-4-27 18h11m6s:Controller.cpp: API function call : NotificationConnect -2017-4-27 18h11m6s:Controller.cpp: pClient->notifCommSock = 1100 -2017-4-27 18h11m6s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h11m7s:Controller.cpp: API function call : GET_CHILDREN Environment Variable List -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h11m7s:Controller.cpp: API function call : GET_CHILDREN Missing Model List -2017-4-27 18h11m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h11m7s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h11m7s:Controller.cpp: new client: 8392 -2017-4-27 18h11m7s:CClient.cpp: Creating new client ID: 16796 -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h11m7s:CClient.cpp: clientThread started with port:1104 -2017-4-27 18h11m7s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h11m7s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h11m7s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h11m7s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h11m7s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h11m7s:Controller.cpp: new client: 8392 -2017-4-27 18h11m9s:CClient.cpp: Creating new client ID: 5440 -2017-4-27 18h11m9s:CClient.cpp: clientThread started with port:1152 -2017-4-27 18h11m9s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h11m9s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h11m9s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h11m9s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h11m9s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h11m9s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h12m10s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h12m10s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h12m10s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h12m10s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h12m10s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h12m34s:Controller.cpp: new client: 8392 -2017-4-27 18h12m34s:CClient.cpp: Creating new client ID: 2348 -2017-4-27 18h12m34s:CClient.cpp: clientThread started with port:316 -2017-4-27 18h12m34s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h12m34s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h12m34s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h12m34s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h12m34s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h12m34s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h12m34s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h12m34s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h12m34s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h12m34s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 18h12m34s:Service Matlab/CommandsProcessor found -2017-4-27 18h12m49s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 8.1 -2017-4-27 18h12m49s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h12m49s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h12m58s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 18h14m46s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h14m46s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h14m46s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h14m46s:Controller.cpp: API function call : Clean model -2017-4-27 18h14m46s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h14m46s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h14m46s:Compile.cpp: compileThread launched with id = 4988 -2017-4-27 18h14m46s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h14m47s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h14m48s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h15m3s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h15m3s:Compile.cpp: Compilation abort: executing doCompileAbortExit. -2017-4-27 18h15m3s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h15m4s:Compile.cpp: DoCompile, taking abort exit -2017-4-27 18h15m4s:Controller.cpp: NOTIFICATION MSG IS: MODEL_NOT_LOADABLE -2017-4-27 18h15m4s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h15m4s:CtrlException.cpp: CtrlException, code 5, msg Compilation failed. - -Please see the compilation results display for more information. -2017-4-27 18h15m4s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h15m4s:Controller.cpp: new client: 8392 -2017-4-27 18h15m4s:CClient.cpp: Creating new client ID: 17688 -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h15m4s:CClient.cpp: clientThread started with port:1476 -2017-4-27 18h15m4s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h15m4s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h15m4s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h15m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h15m4s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h15m4s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h15m4s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h15m4s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h15m4s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h15m29s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h15m29s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h15m29s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 18h15m41s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h15m42s:MatlabHandler - getConflictFlag: Matlab version is older than the model's (Model[v8.1]<->Matlab[v7.13]) -2017-4-27 18h21m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h21m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h21m8s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h21m8s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-27 18h21m8s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h21m8s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h21m8s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h21m8s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m10s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Signal List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h21m17s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h21m20s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h21m20s:Controller.cpp: API function call : GET_CHILDREN Model Parameter List -2017-4-27 18h21m20s:Controller.cpp: API function call : GET_CHILDREN Model Signal List -2017-4-27 18h21m20s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h28m20s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h28m20s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h28m20s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h28m20s:Controller.cpp: API function call : Clean model -2017-4-27 18h28m20s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h28m20s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h28m20s:Compile.cpp: compileThread launched with id = 18976 -2017-4-27 18h28m20s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h28m20s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h28m21s:Controller.cpp: NOTIFICATION MSG IS: Model separation -2017-4-27 18h28m36s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h28m56s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.subsys: file access date is 04/27/17 18:28:55 and last access was 04/27/17 18:07:31 -2017-4-27 18h28m56s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive_1_sm_model.mdl: file access date is 04/27/17 18:28:54 and last access was 04/27/17 18:07:30 -2017-4-27 18h28m56s:Controller.cpp: NOTIFICATION MSG IS: Code generation -2017-4-27 18h28m56s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#6) before EOF has been reached -2017-4-27 18h28m56s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#8) before EOF has been reached -2017-4-27 18h28m56s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#10) before EOF has been reached -2017-4-27 18h28m56s:CIniFileCache.cpp: Saving send_receive_1_sm_model.sfp because error was detected -2017-4-27 18h28m56s:Controller.cpp: NOTIFICATION MSG IS: Code generation: send_receive_1_sm_model -2017-4-27 18h29m10s:********* binary ******** -2017-4-27 18h29m10s:********* binary ******** -2017-4-27 18h29m10s:********* binary ******** -2017-4-27 18h29m10s:Controller.cpp: NOTIFICATION MSG IS: Parameters database -2017-4-27 18h29m10s:Controller.cpp: NOTIFICATION MSG IS: Signals database -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#111) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#122) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#127) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#133) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#150) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#151) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: Saving send_receive_1_sm_model.map because error was detected -2017-4-27 18h29m10s:CIniFileCache.cpp: CIniFileCache.Load():: Empty line (#16) before EOF has been reached -2017-4-27 18h29m10s:CIniFileCache.cpp: Saving send_receive.sig because error was detected -2017-4-27 18h29m10s:MatlabCOM::initializeClassCOM: CoInitialize function failed with code 262 -2017-4-27 18h29m11s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c: file access date is 04/27/17 18:29:10 and last access was 04/27/17 18:04:07 -2017-4-27 18h29m11s:Controller.cpp: NOTIFICATION MSG IS: Source files validation -2017-4-27 18h29m11s:Controller.cpp: NOTIFICATION MSG IS: File transfer -2017-4-27 18h29m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m11s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 18h29m12s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\builtin_typeid_types.h. -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:WinUtils.cpp: File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 18h29m12s:CtrlException.cpp: CtrlException, code 3, msg File(s) not found: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\multiword_types.h. -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m12s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m13s:Controller.cpp: NOTIFICATION MSG IS: Code compilation -2017-4-27 18h29m13s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m14s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: send_receive_1_sm_model -2017-4-27 18h29m16s:Controller.cpp: NOTIFICATION MSG IS: File retrieval -2017-4-27 18h29m16s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m16s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m19s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m19s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m19s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m19s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m21s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl: file access date is 04/27/17 18:28:14 and last access was 04/25/17 15:37:56 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.param: file access date is 04/27/17 18:29:10 and last access was 04/27/17 18:07:46 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\Opcommon\send_receive.signal: file access date is 04/27/17 18:29:10 and last access was 04/27/17 18:07:46 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:04 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:04 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_defines.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:04 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtmodel.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c: file access date is 04/27/17 18:29:11 and last access was 04/27/17 18:04:08 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m21s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk: file access date is 04/27/17 18:29:09 and last access was 04/27/17 18:04:06 -2017-4-27 18h29m22s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m22s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m22s:CCompanionFile.cpp: MD5 needed for C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h: file access date is 04/27/17 18:29:07 and last access was 04/27/17 17:42:05 -2017-4-27 18h29m22s:CCompanionFile.cpp: MD5 needed for C:\OPAL-RT\RT-LAB\v11.0.5.499\simulink\libR2011b\redhawk\libOpalRTER2011B.a: file access date is 01/17/16 17:07:16 and last access was -2017-4-27 18h29m23s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 18h29m23s:Compile.cpp: Compilation completed successfully. -2017-4-27 18h29m23s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h29m23s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m23s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h29m23s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h29m31s:Controller.cpp: new client: 8392 -2017-4-27 18h29m31s:CClient.cpp: Creating new client ID: 26760 -2017-4-27 18h29m31s:CClient.cpp: clientThread started with port:1560 -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h29m31s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 12292 -2017-4-27 18h29m31s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h29m31s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h29m31s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m31s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 18h29m31s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h29m31s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h29m36s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 18h29m37s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m37s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m37s:Controller.cpp: API function call : COMMAND Project Load -2017-4-27 18h29m37s:AcqControl.cpp: *** Computing sync data for acq group 1 -2017-4-27 18h29m37s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-27 18h29m37s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-27 18h29m37s:AcqControl.cpp: *** Computing sync data for acq group 25 -2017-4-27 18h29m37s:AcqControl.cpp: subsys id 1, repeat factor 1, status skip 1 -2017-4-27 18h29m37s:AcqControl.cpp: *** Multiplicateur du nbre de samples 1 (0.000050, 0.000050, 0.000050) -2017-4-27 18h29m37s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADING -2017-4-27 18h29m37s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m39s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN INCREASED ------ -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m40s:CDaemon.cpp: TransferFileToTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m41s:CDaemon.cpp: LoadSubsys, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m41s:NodesLoadingServer.cpp: Load : 1 temp sockets connected -2017-4-27 18h29m41s:SystemControl.cpp: Load : received pid-ports for logical node 1 -2017-4-27 18h29m41s:SystemControl.cpp: Load: established connections for logical node 1 (to recv and send on target) -2017-4-27 18h29m41s:OpalSystemClient.cpp: --- modeleStatus thread (handle 0x1afc) start -2017-4-27 18h29m41s:Acquisition.cpp: acqGroupReqThread handle (0xa1c) -2017-4-27 18h29m41s:Acquisition.cpp: acqGroupReqThread handle (0xa88) -2017-4-27 18h29m41s:SystemControl.cpp: Load: all subsystems connected -2017-4-27 18h29m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-27 18h29m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 18h29m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 0) -2017-4-27 18h29m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 18h29m42s:SystemControl.cpp: Load: received commrt extra info from logical node 1 (final = 1) -2017-4-27 18h29m42s:SystemControl.cpp: Load: sent combined commrt extra info to logicalNode 1 -2017-4-27 18h29m42s:SystemControl.cpp: All subsystems sent their UDP ports and other useful info. -2017-4-27 18h29m42s:SystemControl.cpp: Load: received combined status from master -2017-4-27 18h29m42s:SystemControl.cpp: Load: sent UDP ports to logical node 1 -2017-4-27 18h29m42s:Controller.cpp: NOTIFICATION MSG IS: 576460752320200704,2,-335 -2017-4-27 18h29m42s:SystemControl.cpp: Load: closed temp socket to logical node 1 -2017-4-27 18h29m42s:OpalSystemClient.cpp: Subsys sm_model is done initializing. -2017-4-27 18h29m42s:SystemControl.cpp: Load: sent calc step to logical node 1 -2017-4-27 18h29m42s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 3504 -2017-4-27 18h29m42s:SystemControl.cpp: Load: received feedback for calc step command -2017-4-27 18h29m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 60, thread 15604 -2017-4-27 18h29m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 61, thread 15604 -2017-4-27 18h29m42s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15604 -2017-4-27 18h29m42s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 48, thread 18708 -2017-4-27 18h29m43s:OpalControlClient.cpp: POSTED recv sem for client 5 (Blobs Control), cmd 59, thread 15604 -2017-4-27 18h29m43s:AcqControl.cpp: Group 1 : SUBYS ID 1 : 13 samples maximum apres restriction TCP/IP -2017-4-27 18h29m43s:AcqControl.cpp: Group 1 : The lowest subsys sample is 13 -2017-4-27 18h29m43s:AcqControl.cpp: Group 1: skip 1, for 20 ms -> 400 samples -2017-4-27 18h29m43s:AcqControl.cpp: Group 25 : SUBYS ID 1 : 1 samples maximum apres restriction TCP/IP -2017-4-27 18h29m43s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 18708 -2017-4-27 18h29m43s:AcqControl.cpp: Group 25 : The lowest subsys sample is 1 -2017-4-27 18h29m43s:AcqControl.cpp: Group 25: skip 1, for 20 ms -> 400 samples -2017-4-27 18h29m43s:OpalControlClient.cpp: POSTED recv sem for client 1 (Probe Control), cmd 34, thread 18708 -2017-4-27 18h29m43s:Controller.cpp: NOTIFICATION MSG IS: MODEL_PAUSED -2017-4-27 18h29m43s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m43s:CProject.cpp: Done loading model "C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl" -2017-4-27 18h29m43s:Controller.cpp: API function call : GetSubsysList -2017-4-27 18h29m43s:Controller.cpp: API function call : GetSubsysList -2017-4-27 18h29m43s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h29m43s:Controller.cpp: NOTIFICATION MSG IS: 2|C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\opsend_receive_sm_model_0.snap -2017-4-27 18h29m52s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m52s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m52s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m52s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m52s:Controller.cpp: API function call : COMMAND Project Execute -2017-4-27 18h29m52s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 8, thread 3504 -2017-4-27 18h29m52s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RUNNING -2017-4-27 18h29m52s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 9, thread 3504 -2017-4-27 18h29m53s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h29m53s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 18h29m53s:MatlabHandler - Open: an instance of matlab with the same version is already opened -2017-4-27 18h29m53s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h29m53s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Matlab Handler Load -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h29m58s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 18h29m58s:MatlabHandler - Open: an instance of matlab with the same version is already opened -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h29m58s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h30m4s:Controller.cpp: API function call : COMMAND Matlab Handler Execute -2017-4-27 18h30m4s:Controller.cpp: new client: 8392 -2017-4-27 18h30m4s:CClient.cpp: Creating new client ID: 1104 -2017-4-27 18h30m4s:CClient.cpp: clientThread started with port:912 -2017-4-27 18h30m4s:Controller.cpp: API function call : COMMAND RT-Lab Global Open -2017-4-27 18h30m4s:CClient.cpp: Client connected: name "opal-user", computer "WIN7-LAB", ip "127.0.0.1", pid 8124 -2017-4-27 18h30m5s:Error opening file C:/ProgramData/OPAL-RT/RT-LAB/v11.0.5.499/MetaController.state.lock: -The system cannot find the file specified. - -2017-4-27 18h30m5s:Controller.cpp: API function call : Get model list changes -2017-4-27 18h30m5s:Controller.cpp: API function call : COMMAND Project ApiSync -2017-4-27 18h30m5s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h30m5s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h30m5s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h30m5s:Controller.cpp: API function call : SET ATTRIBUTES -2017-4-27 18h30m5s:Controller.cpp: API function call : COMMAND Matlab Handler Open -2017-4-27 18h30m5s:MatlabHandler - Open: argument ATT_WAIT_FOR_COMPLETION = false, opening matlab asynchronously -2017-4-27 18h30m5s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 18h30m5s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 18h30m5s:Controller.cpp: API function call : Getting acquisition memory size -2017-4-27 18h30m5s:Controller.cpp: API function call : getNumSignalsForGroup2 -2017-4-27 18h30m5s:Controller.cpp: API function call : GetSignalListForGroup -2017-4-27 18h30m5s:Controller.cpp: API function call : GetAcqBlockLastVal -2017-4-27 18h30m5s:Controller.cpp: API function call : NotificationConnect -2017-4-27 18h30m5s:Controller.cpp: pClient->notifCommSock = 2844 -2017-4-27 18h30m5s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h30m5s:Controller.cpp: API function call : GetTimeInfo -2017-4-27 18h30m5s:Controller.cpp: API function call : GetSignals (group 0), starting acquisition ... this message will be displayed once. -2017-4-27 18h30m5s:MatlabHandler - createConnection: create connection has been successful with Matlab version = 7.13 -2017-4-27 18h30m35s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h30m35s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h30m35s:Controller.cpp: API function call : COMMAND Project Reset -2017-4-27 18h30m35s:Controller.cpp: NOTIFICATION MSG IS: MODEL_RESETTING -2017-4-27 18h30m35s:OpalSystemClient.cpp: --- modelStatusThread exiting, semStatusStop TryWait returned 0 (lastErr=0) -2017-4-27 18h30m35s:WinUtils.cpp: Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-27 18h30m35s:CtrlException.cpp: CtrlException, code 28698, msg Could not execute command. -The model is not running correctly (may be loading or resetting). - -Please try again later. -2017-4-27 18h30m35s:OpalSystemClient.cpp: ModelStatusThread exit. -2017-4-27 18h30m35s:Controller.cpp: Removing client: 1104 -2017-4-27 18h30m35s:CClient.cpp: clientThread exit. -2017-4-27 18h30m35s:OpalControlClient.cpp: POSTED recv sem for client 0 (System Control), cmd 13, thread 3504 -2017-4-27 18h30m35s:SystemControl.cpp: Reset: waiting for model to finish resetting ... -2017-4-27 18h30m35s:OpalSystemClient.cpp: Subsys sm_model is done resetting. -2017-4-27 18h30m35s:SystemControl.cpp: Reset: done for all subsystems (1). -2017-4-27 18h30m36s:RECV_Thread.c: RECV_THREAD: Waiting header (avail) error (-1) -2017-4-27 18h30m36s:RECV_Thread.c: Cleanup done. -2017-4-27 18h30m37s:SystemControl.cpp: Reset : Ok. 1 subsys (out of 1) are gone. -2017-4-27 18h30m37s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-27 18h30m37s:Acquisition.cpp: 2-acqGroupReqThread exiting, stopFlag raised (lastErr=0) -2017-4-27 18h30m37s:SystemControl.cpp: ------- CONTROLLER PRIORITY HAS BEEN DECREASED ------ -2017-4-27 18h30m37s:CDaemon.cpp: GetFileList, daemonIpAddr 134.130.169.80 -2017-4-27 18h30m37s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h30m37s:Controller.cpp: NOTIFICATION MSG IS: 3|C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\target_report.xml -2017-4-27 18h30m41s:OpalControlClient.cpp: Signals Control thread (id 3812) normal exit. -2017-4-27 18h30m41s:OpalControlClient.cpp: Probe Control thread (id 18708) normal exit. -2017-4-27 18h30m41s:OpalControlClient.cpp: Snapshot Control thread (id 17716) normal exit. -2017-4-27 18h30m41s:OpalControlClient.cpp: Parameter Control thread (id 17976) normal exit. -2017-4-27 18h30m41s:OpalControlClient.cpp: System Control thread (id 3504) normal exit. -2017-4-27 18h30m41s:OpalControlClient.cpp: Blobs Control thread (id 15604) normal exit. -2017-4-27 18h30m41s:SEND_Thread.c: Thread 23288 stopping because stop flag is set -2017-4-27 18h30m41s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 18h30m41s:SEND_Thread.c: SEND THREAD: Cleanup done -2017-4-27 18h30m41s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h30m41s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h30m41s:Controller.cpp: API function call : COMMAND Matlab Handler Close -2017-4-27 18h30m41s:MatlabHandler - Close: closing matlab instance with refId = 288512959229984768 -2017-4-27 18h31m21s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h31m21s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h31m21s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h31m21s:Controller.cpp: API function call : Clean model -2017-4-27 18h31m21s:Controller.cpp: API function call : Compile (send_receive.mdl C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive) -2017-4-27 18h31m21s:Controller.cpp: NOTIFICATION MSG IS: MODEL_COMPILING -2017-4-27 18h31m22s:Compile.cpp: compileThread launched with id = 24348 -2017-4-27 18h31m22s:Controller.cpp: NOTIFICATION MSG IS: Preparing model -2017-4-27 18h31m22s:CDaemon.cpp: RetrieveFileFromTarget, daemonIpAddr 134.130.169.80 -2017-4-27 18h31m22s:Controller.cpp: NOTIFICATION MSG IS: Model separation: skipped -2017-4-27 18h31m23s:Controller.cpp: NOTIFICATION MSG IS: Code generation: skipped -2017-4-27 18h31m25s:Controller.cpp: NOTIFICATION MSG IS: Code compilation: skipped -2017-4-27 18h31m26s:Controller.cpp: NOTIFICATION MSG IS: End of build process -2017-4-27 18h31m26s:Controller.cpp: NOTIFICATION MSG IS: MODEL_LOADABLE -2017-4-27 18h31m26s:Compile.cpp: Compilation completed successfully. -2017-4-27 18h31m26s:Compile.cpp: Compilation Thread closed. -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h31m26s:Controller.cpp: API function call : RegisterDisplay -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Model -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Model Variable List -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System List -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Block List -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Remove -2017-4-27 18h31m26s:Controller.cpp: API function call : COMMAND Selection Add -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Sub-System -2017-4-27 18h31m26s:Controller.cpp: API function call : GET_CHILDREN Control Signal List -2017-4-27 18h38m26s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h38m26s:Controller.cpp: API function call : SetEventInterest -2017-4-27 18h38m26s:Controller.cpp: Removing client: 5440 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 8272 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 16796 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 6876 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 2348 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 17688 -2017-4-27 18h38m26s:Controller.cpp: Removing client: 26760 -2017-4-27 18h38m26s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:Controller.cpp: terminateControlCommThread, call OpalInitializeSend with ipAddr 134.130.169.16:56623 -2017-4-27 18h38m27s:Controller.cpp: Entering CloseSubControllers -2017-4-27 18h38m27s:CClient.cpp: clientThread exit. -2017-4-27 18h38m27s:Stopping OpalNode watchdog. diff --git a/clients/opal/villas_udp_Matlab2011b/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal b/clients/opal/villas_udp_Matlab2011b/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal deleted file mode 100644 index 10260aceb..000000000 --- a/clients/opal/villas_udp_Matlab2011b/configurations/SyncExchangerRegistry/SyncExchangerRegistry.opal +++ /dev/null @@ -1,3 +0,0 @@ -OPAL-1.0 Object -ListMap> { -} \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/configurations/default.opal b/clients/opal/villas_udp_Matlab2011b/configurations/default.opal deleted file mode 100644 index 783e3a0d6..000000000 --- a/clients/opal/villas_udp_Matlab2011b/configurations/default.opal +++ /dev/null @@ -1,13 +0,0 @@ -OPAL-1.0 Object -Opal::Simulation::Configuration { - projectID=7B042784-8CF2-444A-92E3-8457E429E28A - copyOnWrite=0 - locked=0 - name=7B042784-8CF2-444A-92E3-8457E429E28A-default - versioned=0 - connectionSets { - } - syncExchangerRegistry=7B042784-8CF2-444A-92E3-8457E429E28A-default/SyncExchangerRegistry - history= - parent=/ -} \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/.gitignore b/clients/opal/villas_udp_Matlab2011b/models/send_receive/.gitignore deleted file mode 100644 index 196fc2c48..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.o -*.d -AsyncIP diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Makefile.mk b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Makefile.mk deleted file mode 100644 index 3097e25c8..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Makefile.mk +++ /dev/null @@ -1,79 +0,0 @@ -# Makefile. -# -# @author Steffen Vogel -# @copyright 2017, Institute for Automation of Complex Power Systems, EONERC -# @license GNU General Public License (version 3) -# -# VILLASnode -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -################################################################################### - -TARGET = AsyncIP - -VPATH = src - -RTLAB_INTEL_COMPILER ?= 1 - -# Compiler selection -ifeq ($(RTLAB_INTEL_COMPILER),1) - CC = opicc - LD = opicpc -else - CC = gcc - LD = g++ - - INTEL_LIBS = -limf -lirc - INTEL_OBJS = compat.o -endif - -# Support for debugging symbols -ifeq ($(DEBUG),1) - CC_DEBUG_OPTS = -g -D_DEBUG - LD_DEBUG_OPTS = -g -else - CC_DEBUG_OPTS = -O - LD_DEBUG_OPTS = -endif - -TARGET_LIB = -lpthread -lm -ldl -lutil -lrt $(INTEL_LIBS) - -INCLUDES = -I. $(OPAL_INCPATH) -Iinclude -LIBPATH = -L. $(OPAL_LIBPATH) -CC_OPTS = -m32 -std=c99 -D_GNU_SOURCE -MMD -LD_OPTS = -m32 -OBJS = main.o msg.o utils.o socket.o $(INTEL_OBJS) - -ifneq ($(PROTOCOL),) - CC_OPTS += -DPROTOCOL=$(PROTOCOL) -endif - -ADDLIB = -lOpalCore -lOpalUtils -LIBS = -lOpalAsyncApiCore $(ADDLIB) $(TARGET_LIB) $(OPAL_LIBS) - -CFLAGS = -c $(CC_OPTS) $(CC_DEBUG_OPTS) $(INCLUDES) -LDFLAGS = $(LD_OPTS) $(LD_DEBUG_OPTS) $(LIBPATH) - -all: $(TARGET) - -install: $(TARGET) - install -m 0755 -D -t $(DESTDIR)$(PREFIX)/bin $(TARGET) - -clean: - rm -f $(OBJS) $(OBJS:%.o=%.d) $(TARGET) - -$(TARGET): $(OBJS) - $(LD) $(LDFLAGS) -o $@ $(OBJS) $(LIBS) - --include $(wildcard *.d) \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.Comm b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.Comm deleted file mode 100644 index 43360a8e4..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.Comm +++ /dev/null @@ -1,2 +0,0 @@ -send_receive/sc_console/OpComm: 1,1,1 : 0.000000000000000 : 0.000000000000000, 0.000000000000000, 0.000000000000000 : 1 : 0 : [0,0,0] -SampleTime=0.000050000000000 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.acqgr b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.acqgr deleted file mode 100644 index a1816a570..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.acqgr +++ /dev/null @@ -1,2 +0,0 @@ -2 -1 0.000050000 1 13 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.alias b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.alias deleted file mode 100644 index b57c2bac0..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.alias +++ /dev/null @@ -1,3 +0,0 @@ -[General] -aliascnt=0 -[Alias] diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md0 b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md0 deleted file mode 100644 index 8141304d9..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md0 +++ /dev/null @@ -1,157 +0,0 @@ -[COMPILATION.REDHAWK] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\AsyncApi.h=612a2585f27b46429afc0e858c75c713@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\DataTypes.h=e8af444cc1a3bd89782b0ab1bb3f6e72@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Hardware.h=c9bfba4f16f638311db7b93fd742ba6a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Matlab.h=a802f2c2fc3abb0cd838cfeb9654b6a3@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpBlobNexus.h=a2116d7de151e9925d1e389e92bec829@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpCommRtUser.h=5e28baae58ba34488aea94917e228832@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpPcCard.h=5aba7e62bf8f969ce4b3966b4fce456a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobs.h=c39ab0c000305df2e68d1417806607e6@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobsDefs.h=bf7897b7897082199922e64e603158e0@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalDDK_public.h=927afb68af2b38cbec6a2091c4d5241b@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalError.h=4bf71657c3f3abfcef1548ccdf1b9c33@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGPIBAsyncParamCtrl.h=322b90842d950c2e24e64221560f8547@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGenAsyncParamCtrl.h=05e42234759f7581447d7127eef01bc8@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGlobals.h=990ca2f7e18fea057570ac3c6d24dcca@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIO.h=f5cb07d5530eb93a105f494f1e638dc4@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIOTypes.h=ffe180da6232749bf063890c3e86064c@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_251_AsyncParamCtrl.h=4a9e78801563e7a2cdb0735db1339af0@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_LIN_AsyncParamCtrl.h=88a065a675b313e37e35f881a86ff682@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalMonitoring.h=91576afe759fcfc30768ddbd153ce3f8@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalPrint.h=03a38d20d6d31f5a6daf8ee27dc7c840@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalStandalonePrint.h=583e20d5650fe09ac5cf5ed906e1a1a9@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalTypes.h=d8da14c4caa08746e08c62c241c6f928@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_1553.h=b671e8223e7ca1f27ca44c1ffc5cc854@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_429.h=45eac2372eeb2379c47b56294f2e4dde@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\PlugAndPlay.h=7d11f72bca2d07e59de69261a8b94d42@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\RTAPI.h=d6d27d01732f7e6efe63987b1ef1e0a6@11/03/15 10:21:00 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Timing.h=5cda3a7b252a018edb74036e6a9aafb7@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_ctl.h=6ee734cc68dd02e53d12838b8c929b72@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_monitor.h=f475d59c590621b75ae725241de79350@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_opal_lib.h=860d42e929b36ed2b8f42dc561c4ac0f@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_recv.h=bf3ed909d3cdefe5ee4403b1ea8faec5@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_send.h=6943c1b9fc01d989f266464b29e8a224@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_user.h=265e2bf93f910a62b2cf6bee1f1af3ed@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canlib.h=eb642618fbfdece6bee5edd6c655f37a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canstat.h=e4f0b71311da8d008c63e362ae667e40@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da.h=a951e14868bde5447753ef3a9dde047a@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_private.h=353f4e839f21787d50345e84519ba3e9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_types.h=075036d7aed1746f65809761859504e3@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\hwmonitoring.h=1cb199bba35c134d18f41a861335e373@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500.h=99a3988bfd5badc0cff437f6c79a54c8@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500_501_lib.h=6946e1ada3bb7f6a536feaaaf390074f@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip501_16.h=1fd64733aad9a8e8508ed3dd4c00719b@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520.h=8c8e892ace8379b548a3d00f072d64e3@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520_lib.h=01924ac25540fb79713022e3e5e6fae7@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip_mp_serial.h=afed951a8aebf7045b936d695a2f4e39@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\linlib.h=e5718cf969377d1b3debf780e53ef20d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main.h=c05f61fa707f3b1356bf42a6d5aa2256@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main_rtm.h=d1a16c34abf6055e0bcf6ae2e71c4b40@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni4882.h=5dced5f0176f0fbf9d57fded5d56b182@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni488_ugpib.h=abdffda7aaa7d8fdb96491565198864d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opal_sfun2ucb.h=628bb72a278c95e696dc3f1e0bd2b010@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ophsdio64_public.h=a2fc3c0e7916f19bac9d0482543689f6@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opmstackBlobId.h=bcbdb4d8341f72749b15f6693e1ae9e5@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8.h=4bb9a86ecfde8d9f3ac41e3b0f2186bc@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8ad.h=03fd05b0e4f22ebe7c7df0bd3786459b@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8da.h=18eb59babcb04183e54abc2d9681bfc9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8di.h=d1c2f1a123e172d009d0b5701dbcc8e7@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8dig.h=9172b60b7dcf12e143d310b3336eb133@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8do.h=babc608f3d7f5a74746b48a52a849379@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8en.h=a323ad8c638a1ea1cf74dc77dcc123f5@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8tb.h=fd571a4532bcd88b811c0a878f6c7512@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8wd.h=d807b2c8ec525323d4735d63cea6f86d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\qnx_main.h=4b5a89fd7086b9a74060aabc6057b678@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\rfm_extern.h=5250ace82a9096d582272281cd8774c5@11/03/15 10:21:00 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\s611_x11.h=6666cd76f96956469e7be39d750cc7d9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\serial.h=453b0baa5ac22c5b09e8e860a6877416@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalCore.a=1d420cb48100a790dae4d646658260ae@01/17/16 16:37:12 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalOhci.a=4b0103a337b7e3971d1965ebcf49a888@01/17/16 17:07:34 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils.a=b4790c6468643c016a7227c4f91b2f84@01/17/16 16:37:14 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils_redhawk.a=c0bbedad43ea5adde7ccc73c3e79b5c1@01/17/16 17:07:36 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libimf.a=8c07bba84320099788d8a92a5feab5aa@01/17/16 17:07:18 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libirc.a=c00c9e9b725d1339e4e44cfbda39acb5@01/17/16 17:07:16 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\libR2011b\redhawk\libOpalRTER2011B.a=0f33a61eaa94b3fbb2e368a37b711870@01/17/16 17:07:16 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\model_main.c=313aa888ccc7d6e8b3306809e82e3ac2@11/19/15 18:58:42 -Makefile.mk=98b2e444900ec6b948e9e31c1854259e@04/27/17 15:54:22 -include\config.h=cf64c4b893847bec0ca5413b536d7c19@04/27/17 15:54:48 -include\msg.h=8eee9094174ba6693af23b6c1e2d68f7@04/27/17 15:55:05 -include\msg_format.h=450b947e89fea20f00cf44800b2f3a32@04/27/17 15:55:20 -include\socket.h=110f238401b448b7fd53a84e802f802c@04/27/17 15:55:55 -include\utils.h=59bf213b2d720aae31fe712a03a19655@04/27/17 15:56:07 -send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c=9792898abdf74ce99a8fd05b76ba37c9@04/27/17 18:29:10 -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c=256d0abf4bff515f93a456831aa87ad4@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h=a120f861c22a4733a51cf18c86dffef4@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c=c21dda3a66f71fea3e0a70ec8ceaa4c3@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h=22aa634cdde3d8dc9c5d53a55dccc174@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_defines.h=e73b9c3de9205a6e9566888cd1c0a21b@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c=c8af8e350477c2f3eb728ac4af48798f@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h=fe8ab8747a436ce0c3bbc639596df157@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtmodel.h=5601c02babaa7edcf442c39eb4c1765d@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h=607f50ed2a6634f5223c724ef6e4f6aa@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c=050be41c41b9d0a44f145d451fb9c29e@04/27/17 18:29:11 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h=bf469212512a98eb8f868b03d6ff675c@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk=462ed3ce1fee5476e0ef1aa6d625a105@04/27/17 18:29:09 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c=230d2f64109fe74be213902eaa7f2707@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h=44d44cd99d416cbfc7ef347ea249a9b3@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h=d02eb0c79cbd9dfbd2c1cc6f9fd0840e@04/27/17 18:29:07 -src\compat.c=6ca227226e1e7654ff67a6967e8b27ae@04/27/17 15:56:20 -src\main.c=0abe95c10021aaf4168d9daf852c18e9@04/27/17 15:57:24 -src\msg.c=14b13786973ac76d0a9e2061e7668886@04/27/17 15:57:40 -src\socket.c=e706f47240c94a6a5d115393688fc2be@04/27/17 15:58:28 -src\utils.c=b4cc2dacfbda747fd585830690f09df5@04/27/17 15:58:48 -[COMPILATION.REDHAWK.SETTINGS] -CompilerVersion=Automatic -DEBUG=0 -DevNodeIP=134.130.169.80 -DevNodeOSVersion=2.6.29.6-opalrt-5 -EXT_CC_OPTS= -EXT_LD_OPTS= -EXT_LIB= -EXT_LIBPATH= -RTLAB_Version=v11.0.5.499undefined -TargetCompileCmd=/usr/bin/make -f /usr/opalrt/common/bin/opalmodelmk -USER_INCS= -USER_SRCS= -[COMPILATION.REDHAWK.VOLATILE] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalAsyncApiCore.a=5440eeacc8db73055d3bc4ae8d1921a2@01/17/16 17:07:20 -[GENERATION.REDHAWK] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tlc=09852261f29ea7ec57d1ce695ec6f76f@12/10/15 20:46:12 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tmf=255e8a677a2349e4995ed16ee7ac9ef5@09/01/15 12:07:28 -Opcommon\send_receive.param=945dcacf98897ebb360282243911e1c5@04/27/17 18:29:10 -Opcommon\send_receive.signal=76e000dfc75f1d89aff0a36a54e40efb@04/27/17 18:29:10 -Opcommon\send_receive.subsys=9edb3bbbf44128cd5de3d16659904e0e@04/27/17 18:28:55 -Opcommon\send_receive_1_sm_model.mdl=8143648b3d9b3f4ac874931e13fbce52@04/27/17 18:28:54 -send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h=exists -send_receive_sm_model\OpREDHAWKtarget\rt_defines.h=exists -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c=exists -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtmodel.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h=exists -[GENERATION.REDHAWK.SETTINGS] -CompilerVersion=Automatic -PlatformDependent=yes -RTLAB_Version=v11.0.5.499undefined -[INTERNAL] -LAST_PLATFORM=4 -[SEPARATION] -Opcommon\send_receive.subsys=exists -Opcommon\send_receive_1_sm_model.mdl=exists -send_receive.mdl=0114282744b5375fe4fb961ab49e3787@04/27/17 18:28:14 -send_receive_2_sc_console.mdl=exists -[SEPARATION.SETTINGS] -MATLAB_VERSION=21 -PostBuildCmd= -PreBuildCmd= -RTLAB_Version=v11.0.5.499undefined diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md5 b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md5 deleted file mode 100644 index 8141304d9..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.md5 +++ /dev/null @@ -1,157 +0,0 @@ -[COMPILATION.REDHAWK] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\AsyncApi.h=612a2585f27b46429afc0e858c75c713@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\DataTypes.h=e8af444cc1a3bd89782b0ab1bb3f6e72@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Hardware.h=c9bfba4f16f638311db7b93fd742ba6a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Matlab.h=a802f2c2fc3abb0cd838cfeb9654b6a3@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpBlobNexus.h=a2116d7de151e9925d1e389e92bec829@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpCommRtUser.h=5e28baae58ba34488aea94917e228832@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpPcCard.h=5aba7e62bf8f969ce4b3966b4fce456a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobs.h=c39ab0c000305df2e68d1417806607e6@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalBlobsDefs.h=bf7897b7897082199922e64e603158e0@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalDDK_public.h=927afb68af2b38cbec6a2091c4d5241b@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalError.h=4bf71657c3f3abfcef1548ccdf1b9c33@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGPIBAsyncParamCtrl.h=322b90842d950c2e24e64221560f8547@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGenAsyncParamCtrl.h=05e42234759f7581447d7127eef01bc8@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalGlobals.h=990ca2f7e18fea057570ac3c6d24dcca@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIO.h=f5cb07d5530eb93a105f494f1e638dc4@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalIOTypes.h=ffe180da6232749bf063890c3e86064c@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_251_AsyncParamCtrl.h=4a9e78801563e7a2cdb0735db1339af0@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalLapCan2_LIN_AsyncParamCtrl.h=88a065a675b313e37e35f881a86ff682@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalMonitoring.h=91576afe759fcfc30768ddbd153ce3f8@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalPrint.h=03a38d20d6d31f5a6daf8ee27dc7c840@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalStandalonePrint.h=583e20d5650fe09ac5cf5ed906e1a1a9@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\OpalTypes.h=d8da14c4caa08746e08c62c241c6f928@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_1553.h=b671e8223e7ca1f27ca44c1ffc5cc854@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Opal_429.h=45eac2372eeb2379c47b56294f2e4dde@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\PlugAndPlay.h=7d11f72bca2d07e59de69261a8b94d42@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\RTAPI.h=d6d27d01732f7e6efe63987b1ef1e0a6@11/03/15 10:21:00 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\Timing.h=5cda3a7b252a018edb74036e6a9aafb7@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_ctl.h=6ee734cc68dd02e53d12838b8c929b72@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_monitor.h=f475d59c590621b75ae725241de79350@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_opal_lib.h=860d42e929b36ed2b8f42dc561c4ac0f@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_recv.h=bf3ed909d3cdefe5ee4403b1ea8faec5@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_send.h=6943c1b9fc01d989f266464b29e8a224@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canac2_user.h=265e2bf93f910a62b2cf6bee1f1af3ed@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canlib.h=eb642618fbfdece6bee5edd6c655f37a@09/01/15 12:11:04 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\canstat.h=e4f0b71311da8d008c63e362ae667e40@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da.h=a951e14868bde5447753ef3a9dde047a@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_private.h=353f4e839f21787d50345e84519ba3e9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\da_types.h=075036d7aed1746f65809761859504e3@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\hwmonitoring.h=1cb199bba35c134d18f41a861335e373@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500.h=99a3988bfd5badc0cff437f6c79a54c8@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip500_501_lib.h=6946e1ada3bb7f6a536feaaaf390074f@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip501_16.h=1fd64733aad9a8e8508ed3dd4c00719b@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520.h=8c8e892ace8379b548a3d00f072d64e3@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip520_lib.h=01924ac25540fb79713022e3e5e6fae7@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ip_mp_serial.h=afed951a8aebf7045b936d695a2f4e39@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\linlib.h=e5718cf969377d1b3debf780e53ef20d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main.h=c05f61fa707f3b1356bf42a6d5aa2256@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\model_main_rtm.h=d1a16c34abf6055e0bcf6ae2e71c4b40@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni4882.h=5dced5f0176f0fbf9d57fded5d56b182@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ni488_ugpib.h=abdffda7aaa7d8fdb96491565198864d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opal_sfun2ucb.h=628bb72a278c95e696dc3f1e0bd2b010@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\ophsdio64_public.h=a2fc3c0e7916f19bac9d0482543689f6@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\opmstackBlobId.h=bcbdb4d8341f72749b15f6693e1ae9e5@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8.h=4bb9a86ecfde8d9f3ac41e3b0f2186bc@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8ad.h=03fd05b0e4f22ebe7c7df0bd3786459b@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8da.h=18eb59babcb04183e54abc2d9681bfc9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8di.h=d1c2f1a123e172d009d0b5701dbcc8e7@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8dig.h=9172b60b7dcf12e143d310b3336eb133@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8do.h=babc608f3d7f5a74746b48a52a849379@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8en.h=a323ad8c638a1ea1cf74dc77dcc123f5@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8tb.h=fd571a4532bcd88b811c0a878f6c7512@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\q8wd.h=d807b2c8ec525323d4735d63cea6f86d@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\qnx_main.h=4b5a89fd7086b9a74060aabc6057b678@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\rfm_extern.h=5250ace82a9096d582272281cd8774c5@11/03/15 10:21:00 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\s611_x11.h=6666cd76f96956469e7be39d750cc7d9@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\include_target\serial.h=453b0baa5ac22c5b09e8e860a6877416@09/01/15 12:11:06 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalCore.a=1d420cb48100a790dae4d646658260ae@01/17/16 16:37:12 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalOhci.a=4b0103a337b7e3971d1965ebcf49a888@01/17/16 17:07:34 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils.a=b4790c6468643c016a7227c4f91b2f84@01/17/16 16:37:14 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalUtils_redhawk.a=c0bbedad43ea5adde7ccc73c3e79b5c1@01/17/16 17:07:36 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libimf.a=8c07bba84320099788d8a92a5feab5aa@01/17/16 17:07:18 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libirc.a=c00c9e9b725d1339e4e44cfbda39acb5@01/17/16 17:07:16 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\libR2011b\redhawk\libOpalRTER2011B.a=0f33a61eaa94b3fbb2e368a37b711870@01/17/16 17:07:16 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\model_main.c=313aa888ccc7d6e8b3306809e82e3ac2@11/19/15 18:58:42 -Makefile.mk=98b2e444900ec6b948e9e31c1854259e@04/27/17 15:54:22 -include\config.h=cf64c4b893847bec0ca5413b536d7c19@04/27/17 15:54:48 -include\msg.h=8eee9094174ba6693af23b6c1e2d68f7@04/27/17 15:55:05 -include\msg_format.h=450b947e89fea20f00cf44800b2f3a32@04/27/17 15:55:20 -include\socket.h=110f238401b448b7fd53a84e802f802c@04/27/17 15:55:55 -include\utils.h=59bf213b2d720aae31fe712a03a19655@04/27/17 15:56:07 -send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c=9792898abdf74ce99a8fd05b76ba37c9@04/27/17 18:29:10 -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c=256d0abf4bff515f93a456831aa87ad4@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h=a120f861c22a4733a51cf18c86dffef4@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c=c21dda3a66f71fea3e0a70ec8ceaa4c3@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h=22aa634cdde3d8dc9c5d53a55dccc174@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_defines.h=e73b9c3de9205a6e9566888cd1c0a21b@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c=c8af8e350477c2f3eb728ac4af48798f@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h=fe8ab8747a436ce0c3bbc639596df157@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtmodel.h=5601c02babaa7edcf442c39eb4c1765d@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h=607f50ed2a6634f5223c724ef6e4f6aa@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c=050be41c41b9d0a44f145d451fb9c29e@04/27/17 18:29:11 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h=bf469212512a98eb8f868b03d6ff675c@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk=462ed3ce1fee5476e0ef1aa6d625a105@04/27/17 18:29:09 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c=230d2f64109fe74be213902eaa7f2707@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h=44d44cd99d416cbfc7ef347ea249a9b3@04/27/17 18:29:07 -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h=d02eb0c79cbd9dfbd2c1cc6f9fd0840e@04/27/17 18:29:07 -src\compat.c=6ca227226e1e7654ff67a6967e8b27ae@04/27/17 15:56:20 -src\main.c=0abe95c10021aaf4168d9daf852c18e9@04/27/17 15:57:24 -src\msg.c=14b13786973ac76d0a9e2061e7668886@04/27/17 15:57:40 -src\socket.c=e706f47240c94a6a5d115393688fc2be@04/27/17 15:58:28 -src\utils.c=b4cc2dacfbda747fd585830690f09df5@04/27/17 15:58:48 -[COMPILATION.REDHAWK.SETTINGS] -CompilerVersion=Automatic -DEBUG=0 -DevNodeIP=134.130.169.80 -DevNodeOSVersion=2.6.29.6-opalrt-5 -EXT_CC_OPTS= -EXT_LD_OPTS= -EXT_LIB= -EXT_LIBPATH= -RTLAB_Version=v11.0.5.499undefined -TargetCompileCmd=/usr/bin/make -f /usr/opalrt/common/bin/opalmodelmk -USER_INCS= -USER_SRCS= -[COMPILATION.REDHAWK.VOLATILE] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalAsyncApiCore.a=5440eeacc8db73055d3bc4ae8d1921a2@01/17/16 17:07:20 -[GENERATION.REDHAWK] -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tlc=09852261f29ea7ec57d1ce695ec6f76f@12/10/15 20:46:12 -..\..\..\..\..\..\..\OPAL-RT\RT-LAB\v11.0.5.499\simulink\rtw\c\common\rtlab_rtmodel.tmf=255e8a677a2349e4995ed16ee7ac9ef5@09/01/15 12:07:28 -Opcommon\send_receive.param=945dcacf98897ebb360282243911e1c5@04/27/17 18:29:10 -Opcommon\send_receive.signal=76e000dfc75f1d89aff0a36a54e40efb@04/27/17 18:29:10 -Opcommon\send_receive.subsys=9edb3bbbf44128cd5de3d16659904e0e@04/27/17 18:28:55 -Opcommon\send_receive_1_sm_model.mdl=8143648b3d9b3f4ac874931e13fbce52@04/27/17 18:28:54 -send_receive_sm_model\OpREDHAWKtarget\OpalSnapshotUtil.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetInf.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.c=exists -send_receive_sm_model\OpREDHAWKtarget\rtGetNaN.h=exists -send_receive_sm_model\OpREDHAWKtarget\rt_defines.h=exists -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.c=exists -send_receive_sm_model\OpREDHAWKtarget\rt_nonfinite.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtmodel.h=exists -send_receive_sm_model\OpREDHAWKtarget\rtwtypes.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.c=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model.mk=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_data.c=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_private.h=exists -send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model_types.h=exists -[GENERATION.REDHAWK.SETTINGS] -CompilerVersion=Automatic -PlatformDependent=yes -RTLAB_Version=v11.0.5.499undefined -[INTERNAL] -LAST_PLATFORM=4 -[SEPARATION] -Opcommon\send_receive.subsys=exists -Opcommon\send_receive_1_sm_model.mdl=exists -send_receive.mdl=0114282744b5375fe4fb961ab49e3787@04/27/17 18:28:14 -send_receive_2_sc_console.mdl=exists -[SEPARATION.SETTINGS] -MATLAB_VERSION=21 -PostBuildCmd= -PreBuildCmd= -RTLAB_Version=v11.0.5.499undefined diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.param b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.param deleted file mode 100644 index 921ade9d0..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.param +++ /dev/null @@ -1,19 +0,0 @@ -[General] -ATT_VERSION=1 -[Size] -nbParameters=13 -nbValues=13 -nbVariables=0 -nbParamsVar=0 -[Parameter] -0=send_receive/sm_model/data ready 2 kHz|Amplitude| |Scalar|1|1|2|1.0|1|1| -1=send_receive/sm_model/data ready 2 kHz|Period| |Scalar|1|1|3|10.0|1|1| -2=send_receive/sm_model/data ready 2 kHz|PulseWidth| |Scalar|1|1|4|1.0|1|1| -3=send_receive/sm_model/data ready 2 kHz|PhaseDelay| |Scalar|1|1|5|0.0|1|1| -4=send_receive/sm_model/Constant|Value| |RVector|1|4|6|1.0|2.0|3.0|4.0|1|4| -8=send_receive/sm_model/Pulse Generator1|Amplitude| |Scalar|1|1|10|5.0|1|1| -9=send_receive/sm_model/Pulse Generator1|Period| |Scalar|1|1|11|2000.0|1|1| -10=send_receive/sm_model/Pulse Generator1|PulseWidth| |Scalar|1|1|12|600.0|1|1| -11=send_receive/sm_model/Pulse Generator1|PhaseDelay| |Scalar|1|1|13|0.0|1|1| -12=send_receive/sm_model/timeout|Value| |Scalar|1|1|83|2.0|1|1| -[Variable] diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.sig b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.sig deleted file mode 100644 index ff5693dcc..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.sig +++ /dev/null @@ -1,15 +0,0 @@ -[AcqGr1] -1=send_receive/sm_model/port2(1)|signal1.signal1|1|1|3 -10=send_receive/sm_model/port3(2)|signal1.signal1(2)|3|2|5 -11=send_receive/sm_model/port3(3)|signal1.signal1(3)|3|3|5 -12=send_receive/sm_model/port3(4)|signal1.signal1(4)|3|4|5 -13=send_receive/sm_model/port3(5)|signal1.signal2|3|5|5 -2=send_receive/sm_model/port2(2)|signal1.signal2|1|2|3 -3=send_receive/sm_model/port2(3)|signal1.signal3|1|3|3 -4=send_receive/sm_model/port1(1)|signal1(1)|2|1|5 -5=send_receive/sm_model/port1(2)|signal1(2)|2|2|5 -6=send_receive/sm_model/port1(3)|signal1(3)|2|3|5 -7=send_receive/sm_model/port1(4)|signal1(4)|2|4|5 -8=send_receive/sm_model/port1(5)|signal1(5)|2|5|5 -9=send_receive/sm_model/port3(1)|signal1.signal1(1)|3|1|5 -nbsignals=13 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.signal b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.signal deleted file mode 100644 index 2aa18135e..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.signal +++ /dev/null @@ -1,30 +0,0 @@ -[Signal] -1=send_receive/sm_model/data ready 2 kHz/port1|signal1|1|1|2|1|1|1|S|0| -2=send_receive/sm_model/Pulse Generator1/port1|signal1|1|1|3|1|1|1|S|0| -3=send_receive/sm_model/send message 1/S-Function2/port1|signal1|1|1|4|1|1|1|S|0| -4=send_receive/sm_model/receive message 1/S-Function1/port1|signal1|1|1|5|1|1|1|S|0| -5=send_receive/sm_model/receive message 1/S-Function1/port2|signal2|1|2|6|1|1|1|S|0| -6=send_receive/sm_model/receive message 1/S-Function1/port3(1)|signal3(1)|1|3|7|1|5|1|V|0| -7=send_receive/sm_model/receive message 1/S-Function1/port3(2)|signal3(2)|1|3|8|1|5|1|V|0| -8=send_receive/sm_model/receive message 1/S-Function1/port3(3)|signal3(3)|1|3|9|1|5|1|V|0| -9=send_receive/sm_model/receive message 1/S-Function1/port3(4)|signal3(4)|1|3|10|1|5|1|V|0| -10=send_receive/sm_model/receive message 1/S-Function1/port3(5)|signal3(5)|1|3|11|1|5|1|V|0| -[FixedSignal] -1=send_receive/sm_model/port2(1)|signal1.signal1|1|1|0|1| -2=send_receive/sm_model/port2(2)|signal1.signal2|1|1|0|1| -3=send_receive/sm_model/port2(3)|signal1.signal3|1|1|0|1| -4=send_receive/sm_model/port1(1)|signal1(1)|1|1|0|1| -5=send_receive/sm_model/port1(2)|signal1(2)|1|1|0|1| -6=send_receive/sm_model/port1(3)|signal1(3)|1|1|0|1| -7=send_receive/sm_model/port1(4)|signal1(4)|1|1|0|1| -8=send_receive/sm_model/port1(5)|signal1(5)|1|1|0|1| -9=send_receive/sm_model/port3(1)|signal1.signal1(1)|1|1|0|1| -10=send_receive/sm_model/port3(2)|signal1.signal1(2)|1|1|0|1| -11=send_receive/sm_model/port3(3)|signal1.signal1(3)|1|1|0|1| -12=send_receive/sm_model/port3(4)|signal1.signal1(4)|1|1|0|1| -13=send_receive/sm_model/port3(5)|signal1.signal2|1|1|0|1| -[ControlSignal] -[Size] -nbSignals=10 -nbFixedSignals=13 -nbControlSignal=0 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.subsys b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.subsys deleted file mode 100644 index 769fa7945..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive.subsys +++ /dev/null @@ -1,2 +0,0 @@ -send_receive/sm_model,send_receive_1_sm_model,1 -send_receive/sc_console,send_receive_2_sc_console,2 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.mdl b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.mdl deleted file mode 100644 index 9dd4b0b56..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.mdl +++ /dev/null @@ -1,1210 +0,0 @@ -# $Revision: 1.1 $ -Model { - Name "send_receive_1_sm_model" - Version 7.8 - MdlSubVersion 0 - GraphicalInterface { - NumRootInports 0 - NumRootOutports 0 - ParameterArgumentNames "" - ComputedModelVersion "1.453" - NumModelReferences 0 - NumTestPointedSignals 0 - } - SavedCharacterEncoding "windows-1252" - SaveDefaultBlockParams on - ScopeRefreshTime 0.035000 - OverrideScopeRefreshTime on - DisableAllScopes off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - MinMaxOverflowArchiveMode "Overwrite" - FPTRunName "Run 1" - MaxMDLFileLineLength 120 - Created "Thu Apr 15 08:21:54 1999" - Creator "jwu" - UpdateHistory "UpdateHistoryNever" - ModifiedByFormat "%" - LastModifiedBy "opal-user" - ModifiedDateFormat "%" - LastModifiedDate "Thu Apr 27 18:28:53 2017" - RTWModifiedTimeStamp 415218533 - ModelVersionFormat "1.%" - ConfigurationManager "none" - SampleTimeColors off - SampleTimeAnnotations off - LibraryLinkDisplay "none" - WideLines off - ShowLineDimensions on - ShowPortDataTypes off - ShowDesignRanges off - ShowLoopsOnError on - IgnoreBidirectionalLines off - ShowStorageClass off - ShowTestPointIcons on - ShowSignalResolutionIcons on - ShowViewerIcons on - SortedOrder off - ExecutionContextIcon off - ShowLinearizationAnnotations on - BlockNameDataTip off - BlockParametersDataTip on - BlockDescriptionStringDataTip off - ToolBar on - StatusBar on - BrowserShowLibraryLinks off - BrowserLookUnderMasks off - SimulationMode "normal" - LinearizationMsg "none" - Profile off - ParamWorkspaceSource "MATLABWorkspace" - AccelSystemTargetFile "accel.tlc" - AccelTemplateMakefile "accel_default_tmf" - AccelMakeCommand "make_rtw" - TryForcingSFcnDF off - RecordCoverage off - CovPath "/" - CovSaveName "covdata" - CovMetricSettings "dw" - CovNameIncrementing off - CovHtmlReporting on - CovForceBlockReductionOff on - covSaveCumulativeToWorkspaceVar on - CovSaveSingleToWorkspaceVar on - CovCumulativeVarName "covCumulativeData" - CovCumulativeReport off - CovReportOnPause on - CovModelRefEnable "Off" - CovExternalEMLEnable off - ExtModeBatchMode off - ExtModeEnableFloating on - ExtModeTrigType "manual" - ExtModeTrigMode "oneshot" - ExtModeTrigPort "1" - ExtModeTrigElement "any" - ExtModeTrigDuration 1000 - ExtModeTrigDurationFloating "auto" - ExtModeTrigHoldOff 0 - ExtModeTrigDelay 0 - ExtModeTrigDirection "rising" - ExtModeTrigLevel 0 - ExtModeArchiveMode "off" - ExtModeAutoIncOneShot off - ExtModeIncDirWhenArm off - ExtModeAddSuffixToVar off - ExtModeWriteAllDataToWs off - ExtModeArmWhenConnect off - ExtModeSkipDownloadWhenConnect off - ExtModeLogAll on - ExtModeAutoUpdateStatusClock on - BufferReuse off - ShowModelReferenceBlockVersion off - ShowModelReferenceBlockIO off - Array { - Type "Handle" - Dimension 1 - Simulink.ConfigSet { - $ObjectID 1 - Version "1.11.1" - Array { - Type "Handle" - Dimension 8 - Simulink.SolverCC { - $ObjectID 2 - Version "1.11.1" - StartTime "0.0" - StopTime "inf" - AbsTol "1e-6" - FixedStep "5e-005" - InitialStep "auto" - MaxNumMinSteps "-1" - MaxOrder 5 - ZcThreshold "auto" - ConsecutiveZCsStepRelTol "10*128*eps" - MaxConsecutiveZCs "1000" - ExtrapolationOrder 4 - NumberNewtonIterations 1 - MaxStep "0.01" - MinStep "auto" - MaxConsecutiveMinStep "1" - RelTol "1e-3" - SolverMode "SingleTasking" - ConcurrentTasks off - Solver "ode4" - SolverName "ode4" - SolverJacobianMethodControl "auto" - ShapePreserveControl "DisableAll" - ZeroCrossControl "UseLocalSettings" - ZeroCrossAlgorithm "Nonadaptive" - AlgebraicLoopSolver "TrustRegion" - SolverResetMethod "Fast" - PositivePriorityOrder off - AutoInsertRateTranBlk off - SampleTimeConstraint "Unconstrained" - InsertRTBMode "Whenever possible" - } - Simulink.DataIOCC { - $ObjectID 3 - Version "1.11.1" - Decimation "1" - ExternalInput "[]" - FinalStateName "xFinal" - InitialState "[]" - LimitDataPoints off - MaxDataPoints "1000" - LoadExternalInput off - LoadInitialState off - SaveFinalState off - SaveCompleteFinalSimState off - SaveFormat "Array" - SignalLoggingSaveFormat "ModelDataLogs" - SaveOutput off - SaveState off - SignalLogging on - DSMLogging on - InspectSignalLogs off - SaveTime off - ReturnWorkspaceOutputs off - StateSaveName "xout" - TimeSaveName "tout" - OutputSaveName "yout" - SignalLoggingName "sigsOut" - DSMLoggingName "dsmout" - OutputOption "RefineOutputTimes" - OutputTimes "[]" - ReturnWorkspaceOutputsName "out" - Refine "1" - } - Simulink.OptimizationCC { - $ObjectID 4 - Version "1.11.1" - Array { - Type "Cell" - Dimension 4 - Cell "ZeroExternalMemoryAtStartup" - Cell "ZeroInternalMemoryAtStartup" - Cell "NoFixptDivByZeroProtection" - Cell "OptimizeModelRefInitCode" - PropName "DisabledProps" - } - BlockReduction on - BooleanDataType off - ConditionallyExecuteInputs on - InlineParams off - UseIntDivNetSlope off - UseFloatMulNetSlope off - UseSpecifiedMinMax off - InlineInvariantSignals off - OptimizeBlockIOStorage off - BufferReuse off - EnhancedBackFolding off - StrengthReduction off - ExpressionFolding off - BooleansAsBitfields off - BitfieldContainerType "uint_T" - EnableMemcpy on - MemcpyThreshold 64 - PassReuseOutputArgsAs "Structure reference" - ExpressionDepthLimit 2147483647 - FoldNonRolledExpr off - LocalBlockOutputs off - RollThreshold 5 - SystemCodeInlineAuto off - StateBitsets off - DataBitsets off - UseTempVars off - ZeroExternalMemoryAtStartup on - ZeroInternalMemoryAtStartup on - InitFltsAndDblsToZero on - NoFixptDivByZeroProtection off - EfficientFloat2IntCast off - EfficientMapNaN2IntZero on - OptimizeModelRefInitCode off - LifeSpan "inf" - MaxStackSize "Inherit from target" - BufferReusableBoundary on - SimCompilerOptimization "Off" - AccelVerboseBuild off - AccelParallelForEachSubsystem on - } - Simulink.DebuggingCC { - $ObjectID 5 - Version "1.11.1" - RTPrefix "error" - ConsistencyChecking "none" - ArrayBoundsChecking "none" - SignalInfNanChecking "none" - SignalRangeChecking "none" - ReadBeforeWriteMsg "UseLocalSettings" - WriteAfterWriteMsg "UseLocalSettings" - WriteAfterReadMsg "UseLocalSettings" - AlgebraicLoopMsg "warning" - ArtificialAlgebraicLoopMsg "warning" - SaveWithDisabledLinksMsg "warning" - SaveWithParameterizedLinksMsg "none" - CheckSSInitialOutputMsg on - UnderspecifiedInitializationDetection "Classic" - MergeDetectMultiDrivingBlocksExec "none" - CheckExecutionContextPreStartOutputMsg off - CheckExecutionContextRuntimeOutputMsg off - SignalResolutionControl "TryResolveAllWithWarning" - BlockPriorityViolationMsg "warning" - MinStepSizeMsg "warning" - TimeAdjustmentMsg "none" - MaxConsecutiveZCsMsg "error" - MaskedZcDiagnostic "warning" - IgnoredZcDiagnostic "warning" - SolverPrmCheckMsg "none" - InheritedTsInSrcMsg "none" - DiscreteInheritContinuousMsg "warning" - MultiTaskDSMMsg "warning" - MultiTaskCondExecSysMsg "none" - MultiTaskRateTransMsg "error" - SingleTaskRateTransMsg "none" - TasksWithSamePriorityMsg "warning" - SigSpecEnsureSampleTimeMsg "warning" - CheckMatrixSingularityMsg "none" - IntegerOverflowMsg "warning" - Int32ToFloatConvMsg "warning" - ParameterDowncastMsg "error" - ParameterOverflowMsg "error" - ParameterUnderflowMsg "none" - ParameterPrecisionLossMsg "warning" - ParameterTunabilityLossMsg "warning" - FixptConstUnderflowMsg "none" - FixptConstOverflowMsg "none" - FixptConstPrecisionLossMsg "none" - UnderSpecifiedDataTypeMsg "none" - UnnecessaryDatatypeConvMsg "none" - VectorMatrixConversionMsg "none" - InvalidFcnCallConnMsg "error" - FcnCallInpInsideContextMsg "Enable All" - SignalLabelMismatchMsg "none" - UnconnectedInputMsg "warning" - UnconnectedOutputMsg "warning" - UnconnectedLineMsg "warning" - SFcnCompatibilityMsg "none" - FrameProcessingCompatibilityMsg "warning" - UniqueDataStoreMsg "none" - BusObjectLabelMismatch "warning" - RootOutportRequireBusObject "warning" - AssertControl "UseLocalSettings" - EnableOverflowDetection off - ModelReferenceIOMsg "none" - ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" - ModelReferenceVersionMismatchMessage "none" - ModelReferenceIOMismatchMessage "none" - ModelReferenceCSMismatchMessage "none" - UnknownTsInhSupMsg "warning" - ModelReferenceDataLoggingMessage "warning" - ModelReferenceSymbolNameMessage "warning" - ModelReferenceExtraNoncontSigs "error" - StateNameClashWarn "warning" - SimStateInterfaceChecksumMismatchMsg "warning" - SimStateOlderReleaseMsg "error" - InitInArrayFormatMsg "warning" - StrictBusMsg "None" - BusNameAdapt "WarnAndRepair" - NonBusSignalsTreatedAsBus "none" - LoggingUnavailableSignals "error" - BlockIODiagnostic "none" - SFUnusedDataAndEventsDiag "warning" - SFUnexpectedBacktrackingDiag "warning" - SFInvalidInputDataAccessInChartInitDiag "warning" - SFNoUnconditionalDefaultTransitionDiag "warning" - SFTransitionOutsideNaturalParentDiag "warning" - SFUnconditionalTransitionShadowingDiag "warning" - } - Simulink.HardwareCC { - $ObjectID 6 - Version "1.11.1" - ProdBitPerChar 8 - ProdBitPerShort 16 - ProdBitPerInt 32 - ProdBitPerLong 32 - ProdBitPerFloat 32 - ProdBitPerDouble 64 - ProdBitPerPointer 32 - ProdLargestAtomicInteger "Char" - ProdLargestAtomicFloat "None" - ProdIntDivRoundTo "Undefined" - ProdEndianess "Unspecified" - ProdWordSize 32 - ProdShiftRightIntArith on - ProdHWDeviceType "32-bit Generic" - TargetBitPerChar 8 - TargetBitPerShort 16 - TargetBitPerInt 32 - TargetBitPerLong 32 - TargetBitPerFloat 32 - TargetBitPerDouble 64 - TargetBitPerPointer 32 - TargetLargestAtomicInteger "Char" - TargetLargestAtomicFloat "None" - TargetShiftRightIntArith on - TargetIntDivRoundTo "Undefined" - TargetEndianess "Unspecified" - TargetWordSize 32 - TargetTypeEmulationWarnSuppressLevel 0 - TargetPreprocMaxBitsSint 32 - TargetPreprocMaxBitsUint 32 - TargetHWDeviceType "Specified" - TargetUnknown on - ProdEqTarget on - } - Simulink.ModelReferenceCC { - $ObjectID 7 - Version "1.11.1" - UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" - CheckModelReferenceTargetMessage "error" - EnableParallelModelReferenceBuilds off - ParallelModelReferenceErrorOnInvalidPool on - ParallelModelReferenceMATLABWorkerInit "None" - ModelReferenceNumInstancesAllowed "Multi" - PropagateVarSize "Infer from blocks in model" - ModelReferencePassRootInputsByReference on - ModelReferenceMinAlgLoopOccurrences off - PropagateSignalLabelsOutOfModel off - SupportModelReferenceSimTargetCustomCode off - } - Simulink.SFSimCC { - $ObjectID 8 - Version "1.11.1" - SFSimEnableDebug on - SFSimOverflowDetection on - SFSimEcho on - SimBlas on - SimCtrlC on - SimExtrinsic on - SimIntegrity on - SimUseLocalCustomCode off - SimParseCustomCode on - SimBuildMode "sf_incremental_build" - } - Simulink.RTWCC { - $BackupClass "Simulink.RTWCC" - $ObjectID 9 - Version "1.11.1" - Array { - Type "Cell" - Dimension 1 - Cell "IncludeHyperlinkInReport" - PropName "DisabledProps" - } - SystemTargetFile "grt.tlc" - GenCodeOnly on - MakeCommand "make_rtw" - GenerateMakefile on - TemplateMakefile "grt_default_tmf" - GenerateReport off - SaveLog off - RTWVerbose on - RetainRTWFile off - ProfileTLC off - TLCDebug off - TLCCoverage off - TLCAssert off - ProcessScriptMode "Default" - ConfigurationMode "Optimized" - ConfigAtBuild off - RTWUseLocalCustomCode off - RTWUseSimCustomCode off - IncludeHyperlinkInReport off - LaunchReport off - TargetLang "C" - IncludeBusHierarchyInRTWFileBlockHierarchyMap off - IncludeERTFirstTime on - GenerateTraceInfo off - GenerateTraceReport off - GenerateTraceReportSl off - GenerateTraceReportSf off - GenerateTraceReportEml off - GenerateCodeInfo off - GenerateSLWebview off - GenerateCodeMetricsReport off - RTWCompilerOptimization "Off" - CheckMdlBeforeBuild "Off" - CustomRebuildMode "OnUpdate" - Array { - Type "Handle" - Dimension 2 - Simulink.CodeAppCC { - $ObjectID 10 - Version "1.11.1" - Array { - Type "Cell" - Dimension 16 - Cell "IgnoreCustomStorageClasses" - Cell "InsertBlockDesc" - Cell "SFDataObjDesc" - Cell "SimulinkDataObjDesc" - Cell "DefineNamingRule" - Cell "SignalNamingRule" - Cell "ParamNamingRule" - Cell "InlinedPrmAccess" - Cell "CustomSymbolStr" - Cell "CustomSymbolStrGlobalVar" - Cell "CustomSymbolStrType" - Cell "CustomSymbolStrField" - Cell "CustomSymbolStrFcn" - Cell "CustomSymbolStrBlkIO" - Cell "CustomSymbolStrTmpVar" - Cell "CustomSymbolStrMacro" - PropName "DisabledProps" - } - ForceParamTrailComments off - GenerateComments on - IgnoreCustomStorageClasses off - IgnoreTestpoints off - IncHierarchyInIds off - MaxIdLength 31 - PreserveName off - PreserveNameWithParent off - ShowEliminatedStatement on - IncAutoGenComments off - SimulinkDataObjDesc off - SFDataObjDesc off - MATLABFcnDesc off - IncDataTypeInIds off - MangleLength 1 - CustomSymbolStrGlobalVar "$R$N$M" - CustomSymbolStrType "$N$R$M_T" - CustomSymbolStrField "$N$M" - CustomSymbolStrFcn "$R$N$M$F" - CustomSymbolStrFcnArg "rt$I$N$M" - CustomSymbolStrBlkIO "rtb_$N$M" - CustomSymbolStrTmpVar "$N$M" - CustomSymbolStrMacro "$R$N$M" - DefineNamingRule "None" - ParamNamingRule "None" - SignalNamingRule "None" - InsertBlockDesc off - InsertPolySpaceComments off - SimulinkBlockComments on - MATLABSourceComments off - EnableCustomComments off - InlinedPrmAccess "Literals" - ReqsInCode off - UseSimReservedNames off - } - Simulink.GRTTargetCC { - $BackupClass "Simulink.TargetCC" - $ObjectID 11 - Version "1.11.1" - Array { - Type "Cell" - Dimension 12 - Cell "IncludeMdlTerminateFcn" - Cell "CombineOutputUpdateFcns" - Cell "SuppressErrorStatus" - Cell "ERTCustomFileBanners" - Cell "GenerateSampleERTMain" - Cell "GenerateTestInterfaces" - Cell "SupportContinuousTime" - Cell "PurelyIntegerCode" - Cell "SupportNonInlinedSFcns" - Cell "SupportComplex" - Cell "SupportAbsoluteTime" - Cell "GenerateAllocFcn" - PropName "DisabledProps" - } - TargetFcnLib "ansi_tfl_tmw.mat" - TargetLibSuffix "" - TargetPreCompLibLocation "" - TargetFunctionLibrary "ANSI_C" - UtilityFuncGeneration "Auto" - ERTMultiwordTypeDef "System defined" - CodeExecutionProfiling off - ERTMultiwordLength 256 - MultiwordLength 2048 - GenerateFullHeader on - GenerateSampleERTMain off - GenerateTestInterfaces off - IsPILTarget off - ModelReferenceCompliant on - ParMdlRefBuildCompliant on - CompOptLevelCompliant on - ConcurrentExecutionCompliant on - IncludeMdlTerminateFcn on - GeneratePreprocessorConditionals "Disable all" - CombineOutputUpdateFcns off - CombineSignalStateStructs off - SuppressErrorStatus off - ERTFirstTimeCompliant off - IncludeFileDelimiter "Auto" - ERTCustomFileBanners off - SupportAbsoluteTime on - LogVarNameModifier "rt_" - MatFileLogging on - MultiInstanceERTCode off - SupportNonFinite on - SupportComplex on - PurelyIntegerCode off - SupportContinuousTime on - SupportNonInlinedSFcns on - SupportVariableSizeSignals off - EnableShiftOperators on - ParenthesesLevel "Nominal" - PortableWordSizes off - ModelStepFunctionPrototypeControlCompliant off - CPPClassGenCompliant off - AutosarCompliant off - UseMalloc off - ExtMode off - ExtModeStaticAlloc off - ExtModeTesting off - ExtModeStaticAllocSize 1000000 - ExtModeTransport 0 - ExtModeMexFile "ext_comm" - ExtModeIntrfLevel "Level1" - RTWCAPISignals off - RTWCAPIParams off - RTWCAPIStates off - RTWCAPIRootIO off - GenerateASAP2 off - } - PropName "Components" - } - } - PropName "Components" - } - Name "Configuration" - CurrentDlgPage "Solver" - ConfigPrmDlgPosition [ 318, 187, 1230, 893 ] - } - PropName "ConfigurationSets" - } - Simulink.ConfigSet { - $PropName "ActiveConfigurationSet" - $ObjectID 1 - } - BlockDefaults { - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - NamePlacement "normal" - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - ShowName on - BlockRotation 0 - BlockMirror off - } - AnnotationDefaults { - HorizontalAlignment "center" - VerticalAlignment "middle" - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - UseDisplayTextAsClickCallback off - } - LineDefaults { - FontName "Helvetica" - FontSize 9 - FontWeight "normal" - FontAngle "normal" - } - BlockParameterDefaults { - Block { - BlockType Constant - Value "1" - VectorParams1D on - SamplingMode "Sample based" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Inherit from 'Constant value'" - LockScale off - SampleTime "inf" - FramePeriod "inf" - PreserveConstantTs off - } - Block { - BlockType DiscretePulseGenerator - PulseType "Sample based" - TimeSource "Use simulation time" - Amplitude "1" - Period "2" - PulseWidth "1" - PhaseDelay "0" - SampleTime "1" - VectorParams1D on - } - Block { - BlockType From - IconDisplay "Tag" - TagVisibility "local" - } - Block { - BlockType Goto - IconDisplay "Tag" - } - Block { - BlockType Inport - Port "1" - OutputFunctionCall off - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - LatchByDelayingOutsideSignal off - LatchInputForFeedbackSignals off - Interpolate on - } - Block { - BlockType Mux - Inputs "4" - DisplayOption "none" - UseBusObject off - BusObject "BusObject" - NonVirtualBus off - } - Block { - BlockType SignalSpecification - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - Dimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - } - Block { - BlockType SubSystem - ShowPortLabels "FromPortIcon" - Permissions "ReadWrite" - PermitHierarchicalResolution "All" - TreatAsAtomicUnit off - CheckFcnCallInpInsideContextMsg off - SystemSampleTime "-1" - RTWFcnNameOpts "Auto" - RTWFileNameOpts "Auto" - RTWMemSecFuncInitTerm "Inherit from model" - RTWMemSecFuncExecute "Inherit from model" - RTWMemSecDataConstants "Inherit from model" - RTWMemSecDataInternal "Inherit from model" - RTWMemSecDataParameters "Inherit from model" - SimViewingDevice off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - SFBlockType "NONE" - Variant off - GeneratePreprocessorConditionals off - } - } - System { - Name "send_receive_1_sm_model" - Location [346, 82, 1222, 994] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 247 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "usletter" - PaperUnits "inches" - TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - ReportName "simulink-default.rpt" - SIDHighWatermark "62" - Block { - BlockType Reference - Name "OpCCode_do_not_touch" - SID "49" - Ports [] - Position [15, 15, 16, 16] - ForegroundColor "white" - ShowName off - LibraryVersion "1.294" - SourceBlock "opal_lib/Communication/OpCCode" - SourceType "" - ShowPortLabels "FromPortIcon" - SystemSampleTime "-1" - FunctionWithSeparateData off - RTWMemSecFuncInitTerm "Inherit from model" - RTWMemSecFuncExecute "Inherit from model" - RTWMemSecDataConstants "Inherit from model" - RTWMemSecDataInternal "Inherit from model" - RTWMemSecDataParameters "Inherit from model" - GeneratePreprocessorConditionals off - } - Block { - BlockType SubSystem - Name "sm_model" - SID "13" - Ports [] - Position [55, 97, 235, 193] - ZOrder -2 - BackgroundColor "lightBlue" - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "sm_model" - Location [2, 74, 1678, 989] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "160" - Block { - BlockType Constant - Name "Constant" - SID "48" - Position [195, 200, 225, 230] - ZOrder -4 - Value "[1 2 3 4]" - } - Block { - BlockType Mux - Name "Mux" - SID "16" - Ports [3, 1] - Position [870, 140, 875, 190] - ZOrder -1 - ShowName off - Inputs "3" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux1" - SID "17" - Ports [2, 1] - Position [290, 209, 295, 271] - ZOrder -2 - BackgroundColor "yellow" - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType Reference - Name "OpIPSocketCtrl1" - SID "18" - Ports [] - Position [110, 92, 239, 153] - ZOrder -3 - LibraryVersion "1.10" - SourceBlock "rtio_generic_ip/OpIPSocketCtrl" - SourceType "OpAsyncIPCtrl" - ctl_id "1" - proto "UDP/IP" - ip_addr_remote "134.130.169.31" - ip_port_remote "12000" - ip_port_local "12001" - ip_addr_mcast "0.0.0.0" - exe_name "AsyncIP" - } - Block { - BlockType DiscretePulseGenerator - Name "Pulse\nGenerator1" - SID "47" - Ports [0, 1] - Position [195, 249, 225, 281] - ZOrder -13 - PulseType "Time based" - Amplitude "5" - Period ".1" - PulseWidth "30" - } - Block { - BlockType DiscretePulseGenerator - Name "data ready 2 kHz" - SID "20" - Ports [0, 1] - Position [290, 131, 335, 149] - ZOrder -15 - NamePlacement "alternate" - Period "10" - SampleTime "0.00005" - } - Block { - BlockType Goto - Name "data recv" - SID "60" - Position [915, 187, 950, 203] - GotoTag "rtlab_send_1" - TagVisibility "global" - } - Block { - BlockType Goto - Name "data send" - SID "62" - Position [915, 232, 950, 248] - GotoTag "rtlab_send_3" - TagVisibility "global" - } - Block { - BlockType Goto - Name "errors_status" - SID "61" - Position [915, 142, 950, 158] - GotoTag "rtlab_send_2" - TagVisibility "global" - } - Block { - BlockType Reference - Name "receive message 1" - SID "21" - Ports [1, 3] - Position [625, 159, 800, 201] - ZOrder -16 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncRecv" - SourceType "OpAsyncRecv" - ctl_id "1" - recv_id "1" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType SubSystem - Name "rtlab_send_subsystem" - SID "50" - Ports [] - Position [15, 15, 15, 15] - ShowName off - Priority "-100" - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - MaskDisplay "text(0,0,'');" - MaskIconFrame off - MaskIconOpaque on - MaskIconRotate "none" - MaskPortRotate "default" - MaskIconUnits "autoscale" - System { - Name "rtlab_send_subsystem" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType From - Name "From1_1" - SID "54" - Position [20, 42, 50, 58] - GotoTag "rtlab_send_2" - } - Block { - BlockType From - Name "From1_2" - SID "56" - Position [20, 92, 50, 108] - GotoTag "rtlab_send_1" - } - Block { - BlockType From - Name "From1_3" - SID "58" - Position [20, 142, 50, 158] - GotoTag "rtlab_send_3" - } - Block { - BlockType SubSystem - Name "Subsystem1" - SID "51" - Ports [3] - Position [120, 29, 140, 181] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "Subsystem1" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Inport - Name "In1" - SID "55" - Position [20, 42, 50, 58] - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "In2" - SID "57" - Position [20, 92, 50, 108] - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "In3" - SID "59" - Position [20, 142, 50, 158] - Port "3" - IconDisplay "Port number" - } - Block { - BlockType Mux - Name "Mux" - SID "52" - Ports [3, 1] - Position [100, 25, 105, 175] - Inputs "3" - } - Block { - BlockType Reference - Name "Send1" - SID "53" - Ports [1] - Position [150, 90, 190, 110] - LibraryVersion "1.294" - SourceBlock "opal_lib/Communication/OpSendToNT" - SourceType "OPAL Send Icon" - Acqu_group "1" - } - Line { - SrcBlock "Mux" - SrcPort 1 - DstBlock "Send1" - DstPort 1 - } - Line { - SrcBlock "In1" - SrcPort 1 - DstBlock "Mux" - DstPort 1 - } - Line { - SrcBlock "In2" - SrcPort 1 - DstBlock "Mux" - DstPort 2 - } - Line { - SrcBlock "In3" - SrcPort 1 - DstBlock "Mux" - DstPort 3 - } - } - } - Line { - SrcBlock "From1_1" - SrcPort 1 - DstBlock "Subsystem1" - DstPort 1 - } - Line { - SrcBlock "From1_2" - SrcPort 1 - DstBlock "Subsystem1" - DstPort 2 - } - Line { - SrcBlock "From1_3" - SrcPort 1 - DstBlock "Subsystem1" - DstPort 3 - } - } - } - Block { - BlockType Reference - Name "send message 1" - SID "22" - Ports [2, 1] - Position [375, 129, 545, 171] - ZOrder -17 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncSend" - SourceType "OpAsyncSend" - ctl_id "1" - send_id "1" - mode "DONT_NEED_REPLY" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType SignalSpecification - Name "set width" - SID "23" - Position [830, 187, 855, 203] - ZOrder -18 - Dimensions "5" - } - Block { - BlockType Constant - Name "timeout" - SID "25" - Position [580, 173, 610, 187] - ZOrder -19 - Value "2" - } - Line { - SrcBlock "receive message 1" - SrcPort 3 - DstBlock "set width" - DstPort 1 - } - Line { - SrcBlock "receive message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 2 - } - Line { - SrcBlock "receive message 1" - SrcPort 2 - DstBlock "Mux" - DstPort 3 - } - Line { - SrcBlock "timeout" - SrcPort 1 - DstBlock "receive message 1" - DstPort 1 - } - Line { - SrcBlock "send message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 1 - } - Line { - SrcBlock "Mux" - SrcPort 1 - Points [0, -15] - DstBlock "errors_status" - DstPort 1 - } - Line { - SrcBlock "set width" - SrcPort 1 - DstBlock "data recv" - DstPort 1 - } - Line { - SrcBlock "Constant" - SrcPort 1 - Points [0, 10] - DstBlock "Mux1" - DstPort 1 - } - Line { - Labels [0, 0] - SrcBlock "Mux1" - SrcPort 1 - Points [45, 0] - Branch { - Points [0, -80] - DstBlock "send message 1" - DstPort 2 - } - Branch { - Labels [1, 0] - DstBlock "data send" - DstPort 1 - } - } - Line { - SrcBlock "data ready 2 kHz" - SrcPort 1 - DstBlock "send message 1" - DstPort 1 - } - Line { - SrcBlock "Pulse\nGenerator1" - SrcPort 1 - Points [0, -10] - DstBlock "Mux1" - DstPort 2 - } - Annotation { - Name "Simple VILLASnode to OPAL test using UDP messages" - Position [298, 52] - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - } - } - Annotation { - Name "Automatically generated by RT-LAB during compilation." - Position [0, 0] - HorizontalAlignment "left" - VerticalAlignment "top" - BackgroundColor "yellow" - FontSize 12 - FontWeight "bold" - } - } -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.sfp b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.sfp deleted file mode 100644 index b18b5c67d..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_1_sm_model.sfp +++ /dev/null @@ -1,5 +0,0 @@ -[S-Function list] -send_receive_1_sm_model/sm_model/OpIPSocketCtrl1=0 -send_receive_1_sm_model/sm_model/receive message 1/S-Function1=0 -send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1/Send1/S-Function=0 -send_receive_1_sm_model/sm_model/send message 1/S-Function2=0 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_OpREDHAWKtarget_Compilation.log b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_OpREDHAWKtarget_Compilation.log deleted file mode 100644 index e29ada9be..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_OpREDHAWKtarget_Compilation.log +++ /dev/null @@ -1,18 +0,0 @@ - --------------------- Starting compilation -------------------- -Start at : Thursday, April 27, 2017, 18:31:22 - -The current RT-LAB version is: v11.0.5.499 -The current model is: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl -The current host platform is: Windows -The current target platform is: Redhat -The current compiler is: Automatic -WARNING: Model separation will be skipped because no change has been detected. -WARNING: Model code generation will be skipped because no change has been detected. -The current Matlab version is: v7.13 -WARNING: Model code compilation will be skipped because no change has been detected. - -End at : Thursday, April 27, 2017, 18:31:26 - -Compilation duration : 00h:00m:04s - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.ini b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.ini deleted file mode 100644 index 8f0214a95..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.ini +++ /dev/null @@ -1,68 +0,0 @@ -[GENERAL] -hostPlatform=PCWIN -platform=REDHAWK -[MATLAB_GENERAL] -version=7.13 -release=R2011b -path=C:\OPAL-RT\RT-LAB\v11.0.5.499\common\bin;C:\OPAL-RT\RT-LAB\v11.0.5.499\Simulink\rtw\c\common;C:\OPAL-RT\RT-LAB\v11.0.5.499\Simulink\libR2011b;C:\OPAL-RT\RT-LAB\v11.0.5.499\Simulink\m;C:\OPAL-RT\RT-LAB\v11.0.5.499\common\bin\x32;C:\OPAL-RT\RT-XSG\v2.3.1.135\Simulink\xsg_R2011b;C:\OPAL-RT\RT-XSG\v2.3.1.135\Simulink\xsg_R2011b\m;C:\OPAL-RT\RT-XSG\v2.3.1.135\Simulink\xsg_Rxx\SGvUnsupported;C:\OPAL-RT\RT-XSG\v2.3.1.135\Simulink\xsg_Rxx\xPC;C:\OPAL-RT\RT-XSG\v2.3.1.135\Simulink\xsg_Rxx\m;C:\OPAL-RT\RT-EVENTS\v4.0.0.433\rte_r2011b\lib;C:\OPAL-RT\RT-EVENTS\v4.0.0.433\rte_r2011b\demos;C:\OPAL-RT\ARTEMIS\v7.0.1.736\art_r2011b\lib;C:\OPAL-RT\ARTEMIS\v7.0.1.736\art_r2011b\lib\tlc_c;C:\OPAL-RT\ARTEMIS\v7.0.1.736\art_r2011b\demos;C:\OPAL-RT\ARTEMIS\v7.0.1.736\art_r2011b\auxiliary_routines\wideband\line_param;C:\Users\opal-user\Documents\MATLAB;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\graph2d;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\graph3d;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\graphics;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\plottools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\scribe;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\specgraph;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\uitools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\local;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\general;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\ops;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\lang;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\elmat;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\randfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\elfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\specfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\matfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\datafun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\polyfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\funfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\sparfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\strfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\iofun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\timefun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\datatypes;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\verctrl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\codetools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\helptools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\winfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\winfun\net;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\hds;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\guide;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\datamanager;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\simulink;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\instrument;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\autosar\autosar;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\accel;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\blocks\library;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\blocks\obsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink\slresolve;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\blocks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\components;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\fixedandfloat;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\fixedandfloat\obsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\dee;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink\mplayio;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink\dataobjectwizard;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos\aerospace;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos\automotive;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos\industrial;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos\simfeatures;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simdemos\simgeneral;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink\modeladvisor;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\simulink\modeladvisor\fixpt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\glue;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\glue\studio;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stateflow\stateflow;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stateflow\coder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stateflow\sfdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\audiovideo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\bioinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\biolearning;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\microarray;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\mass_spec;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\proteins;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\biomatrices;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\graphtheory;C:\Program Files (x86)\MATLAB\R2011b\toolbox\bioinfo\biodemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\coder\matlabcoder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\coder\codegendemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\coder\emlcodermex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\shared;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\coder_foundation\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\simtargets;C:\Program Files (x86)\MATLAB\R2011b\toolbox\coder\coder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\comm;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\commutilities\comminit;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\commutilities\commmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\commutilities;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\commdeprecated;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\comm\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\testconsole;C:\Program Files (x86)\MATLAB\R2011b\toolbox\comm\commdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\comparisons;C:\Program Files (x86)\MATLAB\R2011b\toolbox\compiler;C:\Program Files (x86)\MATLAB\R2011b\toolbox\compiler\compilerdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\control\control;C:\Program Files (x86)\MATLAB\R2011b\toolbox\control\ctrlguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\control\ctrlobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\control\ctrlutil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\control\ctrldemos;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\control\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\curvefit\curvefit;C:\Program Files (x86)\MATLAB\R2011b\toolbox\curvefit\splines;C:\Program Files (x86)\MATLAB\R2011b\toolbox\curvefit\cftoolgui;C:\Program Files (x86)\MATLAB\R2011b\toolbox\curvefit\sftoolgui;C:\Program Files (x86)\MATLAB\R2011b\toolbox\curvefit\curvefitdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daq;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daqguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daqblks\daqblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daqblks\daqmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daqblks\daqmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\daq\daqdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\database\database;C:\Program Files (x86)\MATLAB\R2011b\toolbox\database\vqb;C:\Program Files (x86)\MATLAB\R2011b\toolbox\database\dbdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\distcomp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\user;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\mpi;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\parallel;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\parallel\util;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\lang;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\cluster;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\gpu;C:\Program Files (x86)\MATLAB\R2011b\toolbox\distcomp\pctdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\dsp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\dsputilities;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\dsputilities\dspinit;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\dsputilities\dspmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\dspdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\filterdesignlib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\system;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\dspblks\dspblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\dspblks\dspmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fixedpoint\fixedpoint;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\dsp\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\dsp\filterdesign;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\ecoder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\ecoder\ecoderdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpt\mpt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpt\user_specific;C:\Program Files (x86)\MATLAB\R2011b\toolbox\embeddedcoder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\target\kernel\embedded;C:\Program Files (x86)\MATLAB\R2011b\toolbox\eml\eml;C:\Program Files (x86)\MATLAB\R2011b\toolbox\exlink;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fixedpoint\fixedpointtool;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fixedpoint\fidemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fixpoint;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fixpoint\fpca;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldv\sldv;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\fixedandfloat\fxpdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fuzzy\fuzzy;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fuzzy\fuzzyutil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\fuzzy\fuzdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\gauges;C:\Program Files (x86)\MATLAB\R2011b\toolbox\gauges\gaugesdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\geoweb\geoweb;C:\Program Files (x86)\MATLAB\R2011b\toolbox\globaloptim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\globaloptim\globaloptim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\globaloptim\globaloptimdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\hdlcoder\hdlcoder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\hdlcoder\hdlcoder\hdlwa;C:\Program Files (x86)\MATLAB\R2011b\toolbox\hdlcoder\hdlcoderdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\hdlcoder\hdlcommon;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp\vdspblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\eclipseide;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\eclipseide\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\eclipseide\registry;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\eclipseide\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti\multiblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\iarew;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\iarew\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\iarew\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\iarew\templates;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\ccsblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\ccslinkblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\ccslinkblks\rtdxsimblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\lic;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\util;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\envchecker;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\wrworkbench;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\wrworkbench\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\wrworkbench\registry;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\wrworkbench\wrworkbenchblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\autointerface;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\autointerface\ideregisterplugins;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\util;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\errorhandler;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\lfsocket\lfsocket;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\xmakefile;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\hookpoints;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\tgtpref2;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\profiler;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\blks\tlc_c;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\foundation\pjtgenerator\blks\utils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\idelinkdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\adivdsp\vdspdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\eclipseide\eclipseidedemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ghsmulti\multidemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\iarew\iarewdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\ccsdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\idelink\extensions\ticcs\ccsdemos\util;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\etargets\etargets;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\etargets\etargets\demoutils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\tasking\tasking;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\tasking\taskingdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\ident;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\nlident;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\idobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\idguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\idutils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\idhelp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\iddemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\ident\iddemos\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\colorspaces;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\images;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\imuitools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\iptformats;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\iptutils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\imagesci;C:\Program Files (x86)\MATLAB\R2011b\toolbox\images\imdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\imaq\imaq;C:\Program Files (x86)\MATLAB\R2011b\toolbox\imaq\imaqblks\imaqblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\imaq\imaqblks\imaqmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\imaq\imaqblks\imaqmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\imaq\imaqdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\instrument\instrument;C:\Program Files (x86)\MATLAB\R2011b\toolbox\instrument\instrumentblks\instrumentblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\instrument\instrumentblks\instrumentmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\instrument\instrumentblks\instrumentmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\instrument\instrumentdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\javabuilder\javabuilder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\javabuilder\javabuilderdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sam\m3i;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\map;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapdisp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapformats;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapproj;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapdata;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapdata\sdts;C:\Program Files (x86)\MATLAB\R2011b\toolbox\map\mapdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\mpc\mpc;C:\Program Files (x86)\MATLAB\R2011b\toolbox\mpc\mpcdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\mpc\mpcguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\mpc\mpcobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\mpc\mpcutils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nncontrol;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nndemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nndemos\nndatasets;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnadapt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nndatafun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnderivative;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nndistance;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nndivision;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nninitlayer;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nninitnetwork;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nninitweight;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnlearn;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnnetfun;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnnetinput;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnnetwork;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnperformance;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnplot;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnprocess;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnsearch;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nntopology;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nntrain;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nntransfer;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnet\nnweight;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\nnet\nnutils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\optim\optim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\optim\optimdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\pde;C:\Program Files (x86)\MATLAB\R2011b\toolbox\pde\pdedemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\data_manager\data_manager;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\drive\drive;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\drive\drivedemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\elec\elec;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\elec\elecdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\equation_language\equation_language;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\foundation\foundation;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\gl\core\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\gl\sli\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\logging\base\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\logging\mli\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\mech\mech;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\mech\importer;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\mech\mechdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\network_engine\ne_support;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\network_engine\network_engine;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\ne_sli\ne_sli;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\pmir\pmir;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\pm_sli\pm_sli;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\pm_visimpl\pm_visimpl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\powersys;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\dr\dr;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\drives\drives;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\facts\facts;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\dr\drdemo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\drives\drivesdemo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\facts\factsdemo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\powersys\powerdemo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\sdl\sdl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\sdl\classic;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\sdl\sdldemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\compiler\core\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\compiler\sli\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\simscapedemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\engine\core\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\engine\mli\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\engine\sli\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\foundation\simscape;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape_language\simscape_language;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\library\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simscape\simscape\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\simulation\base\m;C:\Program Files (x86)\MATLAB\R2011b\toolbox\physmod\unit_manager\unit_manager;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\reqmgt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\slvnv;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\rmidemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rf\rf;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rf\rfdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rf\rftool;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rf\openif;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rfblks\rfblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rfblks\rfblksmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rfblks\rfblksmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rfblks\rfblksdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\robust;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctlmi;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctutil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctobsolete\robust;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctobsolete\lmi;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctobsolete\mutools\commands;C:\Program Files (x86)\MATLAB\R2011b\toolbox\robust\rctobsolete\mutools\subs;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\robust\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgen\rptgen;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgen\rptgenv1;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgenext\rptgenext;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgenext\rptgenextv1;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgenext\rptgenextdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgenext\rptgenextdemos\flutter_suppression;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgenext\slxmlcomp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgen\rptgendemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rptgen\xmlcomp;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\asap2\asap2;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\asap2\asap2\user;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\common\can\blocks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\common\can\blocks\tlc_c;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\common\tgtcommon;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\connectivity;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\pil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw\datadiff\gui;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw\datadiff\gui\icons;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw\datadiff\api;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw\cgv\api;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtw\misra;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulinkcoder;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\rtwin\rtwin;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\rtwin\rtwindemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtwdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\rtwdemos\rsimdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simulink\blocks\sb2sl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\asynciolib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\can;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\can\canblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\can\canmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\can\canmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\cgir_fe;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\engine;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\engine\options;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\engine\optim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\general;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\graphics;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\controllib\requirements;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\dastudio;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\dastudio\depviewer;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\eda\edagraph;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\eda\fil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\eda\fpgaautomation;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\eda\hdlparser;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\eml\eml;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\hdlshared;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\imageslib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\imaqlib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\mapgeodesy;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\maputils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\optimlib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\rptgen;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\sigbldr;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\siglib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\slcontrollib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\sldv;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\slvnv;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\simcoverage;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\spcuilib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\statslib;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\testmeaslib\general;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\testmeaslib\graphics;C:\Program Files (x86)\MATLAB\R2011b\toolbox\shared\testmeaslib\simulink;C:\Program Files (x86)\MATLAB\R2011b\toolbox\signal\signal;C:\Program Files (x86)\MATLAB\R2011b\toolbox\signal\sigtools;C:\Program Files (x86)\MATLAB\R2011b\toolbox\signal\sptoolgui;C:\Program Files (x86)\MATLAB\R2011b\toolbox\signal\sigdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simevents\simevents;C:\Program Files (x86)\MATLAB\R2011b\toolbox\des\desblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\des\desmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\des\desmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\des\desdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simrf\simrf;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simrf\simrfmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\simrf\simrfdemos;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\simrf\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sl3d\sl3d;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sl3d\sl3ddemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slcontrol\slcontrol;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slcontrol\slctrlguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slcontrol\slctrlutil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slcontrol\slctrlobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slcontrol\slctrldemos;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\slcontrol\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldoguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sloptim\sloptim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sloptim\sloptguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sloptim\sloptobsolete;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\slestim\slestguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\slestim\slestim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\slestim\slestmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\slestim\slestutil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldodemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldodemos\optim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldodemos\estim;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldodemos\estim\docexamples\adaptive;C:\Program Files (x86)\MATLAB\R2011b\toolbox\sldo\sldodemos\estim\docexamples\lookuptable;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\sldo\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\slvnvdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\simcovdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\do178b;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\iec61508;C:\Program Files (x86)\MATLAB\R2011b\toolbox\slvnv\styleguide;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stats\stats;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stats\classreg;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stats\statsdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stm\stm;C:\Program Files (x86)\MATLAB\R2011b\toolbox\stm\stmdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\symbolic\symbolic;C:\Program Files (x86)\MATLAB\R2011b\toolbox\symbolic\symbolicdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\blackfin;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\blackfin\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\blackfin\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\blackfin\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\blackfin\blackfindemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\c166\c166;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\c166\c166demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\intelhost\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\common\configuration;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\mpc555dk;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\pil;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\rt\blockset\mfiles;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\rt\blockset;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\mpc555dk\mpc555demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation\utils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation\utils\resource_config;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\foundation\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti\mdlinfo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti\utils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\shared\ti\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\targetdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\utils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic2000\tic2000demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic5000;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic5000\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic5000\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic5000\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic5000\tic5000demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\rtw;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\tfl;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\utils;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\blks\sysobj_mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\processor\tic6000\tic6000demos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\linux\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\linux\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\linux\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\linux\src;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\vxworks\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\vxworks\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\vxworks\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\vxworks\src;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\windows\blks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\windows\blks\masks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\target\extensions\operatingsystem\windows\blks\mex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\matlab\timeseries;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vision\vision;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vision\visionutilities;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vision\visionutilities\visioninit;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vision\visionutilities\visionmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vision\visiondemos;C:\Program Files (x86)\MATLAB\R2011b\help\toolbox\vision\examples;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vnt;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vntguis;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vntdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vntblks\vntblks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vntblks\vntmasks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\vnt\vntblks\vntmex;C:\Program Files (x86)\MATLAB\R2011b\toolbox\wavelet\wavelet;C:\Program Files (x86)\MATLAB\R2011b\toolbox\wavelet\wmultisig1d;C:\Program Files (x86)\MATLAB\R2011b\toolbox\wavelet\wavedemo;C:\Program Files (x86)\MATLAB\R2011b\toolbox\wavelet\compression;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\xpc;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\target\build\xpcblocks\thirdpartydrivers;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\target\build\xpcblocks;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\xpcdemos;C:\Program Files (x86)\MATLAB\R2011b\toolbox\rtw\targets\xpc\xpc\xpcmngr -[MATLAB_TOOLBOX] -1=ARTEMIS Blockset|7.0.1.736|(R2011b)|06-Jun-2015 -2=Bioinformatics Toolbox|4.0|(R2011b)|15-Jul-2011 -3=Communications System Toolbox|5.1|(R2011b)|08-Jul-2011 -4=Computer Vision System Toolbox|4.1|(R2011b)|08-Jul-2011 -5=Control System Toolbox|9.2|(R2011b)|08-Jul-2011 -6=Curve Fitting Toolbox|3.2|(R2011b)|08-Jul-2011 -7=DSP System Toolbox|8.1|(R2011b)|08-Jul-2011 -8=Data Acquisition Toolbox|3.0|(R2011b)|08-Jul-2011 -9=Database Toolbox|3.10|(R2011b)|08-Jul-2011 -10=Embedded Coder|6.1|(R2011b)|08-Jul-2011 -11=Fixed-Point Toolbox|3.4|(R2011b)|06-Aug-2011 -12=Fuzzy Logic Toolbox|2.2.14|(R2011b)|08-Jul-2011 -13=Gauges Blockset|2.0.6|(R2011b)|08-Jul-2011 -14=Global Optimization Toolbox|3.2|(R2011b)|08-Jul-2011 -15=Image Acquisition Toolbox|4.2|(R2011b)|08-Jul-2011 -16=Image Processing Toolbox|7.3|(R2011b)|08-Jul-2011 -17=Instrument Control Toolbox|3.0|(R2011b)|11-Jul-2011 -18=MATLAB|7.13|(R2011b)|08-Jul-2011 -19=MATLAB Builder JA|2.2.3|(R2011b)|08-Jul-2011 -20=MATLAB Coder|2.1|(R2011b)|08-Jul-2011 -21=MATLAB Compiler|4.16|(R2011b)|08-Jul-2011 -22=MATLAB Report Generator|3.11|(R2011b)|08-Jul-2011 -23=Mapping Toolbox|3.4|(R2011b)|08-Jul-2011 -24=Model Predictive Control Toolbox|4.0|(R2011b)|08-Jul-2011 -25=Neural Network Toolbox|7.0.2|(R2011b)|08-Jul-2011 -26=Optimization Toolbox|6.1|(R2011b)|08-Jul-2011 -27=Parallel Computing Toolbox|5.2|(R2011b)|08-Jul-2011 -28=Partial Differential Equation Toolbox|1.0.19|(R2011b)|08-Jul-2011 -29=RF Toolbox|2.9|(R2011b)|08-Jul-2011 -30=RT-EVENTS Blockset|4.0.0.433|(R2011B.x)|23-Apr-2015 -31=RT-LAB|v11.0.5.499|(R2011b.x)|17-Jan-2016 -32=RT-XSG|v2.3.1.135sgUnsupported|(Rx.x)|23-May-2015 -33=Real-Time Windows Target|3.8|(R2011b)|08-Jul-2011 -34=Robust Control Toolbox|4.0|(R2011b)|08-Jul-2011 -35=Signal Processing Toolbox|6.16|(R2011b)|08-Jul-2011 -36=SimDriveline|2.1|(R2011b)|08-Jul-2011 -37=SimElectronics|2.0|(R2011b)|08-Jul-2011 -38=SimEvents|4.0|(R2011b)|08-Jul-2011 -39=SimMechanics|3.2.3|(R2011b)|08-Jul-2011 -40=SimPowerSystems|5.5|(R2011b)|08-Jul-2011 -41=SimRF|3.1|(R2011b)|08-Jul-2011 -42=Simscape|3.6|(R2011b)|08-Jul-2011 -43=Simulink|7.8|(R2011b)|08-Jul-2011 -44=Simulink 3D Animation|6.0|(R2011b)|08-Jul-2011 -45=Simulink Coder|8.1|(R2011b)|08-Jul-2011 -46=Simulink Control Design|3.4|(R2011b)|08-Jul-2011 -47=Simulink Design Optimization|2.0|(R2011b)|08-Jul-2011 -48=Simulink Fixed Point|7.0|(R2011b)|08-Jul-2011 -49=Simulink HDL Coder|2.2|(R2011b)|08-Jul-2011 -50=Simulink Report Generator|3.11|(R2011b)|08-Jul-2011 -51=Simulink Verification and Validation|3.2|(R2011b)|08-Jul-2011 -52=Spreadsheet Link EX|3.1.4|(R2011b)|08-Jul-2011 -53=Stateflow|7.8|(R2011b)|08-Jul-2011 -54=Statistics Toolbox|7.6|(R2011b)|15-Jul-2011 -55=Symbolic Math Toolbox|5.7|(R2011b)|08-Jul-2011 -56=System Identification Toolbox|7.4.3|(R2011b)|08-Jul-2011 -57=Vehicle Network Toolbox|1.5|(R2011b)|08-Jul-2011 -58=Wavelet Toolbox|4.8|(R2011b)|08-Jul-2011 -59=xPC Target|5.1|(R2011b)|08-Jul-2011 -60=xPC Target Embedded Option|5.1|(R2011b)|08-Jul-2011 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.mat deleted file mode 100644 index dd19634ea..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/Opcommon/send_receive_info.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/config.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/config.h deleted file mode 100644 index 6a206a659..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/config.h +++ /dev/null @@ -1,41 +0,0 @@ -/** Compile-time configuration. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _CONFIG_H_ -#define _CONFIG_H_ - -#define PROGNAME "VILLASnode-OPAL-UDP" -#define VERSION "0.6" - -#define MAX_VALUES 64 - -/* List of protocols */ -#define VILLAS 1 -#define GTNET_SKT 2 - -/* Default protocol */ -#ifndef PROTOCOL - #define PROTOCOL VILLAS -#endif - -#endif /* _CONFIG_H_ */ \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg.h deleted file mode 100644 index 594662b41..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg.h +++ /dev/null @@ -1,51 +0,0 @@ -/** Message related functions - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#pragma once - -/* Forward declarations. */ -struct msg; - -/** Swaps the byte-order of the message. - * - * Message are always transmitted in network (big endian) byte order. - * - * @param m A pointer to the message - */ -void msg_hdr_ntoh(struct msg *m); - -void msg_hdr_hton(struct msg *m); - -void msg_ntoh(struct msg *m); - -void msg_hton(struct msg *m); - -/** Check the consistency of a message. - * - * The functions checks the header fields of a message. - * - * @param m A pointer to the message - * @retval 0 The message header is valid. - * @retval <0 The message header is invalid. - */ -int msg_verify(struct msg *m); \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg_format.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg_format.h deleted file mode 100644 index beeca4c1b..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/msg_format.h +++ /dev/null @@ -1,84 +0,0 @@ -/** Message format - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#pragma once - -#include - -/** The current version number for the message format */ -#define MSG_VERSION 2 - -/** @todo Implement more message types */ -#define MSG_TYPE_DATA 0 /**< Message contains float values */ -#define MSG_TYPE_START 1 /**< Message marks the beginning of a new simulation case */ -#define MSG_TYPE_STOP 2 /**< Message marks the end of a simulation case */ - -/** The total size in bytes of a message */ -#define MSG_LEN(values) (sizeof(struct msg) + MSG_DATA_LEN(values)) - -/** The length of \p values values in bytes. */ -#define MSG_DATA_LEN(values) (sizeof(float) * (values)) - -/** The offset to the first data value in a message. */ -#define MSG_DATA_OFFSET(msg) ((char *) (msg) + offsetof(struct msg, data)) - -/** Initialize a message with default values */ -#define MSG_INIT(len, seq) (struct msg) {\ - .version = MSG_VERSION, \ - .type = MSG_TYPE_DATA, \ - .length = len, \ - .sequence = seq \ -} - -/** The timestamp of a message in struct timespec format */ -#define MSG_TS(msg) (struct timespec) { \ - .tv_sec = (msg)->ts.sec, \ - .tv_nsec = (msg)->ts.nsec \ -} - -/** This message format is used by all clients - * - * @diafile msg_format.dia - **/ -struct msg -{ - unsigned version: 4; /**< Specifies the format of the remaining message (see MGS_VERSION) */ - unsigned type : 2; /**< Data or control message (see MSG_TYPE_*) */ - unsigned rsvd1 : 2; /**< Reserved bits */ - unsigned rsvd2 : 8; /**< Reserved bits */ - - uint16_t length; /**< The number of values in msg::data[]. */ - uint32_t sequence; /**< The sequence number is incremented by one for consecutive messages. */ - - /** A timestamp per message. */ - struct { - uint32_t sec; /**< Seconds since 1970-01-01 00:00:00 */ - uint32_t nsec; /**< Nanoseconds of the current second. */ - } ts; - - /** The message payload. */ - union { - float f; /**< Floating point values. */ - uint32_t i; /**< Integer values. */ - } data[]; -} __attribute__((packed)); \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/socket.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/socket.h deleted file mode 100644 index dd5c633be..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/socket.h +++ /dev/null @@ -1,49 +0,0 @@ -/** Helper functions for sockets. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _SOCKET_H_ -#define _SOCKET_H_ - -#include - -#define RT -#include "OpalGenAsyncParamCtrl.h" - -#define UDP_PROTOCOL 1 -#define TCP_PROTOCOL 2 - -struct socket { - struct sockaddr_in send_ad; /* Send address */ - struct sockaddr_in recv_ad; /* Receive address */ - int sd; /* socket descriptor */ -}; - -int socket_init(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct); - -int socket_send(struct socket *s, char *data, int len); - -int socket_recv(struct socket *s, char *data, int len, double timeout); - -int socket_close(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct); - -#endif /* _SOCKET_H_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/utils.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/utils.h deleted file mode 100644 index acb8e100f..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/include/utils.h +++ /dev/null @@ -1,31 +0,0 @@ -/** Configure scheduler. - * - * @file - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#ifndef _UTILS_H_ -#define _UTILS_H_ - -int AssignProcToCpu0(void); - -#endif /* _UTILS_H_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/common/css.js b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/common/css.js deleted file mode 100644 index f92dea36a..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/common/css.js +++ /dev/null @@ -1,3 +0,0 @@ -function swapClass(obj, cls) { - obj.className = cls -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/print.css b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/print.css deleted file mode 100644 index e0153265d..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/print.css +++ /dev/null @@ -1,3 +0,0 @@ -.hideprint{ - display: none; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/screen.css b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/screen.css deleted file mode 100644 index 50113ee4b..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/screen.css +++ /dev/null @@ -1,3 +0,0 @@ -.hidescreen{ - display: none; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/tree.css b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/tree.css deleted file mode 100644 index 654c1aa19..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/css/tree.css +++ /dev/null @@ -1,48 +0,0 @@ -.bOver { - font-family: Verdana; - font-size: 10px; - font-weight: bold; - color: white; - - padding-top: 3px; - padding-left: 5px; - padding-bottom: 3px; - padding-right: 5px; - - background-color: #99ccff; - - cursor: pointer; -} - -.bOut { - font-family: Verdana; - font-size: 10px; - font-weight: bold; - color: white; - - padding-top: 3px; - padding-left: 5px; - padding-bottom: 3px; - padding-right: 5px; - - background-color: #5389bc; - - cursor: pointer; -} - -.notsel { - padding-left: 7px; - font-family: Verdana; - font-size: 11px; - color: black; - font-weight: 500; - -} - -.sel { - padding-left: 7px; - font-family: Verdana; - font-size: 11px; - color: black; - font-weight: 600; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/closeitem.gif b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/closeitem.gif deleted file mode 100644 index df10d8a22..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/closeitem.gif and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/openitem.gif b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/openitem.gif deleted file mode 100644 index 6bc11ea11..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/openitem.gif and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/property.gif b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/property.gif deleted file mode 100644 index 15a5e4dba..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/images/property.gif and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.html b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.html deleted file mode 100644 index f84f1b04d..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - -
-
- - \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.zip b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.zip deleted file mode 100644 index 8e77b54f0..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/send_receive.zip and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/temp/compilation_target_report.xml b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/temp/compilation_target_report.xml deleted file mode 100644 index 6908d8cfc..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/temp/compilation_target_report.xml +++ /dev/null @@ -1,3258 +0,0 @@ - - - - - - - - - - - - 453344 kB - - - - - 97204 kB - - - - - 356140 kB - - - - - 97028 kB - - - - - 3848 kB - - - - - 71636 kB - - - - - 1173840 kB - - - - - 8206052 kB - - - - - 273248 kB - - - - - 907264 kB - - - - - 4088 kB - - - - - 5440 kB - - - - - 6112216 kB - - - - - 7392776 kB - - - - - 889172 kB - - - - - 0 kB - - - - - 889172 kB - - - - - 678632 kB - - - - - 826204 kB - - - - - 52916 kB - - - - - 6790848 kB - - - - - 8218980 kB - - - - - 0 kB - - - - - 0 kB - - - - - 1264 kB - - - - - 19240 kB - - - - - 11228 kB - - - - - 30468 kB - - - - - 0 kB - - - - - 4096564 kB - - - - - 4096564 kB - - - - - 0 kB - - - - - 80296 kB - - - - - 122880 kB - - - - - 4300 kB - - - - - 0 kB - - - - - 0 kB - - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 0 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 1 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 10 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 11 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 2 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 3 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 4 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 5 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 6 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 7 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 8 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 9 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - - - - - - 134.130.169.127 - - - - - 134.130.169.80 - - - - - 00:25:90:97:D1:0C - - - - - 255.255.255.128 - - - - - Ethernet - - - - - - - 10.10.10.255 - - - - - 10.10.10.2 - - - - - A0:36:9F:19:4D:2D - - - - - 255.255.255.0 - - - - - Ethernet - - - - - - - 127.0.0.1 - - - - - 255.0.0.0 - - - - - Local - - - - - - - - RTServer_1 - - - - - root - - - - - 134.130.169.80 - - - - - - - - - - 0 - - - - - 10 - - - - - 0 - - - - - 0,2500,24,100 - - - - - 7/0/24/25/26/27/28/29/ - - - - - ON - - - - - UDP/IP - - - - - /dev/console - - - - - Free-Clock - - - - - 10 - - - - - 0 - - - - - ON - - - - - ON - - - - - - - - - - - - - - - - - - - - - - - - - sysvinit-2.86 - - - - - - - - - - sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c - - - - - -lOpalAsyncApiR2011b - - - - - -lOpalAsyncApiCore - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - Automatic - - - - - Automatic - - - - - 0.000000 - - - - - 0.000000 - - - - - ON - - - - - OFF - - - - - ALL - - - - - 0 - - - - - 2/0/100/24/44/ - - - - - 10 - - - - - OFF - - - - - 1 - - - - - 2.6.29.6-opalrt-5 - - - - - send_receive - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\ - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\villas_udp.llp - - - - - /sbin:/usr/sbin:/bin:/usr/bin - - - - - N - - - - - DEBUG_ALL - - - - - GTNET_SKT - - - - - /usr/opalrt/v11.0.5.499/common/python/rtlab/global - - - - - /usr/opalrt/v11.0.5.499/common/python/ - - - - - /usr/matlab/v7.13 - - - - - /usr/opalrt/v11.0.5.499 - - - - - 134.130.169.16 - - - - - ON - - - - - REDHAWK - - - - - v11.0.5.499 - - - - - send_receive_1_sm_model - - - - - sm_model - - - - - 3 - - - - - YES - - - - - 4 - - - - - linux - - - - - linux - - - - - /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/ - - - - - - - - - - - - - - - 5000 - - - - - /bin/env - - - - - N - - - - - 3 - - - - - - - - - 4.1.2 - - - - - - - - /usr/matlab/v7.10 - - - - - v7.10 - - - - - - - /usr/matlab/v7.11 - - - - - v7.11 - - - - - - - /usr/matlab/v7.12 - - - - - v7.12 - - - - - - - /usr/matlab/v7.13 - - - - - v7.13 - - - - - - - /usr/matlab/v7.14 - - - - - v7.14 - - - - - - - /usr/matlab/v7.3 - - - - - v7.3 - - - - - - - /usr/matlab/v7.5 - - - - - v7.5 - - - - - - - /usr/matlab/v7.6 - - - - - v7.6 - - - - - - - /usr/matlab/v7.7 - - - - - v7.7 - - - - - - - /usr/matlab/v7.9 - - - - - v7.9 - - - - - - - /usr/matlab/v8.0 - - - - - v8.0 - - - - - - - /usr/matlab/v8.1 - - - - - v8.1 - - - - - - - /usr/matlab/v8.2 - - - - - v8.2 - - - - - - - /usr/matlab/v8.4 - - - - - v8.4 - - - - - - - - 2.4.3 - - - - - - - - v11.0.5.499 - - - - - - /usr/opalrt/v10.0.4 - - - - - v10.0.4 - - - - - - - /usr/opalrt/v10.4.10.200 - - - - - v10.4.10.200 - - - - - - - /usr/opalrt/v10.5.9.356 - - - - - v10.5.9.356 - - - - - - - /usr/opalrt/v10.6.5.293 - - - - - v10.6.5.293 - - - - - - - /usr/opalrt/v10.7.2.411 - - - - - v10.7.2.411 - - - - - - - /usr/opalrt/v10.7.7.506 - - - - - v10.7.7.506 - - - - - - - /usr/opalrt/v11.0.2.410 - - - - - v11.0.2.410 - - - - - - - /usr/opalrt/v11.0.5.499 - - - - - v11.0.5.499 - - - - - - - - - 2.6.29.6-opalrt-5 - - - - - linux2 - - - - - #6 SMP PREEMPT Tue Aug 3 10:13:38 EDT 2010 - - - - - - - - MetaController - - - - - 7506 - - - - - - - OpTargetD - - - - - 11163 - - - - - - - OpalD - - - - - 12332 - - - - - - - OpalNode - - - - - 11167 - - - - - - - acpid - - - - - 6499 - - - - - - - aio/0 - - - - - 552 - - - - - - - aio/1 - - - - - 6976 - - - - - - - aio/10 - - - - - 7308 - - - - - - - aio/11 - - - - - 7357 - - - - - - - aio/2 - - - - - 7019 - - - - - - - aio/3 - - - - - 7058 - - - - - - - aio/4 - - - - - 7097 - - - - - - - aio/5 - - - - - 7129 - - - - - - - aio/6 - - - - - 7166 - - - - - - - aio/7 - - - - - 7197 - - - - - - - aio/8 - - - - - 7234 - - - - - - - aio/9 - - - - - 7271 - - - - - - - ata/0 - - - - - 1068 - - - - - - - ata/1 - - - - - 6968 - - - - - - - ata/10 - - - - - 7306 - - - - - - - ata/11 - - - - - 7355 - - - - - - - ata/2 - - - - - 7017 - - - - - - - ata/3 - - - - - 7056 - - - - - - - ata/4 - - - - - 7095 - - - - - - - ata/5 - - - - - 7127 - - - - - - - ata/6 - - - - - 7164 - - - - - - - ata/7 - - - - - 7195 - - - - - - - ata/8 - - - - - 7232 - - - - - - - ata/9 - - - - - 7269 - - - - - - - ata_aux - - - - - 1080 - - - - - - - atd - - - - - 7641 - - - - - - - bnx2x - - - - - 818 - - - - - - - cpuset - - - - - 27 - - - - - - - cqueue - - - - - 352 - - - - - - - crond - - - - - 7525 - - - - - - - dbus-daemon - - - - - 6455 - - - - - - - events/0 - - - - - 29 - - - - - - - events/1 - - - - - 6983 - - - - - - - events/10 - - - - - 7311 - - - - - - - events/11 - - - - - 7360 - - - - - - - events/2 - - - - - 7022 - - - - - - - events/3 - - - - - 7061 - - - - - - - events/4 - - - - - 7100 - - - - - - - events/5 - - - - - 7132 - - - - - - - events/6 - - - - - 7169 - - - - - - - events/7 - - - - - 7200 - - - - - - - events/8 - - - - - 7237 - - - - - - - events/9 - - - - - 7274 - - - - - - - hid_compat - - - - - 932 - - - - - - - hycore - - - - - 6571 - - - - - - - init - - - - - 1 - - - - - - - java - - - - - 6581 - - - - - - - kacpi_notify - - - - - 227 - - - - - - - kacpid - - - - - 226 - - - - - - - kauditd - - - - - 1154 - - - - - - - kblockd/0 - - - - - 213 - - - - - - - kblockd/1 - - - - - 6977 - - - - - - - kblockd/10 - - - - - 7309 - - - - - - - kblockd/11 - - - - - 7358 - - - - - - - kblockd/2 - - - - - 7020 - - - - - - - kblockd/3 - - - - - 7059 - - - - - - - kblockd/4 - - - - - 7098 - - - - - - - kblockd/5 - - - - - 7130 - - - - - - - kblockd/6 - - - - - 7167 - - - - - - - kblockd/7 - - - - - 7198 - - - - - - - kblockd/8 - - - - - 7235 - - - - - - - kblockd/9 - - - - - 7272 - - - - - - - khelper - - - - - 53 - - - - - - - khubd - - - - - 363 - - - - - - - kjournald - - - - - 1124 - - - - - - - klogd - - - - - 6389 - - - - - - - kmpath_handlerd - - - - - 5849 - - - - - - - kmpathd/0 - - - - - 5836 - - - - - - - kmpathd/1 - - - - - 6964 - - - - - - - kmpathd/10 - - - - - 7305 - - - - - - - kmpathd/11 - - - - - 7354 - - - - - - - kmpathd/2 - - - - - 7016 - - - - - - - kmpathd/3 - - - - - 7055 - - - - - - - kmpathd/4 - - - - - 7094 - - - - - - - kmpathd/5 - - - - - 7126 - - - - - - - kmpathd/6 - - - - - 7163 - - - - - - - kmpathd/7 - - - - - 7194 - - - - - - - kmpathd/8 - - - - - 7231 - - - - - - - kmpathd/9 - - - - - 7268 - - - - - - - kpsmoused - - - - - 929 - - - - - - - kseriod - - - - - 366 - - - - - - - ksoftirqd/0 - - - - - 4 - - - - - - - ksoftirqd/1 - - - - - 6960 - - - - - - - ksoftirqd/10 - - - - - 7304 - - - - - - - ksoftirqd/11 - - - - - 7353 - - - - - - - ksoftirqd/2 - - - - - 7015 - - - - - - - ksoftirqd/3 - - - - - 7053 - - - - - - - ksoftirqd/4 - - - - - 7093 - - - - - - - ksoftirqd/5 - - - - - 7125 - - - - - - - ksoftirqd/6 - - - - - 7162 - - - - - - - ksoftirqd/7 - - - - - 7193 - - - - - - - ksoftirqd/8 - - - - - 7228 - - - - - - - ksoftirqd/9 - - - - - 7267 - - - - - - - kstriped - - - - - 5811 - - - - - - - ksuspend_usbd - - - - - 357 - - - - - - - kswapd0 - - - - - 505 - - - - - - - kthreadd - - - - - 2 - - - - - - - migration/0 - - - - - 3 - - - - - - - migration/1 - - - - - 6959 - - - - - - - migration/10 - - - - - 7303 - - - - - - - migration/11 - - - - - 7352 - - - - - - - migration/2 - - - - - 7014 - - - - - - - migration/3 - - - - - 7052 - - - - - - - migration/4 - - - - - 7092 - - - - - - - migration/5 - - - - - 7124 - - - - - - - migration/6 - - - - - 7161 - - - - - - - migration/7 - - - - - 7192 - - - - - - - migration/8 - - - - - 7226 - - - - - - - migration/9 - - - - - 7266 - - - - - - - mingetty - - - - - 7674 - - - - - - - mlx4_err - - - - - 870 - - - - - - - nmbd - - - - - 7610 - - - - - - - pdflush - - - - - 8019 - - - - - - - portmap - - - - - 6412 - - - - - - - python - - - - - 12333 - - - - - - - rcu_sched_grace - - - - - 28 - - - - - - - rpc.statd - - - - - 6438 - - - - - - - scsi_eh_0 - - - - - 1107 - - - - - - - scsi_eh_1 - - - - - 1108 - - - - - - - scsi_eh_2 - - - - - 1109 - - - - - - - scsi_eh_3 - - - - - 1110 - - - - - - - sfc_refill/0 - - - - - 874 - - - - - - - sfc_refill/1 - - - - - 6972 - - - - - - - sfc_refill/10 - - - - - 7307 - - - - - - - sfc_refill/11 - - - - - 7356 - - - - - - - sfc_refill/2 - - - - - 7018 - - - - - - - sfc_refill/3 - - - - - 7057 - - - - - - - sfc_refill/4 - - - - - 7096 - - - - - - - sfc_refill/5 - - - - - 7128 - - - - - - - sfc_refill/6 - - - - - 7165 - - - - - - - sfc_refill/7 - - - - - 7196 - - - - - - - sfc_refill/8 - - - - - 7233 - - - - - - - sfc_refill/9 - - - - - 7270 - - - - - - - sfc_reset - - - - - 886 - - - - - - - sh - - - - - 12383 - - - - - - - smbd - - - - - 7719 - - - - - - - sshd - - - - - 6543 - - - - - - - syslogd - - - - - 6386 - - - - - - - udevd - - - - - 1188 - - - - - - - vsftpd - - - - - 7483 - - - - - - - work_on_cpu/0 - - - - - 41 - - - - - - - work_on_cpu/1 - - - - - 6981 - - - - - - - work_on_cpu/10 - - - - - 7310 - - - - - - - work_on_cpu/11 - - - - - 7359 - - - - - - - work_on_cpu/2 - - - - - 7021 - - - - - - - work_on_cpu/3 - - - - - 7060 - - - - - - - work_on_cpu/4 - - - - - 7099 - - - - - - - work_on_cpu/5 - - - - - 7131 - - - - - - - work_on_cpu/6 - - - - - 7168 - - - - - - - work_on_cpu/7 - - - - - 7199 - - - - - - - work_on_cpu/8 - - - - - 7236 - - - - - - - work_on_cpu/9 - - - - - 7273 - - - - - - - xfs - - - - - 7587 - - - - - - - xinetd - - - - - 6560 - - - - - - - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.js b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.js deleted file mode 100644 index 3ffe5f50b..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.js +++ /dev/null @@ -1,301 +0,0 @@ - -var platformMoz = (document.implementation && document.implementation.createDocument); -var platformIE6 = (!platformMoz && document.getElementById && window.ActiveXObject); -var noXSLT = (!platformMoz && !platformIE6); - -var msxmlVersion = '3.0'; -var urlXML; -var urlXSL; -var docXML; -var docXSL; -var target; -var cache;; -var processor; -var i; -var DefaultTreeMode; - - -if (platformIE6) -{ - cache = new ActiveXObject('Msxml2.XSLTemplate.' + msxmlVersion); -} - - -function initializeTree(defTreeMode) -{ - if (noXSLT) - { - alert("Sorry, this doesn't work in your browser"); - return; - } - - urlXML = get_report_filename() - urlXSL = "tree/tree.xsl"; - target = document.getElementById("xmlContent"); - - DefaultTreeMode = defTreeMode; - Transform(); -} - -function get_report_filename() -{ - var filename; - var i; - var j; - var c; - var fileId; - - filename = document.URL; - j = filename.length; - k = 0 - for (i=filename.length-1; i>=0; i--) - { - - c = filename.charAt(i) - - if ( (j == filename.length) && (c == '.') ) - { - j = i; - } - if ( (c == '/') || (c == '\\') ) - { - break; - } - } - if (i != -1) - { - return 'xml/' + filename.substring(i+1,j) + '.xml' - } - else - { - return 'xml/report.xml' - } -} - - -function CreateDocument() -{ - var doc = null; - - if (platformMoz) - { - doc = document.implementation.createDocument('', '', null); - } - else if (platformIE6) - { - doc = new ActiveXObject('Msxml2.FreeThreadedDOMDocument.' + msxmlVersion); - } - return doc; -} - -function Transform() -{ - - - docXML = CreateDocument(); - docXSL = CreateDocument(); - if (platformMoz) - { - docXML.addEventListener('load', DoLoadXSL, false); - docXML.load(urlXML); - } - else if (platformIE6) - { - docXML.async = false; - docXML.load(urlXML); - docXSL.async = false; - docXSL.load(urlXSL); - DoTransform(); - } -} - -function DoLoadXSL() -{ - if (platformMoz) - { - docXSL.addEventListener('load', DoTransform, false); - docXSL.load(urlXSL); - } -} - -function DoTransform() -{ - if (platformMoz) - { - processor = new XSLTProcessor(); - processor.importStylesheet(docXSL); - - processor.setParameter(null, "DefaultTreeMode", DefaultTreeMode); - - var fragment = processor.transformToFragment(docXML, document); - while (target.hasChildNodes()) - { - target.removeChild(target.childNodes[0]); - } - target.appendChild(fragment); - } - else if (platformIE6) - { - cache.stylesheet = docXSL; - - processor = cache.createProcessor(); - processor.input = docXML; - processor.addParameter("DefaultTreeMode", DefaultTreeMode); - - processor.transform(); - target.innerHTML = processor.output; - } - -} - -//---------------------------------------------------- -function cancelBuble(event) -{ - if (window.event) - { - window.event.cancelBubble = true; - window.event.returnValue = false; - } - else if (event && event.preventDefault && event.stopPropagation) - { - event.preventDefault(); - event.stopPropagation(); - } -} - -//---------------------------------------------------- -function clickOnEntity(event, entity) -{ - // cancel buble - cancelBuble(event) - - if(entity.getAttribute("open") == "false") - { - expand(entity) - } - else - { - collapse(entity) - } - - // cancel buble - cancelBuble(event) - -} - -//---------------------------------------------------- -function expand(entity) -{ - // Variable declarations - var oImage - var i - - - // Get class name - if (platformMoz) - cl = entity.getAttribute("CLASS"); - else if (platformIE6) - cl = entity.className - - // Get and change image - if (cl == "item") - { - oImage = entity.childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[0] - oImage.src = entity.getAttribute("openimage") - } - - for(i=0; i < entity.childNodes.length; i++) - { - node = entity.childNodes[i] - if((node.tagName == "DIV") || (node.tagName == "div")) - { - // Display child - node.style.display = "block" - } - } - entity.setAttribute("open","true") -} - -//---------------------------------------------------- -function collapse(entity) -{ - - // Variable declarations - var oImage - var i - - // Get class name - if (platformMoz) - cl = entity.getAttribute("CLASS"); - else if (platformIE6) - cl = entity.className - - // Get and change image - if (cl == "item") - { - oImage = entity.childNodes[0].childNodes[0].childNodes[0].childNodes[0].childNodes[0] - oImage.src = entity.getAttribute("closeimage") - } - for(i=0; i < entity.childNodes.length; i++) - { - node = entity.childNodes[i] - if((node.tagName == "DIV") || (node.tagName == "div")) - { - // Display child - node.style.display = "none" - } - } - - entity.setAttribute("open","false") -} - -//---------------------------------------------------- -function expandAllFromString(entityString) -{ - entity = document.getElementById(entityString); - expandAll(entity, 1) -} - -function expandAll(entity, isRoot) -{ - var i - // expand current node - expand(entity) - - // expand children - for(i=0; i < entity.childNodes.length; i++) - { - if ((entity.childNodes[i].tagName == "DIV") || (entity.childNodes[i].tagName == "div")) - { - expandAll(entity.childNodes[i], 0) - } - } -} - -//---------------------------------------------------- - -function collapseAllFromString(entityString) -{ - entity = document.getElementById(entityString); - collapseAll(entity, 1) -} - -function collapseAll(entity, isRoot) -{ - - var i - // collapse current node - idStr = entity.id - if ( isRoot == 0 ) - { - collapse(entity) - } - // expand children - for(i=0; i < entity.childNodes.length; i++) - { - if((entity.childNodes[i].tagName == "DIV") || (entity.childNodes[i].tagName == "div")) - { - collapseAll(entity.childNodes[i], 0) - } - } -} \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.xsl b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.xsl deleted file mode 100644 index 0cfb88967..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/tree/tree.xsl +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - - - - - - - -

RT-LAB Report

- -
- - - - -

- -

-
- - - - - - - - - - - - -
-
- - expandAllFromString('') - - Expand -
-
-
- - collapseAllFromString('') - - Minimize -
-
-

-
-
- - - - -
-
- - - - -
- - - - - - - false - - - true - - - - - - padding-left: 20px; - cursor: pointer; - - display: none; - - - - - - images/openitem.gif - - - - - images/closeitem.gif - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
- - - - - - -
-
-
- - - -
- - - - - false - - - true - - - - - - padding-left: 20px; - cursor: pointer; - - display: none; - - - - - - - - - - - - - - - -
- - - - - - - - - = - - - -
-
-
- - - -
- - - - false - - - true - - - - - - - padding-left: 20px; - cursor: pointer; - - display: none; - - - - - - -
- - - - -
-
-
-
- - - - - - -
- - - -
- - - -
-
- -
\ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/report.xml b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/report.xml deleted file mode 100644 index 5b023ffb2..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/report.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - UserName - - - - - ComputerName - - - - - CurrentDate - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/send_receive.xml b/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/send_receive.xml deleted file mode 100644 index d653cf408..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/report/xml/send_receive.xml +++ /dev/null @@ -1,3287 +0,0 @@ - - - - - - UserName - - - - - ComputerName - - - - - CurrentDate - - - - - - - - - - - - - 453344 kB - - - - - 97204 kB - - - - - 356140 kB - - - - - 97028 kB - - - - - 3848 kB - - - - - 71636 kB - - - - - 1173840 kB - - - - - 8206052 kB - - - - - 273248 kB - - - - - 907264 kB - - - - - 4088 kB - - - - - 5440 kB - - - - - 6112216 kB - - - - - 7392776 kB - - - - - 889172 kB - - - - - 0 kB - - - - - 889172 kB - - - - - 678632 kB - - - - - 826204 kB - - - - - 52916 kB - - - - - 6790848 kB - - - - - 8218980 kB - - - - - 0 kB - - - - - 0 kB - - - - - 1264 kB - - - - - 19240 kB - - - - - 11228 kB - - - - - 30468 kB - - - - - 0 kB - - - - - 4096564 kB - - - - - 4096564 kB - - - - - 0 kB - - - - - 80296 kB - - - - - 122880 kB - - - - - 4300 kB - - - - - 0 kB - - - - - 0 kB - - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 0 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 1 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 10 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 11 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 2 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 3 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 4 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 5 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 6 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 7 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 8 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 9 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - - - - - - 134.130.169.127 - - - - - 134.130.169.80 - - - - - 00:25:90:97:D1:0C - - - - - 255.255.255.128 - - - - - Ethernet - - - - - - - 10.10.10.255 - - - - - 10.10.10.2 - - - - - A0:36:9F:19:4D:2D - - - - - 255.255.255.0 - - - - - Ethernet - - - - - - - 127.0.0.1 - - - - - 255.0.0.0 - - - - - Local - - - - - - - - RTServer_1 - - - - - root - - - - - 134.130.169.80 - - - - - - - - - - 0 - - - - - 10 - - - - - 0 - - - - - 0,2500,24,100 - - - - - 7/0/24/25/26/27/28/29/ - - - - - ON - - - - - UDP/IP - - - - - /dev/console - - - - - Free-Clock - - - - - 10 - - - - - 0 - - - - - ON - - - - - ON - - - - - - - - - - - - - - - - - sysvinit-2.86 - - - - - - - - sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c - - - - - -lOpalAsyncApiR2011b - - - - - -lOpalAsyncApiCore - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - Automatic - - - - - Automatic - - - - - 0.000000 - - - - - 0.000000 - - - - - ON - - - - - OFF - - - - - ALL - - - - - 0 - - - - - 2/0/100/24/44/ - - - - - 10 - - - - - OFF - - - - - 1 - - - - - 2.6.29.6-opalrt-5 - - - - - send_receive - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\ - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\villas_udp.llp - - - - - /sbin:/usr/sbin:/bin:/usr/bin - - - - - N - - - - - DEBUG_ALL - - - - - GTNET_SKT - - - - - /usr/opalrt/v11.0.5.499/common/python/rtlab/global - - - - - /usr/opalrt/v11.0.5.499/common/python/ - - - - - /usr/matlab/v7.13 - - - - - /usr/opalrt/v11.0.5.499 - - - - - 134.130.169.16 - - - - - ON - - - - - REDHAWK - - - - - v11.0.5.499 - - - - - send_receive_1_sm_model - - - - - sm_model - - - - - 3 - - - - - YES - - - - - 4 - - - - - linux - - - - - linux - - - - - /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/ - - - - - - - - - - - 5000 - - - - - /bin/env - - - - - N - - - - - 3 - - - - - - - - - 4.1.2 - - - - - - - - /usr/matlab/v7.10 - - - - - v7.10 - - - - - - - /usr/matlab/v7.11 - - - - - v7.11 - - - - - - - /usr/matlab/v7.12 - - - - - v7.12 - - - - - - - /usr/matlab/v7.13 - - - - - v7.13 - - - - - - - /usr/matlab/v7.14 - - - - - v7.14 - - - - - - - /usr/matlab/v7.3 - - - - - v7.3 - - - - - - - /usr/matlab/v7.5 - - - - - v7.5 - - - - - - - /usr/matlab/v7.6 - - - - - v7.6 - - - - - - - /usr/matlab/v7.7 - - - - - v7.7 - - - - - - - /usr/matlab/v7.9 - - - - - v7.9 - - - - - - - /usr/matlab/v8.0 - - - - - v8.0 - - - - - - - /usr/matlab/v8.1 - - - - - v8.1 - - - - - - - /usr/matlab/v8.2 - - - - - v8.2 - - - - - - - /usr/matlab/v8.4 - - - - - v8.4 - - - - - - - - 2.4.3 - - - - - - - - v11.0.5.499 - - - - - - /usr/opalrt/v10.0.4 - - - - - v10.0.4 - - - - - - - /usr/opalrt/v10.4.10.200 - - - - - v10.4.10.200 - - - - - - - /usr/opalrt/v10.5.9.356 - - - - - v10.5.9.356 - - - - - - - /usr/opalrt/v10.6.5.293 - - - - - v10.6.5.293 - - - - - - - /usr/opalrt/v10.7.2.411 - - - - - v10.7.2.411 - - - - - - - /usr/opalrt/v10.7.7.506 - - - - - v10.7.7.506 - - - - - - - /usr/opalrt/v11.0.2.410 - - - - - v11.0.2.410 - - - - - - - /usr/opalrt/v11.0.5.499 - - - - - v11.0.5.499 - - - - - - - - - 2.6.29.6-opalrt-5 - - - - - linux2 - - - - - #6 SMP PREEMPT Tue Aug 3 10:13:38 EDT 2010 - - - - - - - - MetaController - - - - - 7506 - - - - - - - OpTargetD - - - - - 11163 - - - - - - - OpalD - - - - - 12332 - - - - - - - OpalNode - - - - - 11167 - - - - - - - acpid - - - - - 6499 - - - - - - - aio/0 - - - - - 552 - - - - - - - aio/1 - - - - - 6976 - - - - - - - aio/10 - - - - - 7308 - - - - - - - aio/11 - - - - - 7357 - - - - - - - aio/2 - - - - - 7019 - - - - - - - aio/3 - - - - - 7058 - - - - - - - aio/4 - - - - - 7097 - - - - - - - aio/5 - - - - - 7129 - - - - - - - aio/6 - - - - - 7166 - - - - - - - aio/7 - - - - - 7197 - - - - - - - aio/8 - - - - - 7234 - - - - - - - aio/9 - - - - - 7271 - - - - - - - ata/0 - - - - - 1068 - - - - - - - ata/1 - - - - - 6968 - - - - - - - ata/10 - - - - - 7306 - - - - - - - ata/11 - - - - - 7355 - - - - - - - ata/2 - - - - - 7017 - - - - - - - ata/3 - - - - - 7056 - - - - - - - ata/4 - - - - - 7095 - - - - - - - ata/5 - - - - - 7127 - - - - - - - ata/6 - - - - - 7164 - - - - - - - ata/7 - - - - - 7195 - - - - - - - ata/8 - - - - - 7232 - - - - - - - ata/9 - - - - - 7269 - - - - - - - ata_aux - - - - - 1080 - - - - - - - atd - - - - - 7641 - - - - - - - bnx2x - - - - - 818 - - - - - - - cpuset - - - - - 27 - - - - - - - cqueue - - - - - 352 - - - - - - - crond - - - - - 7525 - - - - - - - dbus-daemon - - - - - 6455 - - - - - - - events/0 - - - - - 29 - - - - - - - events/1 - - - - - 6983 - - - - - - - events/10 - - - - - 7311 - - - - - - - events/11 - - - - - 7360 - - - - - - - events/2 - - - - - 7022 - - - - - - - events/3 - - - - - 7061 - - - - - - - events/4 - - - - - 7100 - - - - - - - events/5 - - - - - 7132 - - - - - - - events/6 - - - - - 7169 - - - - - - - events/7 - - - - - 7200 - - - - - - - events/8 - - - - - 7237 - - - - - - - events/9 - - - - - 7274 - - - - - - - hid_compat - - - - - 932 - - - - - - - hycore - - - - - 6571 - - - - - - - init - - - - - 1 - - - - - - - java - - - - - 6581 - - - - - - - kacpi_notify - - - - - 227 - - - - - - - kacpid - - - - - 226 - - - - - - - kauditd - - - - - 1154 - - - - - - - kblockd/0 - - - - - 213 - - - - - - - kblockd/1 - - - - - 6977 - - - - - - - kblockd/10 - - - - - 7309 - - - - - - - kblockd/11 - - - - - 7358 - - - - - - - kblockd/2 - - - - - 7020 - - - - - - - kblockd/3 - - - - - 7059 - - - - - - - kblockd/4 - - - - - 7098 - - - - - - - kblockd/5 - - - - - 7130 - - - - - - - kblockd/6 - - - - - 7167 - - - - - - - kblockd/7 - - - - - 7198 - - - - - - - kblockd/8 - - - - - 7235 - - - - - - - kblockd/9 - - - - - 7272 - - - - - - - khelper - - - - - 53 - - - - - - - khubd - - - - - 363 - - - - - - - kjournald - - - - - 1124 - - - - - - - klogd - - - - - 6389 - - - - - - - kmpath_handlerd - - - - - 5849 - - - - - - - kmpathd/0 - - - - - 5836 - - - - - - - kmpathd/1 - - - - - 6964 - - - - - - - kmpathd/10 - - - - - 7305 - - - - - - - kmpathd/11 - - - - - 7354 - - - - - - - kmpathd/2 - - - - - 7016 - - - - - - - kmpathd/3 - - - - - 7055 - - - - - - - kmpathd/4 - - - - - 7094 - - - - - - - kmpathd/5 - - - - - 7126 - - - - - - - kmpathd/6 - - - - - 7163 - - - - - - - kmpathd/7 - - - - - 7194 - - - - - - - kmpathd/8 - - - - - 7231 - - - - - - - kmpathd/9 - - - - - 7268 - - - - - - - kpsmoused - - - - - 929 - - - - - - - kseriod - - - - - 366 - - - - - - - ksoftirqd/0 - - - - - 4 - - - - - - - ksoftirqd/1 - - - - - 6960 - - - - - - - ksoftirqd/10 - - - - - 7304 - - - - - - - ksoftirqd/11 - - - - - 7353 - - - - - - - ksoftirqd/2 - - - - - 7015 - - - - - - - ksoftirqd/3 - - - - - 7053 - - - - - - - ksoftirqd/4 - - - - - 7093 - - - - - - - ksoftirqd/5 - - - - - 7125 - - - - - - - ksoftirqd/6 - - - - - 7162 - - - - - - - ksoftirqd/7 - - - - - 7193 - - - - - - - ksoftirqd/8 - - - - - 7228 - - - - - - - ksoftirqd/9 - - - - - 7267 - - - - - - - kstriped - - - - - 5811 - - - - - - - ksuspend_usbd - - - - - 357 - - - - - - - kswapd0 - - - - - 505 - - - - - - - kthreadd - - - - - 2 - - - - - - - migration/0 - - - - - 3 - - - - - - - migration/1 - - - - - 6959 - - - - - - - migration/10 - - - - - 7303 - - - - - - - migration/11 - - - - - 7352 - - - - - - - migration/2 - - - - - 7014 - - - - - - - migration/3 - - - - - 7052 - - - - - - - migration/4 - - - - - 7092 - - - - - - - migration/5 - - - - - 7124 - - - - - - - migration/6 - - - - - 7161 - - - - - - - migration/7 - - - - - 7192 - - - - - - - migration/8 - - - - - 7226 - - - - - - - migration/9 - - - - - 7266 - - - - - - - mingetty - - - - - 7674 - - - - - - - mlx4_err - - - - - 870 - - - - - - - nmbd - - - - - 7610 - - - - - - - pdflush - - - - - 8019 - - - - - - - portmap - - - - - 6412 - - - - - - - python - - - - - 12333 - - - - - - - rcu_sched_grace - - - - - 28 - - - - - - - rpc.statd - - - - - 6438 - - - - - - - scsi_eh_0 - - - - - 1107 - - - - - - - scsi_eh_1 - - - - - 1108 - - - - - - - scsi_eh_2 - - - - - 1109 - - - - - - - scsi_eh_3 - - - - - 1110 - - - - - - - sfc_refill/0 - - - - - 874 - - - - - - - sfc_refill/1 - - - - - 6972 - - - - - - - sfc_refill/10 - - - - - 7307 - - - - - - - sfc_refill/11 - - - - - 7356 - - - - - - - sfc_refill/2 - - - - - 7018 - - - - - - - sfc_refill/3 - - - - - 7057 - - - - - - - sfc_refill/4 - - - - - 7096 - - - - - - - sfc_refill/5 - - - - - 7128 - - - - - - - sfc_refill/6 - - - - - 7165 - - - - - - - sfc_refill/7 - - - - - 7196 - - - - - - - sfc_refill/8 - - - - - 7233 - - - - - - - sfc_refill/9 - - - - - 7270 - - - - - - - sfc_reset - - - - - 886 - - - - - - - sh - - - - - 12383 - - - - - - - smbd - - - - - 7719 - - - - - - - sshd - - - - - 6543 - - - - - - - syslogd - - - - - 6386 - - - - - - - udevd - - - - - 1188 - - - - - - - vsftpd - - - - - 7483 - - - - - - - work_on_cpu/0 - - - - - 41 - - - - - - - work_on_cpu/1 - - - - - 6981 - - - - - - - work_on_cpu/10 - - - - - 7310 - - - - - - - work_on_cpu/11 - - - - - 7359 - - - - - - - work_on_cpu/2 - - - - - 7021 - - - - - - - work_on_cpu/3 - - - - - 7060 - - - - - - - work_on_cpu/4 - - - - - 7099 - - - - - - - work_on_cpu/5 - - - - - 7131 - - - - - - - work_on_cpu/6 - - - - - 7168 - - - - - - - work_on_cpu/7 - - - - - 7199 - - - - - - - work_on_cpu/8 - - - - - 7236 - - - - - - - work_on_cpu/9 - - - - - 7273 - - - - - - - xfs - - - - - 7587 - - - - - - - xinetd - - - - - 6560 - - - - - - - - - - - - - - - - --------------------- Starting compilation -------------------- -Start at : Thursday, April 27, 2017, 18:31:22 - -The current RT-LAB version is: v11.0.5.499 -The current model is: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl -The current host platform is: Windows -The current target platform is: Redhat -The current compiler is: Automatic -WARNING: Model separation will be skipped because no change has been detected. -WARNING: Model code generation will be skipped because no change has been detected. -The current Matlab version is: v7.13 -WARNING: Model code compilation will be skipped because no change has been detected. - - - - - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.llm b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.llm deleted file mode 100644 index 63c76d2e5..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.llm +++ /dev/null @@ -1,117 +0,0 @@ -[EnvVars] -ABORT_COMPILE_WHEN_NO_BITSTREAM=0 -ACTION_AFTER_N_OVERRUNS=10 -ACTION_ON_OVERRUNS=0 -AcquisitionMemory=0,2500,24,100 -ActiveGroups=7/0/24/25/26/27/28/29/ -CACHEABLE_DMA_MEMORY_ACCESS=ON -COMM_RT=UDP/IP -ClockPeriodMode=Free-Clock -ClockPeriodTime=10 -DEBUG=0 -DETECT_OVERRUNS=ON -ENABLE_WATCHDOG=ON -EXT_CC_OPTS= -EXT_LD_OPTS= -EXT_LIB= -EXT_LIBPATH= -MODEL_PAUSE_TIME=0.000000 -MODEL_STOP_TIME=0.000000 -MONITORING=ON -MONITORING_BLOCK=OFF -MONITORING_DISPLAY=ALL -MSG_PRECISION_FACTOR=0 -MaxDynamicSignals=2/0/100/24/44/ -NB_STEP_WITHOUT_OVERRUNS=10 -OPAL_DEBUG=OFF -OP_MATLABR2011B=1 -OS_COMPILE_RELEASE=2.6.29.6-opalrt-5 -PRINT_LOG_LEVEL=DEBUG_ALL -RESET_IO_MISSING=ON -SYSNAME=linux -USER_INCS= -USER_SRCS= -WATCHDOG_TIMEOUT=5000 -[EnvVars_REDHAWK_DYN_1] -INTERNAL_IGN_SOURCE_FILE=sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c -INTERNAL_LIBRARY2=-lOpalAsyncApiR2011b -INTERNAL_LIBRARY3=-lOpalAsyncApiCore -[ExtraGetFilesComp_1_RT_LAB] -AsyncIP=Binary|Async_Proc -[ExtraPutFilesComp] -Makefile.mk=Ascii -include\config.h=Ascii -include\msg.h=Ascii -include\msg_format.h=Ascii -include\socket.h=Ascii -include\utils.h=Ascii -src\compat.c=Ascii -src\main.c=Ascii -src\msg.c=Ascii -src\socket.c=Ascii -src\utils.c=Ascii -[ExtraPutFilesComp_1_RT_LAB] -C:\OPAL-RT\RT-LAB\v11.0.5.499\common\lib\redhawk\libOpalAsyncApiCore.a=Binary|Other -[ExtraPutFilesLoad_1_RT_LAB] -.\send_receive_sm_model\OpREDHAWKtarget\AsyncIP=Binary|Async_Proc -[General] -ATT_CHECKSUM1=2279805938 -ATT_CHECKSUM2=383409599 -ATT_CHECKSUM3=223183736 -ATT_CHECKSUM4=2538634328 -ATT_CREATED_BY=jwu -ATT_CREATED_ON=Thu Apr 15 08:21:54 1999 -ATT_ENABLE_PTA=OFF -ATT_HANDLE_CONSOLE=ON -ATT_LAST_SAVED_BY=opal-user -ATT_LAST_SAVED_ON=Thu Apr 27 18:28:14 2017 -ATT_REFERENCE_MDL_PATHS= -ATT_REVISION=1.452 -AutoRetrieveFiles=ON -AutoRetrieveRtlab=ON -CompilerVersion=AUTOMATIC -DESCRIPTION= -DinamoFlag=OFF -FILENAME=C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive.mdl -FORCE_RECOMPILE=0 -IMPORTED_GLOBAL_VARIABLES=1 -LastCompileRtlabVersion=v11.0.5.499 -LastMatlabUsed=21 -LastMatlabUsedName=v7.13 -MATLAB_USED_IN_MODEL=21 -Name=send_receive -PRINT_CYCLE=OFF -PostBuildCmd= -PreBuildCmd= -QNX_LAST_COMPILE_VERSION= -RH64_LAST_COMPILE_VERSION= -RH_LAST_COMPILE_VERSION=2.6.29.6-opalrt-5 -ReportFileId= -RetrieveBuildTree=ON -RetrieveRootDir= -SimulationMode=2 -TLC=Automatic -TMF=Automatic -TRANSFERFILE_AT_LOAD=ON -TargetCompileCmd=/usr/bin/make -f /usr/opalrt/common/bin/opalmodelmk -TargetPlatform=REDHAWK -TimeFactor=1.000000000000000 -TimeStep=0.000050000000000 -sc_consoleTimeStep=-1.000000000000000 -sm_modelTimeStep=0.000049999998737 -sm_send_receiveTimeStep=0.000049999998737 -[General_1] -TargetPreCompileCmd=make -f /usr/opalrt/common/bin/opalmodelmk -[NodeMapping] -sm_model=OPAL_Target_1 -sm_model_CORE_ASSIGNATION=1 -sm_model_CPU=-1 -sm_model_DEBUG=OFF -sm_model_XHP_ENABLE=FALSE -sm_send_receive=ACS_OPAL_RT -sm_send_receive_CORE_ASSIGNATION=1 -sm_send_receive_CPU=-1 -sm_send_receive_DEBUG=OFF -sm_send_receive_XHP_ENABLE=FALSE -[UserEnvVars] -PROTOCOL=GTNET_SKT diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.mdl b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.mdl deleted file mode 100644 index 349530790..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.mdl +++ /dev/null @@ -1,1500 +0,0 @@ -# $Revision: 1.1 $ -Model { - Name "send_receive" - Version 7.8 - MdlSubVersion 0 - GraphicalInterface { - NumRootInports 0 - NumRootOutports 0 - ParameterArgumentNames "" - ComputedModelVersion "1.452" - NumModelReferences 0 - NumTestPointedSignals 0 - } - SavedCharacterEncoding "windows-1252" - SaveDefaultBlockParams on - ScopeRefreshTime 0.035000 - OverrideScopeRefreshTime on - DisableAllScopes off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - MinMaxOverflowArchiveMode "Overwrite" - FPTRunName "Run 1" - MaxMDLFileLineLength 120 - Created "Thu Apr 15 08:21:54 1999" - Creator "jwu" - UpdateHistory "UpdateHistoryNever" - ModifiedByFormat "%" - LastModifiedBy "opal-user" - ModifiedDateFormat "%" - LastModifiedDate "Thu Apr 27 18:28:14 2017" - RTWModifiedTimeStamp 415218487 - ModelVersionFormat "1.%" - ConfigurationManager "none" - SampleTimeColors off - SampleTimeAnnotations off - LibraryLinkDisplay "none" - WideLines off - ShowLineDimensions on - ShowPortDataTypes off - ShowDesignRanges off - ShowLoopsOnError on - IgnoreBidirectionalLines off - ShowStorageClass off - ShowTestPointIcons on - ShowSignalResolutionIcons on - ShowViewerIcons on - SortedOrder off - ExecutionContextIcon off - ShowLinearizationAnnotations on - BlockNameDataTip off - BlockParametersDataTip on - BlockDescriptionStringDataTip off - ToolBar on - StatusBar on - BrowserShowLibraryLinks off - BrowserLookUnderMasks off - SimulationMode "normal" - LinearizationMsg "none" - Profile off - ParamWorkspaceSource "MATLABWorkspace" - AccelSystemTargetFile "accel.tlc" - AccelTemplateMakefile "accel_default_tmf" - AccelMakeCommand "make_rtw" - TryForcingSFcnDF off - RecordCoverage off - CovPath "/" - CovSaveName "covdata" - CovMetricSettings "dw" - CovNameIncrementing off - CovHtmlReporting on - CovForceBlockReductionOff on - covSaveCumulativeToWorkspaceVar on - CovSaveSingleToWorkspaceVar on - CovCumulativeVarName "covCumulativeData" - CovCumulativeReport off - CovReportOnPause on - CovModelRefEnable "Off" - CovExternalEMLEnable off - ExtModeBatchMode off - ExtModeEnableFloating on - ExtModeTrigType "manual" - ExtModeTrigMode "oneshot" - ExtModeTrigPort "1" - ExtModeTrigElement "any" - ExtModeTrigDuration 1000 - ExtModeTrigDurationFloating "auto" - ExtModeTrigHoldOff 0 - ExtModeTrigDelay 0 - ExtModeTrigDirection "rising" - ExtModeTrigLevel 0 - ExtModeArchiveMode "off" - ExtModeAutoIncOneShot off - ExtModeIncDirWhenArm off - ExtModeAddSuffixToVar off - ExtModeWriteAllDataToWs off - ExtModeArmWhenConnect off - ExtModeSkipDownloadWhenConnect off - ExtModeLogAll on - ExtModeAutoUpdateStatusClock on - BufferReuse off - ShowModelReferenceBlockVersion off - ShowModelReferenceBlockIO off - Array { - Type "Handle" - Dimension 1 - Simulink.ConfigSet { - $ObjectID 1 - Version "1.11.1" - Array { - Type "Handle" - Dimension 8 - Simulink.SolverCC { - $ObjectID 2 - Version "1.11.1" - StartTime "0.0" - StopTime "inf" - AbsTol "1e-6" - FixedStep "0.00005" - InitialStep "auto" - MaxNumMinSteps "-1" - MaxOrder 5 - ZcThreshold "auto" - ConsecutiveZCsStepRelTol "10*128*eps" - MaxConsecutiveZCs "1000" - ExtrapolationOrder 4 - NumberNewtonIterations 1 - MaxStep "0.01" - MinStep "auto" - MaxConsecutiveMinStep "1" - RelTol "1e-3" - SolverMode "SingleTasking" - ConcurrentTasks off - Solver "ode4" - SolverName "ode4" - SolverJacobianMethodControl "auto" - ShapePreserveControl "DisableAll" - ZeroCrossControl "UseLocalSettings" - ZeroCrossAlgorithm "Nonadaptive" - AlgebraicLoopSolver "TrustRegion" - SolverResetMethod "Fast" - PositivePriorityOrder off - AutoInsertRateTranBlk off - SampleTimeConstraint "Unconstrained" - InsertRTBMode "Whenever possible" - } - Simulink.DataIOCC { - $ObjectID 3 - Version "1.11.1" - Decimation "1" - ExternalInput "[]" - FinalStateName "xFinal" - InitialState "[]" - LimitDataPoints off - MaxDataPoints "1000" - LoadExternalInput off - LoadInitialState off - SaveFinalState off - SaveCompleteFinalSimState off - SaveFormat "Array" - SignalLoggingSaveFormat "ModelDataLogs" - SaveOutput off - SaveState off - SignalLogging on - DSMLogging on - InspectSignalLogs off - SaveTime off - ReturnWorkspaceOutputs off - StateSaveName "xout" - TimeSaveName "tout" - OutputSaveName "yout" - SignalLoggingName "sigsOut" - DSMLoggingName "dsmout" - OutputOption "RefineOutputTimes" - OutputTimes "[]" - ReturnWorkspaceOutputsName "out" - Refine "1" - } - Simulink.OptimizationCC { - $ObjectID 4 - Version "1.11.1" - Array { - Type "Cell" - Dimension 4 - Cell "ZeroExternalMemoryAtStartup" - Cell "ZeroInternalMemoryAtStartup" - Cell "NoFixptDivByZeroProtection" - Cell "OptimizeModelRefInitCode" - PropName "DisabledProps" - } - BlockReduction on - BooleanDataType off - ConditionallyExecuteInputs on - InlineParams off - UseIntDivNetSlope off - UseFloatMulNetSlope off - UseSpecifiedMinMax off - InlineInvariantSignals off - OptimizeBlockIOStorage off - BufferReuse off - EnhancedBackFolding off - StrengthReduction off - ExpressionFolding off - BooleansAsBitfields off - BitfieldContainerType "uint_T" - EnableMemcpy on - MemcpyThreshold 64 - PassReuseOutputArgsAs "Structure reference" - ExpressionDepthLimit 2147483647 - FoldNonRolledExpr off - LocalBlockOutputs off - RollThreshold 5 - SystemCodeInlineAuto off - StateBitsets off - DataBitsets off - UseTempVars off - ZeroExternalMemoryAtStartup on - ZeroInternalMemoryAtStartup on - InitFltsAndDblsToZero on - NoFixptDivByZeroProtection off - EfficientFloat2IntCast off - EfficientMapNaN2IntZero on - OptimizeModelRefInitCode off - LifeSpan "inf" - MaxStackSize "Inherit from target" - BufferReusableBoundary on - SimCompilerOptimization "Off" - AccelVerboseBuild off - AccelParallelForEachSubsystem on - } - Simulink.DebuggingCC { - $ObjectID 5 - Version "1.11.1" - RTPrefix "error" - ConsistencyChecking "none" - ArrayBoundsChecking "none" - SignalInfNanChecking "none" - SignalRangeChecking "none" - ReadBeforeWriteMsg "UseLocalSettings" - WriteAfterWriteMsg "UseLocalSettings" - WriteAfterReadMsg "UseLocalSettings" - AlgebraicLoopMsg "warning" - ArtificialAlgebraicLoopMsg "warning" - SaveWithDisabledLinksMsg "warning" - SaveWithParameterizedLinksMsg "none" - CheckSSInitialOutputMsg on - UnderspecifiedInitializationDetection "Classic" - MergeDetectMultiDrivingBlocksExec "none" - CheckExecutionContextPreStartOutputMsg off - CheckExecutionContextRuntimeOutputMsg off - SignalResolutionControl "TryResolveAllWithWarning" - BlockPriorityViolationMsg "warning" - MinStepSizeMsg "warning" - TimeAdjustmentMsg "none" - MaxConsecutiveZCsMsg "error" - MaskedZcDiagnostic "warning" - IgnoredZcDiagnostic "warning" - SolverPrmCheckMsg "none" - InheritedTsInSrcMsg "none" - DiscreteInheritContinuousMsg "warning" - MultiTaskDSMMsg "warning" - MultiTaskCondExecSysMsg "none" - MultiTaskRateTransMsg "error" - SingleTaskRateTransMsg "none" - TasksWithSamePriorityMsg "warning" - SigSpecEnsureSampleTimeMsg "warning" - CheckMatrixSingularityMsg "none" - IntegerOverflowMsg "warning" - Int32ToFloatConvMsg "warning" - ParameterDowncastMsg "error" - ParameterOverflowMsg "error" - ParameterUnderflowMsg "none" - ParameterPrecisionLossMsg "warning" - ParameterTunabilityLossMsg "warning" - FixptConstUnderflowMsg "none" - FixptConstOverflowMsg "none" - FixptConstPrecisionLossMsg "none" - UnderSpecifiedDataTypeMsg "none" - UnnecessaryDatatypeConvMsg "none" - VectorMatrixConversionMsg "none" - InvalidFcnCallConnMsg "error" - FcnCallInpInsideContextMsg "Enable All" - SignalLabelMismatchMsg "none" - UnconnectedInputMsg "warning" - UnconnectedOutputMsg "warning" - UnconnectedLineMsg "warning" - SFcnCompatibilityMsg "none" - FrameProcessingCompatibilityMsg "warning" - UniqueDataStoreMsg "none" - BusObjectLabelMismatch "warning" - RootOutportRequireBusObject "warning" - AssertControl "UseLocalSettings" - EnableOverflowDetection off - ModelReferenceIOMsg "none" - ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" - ModelReferenceVersionMismatchMessage "none" - ModelReferenceIOMismatchMessage "none" - ModelReferenceCSMismatchMessage "none" - UnknownTsInhSupMsg "warning" - ModelReferenceDataLoggingMessage "warning" - ModelReferenceSymbolNameMessage "warning" - ModelReferenceExtraNoncontSigs "error" - StateNameClashWarn "warning" - SimStateInterfaceChecksumMismatchMsg "warning" - SimStateOlderReleaseMsg "error" - InitInArrayFormatMsg "warning" - StrictBusMsg "None" - BusNameAdapt "WarnAndRepair" - NonBusSignalsTreatedAsBus "none" - LoggingUnavailableSignals "error" - BlockIODiagnostic "none" - SFUnusedDataAndEventsDiag "warning" - SFUnexpectedBacktrackingDiag "warning" - SFInvalidInputDataAccessInChartInitDiag "warning" - SFNoUnconditionalDefaultTransitionDiag "warning" - SFTransitionOutsideNaturalParentDiag "warning" - SFUnconditionalTransitionShadowingDiag "warning" - } - Simulink.HardwareCC { - $ObjectID 6 - Version "1.11.1" - ProdBitPerChar 8 - ProdBitPerShort 16 - ProdBitPerInt 32 - ProdBitPerLong 32 - ProdBitPerFloat 32 - ProdBitPerDouble 64 - ProdBitPerPointer 32 - ProdLargestAtomicInteger "Char" - ProdLargestAtomicFloat "None" - ProdIntDivRoundTo "Undefined" - ProdEndianess "Unspecified" - ProdWordSize 32 - ProdShiftRightIntArith on - ProdHWDeviceType "32-bit Generic" - TargetBitPerChar 8 - TargetBitPerShort 16 - TargetBitPerInt 32 - TargetBitPerLong 32 - TargetBitPerFloat 32 - TargetBitPerDouble 64 - TargetBitPerPointer 32 - TargetLargestAtomicInteger "Char" - TargetLargestAtomicFloat "None" - TargetShiftRightIntArith on - TargetIntDivRoundTo "Undefined" - TargetEndianess "Unspecified" - TargetWordSize 32 - TargetTypeEmulationWarnSuppressLevel 0 - TargetPreprocMaxBitsSint 32 - TargetPreprocMaxBitsUint 32 - TargetHWDeviceType "Specified" - TargetUnknown on - ProdEqTarget on - } - Simulink.ModelReferenceCC { - $ObjectID 7 - Version "1.11.1" - UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" - CheckModelReferenceTargetMessage "error" - EnableParallelModelReferenceBuilds off - ParallelModelReferenceErrorOnInvalidPool on - ParallelModelReferenceMATLABWorkerInit "None" - ModelReferenceNumInstancesAllowed "Multi" - PropagateVarSize "Infer from blocks in model" - ModelReferencePassRootInputsByReference on - ModelReferenceMinAlgLoopOccurrences off - PropagateSignalLabelsOutOfModel off - SupportModelReferenceSimTargetCustomCode off - } - Simulink.SFSimCC { - $ObjectID 8 - Version "1.11.1" - SFSimEnableDebug on - SFSimOverflowDetection on - SFSimEcho on - SimBlas on - SimCtrlC on - SimExtrinsic on - SimIntegrity on - SimUseLocalCustomCode off - SimParseCustomCode on - SimBuildMode "sf_incremental_build" - } - Simulink.RTWCC { - $BackupClass "Simulink.RTWCC" - $ObjectID 9 - Version "1.11.1" - Array { - Type "Cell" - Dimension 1 - Cell "IncludeHyperlinkInReport" - PropName "DisabledProps" - } - SystemTargetFile "grt.tlc" - GenCodeOnly off - MakeCommand "make_rtw" - GenerateMakefile on - TemplateMakefile "grt_default_tmf" - GenerateReport off - SaveLog off - RTWVerbose on - RetainRTWFile off - ProfileTLC off - TLCDebug off - TLCCoverage off - TLCAssert off - ProcessScriptMode "Default" - ConfigurationMode "Optimized" - ConfigAtBuild off - RTWUseLocalCustomCode off - RTWUseSimCustomCode off - IncludeHyperlinkInReport off - LaunchReport off - TargetLang "C" - IncludeBusHierarchyInRTWFileBlockHierarchyMap off - IncludeERTFirstTime on - GenerateTraceInfo off - GenerateTraceReport off - GenerateTraceReportSl off - GenerateTraceReportSf off - GenerateTraceReportEml off - GenerateCodeInfo off - GenerateSLWebview off - GenerateCodeMetricsReport off - RTWCompilerOptimization "Off" - CheckMdlBeforeBuild "Off" - CustomRebuildMode "OnUpdate" - Array { - Type "Handle" - Dimension 2 - Simulink.CodeAppCC { - $ObjectID 10 - Version "1.11.1" - Array { - Type "Cell" - Dimension 16 - Cell "IgnoreCustomStorageClasses" - Cell "InsertBlockDesc" - Cell "SFDataObjDesc" - Cell "SimulinkDataObjDesc" - Cell "DefineNamingRule" - Cell "SignalNamingRule" - Cell "ParamNamingRule" - Cell "InlinedPrmAccess" - Cell "CustomSymbolStr" - Cell "CustomSymbolStrGlobalVar" - Cell "CustomSymbolStrType" - Cell "CustomSymbolStrField" - Cell "CustomSymbolStrFcn" - Cell "CustomSymbolStrBlkIO" - Cell "CustomSymbolStrTmpVar" - Cell "CustomSymbolStrMacro" - PropName "DisabledProps" - } - ForceParamTrailComments off - GenerateComments on - IgnoreCustomStorageClasses off - IgnoreTestpoints off - IncHierarchyInIds off - MaxIdLength 31 - PreserveName off - PreserveNameWithParent off - ShowEliminatedStatement on - IncAutoGenComments off - SimulinkDataObjDesc off - SFDataObjDesc off - MATLABFcnDesc off - IncDataTypeInIds off - MangleLength 1 - CustomSymbolStrGlobalVar "$R$N$M" - CustomSymbolStrType "$N$R$M_T" - CustomSymbolStrField "$N$M" - CustomSymbolStrFcn "$R$N$M$F" - CustomSymbolStrFcnArg "rt$I$N$M" - CustomSymbolStrBlkIO "rtb_$N$M" - CustomSymbolStrTmpVar "$N$M" - CustomSymbolStrMacro "$R$N$M" - DefineNamingRule "None" - ParamNamingRule "None" - SignalNamingRule "None" - InsertBlockDesc off - InsertPolySpaceComments off - SimulinkBlockComments on - MATLABSourceComments off - EnableCustomComments off - InlinedPrmAccess "Literals" - ReqsInCode off - UseSimReservedNames off - } - Simulink.GRTTargetCC { - $BackupClass "Simulink.TargetCC" - $ObjectID 11 - Version "1.11.1" - Array { - Type "Cell" - Dimension 12 - Cell "IncludeMdlTerminateFcn" - Cell "CombineOutputUpdateFcns" - Cell "SuppressErrorStatus" - Cell "ERTCustomFileBanners" - Cell "GenerateSampleERTMain" - Cell "GenerateTestInterfaces" - Cell "SupportContinuousTime" - Cell "PurelyIntegerCode" - Cell "SupportNonInlinedSFcns" - Cell "SupportComplex" - Cell "SupportAbsoluteTime" - Cell "GenerateAllocFcn" - PropName "DisabledProps" - } - TargetFcnLib "ansi_tfl_tmw.mat" - TargetLibSuffix "" - TargetPreCompLibLocation "" - TargetFunctionLibrary "ANSI_C" - UtilityFuncGeneration "Auto" - ERTMultiwordTypeDef "System defined" - CodeExecutionProfiling off - ERTMultiwordLength 256 - MultiwordLength 2048 - GenerateFullHeader on - GenerateSampleERTMain off - GenerateTestInterfaces off - IsPILTarget off - ModelReferenceCompliant on - ParMdlRefBuildCompliant on - CompOptLevelCompliant on - ConcurrentExecutionCompliant on - IncludeMdlTerminateFcn on - GeneratePreprocessorConditionals "Disable all" - CombineOutputUpdateFcns off - CombineSignalStateStructs off - SuppressErrorStatus off - ERTFirstTimeCompliant off - IncludeFileDelimiter "Auto" - ERTCustomFileBanners off - SupportAbsoluteTime on - LogVarNameModifier "rt_" - MatFileLogging on - MultiInstanceERTCode off - SupportNonFinite on - SupportComplex on - PurelyIntegerCode off - SupportContinuousTime on - SupportNonInlinedSFcns on - SupportVariableSizeSignals off - EnableShiftOperators on - ParenthesesLevel "Nominal" - PortableWordSizes off - ModelStepFunctionPrototypeControlCompliant off - CPPClassGenCompliant off - AutosarCompliant off - UseMalloc off - ExtMode off - ExtModeStaticAlloc off - ExtModeTesting off - ExtModeStaticAllocSize 1000000 - ExtModeTransport 0 - ExtModeMexFile "ext_comm" - ExtModeIntrfLevel "Level1" - RTWCAPISignals off - RTWCAPIParams off - RTWCAPIStates off - RTWCAPIRootIO off - GenerateASAP2 off - } - PropName "Components" - } - } - PropName "Components" - } - Name "Configuration" - CurrentDlgPage "Solver" - ConfigPrmDlgPosition [ 318, 187, 1230, 893 ] - } - PropName "ConfigurationSets" - } - Simulink.ConfigSet { - $PropName "ActiveConfigurationSet" - $ObjectID 1 - } - BlockDefaults { - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - NamePlacement "normal" - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - ShowName on - BlockRotation 0 - BlockMirror off - } - AnnotationDefaults { - HorizontalAlignment "center" - VerticalAlignment "middle" - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - UseDisplayTextAsClickCallback off - } - LineDefaults { - FontName "Helvetica" - FontSize 9 - FontWeight "normal" - FontAngle "normal" - } - BlockParameterDefaults { - Block { - BlockType Constant - Value "1" - VectorParams1D on - SamplingMode "Sample based" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Inherit from 'Constant value'" - LockScale off - SampleTime "inf" - FramePeriod "inf" - PreserveConstantTs off - } - Block { - BlockType Demux - Outputs "4" - DisplayOption "none" - BusSelectionMode off - } - Block { - BlockType DiscretePulseGenerator - PulseType "Sample based" - TimeSource "Use simulation time" - Amplitude "1" - Period "2" - PulseWidth "1" - PhaseDelay "0" - SampleTime "1" - VectorParams1D on - } - Block { - BlockType Display - Format "short" - Decimation "10" - Floating off - SampleTime "-1" - } - Block { - BlockType Inport - Port "1" - OutputFunctionCall off - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - LatchByDelayingOutsideSignal off - LatchInputForFeedbackSignals off - Interpolate on - } - Block { - BlockType Mux - Inputs "4" - DisplayOption "none" - UseBusObject off - BusObject "BusObject" - NonVirtualBus off - } - Block { - BlockType Outport - Port "1" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - SourceOfInitialOutputValue "Dialog" - OutputWhenDisabled "held" - InitialOutput "[]" - } - Block { - BlockType Scope - ModelBased off - TickLabels "OneTimeTick" - ZoomMode "on" - Grid "on" - TimeRange "auto" - YMin "-5" - YMax "5" - SaveToWorkspace off - SaveName "ScopeData" - LimitDataPoints on - MaxDataPoints "5000" - Decimation "1" - SampleInput off - SampleTime "-1" - } - Block { - BlockType SignalSpecification - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - Dimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - } - Block { - BlockType SubSystem - ShowPortLabels "FromPortIcon" - Permissions "ReadWrite" - PermitHierarchicalResolution "All" - TreatAsAtomicUnit off - CheckFcnCallInpInsideContextMsg off - SystemSampleTime "-1" - RTWFcnNameOpts "Auto" - RTWFileNameOpts "Auto" - RTWMemSecFuncInitTerm "Inherit from model" - RTWMemSecFuncExecute "Inherit from model" - RTWMemSecDataConstants "Inherit from model" - RTWMemSecDataInternal "Inherit from model" - RTWMemSecDataParameters "Inherit from model" - SimViewingDevice off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - SFBlockType "NONE" - Variant off - GeneratePreprocessorConditionals off - } - Block { - BlockType Sum - IconShape "rectangular" - Inputs "++" - CollapseMode "All dimensions" - CollapseDim "1" - InputSameDT on - AccumDataTypeStr "Inherit: Inherit via internal rule" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Same as first input" - LockScale off - RndMeth "Floor" - SaturateOnIntegerOverflow on - SampleTime "-1" - } - } - System { - Name "send_receive" - Location [346, 82, 1222, 994] - Open on - ModelBrowserVisibility off - ModelBrowserWidth 247 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "usletter" - PaperUnits "inches" - TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - ReportName "simulink-default.rpt" - SIDHighWatermark "48" - Block { - BlockType SubSystem - Name "sc_console" - SID "3" - Ports [3] - Position [410, 98, 610, 192] - ZOrder -1 - BackgroundColor "lightBlue" - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "sc_console" - Location [2, 74, 1678, 989] - Open on - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "206" - Block { - BlockType Inport - Name "data recv" - SID "4" - Position [140, 168, 170, 182] - ZOrder -1 - BackgroundColor "yellow" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "errors_status" - SID "5" - Position [140, 128, 170, 142] - ZOrder -2 - BackgroundColor "yellow" - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "data send" - SID "29" - Position [140, 208, 170, 222] - ZOrder -3 - BackgroundColor "yellow" - Port "3" - IconDisplay "Port number" - } - Block { - BlockType Demux - Name "Demux" - SID "6" - Ports [1, 2] - Position [285, 116, 290, 154] - ZOrder -4 - BackgroundColor "black" - ShowName off - Outputs "[2 1]" - } - Block { - BlockType Demux - Name "Demux1" - SID "32" - Ports [1, 5] - Position [375, 211, 380, 299] - ZOrder -5 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Demux - Name "Demux2" - SID "39" - Ports [1, 5] - Position [375, 306, 380, 394] - ZOrder -6 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux" - SID "34" - Ports [2, 1] - Position [465, 236, 470, 274] - ZOrder -7 - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType Reference - Name "OpComm" - SID "9" - Ports [3, 3] - Position [225, 135, 255, 215] - ZOrder -8 - LibraryVersion "1.471" - SourceBlock "rtlab/OpComm" - SourceType "RT-LAB OpComm" - nbport "3" - groupe_acq "1" - subsys_rate "0" - st "0" - Synchronization on - Interpolation on - Threshold "1.0" - Missed_Data off - Offset off - Sim_Time off - Samples off - dynSigOut off - from_console "0" - warning_done off - writeOpCommFile off - } - Block { - BlockType Sum - Name "Subtract" - SID "42" - Ports [2, 1] - Position [510, 312, 540, 343] - ZOrder -31 - Inputs "+-" - InputSameDT off - OutDataTypeStr "Inherit: Inherit via internal rule" - SaturateOnIntegerOverflow off - } - Block { - BlockType Display - Name "errors" - SID "10" - Ports [1] - Position [385, 72, 455, 118] - ZOrder -32 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "1" - Lockdown off - } - Block { - BlockType Scope - Name "message 1" - SID "40" - Ports [1] - Position [590, 159, 620, 191] - ZOrder -33 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData1" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 2" - SID "33" - Ports [1] - Position [590, 239, 620, 271] - ZOrder -34 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 3" - SID "41" - Ports [1] - Position [590, 389, 620, 421] - ZOrder -35 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData2" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 4" - SID "43" - Ports [1] - Position [590, 314, 620, 346] - ZOrder -36 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData3" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Display - Name "reception status" - SID "12" - Ports [1] - Position [390, 133, 450, 157] - ZOrder -37 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "1" - Lockdown off - } - Line { - SrcBlock "errors_status" - SrcPort 1 - Points [25, 0; 0, 15] - DstBlock "OpComm" - DstPort 1 - } - Line { - SrcBlock "OpComm" - SrcPort 2 - Points [45, 0; 0, 80] - Branch { - Labels [1, 0] - DstBlock "Demux1" - DstPort 1 - } - Branch { - Points [0, -80] - DstBlock "message 1" - DstPort 1 - } - } - Line { - SrcBlock "data recv" - SrcPort 1 - DstBlock "OpComm" - DstPort 2 - } - Line { - SrcBlock "OpComm" - SrcPort 1 - Points [10, 0] - DstBlock "Demux" - DstPort 1 - } - Line { - SrcBlock "Demux" - SrcPort 1 - Points [45, 0; 0, -30] - DstBlock "errors" - DstPort 1 - } - Line { - SrcBlock "Demux" - SrcPort 2 - DstBlock "reception status" - DstPort 1 - } - Line { - Labels [0, 0] - SrcBlock "Mux" - SrcPort 1 - DstBlock "message 2" - DstPort 1 - } - Line { - SrcBlock "data send" - SrcPort 1 - Points [25, 0; 0, -15] - DstBlock "OpComm" - DstPort 3 - } - Line { - SrcBlock "OpComm" - SrcPort 3 - Points [25, 0; 0, 150] - Branch { - Points [0, 0] - DstBlock "Demux2" - DstPort 1 - } - Branch { - Points [0, 55] - DstBlock "message 3" - DstPort 1 - } - } - Line { - SrcBlock "Subtract" - SrcPort 1 - DstBlock "message 4" - DstPort 1 - } - Line { - SrcBlock "Demux2" - SrcPort 5 - Points [40, 0; 0, -45] - Branch { - Points [0, -70] - DstBlock "Mux" - DstPort 2 - } - Branch { - DstBlock "Subtract" - DstPort 2 - } - } - Line { - SrcBlock "Demux1" - SrcPort 5 - Points [25, 0] - Branch { - Points [0, -40] - DstBlock "Mux" - DstPort 1 - } - Branch { - Points [0, 35] - DstBlock "Subtract" - DstPort 1 - } - } - Annotation { - Name "Simple analysis of round trip time" - Position [273, 42] - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - } - } - Block { - BlockType SubSystem - Name "sm_model" - SID "13" - Ports [0, 3] - Position [55, 97, 235, 193] - ZOrder -2 - BackgroundColor "lightBlue" - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "sm_model" - Location [2, 74, 1678, 989] - Open on - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "160" - Block { - BlockType Constant - Name "Constant" - SID "48" - Position [195, 200, 225, 230] - ZOrder -4 - Value "[1 2 3 4]" - } - Block { - BlockType Mux - Name "Mux" - SID "16" - Ports [3, 1] - Position [870, 140, 875, 190] - ZOrder -1 - ShowName off - Inputs "3" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux1" - SID "17" - Ports [2, 1] - Position [290, 209, 295, 271] - ZOrder -2 - BackgroundColor "yellow" - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType Reference - Name "OpIPSocketCtrl1" - SID "18" - Ports [] - Position [110, 92, 239, 153] - ZOrder -3 - LibraryVersion "1.10" - SourceBlock "rtio_generic_ip/OpIPSocketCtrl" - SourceType "OpAsyncIPCtrl" - ctl_id "1" - proto "UDP/IP" - ip_addr_remote "134.130.169.31" - ip_port_remote "12000" - ip_port_local "12001" - ip_addr_mcast "0.0.0.0" - exe_name "AsyncIP" - } - Block { - BlockType DiscretePulseGenerator - Name "Pulse\nGenerator1" - SID "47" - Ports [0, 1] - Position [195, 249, 225, 281] - ZOrder -13 - PulseType "Time based" - Amplitude "5" - Period ".1" - PulseWidth "30" - } - Block { - BlockType DiscretePulseGenerator - Name "data ready 2 kHz" - SID "20" - Ports [0, 1] - Position [290, 131, 335, 149] - ZOrder -15 - NamePlacement "alternate" - Period "10" - SampleTime "0.00005" - } - Block { - BlockType Reference - Name "receive message 1" - SID "21" - Ports [1, 3] - Position [625, 159, 800, 201] - ZOrder -16 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncRecv" - SourceType "OpAsyncRecv" - ctl_id "1" - recv_id "1" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType Reference - Name "send message 1" - SID "22" - Ports [2, 1] - Position [375, 129, 545, 171] - ZOrder -17 - LibraryVersion "1.471" - SourceBlock "rtlab/Communication/Asynchronous/OpAsyncSend" - SourceType "OpAsyncSend" - ctl_id "1" - send_id "1" - mode "DONT_NEED_REPLY" - enable_param off - fp1 "1" - fp2 "2" - fp3 "3" - fp4 "4" - fp5 "5" - sp1 "string1" - sp2 "string2" - sp3 "string3" - sp4 "string4" - sp5 "string5" - } - Block { - BlockType SignalSpecification - Name "set width" - SID "23" - Position [830, 187, 855, 203] - ZOrder -18 - Dimensions "5" - } - Block { - BlockType Constant - Name "timeout" - SID "25" - Position [580, 173, 610, 187] - ZOrder -19 - Value "2" - } - Block { - BlockType Outport - Name "data recv" - SID "26" - Position [915, 187, 950, 203] - ZOrder -20 - BackgroundColor "yellow" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "errors_status" - SID "27" - Position [915, 142, 950, 158] - ZOrder -21 - BackgroundColor "yellow" - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "data send" - SID "28" - Position [915, 232, 950, 248] - ZOrder -22 - BackgroundColor "yellow" - Port "3" - IconDisplay "Port number" - } - Line { - SrcBlock "receive message 1" - SrcPort 3 - DstBlock "set width" - DstPort 1 - } - Line { - SrcBlock "receive message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 2 - } - Line { - SrcBlock "receive message 1" - SrcPort 2 - DstBlock "Mux" - DstPort 3 - } - Line { - SrcBlock "timeout" - SrcPort 1 - DstBlock "receive message 1" - DstPort 1 - } - Line { - SrcBlock "send message 1" - SrcPort 1 - DstBlock "Mux" - DstPort 1 - } - Line { - SrcBlock "Mux" - SrcPort 1 - Points [0, -15] - DstBlock "errors_status" - DstPort 1 - } - Line { - SrcBlock "set width" - SrcPort 1 - DstBlock "data recv" - DstPort 1 - } - Line { - SrcBlock "Constant" - SrcPort 1 - Points [0, 10] - DstBlock "Mux1" - DstPort 1 - } - Line { - Labels [0, 0] - SrcBlock "Mux1" - SrcPort 1 - Points [45, 0] - Branch { - Points [0, -80] - DstBlock "send message 1" - DstPort 2 - } - Branch { - Labels [1, 0] - DstBlock "data send" - DstPort 1 - } - } - Line { - SrcBlock "data ready 2 kHz" - SrcPort 1 - DstBlock "send message 1" - DstPort 1 - } - Line { - SrcBlock "Pulse\nGenerator1" - SrcPort 1 - Points [0, -10] - DstBlock "Mux1" - DstPort 2 - } - Annotation { - Name "Simple VILLASnode to OPAL test using UDP messages" - Position [298, 52] - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - } - } - Line { - SrcBlock "sm_model" - SrcPort 1 - DstBlock "sc_console" - DstPort 1 - } - Line { - SrcBlock "sm_model" - SrcPort 2 - DstBlock "sc_console" - DstPort 2 - } - Line { - Labels [0, 0] - SrcBlock "sm_model" - SrcPort 3 - DstBlock "sc_console" - DstPort 3 - } - } -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.probe b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.probe deleted file mode 100644 index 12e50be67..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive.probe +++ /dev/null @@ -1,57 +0,0 @@ -[General] -ATT_VERSION=6 -FileVersion=6 -numClientsProbe=0 -[Group_1] -condition=0 -decimationFactor=1 -duration=0.010000 -dynSignalsList=0 -fileLimit=1000000 -fixSignalsList=13|1|2|3|4|5|6|7|8|9|10|11|12|13 -level=0.000000 -maxDynSignals=100 -newMemSize=2500 -nodeId=0 -numValues=200 -offset=0 -rearmDelay=0.000000 -repetitive=1 -signalName= -signalNameId=69301800 -trigSigNameId=339755367 -trigSignalName= -trigType=0 -triggerButton=2 -triggerEnabled=0 -triggerState=0 -valueType=0 -writeEnabled=0 -writeFileName= -writeFileVarName= -[Group_25] -condition=0 -decimationFactor=1 -duration=0.005000 -dynSignalsList=0 -fileLimit=0 -level=0.000000 -maxDynSignals=44 -newMemSize=100 -nodeId=158494572 -numValues=100 -offset=0 -rearmDelay=0.000000 -repetitive=1 -signalName= -signalNameId=1026653233 -trigSigNameId=1866690149 -trigSignalName= -trigType=0 -triggerButton=2 -triggerEnabled=0 -triggerState=0 -valueType=0 -writeEnabled=0 -writeFileName= -writeFileVarName= diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_2_sc_console.mdl b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_2_sc_console.mdl deleted file mode 100644 index a715171d0..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_2_sc_console.mdl +++ /dev/null @@ -1,1822 +0,0 @@ -# $Revision: 1.1 $ -Model { - Name "send_receive_2_sc_console" - Version 7.8 - MdlSubVersion 0 - GraphicalInterface { - NumRootInports 0 - NumRootOutports 0 - ParameterArgumentNames "" - ComputedModelVersion "1.453" - NumModelReferences 0 - NumTestPointedSignals 0 - } - SavedCharacterEncoding "windows-1252" - SaveDefaultBlockParams on - ScopeRefreshTime 0.035000 - OverrideScopeRefreshTime on - DisableAllScopes off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - MinMaxOverflowArchiveMode "Overwrite" - FPTRunName "Run 1" - MaxMDLFileLineLength 120 - Created "Thu Apr 15 08:21:54 1999" - Creator "jwu" - UpdateHistory "UpdateHistoryNever" - ModifiedByFormat "%" - LastModifiedBy "opal-user" - ModifiedDateFormat "%" - LastModifiedDate "Thu Apr 27 18:28:55 2017" - RTWModifiedTimeStamp 415218535 - ModelVersionFormat "1.%" - ConfigurationManager "none" - SampleTimeColors off - SampleTimeAnnotations off - LibraryLinkDisplay "none" - WideLines off - ShowLineDimensions on - ShowPortDataTypes off - ShowDesignRanges off - ShowLoopsOnError on - IgnoreBidirectionalLines off - ShowStorageClass off - ShowTestPointIcons on - ShowSignalResolutionIcons on - ShowViewerIcons on - SortedOrder off - ExecutionContextIcon off - ShowLinearizationAnnotations on - BlockNameDataTip off - BlockParametersDataTip on - BlockDescriptionStringDataTip off - ToolBar on - StatusBar on - BrowserShowLibraryLinks off - BrowserLookUnderMasks off - SimulationMode "normal" - LinearizationMsg "none" - Profile off - ParamWorkspaceSource "MATLABWorkspace" - AccelSystemTargetFile "accel.tlc" - AccelTemplateMakefile "accel_default_tmf" - AccelMakeCommand "make_rtw" - TryForcingSFcnDF off - RecordCoverage off - CovPath "/" - CovSaveName "covdata" - CovMetricSettings "dw" - CovNameIncrementing off - CovHtmlReporting on - CovForceBlockReductionOff on - covSaveCumulativeToWorkspaceVar on - CovSaveSingleToWorkspaceVar on - CovCumulativeVarName "covCumulativeData" - CovCumulativeReport off - CovReportOnPause on - CovModelRefEnable "Off" - CovExternalEMLEnable off - ExtModeBatchMode off - ExtModeEnableFloating on - ExtModeTrigType "manual" - ExtModeTrigMode "oneshot" - ExtModeTrigPort "1" - ExtModeTrigElement "any" - ExtModeTrigDuration 1000 - ExtModeTrigDurationFloating "auto" - ExtModeTrigHoldOff 0 - ExtModeTrigDelay 0 - ExtModeTrigDirection "rising" - ExtModeTrigLevel 0 - ExtModeArchiveMode "off" - ExtModeAutoIncOneShot off - ExtModeIncDirWhenArm off - ExtModeAddSuffixToVar off - ExtModeWriteAllDataToWs off - ExtModeArmWhenConnect off - ExtModeSkipDownloadWhenConnect off - ExtModeLogAll on - ExtModeAutoUpdateStatusClock on - BufferReuse off - ShowModelReferenceBlockVersion off - ShowModelReferenceBlockIO off - Array { - Type "Handle" - Dimension 1 - Simulink.ConfigSet { - $ObjectID 1 - Version "1.11.1" - Array { - Type "Handle" - Dimension 8 - Simulink.SolverCC { - $ObjectID 2 - Version "1.11.1" - StartTime "0.0" - StopTime "inf" - AbsTol "1e-6" - FixedStep "5e-005" - InitialStep "auto" - MaxNumMinSteps "-1" - MaxOrder 5 - ZcThreshold "auto" - ConsecutiveZCsStepRelTol "10*128*eps" - MaxConsecutiveZCs "1000" - ExtrapolationOrder 4 - NumberNewtonIterations 1 - MaxStep "0.01" - MinStep "auto" - MaxConsecutiveMinStep "1" - RelTol "1e-3" - SolverMode "SingleTasking" - ConcurrentTasks off - Solver "ode4" - SolverName "ode4" - SolverJacobianMethodControl "auto" - ShapePreserveControl "DisableAll" - ZeroCrossControl "UseLocalSettings" - ZeroCrossAlgorithm "Nonadaptive" - AlgebraicLoopSolver "TrustRegion" - SolverResetMethod "Fast" - PositivePriorityOrder off - AutoInsertRateTranBlk off - SampleTimeConstraint "Unconstrained" - InsertRTBMode "Whenever possible" - } - Simulink.DataIOCC { - $ObjectID 3 - Version "1.11.1" - Decimation "1" - ExternalInput "[]" - FinalStateName "xFinal" - InitialState "[]" - LimitDataPoints off - MaxDataPoints "1000" - LoadExternalInput off - LoadInitialState off - SaveFinalState off - SaveCompleteFinalSimState off - SaveFormat "Array" - SignalLoggingSaveFormat "ModelDataLogs" - SaveOutput off - SaveState off - SignalLogging on - DSMLogging on - InspectSignalLogs off - SaveTime off - ReturnWorkspaceOutputs off - StateSaveName "xout" - TimeSaveName "tout" - OutputSaveName "yout" - SignalLoggingName "sigsOut" - DSMLoggingName "dsmout" - OutputOption "RefineOutputTimes" - OutputTimes "[]" - ReturnWorkspaceOutputsName "out" - Refine "1" - } - Simulink.OptimizationCC { - $ObjectID 4 - Version "1.11.1" - Array { - Type "Cell" - Dimension 4 - Cell "ZeroExternalMemoryAtStartup" - Cell "ZeroInternalMemoryAtStartup" - Cell "NoFixptDivByZeroProtection" - Cell "OptimizeModelRefInitCode" - PropName "DisabledProps" - } - BlockReduction on - BooleanDataType off - ConditionallyExecuteInputs on - InlineParams off - UseIntDivNetSlope off - UseFloatMulNetSlope off - UseSpecifiedMinMax off - InlineInvariantSignals off - OptimizeBlockIOStorage off - BufferReuse off - EnhancedBackFolding off - StrengthReduction off - ExpressionFolding off - BooleansAsBitfields off - BitfieldContainerType "uint_T" - EnableMemcpy on - MemcpyThreshold 64 - PassReuseOutputArgsAs "Structure reference" - ExpressionDepthLimit 2147483647 - FoldNonRolledExpr off - LocalBlockOutputs off - RollThreshold 5 - SystemCodeInlineAuto off - StateBitsets off - DataBitsets off - UseTempVars off - ZeroExternalMemoryAtStartup on - ZeroInternalMemoryAtStartup on - InitFltsAndDblsToZero on - NoFixptDivByZeroProtection off - EfficientFloat2IntCast off - EfficientMapNaN2IntZero on - OptimizeModelRefInitCode off - LifeSpan "inf" - MaxStackSize "Inherit from target" - BufferReusableBoundary on - SimCompilerOptimization "Off" - AccelVerboseBuild off - AccelParallelForEachSubsystem on - } - Simulink.DebuggingCC { - $ObjectID 5 - Version "1.11.1" - RTPrefix "error" - ConsistencyChecking "none" - ArrayBoundsChecking "none" - SignalInfNanChecking "none" - SignalRangeChecking "none" - ReadBeforeWriteMsg "UseLocalSettings" - WriteAfterWriteMsg "UseLocalSettings" - WriteAfterReadMsg "UseLocalSettings" - AlgebraicLoopMsg "warning" - ArtificialAlgebraicLoopMsg "warning" - SaveWithDisabledLinksMsg "warning" - SaveWithParameterizedLinksMsg "none" - CheckSSInitialOutputMsg on - UnderspecifiedInitializationDetection "Classic" - MergeDetectMultiDrivingBlocksExec "none" - CheckExecutionContextPreStartOutputMsg off - CheckExecutionContextRuntimeOutputMsg off - SignalResolutionControl "TryResolveAllWithWarning" - BlockPriorityViolationMsg "warning" - MinStepSizeMsg "warning" - TimeAdjustmentMsg "none" - MaxConsecutiveZCsMsg "error" - MaskedZcDiagnostic "warning" - IgnoredZcDiagnostic "warning" - SolverPrmCheckMsg "none" - InheritedTsInSrcMsg "none" - DiscreteInheritContinuousMsg "warning" - MultiTaskDSMMsg "warning" - MultiTaskCondExecSysMsg "none" - MultiTaskRateTransMsg "error" - SingleTaskRateTransMsg "none" - TasksWithSamePriorityMsg "warning" - SigSpecEnsureSampleTimeMsg "warning" - CheckMatrixSingularityMsg "none" - IntegerOverflowMsg "warning" - Int32ToFloatConvMsg "warning" - ParameterDowncastMsg "error" - ParameterOverflowMsg "error" - ParameterUnderflowMsg "none" - ParameterPrecisionLossMsg "warning" - ParameterTunabilityLossMsg "warning" - FixptConstUnderflowMsg "none" - FixptConstOverflowMsg "none" - FixptConstPrecisionLossMsg "none" - UnderSpecifiedDataTypeMsg "none" - UnnecessaryDatatypeConvMsg "none" - VectorMatrixConversionMsg "none" - InvalidFcnCallConnMsg "error" - FcnCallInpInsideContextMsg "Enable All" - SignalLabelMismatchMsg "none" - UnconnectedInputMsg "warning" - UnconnectedOutputMsg "warning" - UnconnectedLineMsg "warning" - SFcnCompatibilityMsg "none" - FrameProcessingCompatibilityMsg "warning" - UniqueDataStoreMsg "none" - BusObjectLabelMismatch "warning" - RootOutportRequireBusObject "warning" - AssertControl "UseLocalSettings" - EnableOverflowDetection off - ModelReferenceIOMsg "none" - ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" - ModelReferenceVersionMismatchMessage "none" - ModelReferenceIOMismatchMessage "none" - ModelReferenceCSMismatchMessage "none" - UnknownTsInhSupMsg "warning" - ModelReferenceDataLoggingMessage "warning" - ModelReferenceSymbolNameMessage "warning" - ModelReferenceExtraNoncontSigs "error" - StateNameClashWarn "warning" - SimStateInterfaceChecksumMismatchMsg "warning" - SimStateOlderReleaseMsg "error" - InitInArrayFormatMsg "warning" - StrictBusMsg "None" - BusNameAdapt "WarnAndRepair" - NonBusSignalsTreatedAsBus "none" - LoggingUnavailableSignals "error" - BlockIODiagnostic "none" - SFUnusedDataAndEventsDiag "warning" - SFUnexpectedBacktrackingDiag "warning" - SFInvalidInputDataAccessInChartInitDiag "warning" - SFNoUnconditionalDefaultTransitionDiag "warning" - SFTransitionOutsideNaturalParentDiag "warning" - SFUnconditionalTransitionShadowingDiag "warning" - } - Simulink.HardwareCC { - $ObjectID 6 - Version "1.11.1" - ProdBitPerChar 8 - ProdBitPerShort 16 - ProdBitPerInt 32 - ProdBitPerLong 32 - ProdBitPerFloat 32 - ProdBitPerDouble 64 - ProdBitPerPointer 32 - ProdLargestAtomicInteger "Char" - ProdLargestAtomicFloat "None" - ProdIntDivRoundTo "Undefined" - ProdEndianess "Unspecified" - ProdWordSize 32 - ProdShiftRightIntArith on - ProdHWDeviceType "32-bit Generic" - TargetBitPerChar 8 - TargetBitPerShort 16 - TargetBitPerInt 32 - TargetBitPerLong 32 - TargetBitPerFloat 32 - TargetBitPerDouble 64 - TargetBitPerPointer 32 - TargetLargestAtomicInteger "Char" - TargetLargestAtomicFloat "None" - TargetShiftRightIntArith on - TargetIntDivRoundTo "Undefined" - TargetEndianess "Unspecified" - TargetWordSize 32 - TargetTypeEmulationWarnSuppressLevel 0 - TargetPreprocMaxBitsSint 32 - TargetPreprocMaxBitsUint 32 - TargetHWDeviceType "Specified" - TargetUnknown on - ProdEqTarget on - } - Simulink.ModelReferenceCC { - $ObjectID 7 - Version "1.11.1" - UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" - CheckModelReferenceTargetMessage "error" - EnableParallelModelReferenceBuilds off - ParallelModelReferenceErrorOnInvalidPool on - ParallelModelReferenceMATLABWorkerInit "None" - ModelReferenceNumInstancesAllowed "Multi" - PropagateVarSize "Infer from blocks in model" - ModelReferencePassRootInputsByReference on - ModelReferenceMinAlgLoopOccurrences off - PropagateSignalLabelsOutOfModel off - SupportModelReferenceSimTargetCustomCode off - } - Simulink.SFSimCC { - $ObjectID 8 - Version "1.11.1" - SFSimEnableDebug on - SFSimOverflowDetection on - SFSimEcho on - SimBlas on - SimCtrlC on - SimExtrinsic on - SimIntegrity on - SimUseLocalCustomCode off - SimParseCustomCode on - SimBuildMode "sf_incremental_build" - } - Simulink.RTWCC { - $BackupClass "Simulink.RTWCC" - $ObjectID 9 - Version "1.11.1" - Array { - Type "Cell" - Dimension 1 - Cell "IncludeHyperlinkInReport" - PropName "DisabledProps" - } - SystemTargetFile "grt.tlc" - GenCodeOnly on - MakeCommand "make_rtw" - GenerateMakefile on - TemplateMakefile "grt_default_tmf" - GenerateReport off - SaveLog off - RTWVerbose on - RetainRTWFile off - ProfileTLC off - TLCDebug off - TLCCoverage off - TLCAssert off - ProcessScriptMode "Default" - ConfigurationMode "Optimized" - ConfigAtBuild off - RTWUseLocalCustomCode off - RTWUseSimCustomCode off - IncludeHyperlinkInReport off - LaunchReport off - TargetLang "C" - IncludeBusHierarchyInRTWFileBlockHierarchyMap off - IncludeERTFirstTime on - GenerateTraceInfo off - GenerateTraceReport off - GenerateTraceReportSl off - GenerateTraceReportSf off - GenerateTraceReportEml off - GenerateCodeInfo off - GenerateSLWebview off - GenerateCodeMetricsReport off - RTWCompilerOptimization "Off" - CheckMdlBeforeBuild "Off" - CustomRebuildMode "OnUpdate" - Array { - Type "Handle" - Dimension 2 - Simulink.CodeAppCC { - $ObjectID 10 - Version "1.11.1" - Array { - Type "Cell" - Dimension 16 - Cell "IgnoreCustomStorageClasses" - Cell "InsertBlockDesc" - Cell "SFDataObjDesc" - Cell "SimulinkDataObjDesc" - Cell "DefineNamingRule" - Cell "SignalNamingRule" - Cell "ParamNamingRule" - Cell "InlinedPrmAccess" - Cell "CustomSymbolStr" - Cell "CustomSymbolStrGlobalVar" - Cell "CustomSymbolStrType" - Cell "CustomSymbolStrField" - Cell "CustomSymbolStrFcn" - Cell "CustomSymbolStrBlkIO" - Cell "CustomSymbolStrTmpVar" - Cell "CustomSymbolStrMacro" - PropName "DisabledProps" - } - ForceParamTrailComments off - GenerateComments on - IgnoreCustomStorageClasses off - IgnoreTestpoints off - IncHierarchyInIds off - MaxIdLength 31 - PreserveName off - PreserveNameWithParent off - ShowEliminatedStatement on - IncAutoGenComments off - SimulinkDataObjDesc off - SFDataObjDesc off - MATLABFcnDesc off - IncDataTypeInIds off - MangleLength 1 - CustomSymbolStrGlobalVar "$R$N$M" - CustomSymbolStrType "$N$R$M_T" - CustomSymbolStrField "$N$M" - CustomSymbolStrFcn "$R$N$M$F" - CustomSymbolStrFcnArg "rt$I$N$M" - CustomSymbolStrBlkIO "rtb_$N$M" - CustomSymbolStrTmpVar "$N$M" - CustomSymbolStrMacro "$R$N$M" - DefineNamingRule "None" - ParamNamingRule "None" - SignalNamingRule "None" - InsertBlockDesc off - InsertPolySpaceComments off - SimulinkBlockComments on - MATLABSourceComments off - EnableCustomComments off - InlinedPrmAccess "Literals" - ReqsInCode off - UseSimReservedNames off - } - Simulink.GRTTargetCC { - $BackupClass "Simulink.TargetCC" - $ObjectID 11 - Version "1.11.1" - Array { - Type "Cell" - Dimension 12 - Cell "IncludeMdlTerminateFcn" - Cell "CombineOutputUpdateFcns" - Cell "SuppressErrorStatus" - Cell "ERTCustomFileBanners" - Cell "GenerateSampleERTMain" - Cell "GenerateTestInterfaces" - Cell "SupportContinuousTime" - Cell "PurelyIntegerCode" - Cell "SupportNonInlinedSFcns" - Cell "SupportComplex" - Cell "SupportAbsoluteTime" - Cell "GenerateAllocFcn" - PropName "DisabledProps" - } - TargetFcnLib "ansi_tfl_tmw.mat" - TargetLibSuffix "" - TargetPreCompLibLocation "" - TargetFunctionLibrary "ANSI_C" - UtilityFuncGeneration "Auto" - ERTMultiwordTypeDef "System defined" - CodeExecutionProfiling off - ERTMultiwordLength 256 - MultiwordLength 2048 - GenerateFullHeader on - GenerateSampleERTMain off - GenerateTestInterfaces off - IsPILTarget off - ModelReferenceCompliant on - ParMdlRefBuildCompliant on - CompOptLevelCompliant on - ConcurrentExecutionCompliant on - IncludeMdlTerminateFcn on - GeneratePreprocessorConditionals "Disable all" - CombineOutputUpdateFcns off - CombineSignalStateStructs off - SuppressErrorStatus off - ERTFirstTimeCompliant off - IncludeFileDelimiter "Auto" - ERTCustomFileBanners off - SupportAbsoluteTime on - LogVarNameModifier "rt_" - MatFileLogging on - MultiInstanceERTCode off - SupportNonFinite on - SupportComplex on - PurelyIntegerCode off - SupportContinuousTime on - SupportNonInlinedSFcns on - SupportVariableSizeSignals off - EnableShiftOperators on - ParenthesesLevel "Nominal" - PortableWordSizes off - ModelStepFunctionPrototypeControlCompliant off - CPPClassGenCompliant off - AutosarCompliant off - UseMalloc off - ExtMode off - ExtModeStaticAlloc off - ExtModeTesting off - ExtModeStaticAllocSize 1000000 - ExtModeTransport 0 - ExtModeMexFile "ext_comm" - ExtModeIntrfLevel "Level1" - RTWCAPISignals off - RTWCAPIParams off - RTWCAPIStates off - RTWCAPIRootIO off - GenerateASAP2 off - } - PropName "Components" - } - } - PropName "Components" - } - Name "Configuration" - CurrentDlgPage "Solver" - ConfigPrmDlgPosition [ 318, 187, 1230, 893 ] - } - PropName "ConfigurationSets" - } - Simulink.ConfigSet { - $PropName "ActiveConfigurationSet" - $ObjectID 1 - } - BlockDefaults { - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - NamePlacement "normal" - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - ShowName on - BlockRotation 0 - BlockMirror off - } - AnnotationDefaults { - HorizontalAlignment "center" - VerticalAlignment "middle" - ForegroundColor "black" - BackgroundColor "white" - DropShadow off - FontName "Helvetica" - FontSize 10 - FontWeight "normal" - FontAngle "normal" - UseDisplayTextAsClickCallback off - } - LineDefaults { - FontName "Helvetica" - FontSize 9 - FontWeight "normal" - FontAngle "normal" - } - BlockParameterDefaults { - Block { - BlockType BusCreator - Inputs "4" - DisplayOption "none" - OutDataTypeStr "Inherit: auto" - NonVirtualBus off - } - Block { - BlockType Demux - Outputs "4" - DisplayOption "none" - BusSelectionMode off - } - Block { - BlockType Display - Format "short" - Decimation "10" - Floating off - SampleTime "-1" - } - Block { - BlockType From - IconDisplay "Tag" - TagVisibility "local" - } - Block { - BlockType Goto - IconDisplay "Tag" - } - Block { - BlockType Inport - Port "1" - OutputFunctionCall off - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - LatchByDelayingOutsideSignal off - LatchInputForFeedbackSignals off - Interpolate on - } - Block { - BlockType Mux - Inputs "4" - DisplayOption "none" - UseBusObject off - BusObject "BusObject" - NonVirtualBus off - } - Block { - BlockType Outport - Port "1" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: auto" - LockScale off - BusOutputAsStruct off - PortDimensions "-1" - VarSizeSig "Inherit" - SampleTime "-1" - SignalType "auto" - SamplingMode "auto" - SourceOfInitialOutputValue "Dialog" - OutputWhenDisabled "held" - InitialOutput "[]" - } - Block { - BlockType Scope - ModelBased off - TickLabels "OneTimeTick" - ZoomMode "on" - Grid "on" - TimeRange "auto" - YMin "-5" - YMax "5" - SaveToWorkspace off - SaveName "ScopeData" - LimitDataPoints on - MaxDataPoints "5000" - Decimation "1" - SampleInput off - SampleTime "-1" - } - Block { - BlockType SubSystem - ShowPortLabels "FromPortIcon" - Permissions "ReadWrite" - PermitHierarchicalResolution "All" - TreatAsAtomicUnit off - CheckFcnCallInpInsideContextMsg off - SystemSampleTime "-1" - RTWFcnNameOpts "Auto" - RTWFileNameOpts "Auto" - RTWMemSecFuncInitTerm "Inherit from model" - RTWMemSecFuncExecute "Inherit from model" - RTWMemSecDataConstants "Inherit from model" - RTWMemSecDataInternal "Inherit from model" - RTWMemSecDataParameters "Inherit from model" - SimViewingDevice off - DataTypeOverride "UseLocalSettings" - DataTypeOverrideAppliesTo "AllNumericTypes" - MinMaxOverflowLogging "UseLocalSettings" - SFBlockType "NONE" - Variant off - GeneratePreprocessorConditionals off - } - Block { - BlockType Sum - IconShape "rectangular" - Inputs "++" - CollapseMode "All dimensions" - CollapseDim "1" - InputSameDT on - AccumDataTypeStr "Inherit: Inherit via internal rule" - OutMin "[]" - OutMax "[]" - OutDataTypeStr "Inherit: Same as first input" - LockScale off - RndMeth "Floor" - SaturateOnIntegerOverflow on - SampleTime "-1" - } - Block { - BlockType Terminator - } - } - System { - Name "send_receive_2_sc_console" - Location [2, 74, 1678, 989] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 247 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "usletter" - PaperUnits "inches" - TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - ReportName "simulink-default.rpt" - SIDHighWatermark "146" - Block { - BlockType Demux - Name "Demux" - SID "52" - Ports [1, 2] - Position [285, 116, 290, 154] - ZOrder -4 - BackgroundColor "black" - ShowName off - Outputs "[2 1]" - } - Block { - BlockType Demux - Name "Demux1" - SID "53" - Ports [1, 5] - Position [375, 211, 380, 299] - ZOrder -5 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Demux - Name "Demux2" - SID "54" - Ports [1, 5] - Position [375, 306, 380, 394] - ZOrder -6 - ShowName off - Outputs "5" - DisplayOption "bar" - } - Block { - BlockType Mux - Name "Mux" - SID "55" - Ports [2, 1] - Position [465, 236, 470, 274] - ZOrder -7 - ShowName off - Inputs "2" - DisplayOption "bar" - } - Block { - BlockType SubSystem - Name "OpComm" - SID "105" - Ports [0, 3] - Position [225, 135, 255, 215] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - MaskInitialization "opmaskdisplay('maskdisplay_block',gcb,'disp(''OpComm'')');" - MaskDisplay "patch([0 0.5 0.7 0],[1 1 0 0],[0.7 0.75 0.9]);\npatch([1 0.53 0.73 1],[1 1 0 0],[1 0.8 0.7]);" - "\nplot([0 0 1 1 0],[0 1 1 0 0]);\ndisp('OpComm')\n" - MaskIconFrame off - MaskIconOpaque on - MaskIconRotate "none" - MaskPortRotate "default" - MaskIconUnits "autoscale" - System { - Name "OpComm" - Location [10, 10, 350, 130] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Demux - Name "Demux" - SID "106" - Ports [1, 3] - Position [150, 17, 160, 173] - Outputs "[3 5 5]" - } - Block { - BlockType Reference - Name "Receive" - SID "107" - Ports [0, 6] - Position [30, 52, 130, 133] - LibraryVersion "1.294" - SourceBlock "opal_lib/Communication/OpRecFromQNX" - SourceType "OPAL Receive Icon" - Node_num "1" - Acqu_Group "1" - Data_Width "13" - Synchronization on - Interpolation on - Threshold "1.0" - modelname "send_receive.mdl" - sampletime "5e-005" - } - Block { - BlockType SubSystem - Name "busStruct" - SID "108" - Ports [3, 3] - Position [200, 17, 240, 173] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "busStruct" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Inport - Name "In1" - SID "109" - Position [50, 52, 80, 68] - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "In2" - SID "110" - Position [50, 102, 80, 118] - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Inport - Name "In3" - SID "111" - Position [50, 152, 80, 168] - Port "3" - IconDisplay "Port number" - } - Block { - BlockType SubSystem - Name "Sub1" - SID "112" - Ports [1, 1] - Position [165, 42, 265, 78] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "Sub1" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Inport - Name "from_signal1" - SID "113" - Position [95, 54, 125, 66] - IconDisplay "Port number" - } - Block { - BlockType BusCreator - Name "buscre_signal1" - SID "114" - Ports [3, 1] - Position [160, 120, 165, 160] - Inputs "3" - Port { - PortNumber 1 - Name "signal1" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType Demux - Name "demux_signal1" - SID "115" - Ports [1, 3] - Position [160, 40, 165, 80] - Outputs "[1 1 1]" - } - Block { - BlockType From - Name "from2_signal1signal1" - SID "116" - Position [95, 119, 135, 131] - ShowName off - GotoTag "rtlab_tag_1" - Port { - PortNumber 1 - Name "signal1" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType From - Name "from2_signal1signal2" - SID "117" - Position [95, 134, 135, 146] - ShowName off - GotoTag "rtlab_tag_2" - Port { - PortNumber 1 - Name "signal2" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType From - Name "from2_signal1signal3" - SID "118" - Position [95, 149, 135, 161] - ShowName off - GotoTag "rtlab_tag_3" - Port { - PortNumber 1 - Name "signal3" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType Goto - Name "goto_signal1signal1" - SID "119" - Position [190, 39, 230, 51] - ShowName off - GotoTag "rtlab_tag_1" - TagVisibility "local" - } - Block { - BlockType Goto - Name "goto_signal1signal2" - SID "120" - Position [190, 54, 230, 66] - ShowName off - GotoTag "rtlab_tag_2" - TagVisibility "local" - } - Block { - BlockType Goto - Name "goto_signal1signal3" - SID "121" - Position [190, 69, 230, 81] - ShowName off - GotoTag "rtlab_tag_3" - TagVisibility "local" - } - Block { - BlockType Outport - Name "goto_signal1" - SID "122" - Position [210, 134, 240, 146] - IconDisplay "Port number" - } - Line { - Name "signal1" - Labels [0, 0] - SrcBlock "buscre_signal1" - SrcPort 1 - DstBlock "goto_signal1" - DstPort 1 - } - Line { - Name "signal3" - Labels [0, 0] - SrcBlock "from2_signal1signal3" - SrcPort 1 - DstBlock "buscre_signal1" - DstPort 3 - } - Line { - Name "signal2" - Labels [0, 0] - SrcBlock "from2_signal1signal2" - SrcPort 1 - DstBlock "buscre_signal1" - DstPort 2 - } - Line { - Name "signal1" - Labels [0, 0] - SrcBlock "from2_signal1signal1" - SrcPort 1 - DstBlock "buscre_signal1" - DstPort 1 - } - Line { - SrcBlock "demux_signal1" - SrcPort 3 - DstBlock "goto_signal1signal3" - DstPort 1 - } - Line { - SrcBlock "demux_signal1" - SrcPort 2 - DstBlock "goto_signal1signal2" - DstPort 1 - } - Line { - SrcBlock "demux_signal1" - SrcPort 1 - DstBlock "goto_signal1signal1" - DstPort 1 - } - Line { - SrcBlock "from_signal1" - SrcPort 1 - DstBlock "demux_signal1" - DstPort 1 - } - } - } - Block { - BlockType SubSystem - Name "Sub2" - SID "123" - Ports [1, 1] - Position [165, 92, 265, 128] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "Sub2" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Inport - Name "in" - SID "124" - Position [50, 52, 75, 68] - IconDisplay "Port number" - Port { - PortNumber 1 - Name "signal1" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType Outport - Name "out" - SID "125" - Position [150, 52, 175, 68] - IconDisplay "Port number" - } - Line { - Name "signal1" - Labels [0, 0] - SrcBlock "in" - SrcPort 1 - DstBlock "out" - DstPort 1 - } - } - } - Block { - BlockType SubSystem - Name "Sub3" - SID "126" - Ports [1, 1] - Position [165, 142, 265, 178] - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - System { - Name "Sub3" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - Block { - BlockType Inport - Name "from_signal1" - SID "127" - Position [95, 54, 125, 66] - IconDisplay "Port number" - } - Block { - BlockType BusCreator - Name "buscre_signal1" - SID "128" - Ports [2, 1] - Position [160, 120, 165, 160] - Inputs "2" - Port { - PortNumber 1 - Name "signal1" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType Demux - Name "demux_signal1" - SID "129" - Ports [1, 2] - Position [160, 40, 165, 80] - Outputs "[4 1]" - } - Block { - BlockType From - Name "from2_signal1signal1" - SID "130" - Position [95, 124, 135, 136] - ShowName off - GotoTag "rtlab_tag_1" - Port { - PortNumber 1 - Name "signal1" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType From - Name "from2_signal1signal2" - SID "131" - Position [95, 144, 135, 156] - ShowName off - GotoTag "rtlab_tag_2" - Port { - PortNumber 1 - Name "signal2" - RTWStorageClass "Auto" - DataLoggingNameMode "SignalName" - } - } - Block { - BlockType Goto - Name "goto_signal1signal1" - SID "132" - Position [190, 44, 230, 56] - ShowName off - GotoTag "rtlab_tag_1" - TagVisibility "local" - } - Block { - BlockType Goto - Name "goto_signal1signal2" - SID "133" - Position [190, 64, 230, 76] - ShowName off - GotoTag "rtlab_tag_2" - TagVisibility "local" - } - Block { - BlockType Outport - Name "goto_signal1" - SID "134" - Position [210, 134, 240, 146] - IconDisplay "Port number" - } - Line { - Name "signal1" - Labels [0, 0] - SrcBlock "buscre_signal1" - SrcPort 1 - DstBlock "goto_signal1" - DstPort 1 - } - Line { - Name "signal2" - Labels [0, 0] - SrcBlock "from2_signal1signal2" - SrcPort 1 - DstBlock "buscre_signal1" - DstPort 2 - } - Line { - Name "signal1" - Labels [0, 0] - SrcBlock "from2_signal1signal1" - SrcPort 1 - DstBlock "buscre_signal1" - DstPort 1 - } - Line { - SrcBlock "demux_signal1" - SrcPort 2 - DstBlock "goto_signal1signal2" - DstPort 1 - } - Line { - SrcBlock "demux_signal1" - SrcPort 1 - DstBlock "goto_signal1signal1" - DstPort 1 - } - Line { - SrcBlock "from_signal1" - SrcPort 1 - DstBlock "demux_signal1" - DstPort 1 - } - } - } - Block { - BlockType Outport - Name "Out1" - SID "135" - Position [350, 52, 380, 68] - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "Out2" - SID "136" - Position [350, 102, 380, 118] - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "Out3" - SID "137" - Position [350, 152, 380, 168] - Port "3" - IconDisplay "Port number" - } - Line { - SrcBlock "Sub3" - SrcPort 1 - DstBlock "Out3" - DstPort 1 - } - Line { - SrcBlock "In3" - SrcPort 1 - DstBlock "Sub3" - DstPort 1 - } - Line { - SrcBlock "Sub2" - SrcPort 1 - DstBlock "Out2" - DstPort 1 - } - Line { - SrcBlock "In2" - SrcPort 1 - DstBlock "Sub2" - DstPort 1 - } - Line { - SrcBlock "Sub1" - SrcPort 1 - DstBlock "Out1" - DstPort 1 - } - Line { - SrcBlock "In1" - SrcPort 1 - DstBlock "Sub1" - DstPort 1 - } - } - } - Block { - BlockType Terminator - Name "dynsig" - SID "138" - Position [260, 477, 290, 493] - } - Block { - BlockType Terminator - Name "missedData" - SID "139" - Position [260, 277, 290, 293] - } - Block { - BlockType Terminator - Name "offset" - SID "140" - Position [260, 327, 290, 343] - } - Block { - BlockType Terminator - Name "samples" - SID "141" - Position [260, 427, 290, 443] - } - Block { - BlockType Terminator - Name "sim_time" - SID "142" - Position [260, 377, 290, 393] - } - Block { - BlockType Outport - Name "Out1" - SID "143" - Position [300, 32, 330, 48] - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "Out2" - SID "144" - Position [300, 82, 330, 98] - Port "2" - IconDisplay "Port number" - } - Block { - BlockType Outport - Name "Out3" - SID "145" - Position [300, 132, 330, 148] - Port "3" - IconDisplay "Port number" - } - Line { - SrcBlock "Demux" - SrcPort 3 - DstBlock "busStruct" - DstPort 3 - } - Line { - SrcBlock "Demux" - SrcPort 2 - DstBlock "busStruct" - DstPort 2 - } - Line { - SrcBlock "Demux" - SrcPort 1 - DstBlock "busStruct" - DstPort 1 - } - Line { - SrcBlock "busStruct" - SrcPort 3 - DstBlock "Out3" - DstPort 1 - } - Line { - SrcBlock "busStruct" - SrcPort 2 - DstBlock "Out2" - DstPort 1 - } - Line { - SrcBlock "busStruct" - SrcPort 1 - DstBlock "Out1" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 1 - DstBlock "Demux" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 6 - DstBlock "dynsig" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 5 - DstBlock "samples" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 4 - DstBlock "sim_time" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 3 - DstBlock "offset" - DstPort 1 - } - Line { - SrcBlock "Receive" - SrcPort 2 - DstBlock "missedData" - DstPort 1 - } - } - } - Block { - BlockType Sum - Name "Subtract" - SID "57" - Ports [2, 1] - Position [510, 312, 540, 343] - ZOrder -31 - Inputs "+-" - InputSameDT off - OutDataTypeStr "Inherit: Inherit via internal rule" - SaturateOnIntegerOverflow off - } - Block { - BlockType Display - Name "errors" - SID "58" - Ports [1] - Position [385, 72, 455, 118] - ZOrder -32 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "5000" - Lockdown off - } - Block { - BlockType Scope - Name "message 1" - SID "59" - Ports [1] - Position [590, 159, 620, 191] - ZOrder -33 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData1" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 2" - SID "60" - Ports [1] - Position [590, 239, 620, 271] - ZOrder -34 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 3" - SID "61" - Ports [1] - Position [590, 389, 620, 421] - ZOrder -35 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData2" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Scope - Name "message 4" - SID "62" - Ports [1] - Position [590, 314, 620, 346] - ZOrder -36 - BackgroundColor "yellow" - Floating off - Location [826, 517, 1334, 952] - Open off - NumInputPorts "1" - List { - ListType AxesTitles - axes1 "%" - } - List { - ListType ScopeGraphics - FigureColor "[0.5 0.5 0.5]" - AxesColor "[0 0 0]" - AxesTickColor "[1 1 1]" - LineColors "[1 1 0;1 0 1;0 1 1;1 0 0;0 1 0;0 0 1]" - LineStyles "-|-|-|-|-|-" - LineWidths "[0.5 0.5 0.5 0.5 0.5 0.5]" - MarkerStyles "none|none|none|none|none|none" - } - YMin "-1.75" - YMax "4" - SaveName "ScopeData3" - DataFormat "StructureWithTime" - SampleTime "0" - } - Block { - BlockType Display - Name "reception status" - SID "63" - Ports [1] - Position [390, 133, 450, 157] - ZOrder -37 - BackgroundColor "yellow" - FontName "Arial" - FontSize 8 - Decimation "5000" - Lockdown off - } - Block { - BlockType SubSystem - Name "rtlab_send_subsystem" - SID "146" - Ports [] - Position [15, 15, 15, 15] - ShowName off - Priority "-100" - MinAlgLoopOccurrences off - PropExecContextOutsideSubsystem off - RTWSystemCode "Auto" - FunctionWithSeparateData off - Opaque off - RequestExecContextInheritance off - MaskHideContents off - MaskDisplay "text(0,0,'');" - MaskIconFrame off - MaskIconOpaque on - MaskIconRotate "none" - MaskPortRotate "default" - MaskIconUnits "autoscale" - System { - Name "rtlab_send_subsystem" - Location [484, 93, 1020, 382] - Open off - ModelBrowserVisibility off - ModelBrowserWidth 200 - ScreenColor "white" - PaperOrientation "landscape" - PaperPositionMode "auto" - PaperType "A4" - PaperUnits "centimeters" - TiledPaperMargins [1.270000, 1.270000, 1.270000, 1.270000] - TiledPageScale 1 - ShowPageBoundaries off - ZoomFactor "100" - } - } - Line { - SrcBlock "Demux1" - SrcPort 5 - Points [0, 0] - Branch { - Points [30, 0; 0, -40] - DstBlock "Mux" - DstPort 1 - } - Branch { - Points [55, 0; 0, 35] - DstBlock "Subtract" - DstPort 1 - } - } - Line { - SrcBlock "Demux2" - SrcPort 5 - Points [0, 0] - Branch { - Points [65, 0] - DstBlock "Mux" - DstPort 2 - } - Branch { - Points [55, 0; 0, -45] - DstBlock "Subtract" - DstPort 2 - } - } - Line { - SrcBlock "Subtract" - SrcPort 1 - DstBlock "message 4" - DstPort 1 - } - Line { - SrcBlock "OpComm" - SrcPort 3 - Points [0, 0] - Branch { - Points [50, 0; 0, 150] - DstBlock "Demux2" - DstPort 1 - } - Branch { - Points [155, 0; 0, 205] - DstBlock "message 3" - DstPort 1 - } - } - Line { - SrcBlock "Mux" - SrcPort 1 - DstBlock "message 2" - DstPort 1 - } - Line { - SrcBlock "Demux" - SrcPort 2 - DstBlock "reception status" - DstPort 1 - } - Line { - SrcBlock "Demux" - SrcPort 1 - Points [35, 0; 0, -30] - DstBlock "errors" - DstPort 1 - } - Line { - SrcBlock "OpComm" - SrcPort 1 - Points [5, 0; 0, -15] - DstBlock "Demux" - DstPort 1 - } - Line { - SrcBlock "OpComm" - SrcPort 2 - Points [0, 0] - Branch { - Points [100, 0] - DstBlock "Demux1" - DstPort 1 - } - Branch { - DstBlock "message 1" - DstPort 1 - } - } - Annotation { - Name "Simple analysis of round trip time" - Position [273, 42] - FontName "Verdana" - FontSize 14 - FontWeight "bold" - } - Annotation { - Name "Automatically generated by RT-LAB during compilation." - Position [0, 0] - HorizontalAlignment "left" - VerticalAlignment "top" - BackgroundColor "yellow" - FontSize 12 - FontWeight "bold" - } - } -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalAcquisitionSourcesCreator.data b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalAcquisitionSourcesCreator.data deleted file mode 100644 index 392558837..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalAcquisitionSourcesCreator.data +++ /dev/null @@ -1,24 +0,0 @@ -sm_model/data ready 2 kHz/port1 -16 -F64 -1 -sm_model/Pulse Generator1/port1 -24 -F64 -1 -sm_model/send message 1/S-Function2/port1 -32 -F64 -1 -sm_model/receive message 1/S-Function1/port1 -40 -F64 -1 -sm_model/receive message 1/S-Function1/port2 -48 -F64 -1 -sm_model/receive message 1/S-Function1/port3 -56 -F64 -5 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalControlSignalsCreator.data b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalControlSignalsCreator.data deleted file mode 100644 index e69de29bb..000000000 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalRealTimeParametersCreator.data b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalRealTimeParametersCreator.data deleted file mode 100644 index 3110ce875..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalRealTimeParametersCreator.data +++ /dev/null @@ -1,40 +0,0 @@ -sm_model/data ready 2 kHz/Amplitude -16 -F64 -1 -sm_model/data ready 2 kHz/Period -24 -F64 -1 -sm_model/data ready 2 kHz/PulseWidth -32 -F64 -1 -sm_model/data ready 2 kHz/PhaseDelay -40 -F64 -1 -sm_model/Constant/Value -48 -F64 -4 -sm_model/Pulse Generator1/Amplitude -80 -F64 -1 -sm_model/Pulse Generator1/Period -88 -F64 -1 -sm_model/Pulse Generator1/PulseWidth -96 -F64 -1 -sm_model/Pulse Generator1/PhaseDelay -104 -F64 -1 -sm_model/timeout/Value -664 -F64 -1 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalSnapshotUtil.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalSnapshotUtil.c deleted file mode 100644 index 2fb699545..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/OpalSnapshotUtil.c +++ /dev/null @@ -1,138 +0,0 @@ -/** - * This function is generated by RT-LAB during model compilation (at 'generation' step). - * This function copies data from src to dst, ignoring pointers. - * Note that only PWork are supposed to be pointers within a DWork structure - * and that sub-structures are copied in one operation since they do not contain pointers. - */ -int OpalSnapshot_Copy_DWork(void * src, void * dst) { - D_Work * pSrc = (D_Work*)src; - D_Work * pDst = (D_Work*)dst; - int size = 0, eltSize = 0; - - eltSize = sizeof(pSrc->SFunction_PreviousInput); - memcpy(&pDst->SFunction_PreviousInput, &pSrc->SFunction_PreviousInput, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->clockTickCounter); - memcpy(&pDst->clockTickCounter, &pSrc->clockTickCounter, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->clockTickCounter_h); - memcpy(&pDst->clockTickCounter_h, &pSrc->clockTickCounter_h, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->SFunction_IWORK); - memcpy(&pDst->SFunction_IWORK, &pSrc->SFunction_IWORK, eltSize); - size += eltSize; - - return size; -} - -/** - * This function is generated by RT-LAB during model compilation (at 'generation' step). - * This function copies data from a raw buffer (src) - * to an RT_MODEL structure(dst), ignoring pointers. - * Note that sub-structures are copied in one operation since they cannot contain pointers. - */ -int OpalSnapshot_Copy_TimingData(void * src, void * dst) { - RT_MODEL tmpBuffer; - RT_MODEL * pSrc = &tmpBuffer; - RT_MODEL * pDst = (RT_MODEL *)dst; - int TimingSize = sizeof(tmpBuffer.Timing); - int size = 0, eltSize = 0; - - memcpy(&tmpBuffer.Timing, src, TimingSize); - - eltSize = sizeof(pSrc->Timing.clockTick0); - memcpy(&pDst->Timing.clockTick0, &pSrc->Timing.clockTick0, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.clockTickH0); - memcpy(&pDst->Timing.clockTickH0, &pSrc->Timing.clockTickH0, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.tFinal); - memcpy(&pDst->Timing.tFinal, &pSrc->Timing.tFinal, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.offsetTimesArray); - memcpy(&pDst->Timing.offsetTimesArray, &pSrc->Timing.offsetTimesArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.perTaskSampleHitsArray); - memcpy(&pDst->Timing.perTaskSampleHitsArray, &pSrc->Timing.perTaskSampleHitsArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.sampleHitArray); - memcpy(&pDst->Timing.sampleHitArray, &pSrc->Timing.sampleHitArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.sampleTimesArray); - memcpy(&pDst->Timing.sampleTimesArray, &pSrc->Timing.sampleTimesArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.sampleTimeTaskIDArray); - memcpy(&pDst->Timing.sampleTimeTaskIDArray, &pSrc->Timing.sampleTimeTaskIDArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.simTimeStep); - memcpy(&pDst->Timing.simTimeStep, &pSrc->Timing.simTimeStep, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.tStart); - memcpy(&pDst->Timing.tStart, &pSrc->Timing.tStart, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.stepSize); - memcpy(&pDst->Timing.stepSize, &pSrc->Timing.stepSize, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.stepSize0); - memcpy(&pDst->Timing.stepSize0, &pSrc->Timing.stepSize0, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.stopRequestedFlag); - memcpy(&pDst->Timing.stopRequestedFlag, &pSrc->Timing.stopRequestedFlag, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.tArray); - memcpy(&pDst->Timing.tArray, &pSrc->Timing.tArray, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->Timing.timeOfLastOutput); - memcpy(&pDst->Timing.timeOfLastOutput, &pSrc->Timing.timeOfLastOutput, eltSize); - size += eltSize; - - return size; -} - -/** - * This function is generated by RT-LAB during model compilation (at 'generation' step). - * This function copies data from a raw buffer (src) - * to an RT_MODEL structure(dst), ignoring pointers. - * Note that ingData must not be copied since it contains pointers. - */ -int OpalSnapshot_Copy_ModelData(void * src, void * dst) { - RT_MODEL tmpBuffer; - RT_MODEL * pSrc = &tmpBuffer; - RT_MODEL * pDst = (RT_MODEL *)dst; - int ModelDataSize = sizeof(tmpBuffer.ModelData); - int size = 0, eltSize = 0; - - memcpy(&tmpBuffer.ModelData, src, ModelDataSize); - - eltSize = sizeof(pSrc->ModelData.blkStateChange); - memcpy(&pDst->ModelData.blkStateChange, &pSrc->ModelData.blkStateChange, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->ModelData.derivCacheNeedsReset); - memcpy(&pDst->ModelData.derivCacheNeedsReset, &pSrc->ModelData.derivCacheNeedsReset, eltSize); - size += eltSize; - - eltSize = sizeof(pSrc->ModelData.zCCacheNeedsReset); - memcpy(&pDst->ModelData.zCCacheNeedsReset, &pSrc->ModelData.zCCacheNeedsReset, eltSize); - size += eltSize; - - return size; -} - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/buildInfo.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/buildInfo.mat deleted file mode 100644 index f3482b801..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/buildInfo.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/compilation_target_report.xml b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/compilation_target_report.xml deleted file mode 100644 index 6908d8cfc..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/compilation_target_report.xml +++ /dev/null @@ -1,3258 +0,0 @@ - - - - - - - - - - - - 453344 kB - - - - - 97204 kB - - - - - 356140 kB - - - - - 97028 kB - - - - - 3848 kB - - - - - 71636 kB - - - - - 1173840 kB - - - - - 8206052 kB - - - - - 273248 kB - - - - - 907264 kB - - - - - 4088 kB - - - - - 5440 kB - - - - - 6112216 kB - - - - - 7392776 kB - - - - - 889172 kB - - - - - 0 kB - - - - - 889172 kB - - - - - 678632 kB - - - - - 826204 kB - - - - - 52916 kB - - - - - 6790848 kB - - - - - 8218980 kB - - - - - 0 kB - - - - - 0 kB - - - - - 1264 kB - - - - - 19240 kB - - - - - 11228 kB - - - - - 30468 kB - - - - - 0 kB - - - - - 4096564 kB - - - - - 4096564 kB - - - - - 0 kB - - - - - 80296 kB - - - - - 122880 kB - - - - - 4300 kB - - - - - 0 kB - - - - - 0 kB - - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 0 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 1 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 10 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 11 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 2 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 3 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 4 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 5 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 6 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 7 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 8 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 9 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - - - - - - 134.130.169.127 - - - - - 134.130.169.80 - - - - - 00:25:90:97:D1:0C - - - - - 255.255.255.128 - - - - - Ethernet - - - - - - - 10.10.10.255 - - - - - 10.10.10.2 - - - - - A0:36:9F:19:4D:2D - - - - - 255.255.255.0 - - - - - Ethernet - - - - - - - 127.0.0.1 - - - - - 255.0.0.0 - - - - - Local - - - - - - - - RTServer_1 - - - - - root - - - - - 134.130.169.80 - - - - - - - - - - 0 - - - - - 10 - - - - - 0 - - - - - 0,2500,24,100 - - - - - 7/0/24/25/26/27/28/29/ - - - - - ON - - - - - UDP/IP - - - - - /dev/console - - - - - Free-Clock - - - - - 10 - - - - - 0 - - - - - ON - - - - - ON - - - - - - - - - - - - - - - - - - - - - - - - - sysvinit-2.86 - - - - - - - - - - sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c - - - - - -lOpalAsyncApiR2011b - - - - - -lOpalAsyncApiCore - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - Automatic - - - - - Automatic - - - - - 0.000000 - - - - - 0.000000 - - - - - ON - - - - - OFF - - - - - ALL - - - - - 0 - - - - - 2/0/100/24/44/ - - - - - 10 - - - - - OFF - - - - - 1 - - - - - 2.6.29.6-opalrt-5 - - - - - send_receive - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\ - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\villas_udp.llp - - - - - /sbin:/usr/sbin:/bin:/usr/bin - - - - - N - - - - - DEBUG_ALL - - - - - GTNET_SKT - - - - - /usr/opalrt/v11.0.5.499/common/python/rtlab/global - - - - - /usr/opalrt/v11.0.5.499/common/python/ - - - - - /usr/matlab/v7.13 - - - - - /usr/opalrt/v11.0.5.499 - - - - - 134.130.169.16 - - - - - ON - - - - - REDHAWK - - - - - v11.0.5.499 - - - - - send_receive_1_sm_model - - - - - sm_model - - - - - 3 - - - - - YES - - - - - 4 - - - - - linux - - - - - linux - - - - - /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/ - - - - - - - - - - - - - - - 5000 - - - - - /bin/env - - - - - N - - - - - 3 - - - - - - - - - 4.1.2 - - - - - - - - /usr/matlab/v7.10 - - - - - v7.10 - - - - - - - /usr/matlab/v7.11 - - - - - v7.11 - - - - - - - /usr/matlab/v7.12 - - - - - v7.12 - - - - - - - /usr/matlab/v7.13 - - - - - v7.13 - - - - - - - /usr/matlab/v7.14 - - - - - v7.14 - - - - - - - /usr/matlab/v7.3 - - - - - v7.3 - - - - - - - /usr/matlab/v7.5 - - - - - v7.5 - - - - - - - /usr/matlab/v7.6 - - - - - v7.6 - - - - - - - /usr/matlab/v7.7 - - - - - v7.7 - - - - - - - /usr/matlab/v7.9 - - - - - v7.9 - - - - - - - /usr/matlab/v8.0 - - - - - v8.0 - - - - - - - /usr/matlab/v8.1 - - - - - v8.1 - - - - - - - /usr/matlab/v8.2 - - - - - v8.2 - - - - - - - /usr/matlab/v8.4 - - - - - v8.4 - - - - - - - - 2.4.3 - - - - - - - - v11.0.5.499 - - - - - - /usr/opalrt/v10.0.4 - - - - - v10.0.4 - - - - - - - /usr/opalrt/v10.4.10.200 - - - - - v10.4.10.200 - - - - - - - /usr/opalrt/v10.5.9.356 - - - - - v10.5.9.356 - - - - - - - /usr/opalrt/v10.6.5.293 - - - - - v10.6.5.293 - - - - - - - /usr/opalrt/v10.7.2.411 - - - - - v10.7.2.411 - - - - - - - /usr/opalrt/v10.7.7.506 - - - - - v10.7.7.506 - - - - - - - /usr/opalrt/v11.0.2.410 - - - - - v11.0.2.410 - - - - - - - /usr/opalrt/v11.0.5.499 - - - - - v11.0.5.499 - - - - - - - - - 2.6.29.6-opalrt-5 - - - - - linux2 - - - - - #6 SMP PREEMPT Tue Aug 3 10:13:38 EDT 2010 - - - - - - - - MetaController - - - - - 7506 - - - - - - - OpTargetD - - - - - 11163 - - - - - - - OpalD - - - - - 12332 - - - - - - - OpalNode - - - - - 11167 - - - - - - - acpid - - - - - 6499 - - - - - - - aio/0 - - - - - 552 - - - - - - - aio/1 - - - - - 6976 - - - - - - - aio/10 - - - - - 7308 - - - - - - - aio/11 - - - - - 7357 - - - - - - - aio/2 - - - - - 7019 - - - - - - - aio/3 - - - - - 7058 - - - - - - - aio/4 - - - - - 7097 - - - - - - - aio/5 - - - - - 7129 - - - - - - - aio/6 - - - - - 7166 - - - - - - - aio/7 - - - - - 7197 - - - - - - - aio/8 - - - - - 7234 - - - - - - - aio/9 - - - - - 7271 - - - - - - - ata/0 - - - - - 1068 - - - - - - - ata/1 - - - - - 6968 - - - - - - - ata/10 - - - - - 7306 - - - - - - - ata/11 - - - - - 7355 - - - - - - - ata/2 - - - - - 7017 - - - - - - - ata/3 - - - - - 7056 - - - - - - - ata/4 - - - - - 7095 - - - - - - - ata/5 - - - - - 7127 - - - - - - - ata/6 - - - - - 7164 - - - - - - - ata/7 - - - - - 7195 - - - - - - - ata/8 - - - - - 7232 - - - - - - - ata/9 - - - - - 7269 - - - - - - - ata_aux - - - - - 1080 - - - - - - - atd - - - - - 7641 - - - - - - - bnx2x - - - - - 818 - - - - - - - cpuset - - - - - 27 - - - - - - - cqueue - - - - - 352 - - - - - - - crond - - - - - 7525 - - - - - - - dbus-daemon - - - - - 6455 - - - - - - - events/0 - - - - - 29 - - - - - - - events/1 - - - - - 6983 - - - - - - - events/10 - - - - - 7311 - - - - - - - events/11 - - - - - 7360 - - - - - - - events/2 - - - - - 7022 - - - - - - - events/3 - - - - - 7061 - - - - - - - events/4 - - - - - 7100 - - - - - - - events/5 - - - - - 7132 - - - - - - - events/6 - - - - - 7169 - - - - - - - events/7 - - - - - 7200 - - - - - - - events/8 - - - - - 7237 - - - - - - - events/9 - - - - - 7274 - - - - - - - hid_compat - - - - - 932 - - - - - - - hycore - - - - - 6571 - - - - - - - init - - - - - 1 - - - - - - - java - - - - - 6581 - - - - - - - kacpi_notify - - - - - 227 - - - - - - - kacpid - - - - - 226 - - - - - - - kauditd - - - - - 1154 - - - - - - - kblockd/0 - - - - - 213 - - - - - - - kblockd/1 - - - - - 6977 - - - - - - - kblockd/10 - - - - - 7309 - - - - - - - kblockd/11 - - - - - 7358 - - - - - - - kblockd/2 - - - - - 7020 - - - - - - - kblockd/3 - - - - - 7059 - - - - - - - kblockd/4 - - - - - 7098 - - - - - - - kblockd/5 - - - - - 7130 - - - - - - - kblockd/6 - - - - - 7167 - - - - - - - kblockd/7 - - - - - 7198 - - - - - - - kblockd/8 - - - - - 7235 - - - - - - - kblockd/9 - - - - - 7272 - - - - - - - khelper - - - - - 53 - - - - - - - khubd - - - - - 363 - - - - - - - kjournald - - - - - 1124 - - - - - - - klogd - - - - - 6389 - - - - - - - kmpath_handlerd - - - - - 5849 - - - - - - - kmpathd/0 - - - - - 5836 - - - - - - - kmpathd/1 - - - - - 6964 - - - - - - - kmpathd/10 - - - - - 7305 - - - - - - - kmpathd/11 - - - - - 7354 - - - - - - - kmpathd/2 - - - - - 7016 - - - - - - - kmpathd/3 - - - - - 7055 - - - - - - - kmpathd/4 - - - - - 7094 - - - - - - - kmpathd/5 - - - - - 7126 - - - - - - - kmpathd/6 - - - - - 7163 - - - - - - - kmpathd/7 - - - - - 7194 - - - - - - - kmpathd/8 - - - - - 7231 - - - - - - - kmpathd/9 - - - - - 7268 - - - - - - - kpsmoused - - - - - 929 - - - - - - - kseriod - - - - - 366 - - - - - - - ksoftirqd/0 - - - - - 4 - - - - - - - ksoftirqd/1 - - - - - 6960 - - - - - - - ksoftirqd/10 - - - - - 7304 - - - - - - - ksoftirqd/11 - - - - - 7353 - - - - - - - ksoftirqd/2 - - - - - 7015 - - - - - - - ksoftirqd/3 - - - - - 7053 - - - - - - - ksoftirqd/4 - - - - - 7093 - - - - - - - ksoftirqd/5 - - - - - 7125 - - - - - - - ksoftirqd/6 - - - - - 7162 - - - - - - - ksoftirqd/7 - - - - - 7193 - - - - - - - ksoftirqd/8 - - - - - 7228 - - - - - - - ksoftirqd/9 - - - - - 7267 - - - - - - - kstriped - - - - - 5811 - - - - - - - ksuspend_usbd - - - - - 357 - - - - - - - kswapd0 - - - - - 505 - - - - - - - kthreadd - - - - - 2 - - - - - - - migration/0 - - - - - 3 - - - - - - - migration/1 - - - - - 6959 - - - - - - - migration/10 - - - - - 7303 - - - - - - - migration/11 - - - - - 7352 - - - - - - - migration/2 - - - - - 7014 - - - - - - - migration/3 - - - - - 7052 - - - - - - - migration/4 - - - - - 7092 - - - - - - - migration/5 - - - - - 7124 - - - - - - - migration/6 - - - - - 7161 - - - - - - - migration/7 - - - - - 7192 - - - - - - - migration/8 - - - - - 7226 - - - - - - - migration/9 - - - - - 7266 - - - - - - - mingetty - - - - - 7674 - - - - - - - mlx4_err - - - - - 870 - - - - - - - nmbd - - - - - 7610 - - - - - - - pdflush - - - - - 8019 - - - - - - - portmap - - - - - 6412 - - - - - - - python - - - - - 12333 - - - - - - - rcu_sched_grace - - - - - 28 - - - - - - - rpc.statd - - - - - 6438 - - - - - - - scsi_eh_0 - - - - - 1107 - - - - - - - scsi_eh_1 - - - - - 1108 - - - - - - - scsi_eh_2 - - - - - 1109 - - - - - - - scsi_eh_3 - - - - - 1110 - - - - - - - sfc_refill/0 - - - - - 874 - - - - - - - sfc_refill/1 - - - - - 6972 - - - - - - - sfc_refill/10 - - - - - 7307 - - - - - - - sfc_refill/11 - - - - - 7356 - - - - - - - sfc_refill/2 - - - - - 7018 - - - - - - - sfc_refill/3 - - - - - 7057 - - - - - - - sfc_refill/4 - - - - - 7096 - - - - - - - sfc_refill/5 - - - - - 7128 - - - - - - - sfc_refill/6 - - - - - 7165 - - - - - - - sfc_refill/7 - - - - - 7196 - - - - - - - sfc_refill/8 - - - - - 7233 - - - - - - - sfc_refill/9 - - - - - 7270 - - - - - - - sfc_reset - - - - - 886 - - - - - - - sh - - - - - 12383 - - - - - - - smbd - - - - - 7719 - - - - - - - sshd - - - - - 6543 - - - - - - - syslogd - - - - - 6386 - - - - - - - udevd - - - - - 1188 - - - - - - - vsftpd - - - - - 7483 - - - - - - - work_on_cpu/0 - - - - - 41 - - - - - - - work_on_cpu/1 - - - - - 6981 - - - - - - - work_on_cpu/10 - - - - - 7310 - - - - - - - work_on_cpu/11 - - - - - 7359 - - - - - - - work_on_cpu/2 - - - - - 7021 - - - - - - - work_on_cpu/3 - - - - - 7060 - - - - - - - work_on_cpu/4 - - - - - 7099 - - - - - - - work_on_cpu/5 - - - - - 7131 - - - - - - - work_on_cpu/6 - - - - - 7168 - - - - - - - work_on_cpu/7 - - - - - 7199 - - - - - - - work_on_cpu/8 - - - - - 7236 - - - - - - - work_on_cpu/9 - - - - - 7273 - - - - - - - xfs - - - - - 7587 - - - - - - - xinetd - - - - - 6560 - - - - - - - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/defines.txt b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/defines.txt deleted file mode 100644 index b430e41be..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/defines.txt +++ /dev/null @@ -1,8 +0,0 @@ -MODEL=send_receive_1_sm_model -NUMST=1 -NCSTATES=0 -HAVESTDIO -RT -USE_RTMODEL -INTEGER_CODE=0 -MT=0 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/modelsources.txt b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/modelsources.txt deleted file mode 100644 index 63c8704f1..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/modelsources.txt +++ /dev/null @@ -1 +0,0 @@ - send_receive_1_sm_model.c rt_matrx.c rt_printf.c rt_logging.c diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/opsend_receive_sm_model_0.snap b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/opsend_receive_sm_model_0.snap deleted file mode 100644 index 84fd56630..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/opsend_receive_sm_model_0.snap and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.c deleted file mode 100644 index 5f529839c..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.c +++ /dev/null @@ -1,140 +0,0 @@ -/* - * rtGetInf.c - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -/* - * Abstract: - * Function to intialize non-finite, Inf - */ - -#include "rtGetInf.h" -#define NumBitsPerChar 8U - -/* - * Initialize rtInf needed by the generated code. - * Inf is initialized as non-signaling. Assumes IEEE. - */ -real_T rtGetInf(void) -{ - size_t bitsPerReal = sizeof(real_T) * (NumBitsPerChar); - real_T inf = 0.0; - if (bitsPerReal == 32U) { - inf = rtGetInfF(); - } else { - uint16_T one = 1U; - enum { - LittleEndian, - BigEndian - } machByteOrder = (*((uint8_T *) &one) == 1U) ? LittleEndian : BigEndian; - switch (machByteOrder) { - case LittleEndian: - { - union { - LittleEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0x7FF00000U; - tmpVal.bitVal.words.wordL = 0x00000000U; - inf = tmpVal.fltVal; - break; - } - - case BigEndian: - { - union { - BigEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0x7FF00000U; - tmpVal.bitVal.words.wordL = 0x00000000U; - inf = tmpVal.fltVal; - break; - } - } - } - - return inf; -} - -/* - * Initialize rtInfF needed by the generated code. - * Inf is initialized as non-signaling. Assumes IEEE. - */ -real32_T rtGetInfF(void) -{ - IEEESingle infF; - infF.wordL.wordLuint = 0x7F800000U; - return infF.wordL.wordLreal; -} - -/* - * Initialize rtMinusInf needed by the generated code. - * Inf is initialized as non-signaling. Assumes IEEE. - */ -real_T rtGetMinusInf(void) -{ - size_t bitsPerReal = sizeof(real_T) * (NumBitsPerChar); - real_T minf = 0.0; - if (bitsPerReal == 32U) { - minf = rtGetMinusInfF(); - } else { - uint16_T one = 1U; - enum { - LittleEndian, - BigEndian - } machByteOrder = (*((uint8_T *) &one) == 1U) ? LittleEndian : BigEndian; - switch (machByteOrder) { - case LittleEndian: - { - union { - LittleEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0xFFF00000U; - tmpVal.bitVal.words.wordL = 0x00000000U; - minf = tmpVal.fltVal; - break; - } - - case BigEndian: - { - union { - BigEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0xFFF00000U; - tmpVal.bitVal.words.wordL = 0x00000000U; - minf = tmpVal.fltVal; - break; - } - } - } - - return minf; -} - -/* - * Initialize rtMinusInfF needed by the generated code. - * Inf is initialized as non-signaling. Assumes IEEE. - */ -real32_T rtGetMinusInfF(void) -{ - IEEESingle minfF; - minfF.wordL.wordLuint = 0xFF800000U; - return minfF.wordL.wordLreal; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.h deleted file mode 100644 index 748f5baa3..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetInf.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * rtGetInf.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ - -#ifndef RTW_HEADER_rtGetInf_h_ -#define RTW_HEADER_rtGetInf_h_ -#include -#include "rtwtypes.h" -#include "rt_nonfinite.h" - -extern real_T rtGetInf(void); -extern real32_T rtGetInfF(void); -extern real_T rtGetMinusInf(void); -extern real32_T rtGetMinusInfF(void); - -#endif /* RTW_HEADER_rtGetInf_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.c deleted file mode 100644 index 2d04ed0f1..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.c +++ /dev/null @@ -1,100 +0,0 @@ -/* - * rtGetNaN.c - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -/* - * Abstract: - * Function to intialize non-finite, NaN - */ - -#include "rtGetNaN.h" -#define NumBitsPerChar 8U - -/* - * Initialize rtNaN needed by the generated code. - * NaN is initialized as non-signaling. Assumes IEEE. - */ -real_T rtGetNaN(void) -{ - size_t bitsPerReal = sizeof(real_T) * (NumBitsPerChar); - real_T nan = 0.0; - if (bitsPerReal == 32U) { - nan = rtGetNaNF(); - } else { - uint16_T one = 1U; - enum { - LittleEndian, - BigEndian - } machByteOrder = (*((uint8_T *) &one) == 1U) ? LittleEndian : BigEndian; - switch (machByteOrder) { - case LittleEndian: - { - union { - LittleEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0xFFF80000U; - tmpVal.bitVal.words.wordL = 0x00000000U; - nan = tmpVal.fltVal; - break; - } - - case BigEndian: - { - union { - BigEndianIEEEDouble bitVal; - real_T fltVal; - } tmpVal; - - tmpVal.bitVal.words.wordH = 0x7FFFFFFFU; - tmpVal.bitVal.words.wordL = 0xFFFFFFFFU; - nan = tmpVal.fltVal; - break; - } - } - } - - return nan; -} - -/* - * Initialize rtNaNF needed by the generated code. - * NaN is initialized as non-signaling. Assumes IEEE. - */ -real32_T rtGetNaNF(void) -{ - IEEESingle nanF = { { 0 } }; - - uint16_T one = 1U; - enum { - LittleEndian, - BigEndian - } machByteOrder = (*((uint8_T *) &one) == 1U) ? LittleEndian : BigEndian; - switch (machByteOrder) { - case LittleEndian: - { - nanF.wordL.wordLuint = 0xFFC00000U; - break; - } - - case BigEndian: - { - nanF.wordL.wordLuint = 0x7FFFFFFFU; - break; - } - } - - return nanF.wordL.wordLreal; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.h deleted file mode 100644 index ba752d5ea..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtGetNaN.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * rtGetNaN.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ - -#ifndef RTW_HEADER_rtGetNaN_h_ -#define RTW_HEADER_rtGetNaN_h_ -#include -#include "rtwtypes.h" -#include "rt_nonfinite.h" - -extern real_T rtGetNaN(void); -extern real32_T rtGetNaNF(void); - -#endif /* RTW_HEADER_rtGetNaN_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_defines.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_defines.h deleted file mode 100644 index 673f6279e..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_defines.h +++ /dev/null @@ -1,49 +0,0 @@ -/* - * rt_defines.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ - -#ifndef RTW_HEADER_rt_defines_h_ -#define RTW_HEADER_rt_defines_h_ - -/*===========* - * Constants * - *===========*/ -#define RT_PI 3.14159265358979323846 -#define RT_PIF 3.1415927F -#define RT_LN_10 2.30258509299404568402 -#define RT_LN_10F 2.3025851F -#define RT_LOG10E 0.43429448190325182765 -#define RT_LOG10EF 0.43429449F -#define RT_E 2.7182818284590452354 -#define RT_EF 2.7182817F - -/* - * UNUSED_PARAMETER(x) - * Used to specify that a function parameter (argument) is required but not - * accessed by the function body. - */ -#ifndef UNUSED_PARAMETER -# if defined(__LCC__) -# define UNUSED_PARAMETER(x) /* do nothing */ -# else - -/* - * This is the semi-ANSI standard way of indicating that an - * unused function parameter is required. - */ -# define UNUSED_PARAMETER(x) (void) (x) -# endif -#endif -#endif /* RTW_HEADER_rt_defines_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.c deleted file mode 100644 index af2d86063..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.c +++ /dev/null @@ -1,70 +0,0 @@ -/* - * rt_nonfinite.c - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -/* - * Abstract: - * Function to intialize non-finites, - * (Inf, NaN and -Inf). - */ - -#include "rt_nonfinite.h" -#include "rtGetNaN.h" -#include "rtGetInf.h" - -real_T rtInf; -real_T rtMinusInf; -real_T rtNaN; -real32_T rtInfF; -real32_T rtMinusInfF; -real32_T rtNaNF; - -/* - * Initialize the rtInf, rtMinusInf, and rtNaN needed by the - * generated code. NaN is initialized as non-signaling. Assumes IEEE. - */ -void rt_InitInfAndNaN(size_t realSize) -{ - (void) (realSize); - rtNaN = rtGetNaN(); - rtNaNF = rtGetNaNF(); - rtInf = rtGetInf(); - rtInfF = rtGetInfF(); - rtMinusInf = rtGetMinusInf(); - rtMinusInfF = rtGetMinusInfF(); -} - -/* Test if value is infinite */ -boolean_T rtIsInf(real_T value) -{ - return (boolean_T)((value==rtInf || value==rtMinusInf) ? 1U : 0U); -} - -/* Test if single-precision value is infinite */ -boolean_T rtIsInfF(real32_T value) -{ - return (boolean_T)(((value)==rtInfF || (value)==rtMinusInfF) ? 1U : 0U); -} - -/* Test if value is not a number */ -boolean_T rtIsNaN(real_T value) -{ - return (boolean_T)((value!=value) ? 1U : 0U); -} - -/* Test if single-precision value is not a number */ -boolean_T rtIsNaNF(real32_T value) -{ - return (boolean_T)(((value!=value) ? 1U : 0U)); -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.h deleted file mode 100644 index afe7e14ac..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rt_nonfinite.h +++ /dev/null @@ -1,54 +0,0 @@ -/* - * rt_nonfinite.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ - -#ifndef RTW_HEADER_rt_nonfinite_h_ -#define RTW_HEADER_rt_nonfinite_h_ -#include -#include "rtwtypes.h" - -extern real_T rtInf; -extern real_T rtMinusInf; -extern real_T rtNaN; -extern real32_T rtInfF; -extern real32_T rtMinusInfF; -extern real32_T rtNaNF; -extern void rt_InitInfAndNaN(size_t realSize); -extern boolean_T rtIsInf(real_T value); -extern boolean_T rtIsInfF(real32_T value); -extern boolean_T rtIsNaN(real_T value); -extern boolean_T rtIsNaNF(real32_T value); -typedef struct { - struct { - uint32_T wordH; - uint32_T wordL; - } words; -} BigEndianIEEEDouble; - -typedef struct { - struct { - uint32_T wordL; - uint32_T wordH; - } words; -} LittleEndianIEEEDouble; - -typedef struct { - union { - real32_T wordLreal; - uint32_T wordLuint; - } wordL; -} IEEESingle; - -#endif /* RTW_HEADER_rt_nonfinite_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtmodel.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtmodel.h deleted file mode 100644 index 03c6c37ea..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtmodel.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * rtmodel.h: - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#ifndef RTW_HEADER_rtmodel_h_ -#define RTW_HEADER_rtmodel_h_ - -/* - * Includes the appropriate headers when we are using rtModel - */ -#include "send_receive_1_sm_model.h" -#endif /* RTW_HEADER_rtmodel_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtw_proj.tmw b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtw_proj.tmw deleted file mode 100644 index 69789b134..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtw_proj.tmw +++ /dev/null @@ -1,4 +0,0 @@ -Simulink Coder project for send_receive_1_sm_model using C:\OPAL-RT\RT-LAB\v11.0.5.499\Simulink\rtw\c\common\rtlab_rtmodel.tmf. MATLAB root = C:\Program Files (x86)\MATLAB\R2011b. SimStruct date: 11-Jul-2011 20:59:52 -This file is generated by Simulink Coder for use by the make utility -to determine when to rebuild objects when the name of the current Simulink Coder project changes. -The rtwinfomat located at: ..\slprj\rtlab_rtmodel\send_receive_1_sm_model\tmwinternal\binfo.mat diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypes.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypes.h deleted file mode 100644 index ced7d74f7..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypes.h +++ /dev/null @@ -1,1191 +0,0 @@ -/* - * rtwtypes.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ - -#ifndef __RTWTYPES_H__ -#define __RTWTYPES_H__ -#include "tmwtypes.h" - -/* This ID is used to detect inclusion of an incompatible rtwtypes.h */ -#define RTWTYPES_ID_C08S16I32L32N32F1 -#include "simstruc_types.h" -#ifndef POINTER_T -# define POINTER_T - -typedef void * pointer_T; - -#endif - -#ifndef TRUE -# define TRUE (1U) -#endif - -#ifndef FALSE -# define FALSE (0U) -#endif - -#ifndef MAT_FILE -# define MAT_FILE 1 -#endif - -/* - * Definitions supporting external data access - */ -typedef int32_T chunk_T; -typedef uint32_T uchunk_T; - -/* - * MultiWord supporting definitions - */ -typedef long int long_T; - -/* - * MultiWord types - */ -typedef struct { - uint32_T chunks[2]; -} int64m_T; - -typedef struct { - int64m_T re; - int64m_T im; -} cint64m_T; - -typedef struct { - uint32_T chunks[2]; -} uint64m_T; - -typedef struct { - uint64m_T re; - uint64m_T im; -} cuint64m_T; - -typedef struct { - uint32_T chunks[3]; -} int96m_T; - -typedef struct { - int96m_T re; - int96m_T im; -} cint96m_T; - -typedef struct { - uint32_T chunks[3]; -} uint96m_T; - -typedef struct { - uint96m_T re; - uint96m_T im; -} cuint96m_T; - -typedef struct { - uint32_T chunks[4]; -} int128m_T; - -typedef struct { - int128m_T re; - int128m_T im; -} cint128m_T; - -typedef struct { - uint32_T chunks[4]; -} uint128m_T; - -typedef struct { - uint128m_T re; - uint128m_T im; -} cuint128m_T; - -typedef struct { - uint32_T chunks[5]; -} int160m_T; - -typedef struct { - int160m_T re; - int160m_T im; -} cint160m_T; - -typedef struct { - uint32_T chunks[5]; -} uint160m_T; - -typedef struct { - uint160m_T re; - uint160m_T im; -} cuint160m_T; - -typedef struct { - uint32_T chunks[6]; -} int192m_T; - -typedef struct { - int192m_T re; - int192m_T im; -} cint192m_T; - -typedef struct { - uint32_T chunks[6]; -} uint192m_T; - -typedef struct { - uint192m_T re; - uint192m_T im; -} cuint192m_T; - -typedef struct { - uint32_T chunks[7]; -} int224m_T; - -typedef struct { - int224m_T re; - int224m_T im; -} cint224m_T; - -typedef struct { - uint32_T chunks[7]; -} uint224m_T; - -typedef struct { - uint224m_T re; - uint224m_T im; -} cuint224m_T; - -typedef struct { - uint32_T chunks[8]; -} int256m_T; - -typedef struct { - int256m_T re; - int256m_T im; -} cint256m_T; - -typedef struct { - uint32_T chunks[8]; -} uint256m_T; - -typedef struct { - uint256m_T re; - uint256m_T im; -} cuint256m_T; - -typedef struct { - uint32_T chunks[9]; -} int288m_T; - -typedef struct { - int288m_T re; - int288m_T im; -} cint288m_T; - -typedef struct { - uint32_T chunks[9]; -} uint288m_T; - -typedef struct { - uint288m_T re; - uint288m_T im; -} cuint288m_T; - -typedef struct { - uint32_T chunks[10]; -} int320m_T; - -typedef struct { - int320m_T re; - int320m_T im; -} cint320m_T; - -typedef struct { - uint32_T chunks[10]; -} uint320m_T; - -typedef struct { - uint320m_T re; - uint320m_T im; -} cuint320m_T; - -typedef struct { - uint32_T chunks[11]; -} int352m_T; - -typedef struct { - int352m_T re; - int352m_T im; -} cint352m_T; - -typedef struct { - uint32_T chunks[11]; -} uint352m_T; - -typedef struct { - uint352m_T re; - uint352m_T im; -} cuint352m_T; - -typedef struct { - uint32_T chunks[12]; -} int384m_T; - -typedef struct { - int384m_T re; - int384m_T im; -} cint384m_T; - -typedef struct { - uint32_T chunks[12]; -} uint384m_T; - -typedef struct { - uint384m_T re; - uint384m_T im; -} cuint384m_T; - -typedef struct { - uint32_T chunks[13]; -} int416m_T; - -typedef struct { - int416m_T re; - int416m_T im; -} cint416m_T; - -typedef struct { - uint32_T chunks[13]; -} uint416m_T; - -typedef struct { - uint416m_T re; - uint416m_T im; -} cuint416m_T; - -typedef struct { - uint32_T chunks[14]; -} int448m_T; - -typedef struct { - int448m_T re; - int448m_T im; -} cint448m_T; - -typedef struct { - uint32_T chunks[14]; -} uint448m_T; - -typedef struct { - uint448m_T re; - uint448m_T im; -} cuint448m_T; - -typedef struct { - uint32_T chunks[15]; -} int480m_T; - -typedef struct { - int480m_T re; - int480m_T im; -} cint480m_T; - -typedef struct { - uint32_T chunks[15]; -} uint480m_T; - -typedef struct { - uint480m_T re; - uint480m_T im; -} cuint480m_T; - -typedef struct { - uint32_T chunks[16]; -} int512m_T; - -typedef struct { - int512m_T re; - int512m_T im; -} cint512m_T; - -typedef struct { - uint32_T chunks[16]; -} uint512m_T; - -typedef struct { - uint512m_T re; - uint512m_T im; -} cuint512m_T; - -typedef struct { - uint32_T chunks[17]; -} int544m_T; - -typedef struct { - int544m_T re; - int544m_T im; -} cint544m_T; - -typedef struct { - uint32_T chunks[17]; -} uint544m_T; - -typedef struct { - uint544m_T re; - uint544m_T im; -} cuint544m_T; - -typedef struct { - uint32_T chunks[18]; -} int576m_T; - -typedef struct { - int576m_T re; - int576m_T im; -} cint576m_T; - -typedef struct { - uint32_T chunks[18]; -} uint576m_T; - -typedef struct { - uint576m_T re; - uint576m_T im; -} cuint576m_T; - -typedef struct { - uint32_T chunks[19]; -} int608m_T; - -typedef struct { - int608m_T re; - int608m_T im; -} cint608m_T; - -typedef struct { - uint32_T chunks[19]; -} uint608m_T; - -typedef struct { - uint608m_T re; - uint608m_T im; -} cuint608m_T; - -typedef struct { - uint32_T chunks[20]; -} int640m_T; - -typedef struct { - int640m_T re; - int640m_T im; -} cint640m_T; - -typedef struct { - uint32_T chunks[20]; -} uint640m_T; - -typedef struct { - uint640m_T re; - uint640m_T im; -} cuint640m_T; - -typedef struct { - uint32_T chunks[21]; -} int672m_T; - -typedef struct { - int672m_T re; - int672m_T im; -} cint672m_T; - -typedef struct { - uint32_T chunks[21]; -} uint672m_T; - -typedef struct { - uint672m_T re; - uint672m_T im; -} cuint672m_T; - -typedef struct { - uint32_T chunks[22]; -} int704m_T; - -typedef struct { - int704m_T re; - int704m_T im; -} cint704m_T; - -typedef struct { - uint32_T chunks[22]; -} uint704m_T; - -typedef struct { - uint704m_T re; - uint704m_T im; -} cuint704m_T; - -typedef struct { - uint32_T chunks[23]; -} int736m_T; - -typedef struct { - int736m_T re; - int736m_T im; -} cint736m_T; - -typedef struct { - uint32_T chunks[23]; -} uint736m_T; - -typedef struct { - uint736m_T re; - uint736m_T im; -} cuint736m_T; - -typedef struct { - uint32_T chunks[24]; -} int768m_T; - -typedef struct { - int768m_T re; - int768m_T im; -} cint768m_T; - -typedef struct { - uint32_T chunks[24]; -} uint768m_T; - -typedef struct { - uint768m_T re; - uint768m_T im; -} cuint768m_T; - -typedef struct { - uint32_T chunks[25]; -} int800m_T; - -typedef struct { - int800m_T re; - int800m_T im; -} cint800m_T; - -typedef struct { - uint32_T chunks[25]; -} uint800m_T; - -typedef struct { - uint800m_T re; - uint800m_T im; -} cuint800m_T; - -typedef struct { - uint32_T chunks[26]; -} int832m_T; - -typedef struct { - int832m_T re; - int832m_T im; -} cint832m_T; - -typedef struct { - uint32_T chunks[26]; -} uint832m_T; - -typedef struct { - uint832m_T re; - uint832m_T im; -} cuint832m_T; - -typedef struct { - uint32_T chunks[27]; -} int864m_T; - -typedef struct { - int864m_T re; - int864m_T im; -} cint864m_T; - -typedef struct { - uint32_T chunks[27]; -} uint864m_T; - -typedef struct { - uint864m_T re; - uint864m_T im; -} cuint864m_T; - -typedef struct { - uint32_T chunks[28]; -} int896m_T; - -typedef struct { - int896m_T re; - int896m_T im; -} cint896m_T; - -typedef struct { - uint32_T chunks[28]; -} uint896m_T; - -typedef struct { - uint896m_T re; - uint896m_T im; -} cuint896m_T; - -typedef struct { - uint32_T chunks[29]; -} int928m_T; - -typedef struct { - int928m_T re; - int928m_T im; -} cint928m_T; - -typedef struct { - uint32_T chunks[29]; -} uint928m_T; - -typedef struct { - uint928m_T re; - uint928m_T im; -} cuint928m_T; - -typedef struct { - uint32_T chunks[30]; -} int960m_T; - -typedef struct { - int960m_T re; - int960m_T im; -} cint960m_T; - -typedef struct { - uint32_T chunks[30]; -} uint960m_T; - -typedef struct { - uint960m_T re; - uint960m_T im; -} cuint960m_T; - -typedef struct { - uint32_T chunks[31]; -} int992m_T; - -typedef struct { - int992m_T re; - int992m_T im; -} cint992m_T; - -typedef struct { - uint32_T chunks[31]; -} uint992m_T; - -typedef struct { - uint992m_T re; - uint992m_T im; -} cuint992m_T; - -typedef struct { - uint32_T chunks[32]; -} int1024m_T; - -typedef struct { - int1024m_T re; - int1024m_T im; -} cint1024m_T; - -typedef struct { - uint32_T chunks[32]; -} uint1024m_T; - -typedef struct { - uint1024m_T re; - uint1024m_T im; -} cuint1024m_T; - -typedef struct { - uint32_T chunks[33]; -} int1056m_T; - -typedef struct { - int1056m_T re; - int1056m_T im; -} cint1056m_T; - -typedef struct { - uint32_T chunks[33]; -} uint1056m_T; - -typedef struct { - uint1056m_T re; - uint1056m_T im; -} cuint1056m_T; - -typedef struct { - uint32_T chunks[34]; -} int1088m_T; - -typedef struct { - int1088m_T re; - int1088m_T im; -} cint1088m_T; - -typedef struct { - uint32_T chunks[34]; -} uint1088m_T; - -typedef struct { - uint1088m_T re; - uint1088m_T im; -} cuint1088m_T; - -typedef struct { - uint32_T chunks[35]; -} int1120m_T; - -typedef struct { - int1120m_T re; - int1120m_T im; -} cint1120m_T; - -typedef struct { - uint32_T chunks[35]; -} uint1120m_T; - -typedef struct { - uint1120m_T re; - uint1120m_T im; -} cuint1120m_T; - -typedef struct { - uint32_T chunks[36]; -} int1152m_T; - -typedef struct { - int1152m_T re; - int1152m_T im; -} cint1152m_T; - -typedef struct { - uint32_T chunks[36]; -} uint1152m_T; - -typedef struct { - uint1152m_T re; - uint1152m_T im; -} cuint1152m_T; - -typedef struct { - uint32_T chunks[37]; -} int1184m_T; - -typedef struct { - int1184m_T re; - int1184m_T im; -} cint1184m_T; - -typedef struct { - uint32_T chunks[37]; -} uint1184m_T; - -typedef struct { - uint1184m_T re; - uint1184m_T im; -} cuint1184m_T; - -typedef struct { - uint32_T chunks[38]; -} int1216m_T; - -typedef struct { - int1216m_T re; - int1216m_T im; -} cint1216m_T; - -typedef struct { - uint32_T chunks[38]; -} uint1216m_T; - -typedef struct { - uint1216m_T re; - uint1216m_T im; -} cuint1216m_T; - -typedef struct { - uint32_T chunks[39]; -} int1248m_T; - -typedef struct { - int1248m_T re; - int1248m_T im; -} cint1248m_T; - -typedef struct { - uint32_T chunks[39]; -} uint1248m_T; - -typedef struct { - uint1248m_T re; - uint1248m_T im; -} cuint1248m_T; - -typedef struct { - uint32_T chunks[40]; -} int1280m_T; - -typedef struct { - int1280m_T re; - int1280m_T im; -} cint1280m_T; - -typedef struct { - uint32_T chunks[40]; -} uint1280m_T; - -typedef struct { - uint1280m_T re; - uint1280m_T im; -} cuint1280m_T; - -typedef struct { - uint32_T chunks[41]; -} int1312m_T; - -typedef struct { - int1312m_T re; - int1312m_T im; -} cint1312m_T; - -typedef struct { - uint32_T chunks[41]; -} uint1312m_T; - -typedef struct { - uint1312m_T re; - uint1312m_T im; -} cuint1312m_T; - -typedef struct { - uint32_T chunks[42]; -} int1344m_T; - -typedef struct { - int1344m_T re; - int1344m_T im; -} cint1344m_T; - -typedef struct { - uint32_T chunks[42]; -} uint1344m_T; - -typedef struct { - uint1344m_T re; - uint1344m_T im; -} cuint1344m_T; - -typedef struct { - uint32_T chunks[43]; -} int1376m_T; - -typedef struct { - int1376m_T re; - int1376m_T im; -} cint1376m_T; - -typedef struct { - uint32_T chunks[43]; -} uint1376m_T; - -typedef struct { - uint1376m_T re; - uint1376m_T im; -} cuint1376m_T; - -typedef struct { - uint32_T chunks[44]; -} int1408m_T; - -typedef struct { - int1408m_T re; - int1408m_T im; -} cint1408m_T; - -typedef struct { - uint32_T chunks[44]; -} uint1408m_T; - -typedef struct { - uint1408m_T re; - uint1408m_T im; -} cuint1408m_T; - -typedef struct { - uint32_T chunks[45]; -} int1440m_T; - -typedef struct { - int1440m_T re; - int1440m_T im; -} cint1440m_T; - -typedef struct { - uint32_T chunks[45]; -} uint1440m_T; - -typedef struct { - uint1440m_T re; - uint1440m_T im; -} cuint1440m_T; - -typedef struct { - uint32_T chunks[46]; -} int1472m_T; - -typedef struct { - int1472m_T re; - int1472m_T im; -} cint1472m_T; - -typedef struct { - uint32_T chunks[46]; -} uint1472m_T; - -typedef struct { - uint1472m_T re; - uint1472m_T im; -} cuint1472m_T; - -typedef struct { - uint32_T chunks[47]; -} int1504m_T; - -typedef struct { - int1504m_T re; - int1504m_T im; -} cint1504m_T; - -typedef struct { - uint32_T chunks[47]; -} uint1504m_T; - -typedef struct { - uint1504m_T re; - uint1504m_T im; -} cuint1504m_T; - -typedef struct { - uint32_T chunks[48]; -} int1536m_T; - -typedef struct { - int1536m_T re; - int1536m_T im; -} cint1536m_T; - -typedef struct { - uint32_T chunks[48]; -} uint1536m_T; - -typedef struct { - uint1536m_T re; - uint1536m_T im; -} cuint1536m_T; - -typedef struct { - uint32_T chunks[49]; -} int1568m_T; - -typedef struct { - int1568m_T re; - int1568m_T im; -} cint1568m_T; - -typedef struct { - uint32_T chunks[49]; -} uint1568m_T; - -typedef struct { - uint1568m_T re; - uint1568m_T im; -} cuint1568m_T; - -typedef struct { - uint32_T chunks[50]; -} int1600m_T; - -typedef struct { - int1600m_T re; - int1600m_T im; -} cint1600m_T; - -typedef struct { - uint32_T chunks[50]; -} uint1600m_T; - -typedef struct { - uint1600m_T re; - uint1600m_T im; -} cuint1600m_T; - -typedef struct { - uint32_T chunks[51]; -} int1632m_T; - -typedef struct { - int1632m_T re; - int1632m_T im; -} cint1632m_T; - -typedef struct { - uint32_T chunks[51]; -} uint1632m_T; - -typedef struct { - uint1632m_T re; - uint1632m_T im; -} cuint1632m_T; - -typedef struct { - uint32_T chunks[52]; -} int1664m_T; - -typedef struct { - int1664m_T re; - int1664m_T im; -} cint1664m_T; - -typedef struct { - uint32_T chunks[52]; -} uint1664m_T; - -typedef struct { - uint1664m_T re; - uint1664m_T im; -} cuint1664m_T; - -typedef struct { - uint32_T chunks[53]; -} int1696m_T; - -typedef struct { - int1696m_T re; - int1696m_T im; -} cint1696m_T; - -typedef struct { - uint32_T chunks[53]; -} uint1696m_T; - -typedef struct { - uint1696m_T re; - uint1696m_T im; -} cuint1696m_T; - -typedef struct { - uint32_T chunks[54]; -} int1728m_T; - -typedef struct { - int1728m_T re; - int1728m_T im; -} cint1728m_T; - -typedef struct { - uint32_T chunks[54]; -} uint1728m_T; - -typedef struct { - uint1728m_T re; - uint1728m_T im; -} cuint1728m_T; - -typedef struct { - uint32_T chunks[55]; -} int1760m_T; - -typedef struct { - int1760m_T re; - int1760m_T im; -} cint1760m_T; - -typedef struct { - uint32_T chunks[55]; -} uint1760m_T; - -typedef struct { - uint1760m_T re; - uint1760m_T im; -} cuint1760m_T; - -typedef struct { - uint32_T chunks[56]; -} int1792m_T; - -typedef struct { - int1792m_T re; - int1792m_T im; -} cint1792m_T; - -typedef struct { - uint32_T chunks[56]; -} uint1792m_T; - -typedef struct { - uint1792m_T re; - uint1792m_T im; -} cuint1792m_T; - -typedef struct { - uint32_T chunks[57]; -} int1824m_T; - -typedef struct { - int1824m_T re; - int1824m_T im; -} cint1824m_T; - -typedef struct { - uint32_T chunks[57]; -} uint1824m_T; - -typedef struct { - uint1824m_T re; - uint1824m_T im; -} cuint1824m_T; - -typedef struct { - uint32_T chunks[58]; -} int1856m_T; - -typedef struct { - int1856m_T re; - int1856m_T im; -} cint1856m_T; - -typedef struct { - uint32_T chunks[58]; -} uint1856m_T; - -typedef struct { - uint1856m_T re; - uint1856m_T im; -} cuint1856m_T; - -typedef struct { - uint32_T chunks[59]; -} int1888m_T; - -typedef struct { - int1888m_T re; - int1888m_T im; -} cint1888m_T; - -typedef struct { - uint32_T chunks[59]; -} uint1888m_T; - -typedef struct { - uint1888m_T re; - uint1888m_T im; -} cuint1888m_T; - -typedef struct { - uint32_T chunks[60]; -} int1920m_T; - -typedef struct { - int1920m_T re; - int1920m_T im; -} cint1920m_T; - -typedef struct { - uint32_T chunks[60]; -} uint1920m_T; - -typedef struct { - uint1920m_T re; - uint1920m_T im; -} cuint1920m_T; - -typedef struct { - uint32_T chunks[61]; -} int1952m_T; - -typedef struct { - int1952m_T re; - int1952m_T im; -} cint1952m_T; - -typedef struct { - uint32_T chunks[61]; -} uint1952m_T; - -typedef struct { - uint1952m_T re; - uint1952m_T im; -} cuint1952m_T; - -typedef struct { - uint32_T chunks[62]; -} int1984m_T; - -typedef struct { - int1984m_T re; - int1984m_T im; -} cint1984m_T; - -typedef struct { - uint32_T chunks[62]; -} uint1984m_T; - -typedef struct { - uint1984m_T re; - uint1984m_T im; -} cuint1984m_T; - -typedef struct { - uint32_T chunks[63]; -} int2016m_T; - -typedef struct { - int2016m_T re; - int2016m_T im; -} cint2016m_T; - -typedef struct { - uint32_T chunks[63]; -} uint2016m_T; - -typedef struct { - uint2016m_T re; - uint2016m_T im; -} cuint2016m_T; - -typedef struct { - uint32_T chunks[64]; -} int2048m_T; - -typedef struct { - int2048m_T re; - int2048m_T im; -} cint2048m_T; - -typedef struct { - uint32_T chunks[64]; -} uint2048m_T; - -typedef struct { - uint2048m_T re; - uint2048m_T im; -} cuint2048m_T; - -#endif /* __RTWTYPES_H__ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypeschksum.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypeschksum.mat deleted file mode 100644 index 8f29d8100..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/rtwtypeschksum.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model deleted file mode 100644 index c5057d76f..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.bat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.bat deleted file mode 100644 index 90bd81454..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.bat +++ /dev/null @@ -1,2 +0,0 @@ -set MATLAB=C:\Program Files (x86)\MATLAB\R2011b -make -f send_receive_1_sm_model.mk GENERATE_REPORT=0 EXT_MODE=0 EXTMODE_STATIC_ALLOC=0 TMW_EXTMODE_TESTING=0 EXTMODE_STATIC_ALLOC_SIZE=1000000 EXTMODE_TRANSPORT=0 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.c deleted file mode 100644 index f3c7830e1..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.c +++ /dev/null @@ -1,1119 +0,0 @@ -/* - * send_receive_1_sm_model.c - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#include "send_receive_1_sm_model.h" -#include "send_receive_1_sm_model_private.h" - -/* Block signals (auto storage) */ -BlockIO_send_receive_1_sm_model send_receive_1_sm_model_B; - -/* Block states (auto storage) */ -D_Work_send_receive_1_sm_model send_receive_1_sm_model_DWork; - -/* Real-time model */ -RT_MODEL_send_receive_1_sm_model send_receive_1_sm_model_M_; -RT_MODEL_send_receive_1_sm_model *const send_receive_1_sm_model_M = - &send_receive_1_sm_model_M_; - -/* Model output function */ -static void send_receive_1_sm_model_output(int_T tid) -{ - /* Memory: '/S-Function' */ - send_receive_1_sm_model_B.SFunction = - send_receive_1_sm_model_DWork.SFunction_PreviousInput; - - /* Sum: '/Sum' incorporates: - * Constant: '/S-Function1' - */ - send_receive_1_sm_model_B.Sum = send_receive_1_sm_model_P.SFunction1_Value + - send_receive_1_sm_model_B.SFunction; - - /* Stop: '/Stop Simulation' */ - if (send_receive_1_sm_model_B.Sum != 0.0) { - rtmSetStopRequested(send_receive_1_sm_model_M, 1); - } - - /* End of Stop: '/Stop Simulation' */ - - /* DiscretePulseGenerator: '/data ready 2 kHz' */ - send_receive_1_sm_model_B.dataready2kHz = ((real_T) - send_receive_1_sm_model_DWork.clockTickCounter < - send_receive_1_sm_model_P.dataready2kHz_Duty) && - (send_receive_1_sm_model_DWork.clockTickCounter >= 0) ? - send_receive_1_sm_model_P.dataready2kHz_Amp : 0.0; - if ((real_T)send_receive_1_sm_model_DWork.clockTickCounter >= - send_receive_1_sm_model_P.dataready2kHz_Period - 1.0) { - send_receive_1_sm_model_DWork.clockTickCounter = 0; - } else { - send_receive_1_sm_model_DWork.clockTickCounter = - send_receive_1_sm_model_DWork.clockTickCounter + 1; - } - - /* End of DiscretePulseGenerator: '/data ready 2 kHz' */ - - /* DiscretePulseGenerator: '/Pulse Generator1' */ - send_receive_1_sm_model_B.PulseGenerator1 = ((real_T) - send_receive_1_sm_model_DWork.clockTickCounter_h < - send_receive_1_sm_model_P.PulseGenerator1_Duty) && - (send_receive_1_sm_model_DWork.clockTickCounter_h >= 0) ? - send_receive_1_sm_model_P.PulseGenerator1_Amp : 0.0; - if ((real_T)send_receive_1_sm_model_DWork.clockTickCounter_h >= - send_receive_1_sm_model_P.PulseGenerator1_Period - 1.0) { - send_receive_1_sm_model_DWork.clockTickCounter_h = 0; - } else { - send_receive_1_sm_model_DWork.clockTickCounter_h = - send_receive_1_sm_model_DWork.clockTickCounter_h + 1; - } - - /* End of DiscretePulseGenerator: '/Pulse Generator1' */ - - /* Level2 S-Function Block: '/S-Function2' (sfun_send_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[0]; - sfcnOutputs(rts, 0); - } - - /* Level2 S-Function Block: '/S-Function1' (sfun_recv_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[1]; - sfcnOutputs(rts, 0); - } - - /* Level2 S-Function Block: '/S-Function' (OP_SEND) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[2]; - sfcnOutputs(rts, 0); - } - - /* Level2 S-Function Block: '/OpIPSocketCtrl1' (sfun_gen_async_ctrl) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[3]; - sfcnOutputs(rts, 0); - } - - /* tid is required for a uniform function interface. - * Argument tid is not used in the function. */ - UNUSED_PARAMETER(tid); -} - -/* Model update function */ -static void send_receive_1_sm_model_update(int_T tid) -{ - /* Update for Memory: '/S-Function' */ - send_receive_1_sm_model_DWork.SFunction_PreviousInput = - send_receive_1_sm_model_B.Sum; - - /* Update absolute time for base rate */ - /* The "clockTick0" counts the number of times the code of this task has - * been executed. The absolute time is the multiplication of "clockTick0" - * and "Timing.stepSize0". Size of "clockTick0" ensures timer will not - * overflow during the application lifespan selected. - * Timer of this task consists of two 32 bit unsigned integers. - * The two integers represent the low bits Timing.clockTick0 and the high bits - * Timing.clockTickH0. When the low bit overflows to 0, the high bits increment. - */ - if (!(++send_receive_1_sm_model_M->Timing.clockTick0)) { - ++send_receive_1_sm_model_M->Timing.clockTickH0; - } - - send_receive_1_sm_model_M->Timing.t[0] = - send_receive_1_sm_model_M->Timing.clockTick0 * - send_receive_1_sm_model_M->Timing.stepSize0 + - send_receive_1_sm_model_M->Timing.clockTickH0 * - send_receive_1_sm_model_M->Timing.stepSize0 * 4294967296.0; - - /* tid is required for a uniform function interface. - * Argument tid is not used in the function. */ - UNUSED_PARAMETER(tid); -} - -/* Model initialize function */ -void send_receive_1_sm_model_initialize(boolean_T firstTime) -{ - (void)firstTime; - - /* Registration code */ - - /* initialize non-finites */ - rt_InitInfAndNaN(sizeof(real_T)); - - /* initialize real-time model */ - (void) memset((void *)send_receive_1_sm_model_M, 0, - sizeof(RT_MODEL_send_receive_1_sm_model)); - rtsiSetSolverName(&send_receive_1_sm_model_M->solverInfo,"FixedStepDiscrete"); - send_receive_1_sm_model_M->solverInfoPtr = - (&send_receive_1_sm_model_M->solverInfo); - - /* Initialize timing info */ - { - int_T *mdlTsMap = send_receive_1_sm_model_M->Timing.sampleTimeTaskIDArray; - mdlTsMap[0] = 0; - send_receive_1_sm_model_M->Timing.sampleTimeTaskIDPtr = (&mdlTsMap[0]); - send_receive_1_sm_model_M->Timing.sampleTimes = - (&send_receive_1_sm_model_M->Timing.sampleTimesArray[0]); - send_receive_1_sm_model_M->Timing.offsetTimes = - (&send_receive_1_sm_model_M->Timing.offsetTimesArray[0]); - - /* task periods */ - send_receive_1_sm_model_M->Timing.sampleTimes[0] = (5.0E-5); - - /* task offsets */ - send_receive_1_sm_model_M->Timing.offsetTimes[0] = (0.0); - } - - rtmSetTPtr(send_receive_1_sm_model_M, - &send_receive_1_sm_model_M->Timing.tArray[0]); - - { - int_T *mdlSampleHits = send_receive_1_sm_model_M->Timing.sampleHitArray; - mdlSampleHits[0] = 1; - send_receive_1_sm_model_M->Timing.sampleHits = (&mdlSampleHits[0]); - } - - rtmSetTFinal(send_receive_1_sm_model_M, -1); - send_receive_1_sm_model_M->Timing.stepSize0 = 5.0E-5; - - /* Setup for data logging */ - { - static RTWLogInfo rt_DataLoggingInfo; - send_receive_1_sm_model_M->rtwLogInfo = &rt_DataLoggingInfo; - } - - /* Setup for data logging */ - { - rtliSetLogXSignalInfo(send_receive_1_sm_model_M->rtwLogInfo, (NULL)); - rtliSetLogXSignalPtrs(send_receive_1_sm_model_M->rtwLogInfo, (NULL)); - rtliSetLogT(send_receive_1_sm_model_M->rtwLogInfo, ""); - rtliSetLogX(send_receive_1_sm_model_M->rtwLogInfo, ""); - rtliSetLogXFinal(send_receive_1_sm_model_M->rtwLogInfo, ""); - rtliSetSigLog(send_receive_1_sm_model_M->rtwLogInfo, ""); - rtliSetLogVarNameModifier(send_receive_1_sm_model_M->rtwLogInfo, "rt_"); - rtliSetLogFormat(send_receive_1_sm_model_M->rtwLogInfo, 0); - rtliSetLogMaxRows(send_receive_1_sm_model_M->rtwLogInfo, 0); - rtliSetLogDecimation(send_receive_1_sm_model_M->rtwLogInfo, 1); - rtliSetLogY(send_receive_1_sm_model_M->rtwLogInfo, ""); - rtliSetLogYSignalInfo(send_receive_1_sm_model_M->rtwLogInfo, (NULL)); - rtliSetLogYSignalPtrs(send_receive_1_sm_model_M->rtwLogInfo, (NULL)); - } - - send_receive_1_sm_model_M->solverInfoPtr = - (&send_receive_1_sm_model_M->solverInfo); - send_receive_1_sm_model_M->Timing.stepSize = (5.0E-5); - rtsiSetFixedStepSize(&send_receive_1_sm_model_M->solverInfo, 5.0E-5); - rtsiSetSolverMode(&send_receive_1_sm_model_M->solverInfo, - SOLVER_MODE_SINGLETASKING); - - /* block I/O */ - send_receive_1_sm_model_M->ModelData.blockIO = ((void *) - &send_receive_1_sm_model_B); - - { - int_T i; - for (i = 0; i < 5; i++) { - send_receive_1_sm_model_B.SFunction1_o3[i] = 0.0; - } - - send_receive_1_sm_model_B.SFunction = 0.0; - send_receive_1_sm_model_B.Sum = 0.0; - send_receive_1_sm_model_B.dataready2kHz = 0.0; - send_receive_1_sm_model_B.PulseGenerator1 = 0.0; - send_receive_1_sm_model_B.SFunction2 = 0.0; - send_receive_1_sm_model_B.SFunction1_o1 = 0.0; - send_receive_1_sm_model_B.SFunction1_o2 = 0.0; - } - - /* parameters */ - send_receive_1_sm_model_M->ModelData.defaultParam = ((real_T *) - &send_receive_1_sm_model_P); - - /* states (dwork) */ - send_receive_1_sm_model_M->Work.dwork = ((void *) - &send_receive_1_sm_model_DWork); - (void) memset((void *)&send_receive_1_sm_model_DWork, 0, - sizeof(D_Work_send_receive_1_sm_model)); - send_receive_1_sm_model_DWork.SFunction_PreviousInput = 0.0; - - /* child S-Function registration */ - { - RTWSfcnInfo *sfcnInfo = &send_receive_1_sm_model_M->NonInlinedSFcns.sfcnInfo; - send_receive_1_sm_model_M->sfcnInfo = (sfcnInfo); - rtssSetErrorStatusPtr(sfcnInfo, (&rtmGetErrorStatus - (send_receive_1_sm_model_M))); - rtssSetNumRootSampTimesPtr(sfcnInfo, - &send_receive_1_sm_model_M->Sizes.numSampTimes); - send_receive_1_sm_model_M->NonInlinedSFcns.taskTimePtrs[0] = &(rtmGetTPtr - (send_receive_1_sm_model_M)[0]); - rtssSetTPtrPtr(sfcnInfo, - send_receive_1_sm_model_M->NonInlinedSFcns.taskTimePtrs); - rtssSetTStartPtr(sfcnInfo, &rtmGetTStart(send_receive_1_sm_model_M)); - rtssSetTFinalPtr(sfcnInfo, &rtmGetTFinal(send_receive_1_sm_model_M)); - rtssSetTimeOfLastOutputPtr(sfcnInfo, &rtmGetTimeOfLastOutput - (send_receive_1_sm_model_M)); - rtssSetStepSizePtr(sfcnInfo, &send_receive_1_sm_model_M->Timing.stepSize); - rtssSetStopRequestedPtr(sfcnInfo, &rtmGetStopRequested - (send_receive_1_sm_model_M)); - rtssSetDerivCacheNeedsResetPtr(sfcnInfo, - &send_receive_1_sm_model_M->ModelData.derivCacheNeedsReset); - rtssSetZCCacheNeedsResetPtr(sfcnInfo, - &send_receive_1_sm_model_M->ModelData.zCCacheNeedsReset); - rtssSetBlkStateChangePtr(sfcnInfo, - &send_receive_1_sm_model_M->ModelData.blkStateChange); - rtssSetSampleHitsPtr(sfcnInfo, &send_receive_1_sm_model_M->Timing.sampleHits); - rtssSetPerTaskSampleHitsPtr(sfcnInfo, - &send_receive_1_sm_model_M->Timing.perTaskSampleHits); - rtssSetSimModePtr(sfcnInfo, &send_receive_1_sm_model_M->simMode); - rtssSetSolverInfoPtr(sfcnInfo, &send_receive_1_sm_model_M->solverInfoPtr); - } - - send_receive_1_sm_model_M->Sizes.numSFcns = (4); - - /* register each child */ - { - (void) memset((void *) - &send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctions[0], - 0, - 4*sizeof(SimStruct)); - send_receive_1_sm_model_M->childSfunctions = - (&send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctionPtrs[0]); - send_receive_1_sm_model_M->childSfunctions[0] = - (&send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctions[0]); - send_receive_1_sm_model_M->childSfunctions[1] = - (&send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctions[1]); - send_receive_1_sm_model_M->childSfunctions[2] = - (&send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctions[2]); - send_receive_1_sm_model_M->childSfunctions[3] = - (&send_receive_1_sm_model_M->NonInlinedSFcns.childSFunctions[3]); - - /* Level2 S-Function Block: send_receive_1_sm_model//S-Function2 (sfun_send_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[0]; - - /* timing info */ - time_T *sfcnPeriod = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.sfcnPeriod; - time_T *sfcnOffset = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.sfcnOffset; - int_T *sfcnTsMap = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.sfcnTsMap; - (void) memset((void*)sfcnPeriod, 0, - sizeof(time_T)*1); - (void) memset((void*)sfcnOffset, 0, - sizeof(time_T)*1); - ssSetSampleTimePtr(rts, &sfcnPeriod[0]); - ssSetOffsetTimePtr(rts, &sfcnOffset[0]); - ssSetSampleTimeTaskIDPtr(rts, sfcnTsMap); - - /* Set up the mdlInfo pointer */ - { - ssSetBlkInfo2Ptr(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.blkInfo2[0]); - } - - ssSetRTWSfcnInfo(rts, send_receive_1_sm_model_M->sfcnInfo); - - /* Allocate memory of model methods 2 */ - { - ssSetModelMethods2(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods2 - [0]); - } - - /* Allocate memory of model methods 3 */ - { - ssSetModelMethods3(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods3 - [0]); - } - - /* Allocate memory for states auxilliary information */ - { - ssSetStatesInfo2(rts, - &send_receive_1_sm_model_M-> - NonInlinedSFcns.statesInfo2[0]); - } - - /* inputs */ - { - _ssSetNumInputPorts(rts, 2); - ssSetPortInfoForInputs(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.inputPortInfo[0]); - - /* port 0 */ - { - real_T const **sfcnUPtrs = (real_T const **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.UPtrs0; - sfcnUPtrs[0] = &send_receive_1_sm_model_B.dataready2kHz; - ssSetInputPortSignalPtrs(rts, 0, (InputPtrsType)&sfcnUPtrs[0]); - _ssSetInputPortNumDimensions(rts, 0, 1); - ssSetInputPortWidth(rts, 0, 1); - } - - /* port 1 */ - { - real_T const **sfcnUPtrs = (real_T const **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.UPtrs1; - sfcnUPtrs[0] = send_receive_1_sm_model_P.Constant_Value; - sfcnUPtrs[1] = &send_receive_1_sm_model_P.Constant_Value[1]; - sfcnUPtrs[2] = &send_receive_1_sm_model_P.Constant_Value[2]; - sfcnUPtrs[3] = &send_receive_1_sm_model_P.Constant_Value[3]; - sfcnUPtrs[4] = &send_receive_1_sm_model_B.PulseGenerator1; - ssSetInputPortSignalPtrs(rts, 1, (InputPtrsType)&sfcnUPtrs[0]); - _ssSetInputPortNumDimensions(rts, 1, 1); - ssSetInputPortWidth(rts, 1, 5); - } - } - - /* outputs */ - { - ssSetPortInfoForOutputs(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.outputPortInfo[0]); - _ssSetNumOutputPorts(rts, 1); - - /* port 0 */ - { - _ssSetOutputPortNumDimensions(rts, 0, 1); - ssSetOutputPortWidth(rts, 0, 1); - ssSetOutputPortSignal(rts, 0, ((real_T *) - &send_receive_1_sm_model_B.SFunction2)); - } - } - - /* path info */ - ssSetModelName(rts, "S-Function2"); - ssSetPath(rts, - "send_receive_1_sm_model/sm_model/send message 1/S-Function2"); - ssSetRTModel(rts,send_receive_1_sm_model_M); - ssSetParentSS(rts, (NULL)); - ssSetRootSS(rts, rts); - ssSetVersion(rts, SIMSTRUCT_VERSION_LEVEL2); - - /* parameters */ - { - mxArray **sfcnParams = (mxArray **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.params; - ssSetSFcnParamsCount(rts, 13); - ssSetSFcnParamsPtr(rts, &sfcnParams[0]); - ssSetSFcnParam(rts, 0, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P1_Size); - ssSetSFcnParam(rts, 1, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P2_Size); - ssSetSFcnParam(rts, 2, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P3_Size); - ssSetSFcnParam(rts, 3, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P4_Size); - ssSetSFcnParam(rts, 4, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P5_Size); - ssSetSFcnParam(rts, 5, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P6_Size); - ssSetSFcnParam(rts, 6, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P7_Size); - ssSetSFcnParam(rts, 7, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P8_Size); - ssSetSFcnParam(rts, 8, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P9_Size); - ssSetSFcnParam(rts, 9, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P10_Size); - ssSetSFcnParam(rts, 10, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P11_Size); - ssSetSFcnParam(rts, 11, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P12_Size); - ssSetSFcnParam(rts, 12, (mxArray*) - send_receive_1_sm_model_P.SFunction2_P13_Size); - } - - /* work vectors */ - ssSetPWork(rts, (void **) &send_receive_1_sm_model_DWork.SFunction2_PWORK); - - { - struct _ssDWorkRecord *dWorkRecord = (struct _ssDWorkRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.dWork; - struct _ssDWorkAuxRecord *dWorkAuxRecord = (struct _ssDWorkAuxRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn0.dWorkAux; - ssSetSFcnDWork(rts, dWorkRecord); - ssSetSFcnDWorkAux(rts, dWorkAuxRecord); - _ssSetNumDWork(rts, 1); - - /* PWORK */ - ssSetDWorkWidth(rts, 0, 1); - ssSetDWorkDataType(rts, 0,SS_POINTER); - ssSetDWorkComplexSignal(rts, 0, 0); - ssSetDWork(rts, 0, &send_receive_1_sm_model_DWork.SFunction2_PWORK); - } - - /* registration */ - sfun_send_async(rts); - sfcnInitializeSizes(rts); - sfcnInitializeSampleTimes(rts); - - /* adjust sample time */ - ssSetSampleTime(rts, 0, 5.0E-5); - ssSetOffsetTime(rts, 0, 0.0); - sfcnTsMap[0] = 0; - - /* set compiled values of dynamic vector attributes */ - ssSetInputPortWidth(rts, 1, 5); - ssSetInputPortDataType(rts, 1, SS_DOUBLE); - ssSetInputPortComplexSignal(rts, 1, 0); - ssSetInputPortFrameData(rts, 1, 0); - ssSetNumNonsampledZCs(rts, 0); - - /* Update connectivity flags for each port */ - _ssSetInputPortConnected(rts, 0, 1); - _ssSetInputPortConnected(rts, 1, 1); - _ssSetOutputPortConnected(rts, 0, 1); - _ssSetOutputPortBeingMerged(rts, 0, 0); - - /* Update the BufferDstPort flags for each input port */ - ssSetInputPortBufferDstPort(rts, 0, -1); - ssSetInputPortBufferDstPort(rts, 1, -1); - } - - /* Level2 S-Function Block: send_receive_1_sm_model//S-Function1 (sfun_recv_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[1]; - - /* timing info */ - time_T *sfcnPeriod = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.sfcnPeriod; - time_T *sfcnOffset = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.sfcnOffset; - int_T *sfcnTsMap = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.sfcnTsMap; - (void) memset((void*)sfcnPeriod, 0, - sizeof(time_T)*1); - (void) memset((void*)sfcnOffset, 0, - sizeof(time_T)*1); - ssSetSampleTimePtr(rts, &sfcnPeriod[0]); - ssSetOffsetTimePtr(rts, &sfcnOffset[0]); - ssSetSampleTimeTaskIDPtr(rts, sfcnTsMap); - - /* Set up the mdlInfo pointer */ - { - ssSetBlkInfo2Ptr(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.blkInfo2[1]); - } - - ssSetRTWSfcnInfo(rts, send_receive_1_sm_model_M->sfcnInfo); - - /* Allocate memory of model methods 2 */ - { - ssSetModelMethods2(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods2 - [1]); - } - - /* Allocate memory of model methods 3 */ - { - ssSetModelMethods3(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods3 - [1]); - } - - /* Allocate memory for states auxilliary information */ - { - ssSetStatesInfo2(rts, - &send_receive_1_sm_model_M-> - NonInlinedSFcns.statesInfo2[1]); - } - - /* inputs */ - { - _ssSetNumInputPorts(rts, 1); - ssSetPortInfoForInputs(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.inputPortInfo[0]); - - /* port 0 */ - { - real_T const **sfcnUPtrs = (real_T const **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.UPtrs0; - sfcnUPtrs[0] = &send_receive_1_sm_model_P.timeout_Value; - ssSetInputPortSignalPtrs(rts, 0, (InputPtrsType)&sfcnUPtrs[0]); - _ssSetInputPortNumDimensions(rts, 0, 1); - ssSetInputPortWidth(rts, 0, 1); - } - } - - /* outputs */ - { - ssSetPortInfoForOutputs(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.outputPortInfo[0]); - _ssSetNumOutputPorts(rts, 3); - - /* port 0 */ - { - _ssSetOutputPortNumDimensions(rts, 0, 1); - ssSetOutputPortWidth(rts, 0, 1); - ssSetOutputPortSignal(rts, 0, ((real_T *) - &send_receive_1_sm_model_B.SFunction1_o1)); - } - - /* port 1 */ - { - _ssSetOutputPortNumDimensions(rts, 1, 1); - ssSetOutputPortWidth(rts, 1, 1); - ssSetOutputPortSignal(rts, 1, ((real_T *) - &send_receive_1_sm_model_B.SFunction1_o2)); - } - - /* port 2 */ - { - _ssSetOutputPortNumDimensions(rts, 2, 1); - ssSetOutputPortWidth(rts, 2, 5); - ssSetOutputPortSignal(rts, 2, ((real_T *) - send_receive_1_sm_model_B.SFunction1_o3)); - } - } - - /* path info */ - ssSetModelName(rts, "S-Function1"); - ssSetPath(rts, - "send_receive_1_sm_model/sm_model/receive message 1/S-Function1"); - ssSetRTModel(rts,send_receive_1_sm_model_M); - ssSetParentSS(rts, (NULL)); - ssSetRootSS(rts, rts); - ssSetVersion(rts, SIMSTRUCT_VERSION_LEVEL2); - - /* parameters */ - { - mxArray **sfcnParams = (mxArray **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.params; - ssSetSFcnParamsCount(rts, 12); - ssSetSFcnParamsPtr(rts, &sfcnParams[0]); - ssSetSFcnParam(rts, 0, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P1_Size); - ssSetSFcnParam(rts, 1, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P2_Size); - ssSetSFcnParam(rts, 2, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P3_Size); - ssSetSFcnParam(rts, 3, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P4_Size); - ssSetSFcnParam(rts, 4, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P5_Size); - ssSetSFcnParam(rts, 5, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P6_Size); - ssSetSFcnParam(rts, 6, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P7_Size); - ssSetSFcnParam(rts, 7, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P8_Size); - ssSetSFcnParam(rts, 8, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P9_Size); - ssSetSFcnParam(rts, 9, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P10_Size); - ssSetSFcnParam(rts, 10, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P11_Size); - ssSetSFcnParam(rts, 11, (mxArray*) - send_receive_1_sm_model_P.SFunction1_P12_Size); - } - - /* work vectors */ - ssSetPWork(rts, (void **) &send_receive_1_sm_model_DWork.SFunction1_PWORK); - - { - struct _ssDWorkRecord *dWorkRecord = (struct _ssDWorkRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.dWork; - struct _ssDWorkAuxRecord *dWorkAuxRecord = (struct _ssDWorkAuxRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn1.dWorkAux; - ssSetSFcnDWork(rts, dWorkRecord); - ssSetSFcnDWorkAux(rts, dWorkAuxRecord); - _ssSetNumDWork(rts, 1); - - /* PWORK */ - ssSetDWorkWidth(rts, 0, 1); - ssSetDWorkDataType(rts, 0,SS_POINTER); - ssSetDWorkComplexSignal(rts, 0, 0); - ssSetDWork(rts, 0, &send_receive_1_sm_model_DWork.SFunction1_PWORK); - } - - /* registration */ - sfun_recv_async(rts); - sfcnInitializeSizes(rts); - sfcnInitializeSampleTimes(rts); - - /* adjust sample time */ - ssSetSampleTime(rts, 0, 5.0E-5); - ssSetOffsetTime(rts, 0, 0.0); - sfcnTsMap[0] = 0; - - /* set compiled values of dynamic vector attributes */ - ssSetOutputPortWidth(rts, 2, 5); - ssSetOutputPortDataType(rts, 2, SS_DOUBLE); - ssSetOutputPortComplexSignal(rts, 2, 0); - ssSetOutputPortFrameData(rts, 2, 0); - ssSetNumNonsampledZCs(rts, 0); - - /* Update connectivity flags for each port */ - _ssSetInputPortConnected(rts, 0, 1); - _ssSetOutputPortConnected(rts, 0, 1); - _ssSetOutputPortConnected(rts, 1, 1); - _ssSetOutputPortConnected(rts, 2, 1); - _ssSetOutputPortBeingMerged(rts, 0, 0); - _ssSetOutputPortBeingMerged(rts, 1, 0); - _ssSetOutputPortBeingMerged(rts, 2, 0); - - /* Update the BufferDstPort flags for each input port */ - ssSetInputPortBufferDstPort(rts, 0, -1); - } - - /* Level2 S-Function Block: send_receive_1_sm_model//S-Function (OP_SEND) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[2]; - - /* timing info */ - time_T *sfcnPeriod = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.sfcnPeriod; - time_T *sfcnOffset = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.sfcnOffset; - int_T *sfcnTsMap = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.sfcnTsMap; - (void) memset((void*)sfcnPeriod, 0, - sizeof(time_T)*1); - (void) memset((void*)sfcnOffset, 0, - sizeof(time_T)*1); - ssSetSampleTimePtr(rts, &sfcnPeriod[0]); - ssSetOffsetTimePtr(rts, &sfcnOffset[0]); - ssSetSampleTimeTaskIDPtr(rts, sfcnTsMap); - - /* Set up the mdlInfo pointer */ - { - ssSetBlkInfo2Ptr(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.blkInfo2[2]); - } - - ssSetRTWSfcnInfo(rts, send_receive_1_sm_model_M->sfcnInfo); - - /* Allocate memory of model methods 2 */ - { - ssSetModelMethods2(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods2 - [2]); - } - - /* Allocate memory of model methods 3 */ - { - ssSetModelMethods3(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods3 - [2]); - } - - /* Allocate memory for states auxilliary information */ - { - ssSetStatesInfo2(rts, - &send_receive_1_sm_model_M-> - NonInlinedSFcns.statesInfo2[2]); - } - - /* inputs */ - { - _ssSetNumInputPorts(rts, 1); - ssSetPortInfoForInputs(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.inputPortInfo[0]); - - /* port 0 */ - { - real_T const **sfcnUPtrs = (real_T const **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.UPtrs0; - sfcnUPtrs[0] = &send_receive_1_sm_model_B.SFunction2; - sfcnUPtrs[1] = &send_receive_1_sm_model_B.SFunction1_o1; - sfcnUPtrs[2] = &send_receive_1_sm_model_B.SFunction1_o2; - - { - int_T i1; - const real_T *u0 = &send_receive_1_sm_model_B.SFunction1_o3[0]; - for (i1=0; i1 < 5; i1++) { - sfcnUPtrs[i1+ 3] = &u0[i1]; - } - - sfcnUPtrs[8] = send_receive_1_sm_model_P.Constant_Value; - sfcnUPtrs[9] = &send_receive_1_sm_model_P.Constant_Value[1]; - sfcnUPtrs[10] = &send_receive_1_sm_model_P.Constant_Value[2]; - sfcnUPtrs[11] = &send_receive_1_sm_model_P.Constant_Value[3]; - sfcnUPtrs[12] = &send_receive_1_sm_model_B.PulseGenerator1; - } - - ssSetInputPortSignalPtrs(rts, 0, (InputPtrsType)&sfcnUPtrs[0]); - _ssSetInputPortNumDimensions(rts, 0, 1); - ssSetInputPortWidth(rts, 0, 13); - } - } - - /* path info */ - ssSetModelName(rts, "S-Function"); - ssSetPath(rts, - "send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1/Send1/S-Function"); - ssSetRTModel(rts,send_receive_1_sm_model_M); - ssSetParentSS(rts, (NULL)); - ssSetRootSS(rts, rts); - ssSetVersion(rts, SIMSTRUCT_VERSION_LEVEL2); - - /* parameters */ - { - mxArray **sfcnParams = (mxArray **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.params; - ssSetSFcnParamsCount(rts, 1); - ssSetSFcnParamsPtr(rts, &sfcnParams[0]); - ssSetSFcnParam(rts, 0, (mxArray*) - send_receive_1_sm_model_P.SFunction_P1_Size); - } - - /* work vectors */ - ssSetIWork(rts, (int_T *) &send_receive_1_sm_model_DWork.SFunction_IWORK[0]); - - { - struct _ssDWorkRecord *dWorkRecord = (struct _ssDWorkRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.dWork; - struct _ssDWorkAuxRecord *dWorkAuxRecord = (struct _ssDWorkAuxRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn2.dWorkAux; - ssSetSFcnDWork(rts, dWorkRecord); - ssSetSFcnDWorkAux(rts, dWorkAuxRecord); - _ssSetNumDWork(rts, 1); - - /* IWORK */ - ssSetDWorkWidth(rts, 0, 5); - ssSetDWorkDataType(rts, 0,SS_INTEGER); - ssSetDWorkComplexSignal(rts, 0, 0); - ssSetDWork(rts, 0, &send_receive_1_sm_model_DWork.SFunction_IWORK[0]); - } - - /* registration */ - OP_SEND(rts); - sfcnInitializeSizes(rts); - sfcnInitializeSampleTimes(rts); - - /* adjust sample time */ - ssSetSampleTime(rts, 0, 5.0E-5); - ssSetOffsetTime(rts, 0, 0.0); - sfcnTsMap[0] = 0; - - /* set compiled values of dynamic vector attributes */ - ssSetInputPortWidth(rts, 0, 13); - ssSetInputPortDataType(rts, 0, SS_DOUBLE); - ssSetInputPortComplexSignal(rts, 0, 0); - ssSetInputPortFrameData(rts, 0, 0); - ssSetNumNonsampledZCs(rts, 0); - - /* Update connectivity flags for each port */ - _ssSetInputPortConnected(rts, 0, 1); - - /* Update the BufferDstPort flags for each input port */ - ssSetInputPortBufferDstPort(rts, 0, -1); - } - - /* Level2 S-Function Block: send_receive_1_sm_model//OpIPSocketCtrl1 (sfun_gen_async_ctrl) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[3]; - - /* timing info */ - time_T *sfcnPeriod = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.sfcnPeriod; - time_T *sfcnOffset = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.sfcnOffset; - int_T *sfcnTsMap = - send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.sfcnTsMap; - (void) memset((void*)sfcnPeriod, 0, - sizeof(time_T)*1); - (void) memset((void*)sfcnOffset, 0, - sizeof(time_T)*1); - ssSetSampleTimePtr(rts, &sfcnPeriod[0]); - ssSetOffsetTimePtr(rts, &sfcnOffset[0]); - ssSetSampleTimeTaskIDPtr(rts, sfcnTsMap); - - /* Set up the mdlInfo pointer */ - { - ssSetBlkInfo2Ptr(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.blkInfo2[3]); - } - - ssSetRTWSfcnInfo(rts, send_receive_1_sm_model_M->sfcnInfo); - - /* Allocate memory of model methods 2 */ - { - ssSetModelMethods2(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods2 - [3]); - } - - /* Allocate memory of model methods 3 */ - { - ssSetModelMethods3(rts, - &send_receive_1_sm_model_M->NonInlinedSFcns.methods3 - [3]); - } - - /* Allocate memory for states auxilliary information */ - { - ssSetStatesInfo2(rts, - &send_receive_1_sm_model_M-> - NonInlinedSFcns.statesInfo2[3]); - } - - /* path info */ - ssSetModelName(rts, "OpIPSocketCtrl1"); - ssSetPath(rts, "send_receive_1_sm_model/sm_model/OpIPSocketCtrl1"); - ssSetRTModel(rts,send_receive_1_sm_model_M); - ssSetParentSS(rts, (NULL)); - ssSetRootSS(rts, rts); - ssSetVersion(rts, SIMSTRUCT_VERSION_LEVEL2); - - /* parameters */ - { - mxArray **sfcnParams = (mxArray **) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.params; - ssSetSFcnParamsCount(rts, 27); - ssSetSFcnParamsPtr(rts, &sfcnParams[0]); - ssSetSFcnParam(rts, 0, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P1_Size); - ssSetSFcnParam(rts, 1, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P2_Size); - ssSetSFcnParam(rts, 2, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P3_Size); - ssSetSFcnParam(rts, 3, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P4_Size); - ssSetSFcnParam(rts, 4, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P5_Size); - ssSetSFcnParam(rts, 5, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P6_Size); - ssSetSFcnParam(rts, 6, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P7_Size); - ssSetSFcnParam(rts, 7, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P8_Size); - ssSetSFcnParam(rts, 8, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P9_Size); - ssSetSFcnParam(rts, 9, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P10_Size); - ssSetSFcnParam(rts, 10, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P11_Size); - ssSetSFcnParam(rts, 11, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P12_Size); - ssSetSFcnParam(rts, 12, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P13_Size); - ssSetSFcnParam(rts, 13, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P14_Size); - ssSetSFcnParam(rts, 14, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P15_Size); - ssSetSFcnParam(rts, 15, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P16_Size); - ssSetSFcnParam(rts, 16, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P17_Size); - ssSetSFcnParam(rts, 17, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P18_Size); - ssSetSFcnParam(rts, 18, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P19_Size); - ssSetSFcnParam(rts, 19, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P20_Size); - ssSetSFcnParam(rts, 20, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P21_Size); - ssSetSFcnParam(rts, 21, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P22_Size); - ssSetSFcnParam(rts, 22, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P23_Size); - ssSetSFcnParam(rts, 23, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P24_Size); - ssSetSFcnParam(rts, 24, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P25_Size); - ssSetSFcnParam(rts, 25, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P26_Size); - ssSetSFcnParam(rts, 26, (mxArray*) - send_receive_1_sm_model_P.OpIPSocketCtrl1_P27_Size); - } - - /* work vectors */ - ssSetPWork(rts, (void **) - &send_receive_1_sm_model_DWork.OpIPSocketCtrl1_PWORK); - - { - struct _ssDWorkRecord *dWorkRecord = (struct _ssDWorkRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.dWork; - struct _ssDWorkAuxRecord *dWorkAuxRecord = (struct _ssDWorkAuxRecord *) - &send_receive_1_sm_model_M->NonInlinedSFcns.Sfcn3.dWorkAux; - ssSetSFcnDWork(rts, dWorkRecord); - ssSetSFcnDWorkAux(rts, dWorkAuxRecord); - _ssSetNumDWork(rts, 1); - - /* PWORK */ - ssSetDWorkWidth(rts, 0, 1); - ssSetDWorkDataType(rts, 0,SS_POINTER); - ssSetDWorkComplexSignal(rts, 0, 0); - ssSetDWork(rts, 0, &send_receive_1_sm_model_DWork.OpIPSocketCtrl1_PWORK); - } - - /* registration */ - sfun_gen_async_ctrl(rts); - sfcnInitializeSizes(rts); - sfcnInitializeSampleTimes(rts); - - /* adjust sample time */ - ssSetSampleTime(rts, 0, 5.0E-5); - ssSetOffsetTime(rts, 0, 0.0); - sfcnTsMap[0] = 0; - - /* set compiled values of dynamic vector attributes */ - ssSetNumNonsampledZCs(rts, 0); - - /* Update connectivity flags for each port */ - /* Update the BufferDstPort flags for each input port */ - } - } -} - -/* Model terminate function */ -void send_receive_1_sm_model_terminate(void) -{ - /* Level2 S-Function Block: '/S-Function2' (sfun_send_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[0]; - sfcnTerminate(rts); - } - - /* Level2 S-Function Block: '/S-Function1' (sfun_recv_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[1]; - sfcnTerminate(rts); - } - - /* Level2 S-Function Block: '/S-Function' (OP_SEND) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[2]; - sfcnTerminate(rts); - } - - /* Level2 S-Function Block: '/OpIPSocketCtrl1' (sfun_gen_async_ctrl) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[3]; - sfcnTerminate(rts); - } -} - -/*========================================================================* - * Start of GRT compatible call interface * - *========================================================================*/ -void MdlOutputs(int_T tid) -{ - send_receive_1_sm_model_output(tid); -} - -void MdlUpdate(int_T tid) -{ - send_receive_1_sm_model_update(tid); -} - -void MdlInitializeSizes(void) -{ - send_receive_1_sm_model_M->Sizes.numContStates = (0);/* Number of continuous states */ - send_receive_1_sm_model_M->Sizes.numY = (0);/* Number of model outputs */ - send_receive_1_sm_model_M->Sizes.numU = (0);/* Number of model inputs */ - send_receive_1_sm_model_M->Sizes.sysDirFeedThru = (0);/* The model is not direct feedthrough */ - send_receive_1_sm_model_M->Sizes.numSampTimes = (1);/* Number of sample times */ - send_receive_1_sm_model_M->Sizes.numBlocks = (12);/* Number of blocks */ - send_receive_1_sm_model_M->Sizes.numBlockIO = (8);/* Number of block outputs */ - send_receive_1_sm_model_M->Sizes.numBlockPrms = (249);/* Sum of parameter "widths" */ -} - -void MdlInitializeSampleTimes(void) -{ -} - -void MdlInitialize(void) -{ - /* user code (Initialize function Body) */ - - /* System '' */ - /* Opal-RT Technologies */ - opalSizeDwork = sizeof(rtDWork); - -#ifdef USE_RTMODEL - - if (Opal_rtmGetNumBlockIO(pRtModel) != 0) - opalSizeBlockIO = sizeof(rtB); - else - opalSizeBlockIO = 0; - if (Opal_rtmGetNumBlockParams(pRtModel) != 0) - opalSizeRTP = sizeof(rtP); - else - opalSizeRTP = 0; - -#else - - if (ssGetNumBlockIO(rtS) != 0) - opalSizeBlockIO = sizeof(rtB); - else - opalSizeBlockIO = 0; - if (ssGetNumBlockParams(rtS) != 0) - opalSizeRTP = sizeof(rtP); - else - opalSizeRTP = 0; - -#endif - - /* InitializeConditions for Memory: '/S-Function' */ - send_receive_1_sm_model_DWork.SFunction_PreviousInput = - send_receive_1_sm_model_P.SFunction_X0; - - /* Level2 S-Function Block: '/S-Function2' (sfun_send_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[0]; - sfcnInitializeConditions(rts); - if (ssGetErrorStatus(rts) != (NULL)) - return; - } - - /* Level2 S-Function Block: '/S-Function1' (sfun_recv_async) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[1]; - sfcnInitializeConditions(rts); - if (ssGetErrorStatus(rts) != (NULL)) - return; - } - - /* Level2 S-Function Block: '/S-Function' (OP_SEND) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[2]; - sfcnInitializeConditions(rts); - if (ssGetErrorStatus(rts) != (NULL)) - return; - } - - /* Level2 S-Function Block: '/OpIPSocketCtrl1' (sfun_gen_async_ctrl) */ - { - SimStruct *rts = send_receive_1_sm_model_M->childSfunctions[3]; - sfcnInitializeConditions(rts); - if (ssGetErrorStatus(rts) != (NULL)) - return; - } -} - -void MdlStart(void) -{ - /* Start for DiscretePulseGenerator: '/data ready 2 kHz' */ - send_receive_1_sm_model_DWork.clockTickCounter = 0; - - /* Start for DiscretePulseGenerator: '/Pulse Generator1' */ - send_receive_1_sm_model_DWork.clockTickCounter_h = 0; - MdlInitialize(); -} - -void MdlTerminate(void) -{ - send_receive_1_sm_model_terminate(); -} - -RT_MODEL_send_receive_1_sm_model *send_receive_1_sm_model(void) -{ - send_receive_1_sm_model_initialize(1); - return send_receive_1_sm_model_M; -} - -/*========================================================================* - * End of GRT compatible call interface * - *========================================================================*/ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.h deleted file mode 100644 index f593447bc..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.h +++ /dev/null @@ -1,1358 +0,0 @@ -/* - * send_receive_1_sm_model.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#ifndef RTW_HEADER_send_receive_1_sm_model_h_ -#define RTW_HEADER_send_receive_1_sm_model_h_ -#ifndef send_receive_1_sm_model_COMMON_INCLUDES_ -# define send_receive_1_sm_model_COMMON_INCLUDES_ -#include -#include -#include "rtwtypes.h" -#include "simstruc.h" -#include "fixedpoint.h" -#include "rt_logging.h" -#include "rt_defines.h" -#include "rt_nonfinite.h" -#endif /* send_receive_1_sm_model_COMMON_INCLUDES_ */ - -#include "send_receive_1_sm_model_types.h" - -/* Macros for accessing real-time model data structure */ -#ifndef rtmGetBlkStateChangeFlag -# define rtmGetBlkStateChangeFlag(rtm) ((rtm)->ModelData.blkStateChange) -#endif - -#ifndef rtmSetBlkStateChangeFlag -# define rtmSetBlkStateChangeFlag(rtm, val) ((rtm)->ModelData.blkStateChange = (val)) -#endif - -#ifndef rtmGetBlockIO -# define rtmGetBlockIO(rtm) ((rtm)->ModelData.blockIO) -#endif - -#ifndef rtmSetBlockIO -# define rtmSetBlockIO(rtm, val) ((rtm)->ModelData.blockIO = (val)) -#endif - -#ifndef rtmGetChecksums -# define rtmGetChecksums(rtm) ((rtm)->Sizes.checksums) -#endif - -#ifndef rtmSetChecksums -# define rtmSetChecksums(rtm, val) ((rtm)->Sizes.checksums = (val)) -#endif - -#ifndef rtmGetConstBlockIO -# define rtmGetConstBlockIO(rtm) ((rtm)->ModelData.constBlockIO) -#endif - -#ifndef rtmSetConstBlockIO -# define rtmSetConstBlockIO(rtm, val) ((rtm)->ModelData.constBlockIO = (val)) -#endif - -#ifndef rtmGetContStateDisabled -# define rtmGetContStateDisabled(rtm) ((rtm)->ModelData.contStateDisabled) -#endif - -#ifndef rtmSetContStateDisabled -# define rtmSetContStateDisabled(rtm, val) ((rtm)->ModelData.contStateDisabled = (val)) -#endif - -#ifndef rtmGetContStates -# define rtmGetContStates(rtm) ((rtm)->ModelData.contStates) -#endif - -#ifndef rtmSetContStates -# define rtmSetContStates(rtm, val) ((rtm)->ModelData.contStates = (val)) -#endif - -#ifndef rtmGetDataMapInfo -# define rtmGetDataMapInfo(rtm) () -#endif - -#ifndef rtmSetDataMapInfo -# define rtmSetDataMapInfo(rtm, val) () -#endif - -#ifndef rtmGetDefaultParam -# define rtmGetDefaultParam(rtm) ((rtm)->ModelData.defaultParam) -#endif - -#ifndef rtmSetDefaultParam -# define rtmSetDefaultParam(rtm, val) ((rtm)->ModelData.defaultParam = (val)) -#endif - -#ifndef rtmGetDerivCacheNeedsReset -# define rtmGetDerivCacheNeedsReset(rtm) ((rtm)->ModelData.derivCacheNeedsReset) -#endif - -#ifndef rtmSetDerivCacheNeedsReset -# define rtmSetDerivCacheNeedsReset(rtm, val) ((rtm)->ModelData.derivCacheNeedsReset = (val)) -#endif - -#ifndef rtmGetDirectFeedThrough -# define rtmGetDirectFeedThrough(rtm) ((rtm)->Sizes.sysDirFeedThru) -#endif - -#ifndef rtmSetDirectFeedThrough -# define rtmSetDirectFeedThrough(rtm, val) ((rtm)->Sizes.sysDirFeedThru = (val)) -#endif - -#ifndef rtmGetErrorStatusFlag -# define rtmGetErrorStatusFlag(rtm) ((rtm)->errorStatus) -#endif - -#ifndef rtmSetErrorStatusFlag -# define rtmSetErrorStatusFlag(rtm, val) ((rtm)->errorStatus = (val)) -#endif - -#ifndef rtmGetFinalTime -# define rtmGetFinalTime(rtm) ((rtm)->Timing.tFinal) -#endif - -#ifndef rtmSetFinalTime -# define rtmSetFinalTime(rtm, val) ((rtm)->Timing.tFinal = (val)) -#endif - -#ifndef rtmGetFirstInitCondFlag -# define rtmGetFirstInitCondFlag(rtm) () -#endif - -#ifndef rtmSetFirstInitCondFlag -# define rtmSetFirstInitCondFlag(rtm, val) () -#endif - -#ifndef rtmGetIntgData -# define rtmGetIntgData(rtm) () -#endif - -#ifndef rtmSetIntgData -# define rtmSetIntgData(rtm, val) () -#endif - -#ifndef rtmGetMdlRefGlobalTID -# define rtmGetMdlRefGlobalTID(rtm) () -#endif - -#ifndef rtmSetMdlRefGlobalTID -# define rtmSetMdlRefGlobalTID(rtm, val) () -#endif - -#ifndef rtmGetMdlRefTriggerTID -# define rtmGetMdlRefTriggerTID(rtm) () -#endif - -#ifndef rtmSetMdlRefTriggerTID -# define rtmSetMdlRefTriggerTID(rtm, val) () -#endif - -#ifndef rtmGetModelMappingInfo -# define rtmGetModelMappingInfo(rtm) ((rtm)->SpecialInfo.mappingInfo) -#endif - -#ifndef rtmSetModelMappingInfo -# define rtmSetModelMappingInfo(rtm, val) ((rtm)->SpecialInfo.mappingInfo = (val)) -#endif - -#ifndef rtmGetModelName -# define rtmGetModelName(rtm) ((rtm)->modelName) -#endif - -#ifndef rtmSetModelName -# define rtmSetModelName(rtm, val) ((rtm)->modelName = (val)) -#endif - -#ifndef rtmGetNonInlinedSFcns -# define rtmGetNonInlinedSFcns(rtm) ((rtm)->NonInlinedSFcns) -#endif - -#ifndef rtmSetNonInlinedSFcns -# define rtmSetNonInlinedSFcns(rtm, val) ((rtm)->NonInlinedSFcns = (val)) -#endif - -#ifndef rtmGetNumBlockIO -# define rtmGetNumBlockIO(rtm) ((rtm)->Sizes.numBlockIO) -#endif - -#ifndef rtmSetNumBlockIO -# define rtmSetNumBlockIO(rtm, val) ((rtm)->Sizes.numBlockIO = (val)) -#endif - -#ifndef rtmGetNumBlockParams -# define rtmGetNumBlockParams(rtm) ((rtm)->Sizes.numBlockPrms) -#endif - -#ifndef rtmSetNumBlockParams -# define rtmSetNumBlockParams(rtm, val) ((rtm)->Sizes.numBlockPrms = (val)) -#endif - -#ifndef rtmGetNumBlocks -# define rtmGetNumBlocks(rtm) ((rtm)->Sizes.numBlocks) -#endif - -#ifndef rtmSetNumBlocks -# define rtmSetNumBlocks(rtm, val) ((rtm)->Sizes.numBlocks = (val)) -#endif - -#ifndef rtmGetNumContStates -# define rtmGetNumContStates(rtm) ((rtm)->Sizes.numContStates) -#endif - -#ifndef rtmSetNumContStates -# define rtmSetNumContStates(rtm, val) ((rtm)->Sizes.numContStates = (val)) -#endif - -#ifndef rtmGetNumDWork -# define rtmGetNumDWork(rtm) ((rtm)->Sizes.numDwork) -#endif - -#ifndef rtmSetNumDWork -# define rtmSetNumDWork(rtm, val) ((rtm)->Sizes.numDwork = (val)) -#endif - -#ifndef rtmGetNumInputPorts -# define rtmGetNumInputPorts(rtm) ((rtm)->Sizes.numIports) -#endif - -#ifndef rtmSetNumInputPorts -# define rtmSetNumInputPorts(rtm, val) ((rtm)->Sizes.numIports = (val)) -#endif - -#ifndef rtmGetNumNonSampledZCs -# define rtmGetNumNonSampledZCs(rtm) ((rtm)->Sizes.numNonSampZCs) -#endif - -#ifndef rtmSetNumNonSampledZCs -# define rtmSetNumNonSampledZCs(rtm, val) ((rtm)->Sizes.numNonSampZCs = (val)) -#endif - -#ifndef rtmGetNumOutputPorts -# define rtmGetNumOutputPorts(rtm) ((rtm)->Sizes.numOports) -#endif - -#ifndef rtmSetNumOutputPorts -# define rtmSetNumOutputPorts(rtm, val) ((rtm)->Sizes.numOports = (val)) -#endif - -#ifndef rtmGetNumSFcnParams -# define rtmGetNumSFcnParams(rtm) ((rtm)->Sizes.numSFcnPrms) -#endif - -#ifndef rtmSetNumSFcnParams -# define rtmSetNumSFcnParams(rtm, val) ((rtm)->Sizes.numSFcnPrms = (val)) -#endif - -#ifndef rtmGetNumSFunctions -# define rtmGetNumSFunctions(rtm) ((rtm)->Sizes.numSFcns) -#endif - -#ifndef rtmSetNumSFunctions -# define rtmSetNumSFunctions(rtm, val) ((rtm)->Sizes.numSFcns = (val)) -#endif - -#ifndef rtmGetNumSampleTimes -# define rtmGetNumSampleTimes(rtm) ((rtm)->Sizes.numSampTimes) -#endif - -#ifndef rtmSetNumSampleTimes -# define rtmSetNumSampleTimes(rtm, val) ((rtm)->Sizes.numSampTimes = (val)) -#endif - -#ifndef rtmGetNumU -# define rtmGetNumU(rtm) ((rtm)->Sizes.numU) -#endif - -#ifndef rtmSetNumU -# define rtmSetNumU(rtm, val) ((rtm)->Sizes.numU = (val)) -#endif - -#ifndef rtmGetNumY -# define rtmGetNumY(rtm) ((rtm)->Sizes.numY) -#endif - -#ifndef rtmSetNumY -# define rtmSetNumY(rtm, val) ((rtm)->Sizes.numY = (val)) -#endif - -#ifndef rtmGetOdeF -# define rtmGetOdeF(rtm) () -#endif - -#ifndef rtmSetOdeF -# define rtmSetOdeF(rtm, val) () -#endif - -#ifndef rtmGetOdeY -# define rtmGetOdeY(rtm) () -#endif - -#ifndef rtmSetOdeY -# define rtmSetOdeY(rtm, val) () -#endif - -#ifndef rtmGetOffsetTimeArray -# define rtmGetOffsetTimeArray(rtm) ((rtm)->Timing.offsetTimesArray) -#endif - -#ifndef rtmSetOffsetTimeArray -# define rtmSetOffsetTimeArray(rtm, val) ((rtm)->Timing.offsetTimesArray = (val)) -#endif - -#ifndef rtmGetOffsetTimePtr -# define rtmGetOffsetTimePtr(rtm) ((rtm)->Timing.offsetTimes) -#endif - -#ifndef rtmSetOffsetTimePtr -# define rtmSetOffsetTimePtr(rtm, val) ((rtm)->Timing.offsetTimes = (val)) -#endif - -#ifndef rtmGetOptions -# define rtmGetOptions(rtm) ((rtm)->Sizes.options) -#endif - -#ifndef rtmSetOptions -# define rtmSetOptions(rtm, val) ((rtm)->Sizes.options = (val)) -#endif - -#ifndef rtmGetParamIsMalloced -# define rtmGetParamIsMalloced(rtm) () -#endif - -#ifndef rtmSetParamIsMalloced -# define rtmSetParamIsMalloced(rtm, val) () -#endif - -#ifndef rtmGetPath -# define rtmGetPath(rtm) ((rtm)->path) -#endif - -#ifndef rtmSetPath -# define rtmSetPath(rtm, val) ((rtm)->path = (val)) -#endif - -#ifndef rtmGetPerTaskSampleHits -# define rtmGetPerTaskSampleHits(rtm) () -#endif - -#ifndef rtmSetPerTaskSampleHits -# define rtmSetPerTaskSampleHits(rtm, val) () -#endif - -#ifndef rtmGetPerTaskSampleHitsArray -# define rtmGetPerTaskSampleHitsArray(rtm) ((rtm)->Timing.perTaskSampleHitsArray) -#endif - -#ifndef rtmSetPerTaskSampleHitsArray -# define rtmSetPerTaskSampleHitsArray(rtm, val) ((rtm)->Timing.perTaskSampleHitsArray = (val)) -#endif - -#ifndef rtmGetPerTaskSampleHitsPtr -# define rtmGetPerTaskSampleHitsPtr(rtm) ((rtm)->Timing.perTaskSampleHits) -#endif - -#ifndef rtmSetPerTaskSampleHitsPtr -# define rtmSetPerTaskSampleHitsPtr(rtm, val) ((rtm)->Timing.perTaskSampleHits = (val)) -#endif - -#ifndef rtmGetPrevZCSigState -# define rtmGetPrevZCSigState(rtm) ((rtm)->ModelData.prevZCSigState) -#endif - -#ifndef rtmSetPrevZCSigState -# define rtmSetPrevZCSigState(rtm, val) ((rtm)->ModelData.prevZCSigState = (val)) -#endif - -#ifndef rtmGetRTWExtModeInfo -# define rtmGetRTWExtModeInfo(rtm) ((rtm)->extModeInfo) -#endif - -#ifndef rtmSetRTWExtModeInfo -# define rtmSetRTWExtModeInfo(rtm, val) ((rtm)->extModeInfo = (val)) -#endif - -#ifndef rtmGetRTWGeneratedSFcn -# define rtmGetRTWGeneratedSFcn(rtm) ((rtm)->Sizes.rtwGenSfcn) -#endif - -#ifndef rtmSetRTWGeneratedSFcn -# define rtmSetRTWGeneratedSFcn(rtm, val) ((rtm)->Sizes.rtwGenSfcn = (val)) -#endif - -#ifndef rtmGetRTWLogInfo -# define rtmGetRTWLogInfo(rtm) ((rtm)->rtwLogInfo) -#endif - -#ifndef rtmSetRTWLogInfo -# define rtmSetRTWLogInfo(rtm, val) ((rtm)->rtwLogInfo = (val)) -#endif - -#ifndef rtmGetRTWRTModelMethodsInfo -# define rtmGetRTWRTModelMethodsInfo(rtm) () -#endif - -#ifndef rtmSetRTWRTModelMethodsInfo -# define rtmSetRTWRTModelMethodsInfo(rtm, val) () -#endif - -#ifndef rtmGetRTWSfcnInfo -# define rtmGetRTWSfcnInfo(rtm) ((rtm)->sfcnInfo) -#endif - -#ifndef rtmSetRTWSfcnInfo -# define rtmSetRTWSfcnInfo(rtm, val) ((rtm)->sfcnInfo = (val)) -#endif - -#ifndef rtmGetRTWSolverInfo -# define rtmGetRTWSolverInfo(rtm) ((rtm)->solverInfo) -#endif - -#ifndef rtmSetRTWSolverInfo -# define rtmSetRTWSolverInfo(rtm, val) ((rtm)->solverInfo = (val)) -#endif - -#ifndef rtmGetRTWSolverInfoPtr -# define rtmGetRTWSolverInfoPtr(rtm) ((rtm)->solverInfoPtr) -#endif - -#ifndef rtmSetRTWSolverInfoPtr -# define rtmSetRTWSolverInfoPtr(rtm, val) ((rtm)->solverInfoPtr = (val)) -#endif - -#ifndef rtmGetReservedForXPC -# define rtmGetReservedForXPC(rtm) ((rtm)->SpecialInfo.xpcData) -#endif - -#ifndef rtmSetReservedForXPC -# define rtmSetReservedForXPC(rtm, val) ((rtm)->SpecialInfo.xpcData = (val)) -#endif - -#ifndef rtmGetRootDWork -# define rtmGetRootDWork(rtm) ((rtm)->Work.dwork) -#endif - -#ifndef rtmSetRootDWork -# define rtmSetRootDWork(rtm, val) ((rtm)->Work.dwork = (val)) -#endif - -#ifndef rtmGetSFunctions -# define rtmGetSFunctions(rtm) ((rtm)->childSfunctions) -#endif - -#ifndef rtmSetSFunctions -# define rtmSetSFunctions(rtm, val) ((rtm)->childSfunctions = (val)) -#endif - -#ifndef rtmGetSampleHitArray -# define rtmGetSampleHitArray(rtm) ((rtm)->Timing.sampleHitArray) -#endif - -#ifndef rtmSetSampleHitArray -# define rtmSetSampleHitArray(rtm, val) ((rtm)->Timing.sampleHitArray = (val)) -#endif - -#ifndef rtmGetSampleHitPtr -# define rtmGetSampleHitPtr(rtm) ((rtm)->Timing.sampleHits) -#endif - -#ifndef rtmSetSampleHitPtr -# define rtmSetSampleHitPtr(rtm, val) ((rtm)->Timing.sampleHits = (val)) -#endif - -#ifndef rtmGetSampleTimeArray -# define rtmGetSampleTimeArray(rtm) ((rtm)->Timing.sampleTimesArray) -#endif - -#ifndef rtmSetSampleTimeArray -# define rtmSetSampleTimeArray(rtm, val) ((rtm)->Timing.sampleTimesArray = (val)) -#endif - -#ifndef rtmGetSampleTimePtr -# define rtmGetSampleTimePtr(rtm) ((rtm)->Timing.sampleTimes) -#endif - -#ifndef rtmSetSampleTimePtr -# define rtmSetSampleTimePtr(rtm, val) ((rtm)->Timing.sampleTimes = (val)) -#endif - -#ifndef rtmGetSampleTimeTaskIDArray -# define rtmGetSampleTimeTaskIDArray(rtm) ((rtm)->Timing.sampleTimeTaskIDArray) -#endif - -#ifndef rtmSetSampleTimeTaskIDArray -# define rtmSetSampleTimeTaskIDArray(rtm, val) ((rtm)->Timing.sampleTimeTaskIDArray = (val)) -#endif - -#ifndef rtmGetSampleTimeTaskIDPtr -# define rtmGetSampleTimeTaskIDPtr(rtm) ((rtm)->Timing.sampleTimeTaskIDPtr) -#endif - -#ifndef rtmSetSampleTimeTaskIDPtr -# define rtmSetSampleTimeTaskIDPtr(rtm, val) ((rtm)->Timing.sampleTimeTaskIDPtr = (val)) -#endif - -#ifndef rtmGetSimMode -# define rtmGetSimMode(rtm) ((rtm)->simMode) -#endif - -#ifndef rtmSetSimMode -# define rtmSetSimMode(rtm, val) ((rtm)->simMode = (val)) -#endif - -#ifndef rtmGetSimTimeStep -# define rtmGetSimTimeStep(rtm) ((rtm)->Timing.simTimeStep) -#endif - -#ifndef rtmSetSimTimeStep -# define rtmSetSimTimeStep(rtm, val) ((rtm)->Timing.simTimeStep = (val)) -#endif - -#ifndef rtmGetStartTime -# define rtmGetStartTime(rtm) ((rtm)->Timing.tStart) -#endif - -#ifndef rtmSetStartTime -# define rtmSetStartTime(rtm, val) ((rtm)->Timing.tStart = (val)) -#endif - -#ifndef rtmGetStepSize -# define rtmGetStepSize(rtm) ((rtm)->Timing.stepSize) -#endif - -#ifndef rtmSetStepSize -# define rtmSetStepSize(rtm, val) ((rtm)->Timing.stepSize = (val)) -#endif - -#ifndef rtmGetStopRequestedFlag -# define rtmGetStopRequestedFlag(rtm) ((rtm)->Timing.stopRequestedFlag) -#endif - -#ifndef rtmSetStopRequestedFlag -# define rtmSetStopRequestedFlag(rtm, val) ((rtm)->Timing.stopRequestedFlag = (val)) -#endif - -#ifndef rtmGetTaskCounters -# define rtmGetTaskCounters(rtm) () -#endif - -#ifndef rtmSetTaskCounters -# define rtmSetTaskCounters(rtm, val) () -#endif - -#ifndef rtmGetTaskTimeArray -# define rtmGetTaskTimeArray(rtm) ((rtm)->Timing.tArray) -#endif - -#ifndef rtmSetTaskTimeArray -# define rtmSetTaskTimeArray(rtm, val) ((rtm)->Timing.tArray = (val)) -#endif - -#ifndef rtmGetTimePtr -# define rtmGetTimePtr(rtm) ((rtm)->Timing.t) -#endif - -#ifndef rtmSetTimePtr -# define rtmSetTimePtr(rtm, val) ((rtm)->Timing.t = (val)) -#endif - -#ifndef rtmGetTimingData -# define rtmGetTimingData(rtm) ((rtm)->Timing.timingData) -#endif - -#ifndef rtmSetTimingData -# define rtmSetTimingData(rtm, val) ((rtm)->Timing.timingData = (val)) -#endif - -#ifndef rtmGetU -# define rtmGetU(rtm) ((rtm)->ModelData.inputs) -#endif - -#ifndef rtmSetU -# define rtmSetU(rtm, val) ((rtm)->ModelData.inputs = (val)) -#endif - -#ifndef rtmGetVarNextHitTimesListPtr -# define rtmGetVarNextHitTimesListPtr(rtm) ((rtm)->Timing.varNextHitTimesList) -#endif - -#ifndef rtmSetVarNextHitTimesListPtr -# define rtmSetVarNextHitTimesListPtr(rtm, val) ((rtm)->Timing.varNextHitTimesList = (val)) -#endif - -#ifndef rtmGetY -# define rtmGetY(rtm) ((rtm)->ModelData.outputs) -#endif - -#ifndef rtmSetY -# define rtmSetY(rtm, val) ((rtm)->ModelData.outputs = (val)) -#endif - -#ifndef rtmGetZCCacheNeedsReset -# define rtmGetZCCacheNeedsReset(rtm) ((rtm)->ModelData.zCCacheNeedsReset) -#endif - -#ifndef rtmSetZCCacheNeedsReset -# define rtmSetZCCacheNeedsReset(rtm, val) ((rtm)->ModelData.zCCacheNeedsReset = (val)) -#endif - -#ifndef rtmGetZCSignalValues -# define rtmGetZCSignalValues(rtm) ((rtm)->ModelData.zcSignalValues) -#endif - -#ifndef rtmSetZCSignalValues -# define rtmSetZCSignalValues(rtm, val) ((rtm)->ModelData.zcSignalValues = (val)) -#endif - -#ifndef rtmGet_TimeOfLastOutput -# define rtmGet_TimeOfLastOutput(rtm) ((rtm)->Timing.timeOfLastOutput) -#endif - -#ifndef rtmSet_TimeOfLastOutput -# define rtmSet_TimeOfLastOutput(rtm, val) ((rtm)->Timing.timeOfLastOutput = (val)) -#endif - -#ifndef rtmGetdX -# define rtmGetdX(rtm) ((rtm)->ModelData.derivs) -#endif - -#ifndef rtmSetdX -# define rtmSetdX(rtm, val) ((rtm)->ModelData.derivs = (val)) -#endif - -#ifndef rtmGetChecksumVal -# define rtmGetChecksumVal(rtm, idx) ((rtm)->Sizes.checksums[idx]) -#endif - -#ifndef rtmSetChecksumVal -# define rtmSetChecksumVal(rtm, idx, val) ((rtm)->Sizes.checksums[idx] = (val)) -#endif - -#ifndef rtmGetDWork -# define rtmGetDWork(rtm, idx) ((rtm)->Work.dwork[idx]) -#endif - -#ifndef rtmSetDWork -# define rtmSetDWork(rtm, idx, val) ((rtm)->Work.dwork[idx] = (val)) -#endif - -#ifndef rtmGetOffsetTime -# define rtmGetOffsetTime(rtm, idx) ((rtm)->Timing.offsetTimes[idx]) -#endif - -#ifndef rtmSetOffsetTime -# define rtmSetOffsetTime(rtm, idx, val) ((rtm)->Timing.offsetTimes[idx] = (val)) -#endif - -#ifndef rtmGetSFunction -# define rtmGetSFunction(rtm, idx) ((rtm)->childSfunctions[idx]) -#endif - -#ifndef rtmSetSFunction -# define rtmSetSFunction(rtm, idx, val) ((rtm)->childSfunctions[idx] = (val)) -#endif - -#ifndef rtmGetSampleTime -# define rtmGetSampleTime(rtm, idx) ((rtm)->Timing.sampleTimes[idx]) -#endif - -#ifndef rtmSetSampleTime -# define rtmSetSampleTime(rtm, idx, val) ((rtm)->Timing.sampleTimes[idx] = (val)) -#endif - -#ifndef rtmGetSampleTimeTaskID -# define rtmGetSampleTimeTaskID(rtm, idx) ((rtm)->Timing.sampleTimeTaskIDPtr[idx]) -#endif - -#ifndef rtmSetSampleTimeTaskID -# define rtmSetSampleTimeTaskID(rtm, idx, val) ((rtm)->Timing.sampleTimeTaskIDPtr[idx] = (val)) -#endif - -#ifndef rtmGetVarNextHitTime -# define rtmGetVarNextHitTime(rtm, idx) ((rtm)->Timing.varNextHitTimesList[idx]) -#endif - -#ifndef rtmSetVarNextHitTime -# define rtmSetVarNextHitTime(rtm, idx, val) ((rtm)->Timing.varNextHitTimesList[idx] = (val)) -#endif - -#ifndef rtmIsContinuousTask -# define rtmIsContinuousTask(rtm, tid) 0 -#endif - -#ifndef rtmGetErrorStatus -# define rtmGetErrorStatus(rtm) ((rtm)->errorStatus) -#endif - -#ifndef rtmSetErrorStatus -# define rtmSetErrorStatus(rtm, val) ((rtm)->errorStatus = (val)) -#endif - -#ifndef rtmIsSampleHit -# define rtmIsSampleHit(rtm, sti, tid) ((rtm)->Timing.sampleHits[(rtm)->Timing.sampleTimeTaskIDPtr[sti]]) -#endif - -#ifndef rtmGetStopRequested -# define rtmGetStopRequested(rtm) ((rtm)->Timing.stopRequestedFlag) -#endif - -#ifndef rtmSetStopRequested -# define rtmSetStopRequested(rtm, val) ((rtm)->Timing.stopRequestedFlag = (val)) -#endif - -#ifndef rtmGetStopRequestedPtr -# define rtmGetStopRequestedPtr(rtm) (&((rtm)->Timing.stopRequestedFlag)) -#endif - -#ifndef rtmGetT -# define rtmGetT(rtm) (rtmGetTPtr((rtm))[0]) -#endif - -#ifndef rtmSetT -# define rtmSetT(rtm, val) /* Do Nothing */ -#endif - -#ifndef rtmGetTFinal -# define rtmGetTFinal(rtm) ((rtm)->Timing.tFinal) -#endif - -#ifndef rtmSetTFinal -# define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) -#endif - -#ifndef rtmGetTPtr -# define rtmGetTPtr(rtm) ((rtm)->Timing.t) -#endif - -#ifndef rtmSetTPtr -# define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val)) -#endif - -#ifndef rtmGetTStart -# define rtmGetTStart(rtm) ((rtm)->Timing.tStart) -#endif - -#ifndef rtmSetTStart -# define rtmSetTStart(rtm, val) ((rtm)->Timing.tStart = (val)) -#endif - -#ifndef rtmGetTaskTime -# define rtmGetTaskTime(rtm, sti) (rtmGetTPtr((rtm))[(rtm)->Timing.sampleTimeTaskIDPtr[sti]]) -#endif - -#ifndef rtmSetTaskTime -# define rtmSetTaskTime(rtm, sti, val) (rtmGetTPtr((rtm))[sti] = (val)) -#endif - -#ifndef rtmGetTimeOfLastOutput -# define rtmGetTimeOfLastOutput(rtm) ((rtm)->Timing.timeOfLastOutput) -#endif - -#ifdef rtmGetRTWSolverInfo -#undef rtmGetRTWSolverInfo -#endif - -#define rtmGetRTWSolverInfo(rtm) &((rtm)->solverInfo) - -/* Definition for use in the target main file */ -#define send_receive_1_sm_model_rtModel RT_MODEL_send_receive_1_sm_model - -/* user code (top of header file) */ -/* System '' */ -/* Opal-RT Technologies */ -extern int opalSizeDwork; -extern int opalSizeBlockIO; -extern int opalSizeRTP; - -#ifdef USE_RTMODEL - -extern void * pRtModel; //pointer on the RTmodel struc -int_T Opal_rtmGetNumBlockParams(void *ptr); -int_T Opal_rtmGetNumBlockIO(void *ptr); - -#endif - -/* Block signals (auto storage) */ -typedef struct { - real_T SFunction; /* '/S-Function' */ - real_T Sum; /* '/Sum' */ - real_T dataready2kHz; /* '/data ready 2 kHz' */ - real_T PulseGenerator1; /* '/Pulse Generator1' */ - real_T SFunction2; /* '/S-Function2' */ - real_T SFunction1_o1; /* '/S-Function1' */ - real_T SFunction1_o2; /* '/S-Function1' */ - real_T SFunction1_o3[5]; /* '/S-Function1' */ -} BlockIO_send_receive_1_sm_model; - -/* Block states (auto storage) for system '' */ -typedef struct { - real_T SFunction_PreviousInput; /* '/S-Function' */ - void *SFunction2_PWORK; /* '/S-Function2' */ - void *SFunction1_PWORK; /* '/S-Function1' */ - void *OpIPSocketCtrl1_PWORK; /* '/OpIPSocketCtrl1' */ - int32_T clockTickCounter; /* '/data ready 2 kHz' */ - int32_T clockTickCounter_h; /* '/Pulse Generator1' */ - int_T SFunction_IWORK[5]; /* '/S-Function' */ -} D_Work_send_receive_1_sm_model; - -/* Backward compatible GRT Identifiers */ -#define rtB send_receive_1_sm_model_B -#define BlockIO BlockIO_send_receive_1_sm_model -#define rtXdot send_receive_1_sm_model_Xdot -#define StateDerivatives StateDerivatives_send_receive_1_sm_model -#define tXdis send_receive_1_sm_model_Xdis -#define StateDisabled StateDisabled_send_receive_1_sm_model -#define rtP send_receive_1_sm_model_P -#define Parameters Parameters_send_receive_1_sm_model -#define rtDWork send_receive_1_sm_model_DWork -#define D_Work D_Work_send_receive_1_sm_model - -/* Parameters (auto storage) */ -struct Parameters_send_receive_1_sm_model_ { - real_T SFunction1_Value; /* Expression: 0 - * Referenced by: '/S-Function1' - */ - real_T SFunction_X0; /* Expression: 0 - * Referenced by: '/S-Function' - */ - real_T dataready2kHz_Amp; /* Expression: 1 - * Referenced by: '/data ready 2 kHz' - */ - real_T dataready2kHz_Period; /* Expression: 10 - * Referenced by: '/data ready 2 kHz' - */ - real_T dataready2kHz_Duty; /* Expression: 1 - * Referenced by: '/data ready 2 kHz' - */ - real_T dataready2kHz_PhaseDelay; /* Expression: 0 - * Referenced by: '/data ready 2 kHz' - */ - real_T Constant_Value[4]; /* Expression: [1 2 3 4] - * Referenced by: '/Constant' - */ - real_T PulseGenerator1_Amp; /* Expression: 5 - * Referenced by: '/Pulse Generator1' - */ - real_T PulseGenerator1_Period; /* Computed Parameter: PulseGenerator1_Period - * Referenced by: '/Pulse Generator1' - */ - real_T PulseGenerator1_Duty; /* Computed Parameter: PulseGenerator1_Duty - * Referenced by: '/Pulse Generator1' - */ - real_T PulseGenerator1_PhaseDelay; /* Expression: 0 - * Referenced by: '/Pulse Generator1' - */ - real_T SFunction2_P1_Size[2]; /* Computed Parameter: SFunction2_P1_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P1; /* Expression: ctl_id - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P2_Size[2]; /* Computed Parameter: SFunction2_P2_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P2; /* Expression: send_id - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P3_Size[2]; /* Computed Parameter: SFunction2_P3_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P3; /* Expression: mode - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P4_Size[2]; /* Computed Parameter: SFunction2_P4_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P4; /* Expression: fp1 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P5_Size[2]; /* Computed Parameter: SFunction2_P5_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P5; /* Expression: fp2 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P6_Size[2]; /* Computed Parameter: SFunction2_P6_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P6; /* Expression: fp3 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P7_Size[2]; /* Computed Parameter: SFunction2_P7_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P7; /* Expression: fp4 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P8_Size[2]; /* Computed Parameter: SFunction2_P8_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P8; /* Expression: fp5 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P9_Size[2]; /* Computed Parameter: SFunction2_P9_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P9[7]; /* Computed Parameter: SFunction2_P9 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P10_Size[2]; /* Computed Parameter: SFunction2_P10_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P10[7]; /* Computed Parameter: SFunction2_P10 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P11_Size[2]; /* Computed Parameter: SFunction2_P11_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P11[7]; /* Computed Parameter: SFunction2_P11 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P12_Size[2]; /* Computed Parameter: SFunction2_P12_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P12[7]; /* Computed Parameter: SFunction2_P12 - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P13_Size[2]; /* Computed Parameter: SFunction2_P13_Size - * Referenced by: '/S-Function2' - */ - real_T SFunction2_P13[7]; /* Computed Parameter: SFunction2_P13 - * Referenced by: '/S-Function2' - */ - real_T timeout_Value; /* Expression: 2 - * Referenced by: '/timeout' - */ - real_T SFunction1_P1_Size[2]; /* Computed Parameter: SFunction1_P1_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P1; /* Expression: ctl_id - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P2_Size[2]; /* Computed Parameter: SFunction1_P2_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P2; /* Expression: recv_id - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P3_Size[2]; /* Computed Parameter: SFunction1_P3_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P3; /* Expression: fp1 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P4_Size[2]; /* Computed Parameter: SFunction1_P4_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P4; /* Expression: fp2 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P5_Size[2]; /* Computed Parameter: SFunction1_P5_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P5; /* Expression: fp3 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P6_Size[2]; /* Computed Parameter: SFunction1_P6_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P6; /* Expression: fp4 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P7_Size[2]; /* Computed Parameter: SFunction1_P7_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P7; /* Expression: fp5 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P8_Size[2]; /* Computed Parameter: SFunction1_P8_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P8[7]; /* Computed Parameter: SFunction1_P8 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P9_Size[2]; /* Computed Parameter: SFunction1_P9_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P9[7]; /* Computed Parameter: SFunction1_P9 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P10_Size[2]; /* Computed Parameter: SFunction1_P10_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P10[7]; /* Computed Parameter: SFunction1_P10 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P11_Size[2]; /* Computed Parameter: SFunction1_P11_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P11[7]; /* Computed Parameter: SFunction1_P11 - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P12_Size[2]; /* Computed Parameter: SFunction1_P12_Size - * Referenced by: '/S-Function1' - */ - real_T SFunction1_P12[7]; /* Computed Parameter: SFunction1_P12 - * Referenced by: '/S-Function1' - */ - real_T SFunction_P1_Size[2]; /* Computed Parameter: SFunction_P1_Size - * Referenced by: '/S-Function' - */ - real_T SFunction_P1; /* Expression: Acqu_group - * Referenced by: '/S-Function' - */ - real_T OpIPSocketCtrl1_P1_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P1_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P1; /* Expression: ctl_id - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P2_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P2_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P2; /* Expression: proto - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P3_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P3_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P3; /* Expression: ip_port_remote - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P4_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P4_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P4; /* Expression: ip_port_local - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P5_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P5_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P5; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P6_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P6_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P6; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P7_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P7_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P7; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P8_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P8_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P8; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P9_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P9_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P9; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P10_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P10_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P10; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P11_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P11_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P11; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P12_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P12_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P12; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P13_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P13_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P13; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P14_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P14_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P14[14]; /* Computed Parameter: OpIPSocketCtrl1_P14 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P15_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P15_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P15[7]; /* Computed Parameter: OpIPSocketCtrl1_P15 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P16_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P16_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P17_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P17_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P18_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P18_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P19_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P19_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P20_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P20_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P21_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P21_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P22_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P22_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P23_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P23_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P24_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P24_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P25_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P25_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P26_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P26_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P26[7]; /* Computed Parameter: OpIPSocketCtrl1_P26 - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P27_Size[2]; /* Computed Parameter: OpIPSocketCtrl1_P27_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - real_T OpIPSocketCtrl1_P27; /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ -}; - -/* Real-time Model Data Structure */ -struct RT_MODEL_send_receive_1_sm_model { - const char_T *path; - const char_T *modelName; - struct SimStruct_tag * *childSfunctions; - const char_T *errorStatus; - SS_SimMode simMode; - RTWLogInfo *rtwLogInfo; - RTWExtModeInfo *extModeInfo; - RTWSolverInfo solverInfo; - RTWSolverInfo *solverInfoPtr; - void *sfcnInfo; - - /* - * NonInlinedSFcns: - * The following substructure contains information regarding - * non-inlined s-functions used in the model. - */ - struct { - RTWSfcnInfo sfcnInfo; - time_T *taskTimePtrs[1]; - SimStruct childSFunctions[4]; - SimStruct *childSFunctionPtrs[4]; - struct _ssBlkInfo2 blkInfo2[4]; - struct _ssSFcnModelMethods2 methods2[4]; - struct _ssSFcnModelMethods3 methods3[4]; - struct _ssStatesInfo2 statesInfo2[4]; - struct { - time_T sfcnPeriod[1]; - time_T sfcnOffset[1]; - int_T sfcnTsMap[1]; - struct _ssPortInputs inputPortInfo[2]; - real_T const *UPtrs0[1]; - real_T const *UPtrs1[5]; - struct _ssPortOutputs outputPortInfo[1]; - uint_T attribs[13]; - mxArray *params[13]; - struct _ssDWorkRecord dWork[1]; - struct _ssDWorkAuxRecord dWorkAux[1]; - } Sfcn0; - - struct { - time_T sfcnPeriod[1]; - time_T sfcnOffset[1]; - int_T sfcnTsMap[1]; - struct _ssPortInputs inputPortInfo[1]; - real_T const *UPtrs0[1]; - struct _ssPortOutputs outputPortInfo[3]; - uint_T attribs[12]; - mxArray *params[12]; - struct _ssDWorkRecord dWork[1]; - struct _ssDWorkAuxRecord dWorkAux[1]; - } Sfcn1; - - struct { - time_T sfcnPeriod[1]; - time_T sfcnOffset[1]; - int_T sfcnTsMap[1]; - struct _ssPortInputs inputPortInfo[1]; - real_T const *UPtrs0[13]; - uint_T attribs[1]; - mxArray *params[1]; - struct _ssDWorkRecord dWork[1]; - struct _ssDWorkAuxRecord dWorkAux[1]; - } Sfcn2; - - struct { - time_T sfcnPeriod[1]; - time_T sfcnOffset[1]; - int_T sfcnTsMap[1]; - uint_T attribs[27]; - mxArray *params[27]; - struct _ssDWorkRecord dWork[1]; - struct _ssDWorkAuxRecord dWorkAux[1]; - } Sfcn3; - } NonInlinedSFcns; - - /* - * ModelData: - * The following substructure contains information regarding - * the data used in the model. - */ - struct { - void *blockIO; - const void *constBlockIO; - real_T *defaultParam; - ZCSigState *prevZCSigState; - real_T *contStates; - real_T *derivs; - real_T *zcSignalValues; - void *inputs; - void *outputs; - boolean_T *contStateDisabled; - boolean_T zCCacheNeedsReset; - boolean_T derivCacheNeedsReset; - boolean_T blkStateChange; - } ModelData; - - /* - * Sizes: - * The following substructure contains sizes information - * for many of the model attributes such as inputs, outputs, - * dwork, sample times, etc. - */ - struct { - uint32_T checksums[4]; - uint32_T options; - int_T numContStates; - int_T numU; - int_T numY; - int_T numSampTimes; - int_T numBlocks; - int_T numBlockIO; - int_T numBlockPrms; - int_T numDwork; - int_T numSFcnPrms; - int_T numSFcns; - int_T numIports; - int_T numOports; - int_T numNonSampZCs; - int_T sysDirFeedThru; - int_T rtwGenSfcn; - } Sizes; - - /* - * SpecialInfo: - * The following substructure contains special information - * related to other components that are dependent on RTW. - */ - struct { - const void *mappingInfo; - void *xpcData; - } SpecialInfo; - - /* - * Timing: - * The following substructure contains information regarding - * the timing information for the model. - */ - struct { - time_T stepSize; - uint32_T clockTick0; - uint32_T clockTickH0; - time_T stepSize0; - time_T tStart; - time_T tFinal; - time_T timeOfLastOutput; - void *timingData; - real_T *varNextHitTimesList; - SimTimeStep simTimeStep; - boolean_T stopRequestedFlag; - time_T *sampleTimes; - time_T *offsetTimes; - int_T *sampleTimeTaskIDPtr; - int_T *sampleHits; - int_T *perTaskSampleHits; - time_T *t; - time_T sampleTimesArray[1]; - time_T offsetTimesArray[1]; - int_T sampleTimeTaskIDArray[1]; - int_T sampleHitArray[1]; - int_T perTaskSampleHitsArray[1]; - time_T tArray[1]; - } Timing; - - /* - * Work: - * The following substructure contains information regarding - * the work vectors in the model. - */ - struct { - void *dwork; - } Work; -}; - -/* Block parameters (auto storage) */ -extern Parameters_send_receive_1_sm_model send_receive_1_sm_model_P; - -/* Block signals (auto storage) */ -extern BlockIO_send_receive_1_sm_model send_receive_1_sm_model_B; - -/* Block states (auto storage) */ -extern D_Work_send_receive_1_sm_model send_receive_1_sm_model_DWork; - -/* Real-time Model object */ -extern struct RT_MODEL_send_receive_1_sm_model *const send_receive_1_sm_model_M; - -/*- - * The generated code includes comments that allow you to trace directly - * back to the appropriate location in the model. The basic format - * is /block_name, where system is the system number (uniquely - * assigned by Simulink) and block_name is the name of the block. - * - * Use the MATLAB hilite_system command to trace the generated code back - * to the model. For example, - * - * hilite_system('') - opens system 3 - * hilite_system('/Kp') - opens and selects block Kp which resides in S3 - * - * Here is the system hierarchy for this model - * - * '' : 'send_receive_1_sm_model' - * '' : 'send_receive_1_sm_model/OpCCode_do_not_touch' - * '' : 'send_receive_1_sm_model/sm_model' - * '' : 'send_receive_1_sm_model/sm_model/receive message 1' - * '' : 'send_receive_1_sm_model/sm_model/rtlab_send_subsystem' - * '' : 'send_receive_1_sm_model/sm_model/send message 1' - * '' : 'send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1' - * '' : 'send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1/Send1' - */ -#endif /* RTW_HEADER_send_receive_1_sm_model_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.log b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.log deleted file mode 100644 index b80d5b185..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.log +++ /dev/null @@ -1,4990 +0,0 @@ - ---------------- Transferring files ... ------------------------------ - -Transferring in binary: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\send_receive_1_sm_model (sm_model) ... OK. -Transferring in binary: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\AsyncIP (sm_model) ... OK. -Transferring in binary: C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\Opal*Creator.data (sm_model) ... OK. - ---------------- Done transferring files ----------------------------- - - -Executing script /usr/opalrt/v11.0.5.499/common/python/rtlab/global/target_preload.py ... done -Executing script /usr/opalrt/v11.0.5.499/common/python/rtlab/global/target_subsys_preload.py ... done -[ 0.000 ] Begin to register on OpalRoot -[ 0.002 ] Registered on OpalRoot -[ 0.002 ] Loading services from "/usr/opalrt/v11.0.5.499/common/bin/Services" -[ 0.017 ] Plugin "HEI": services informations retrieved -[ 0.033 ] Plugin "Parameters": services informations retrieved -[ 0.046 ] Plugin "MODBUS": services informations retrieved -[ 0.068 ] Plugin "DataAcquisition": services informations retrieved -[ 0.081 ] Plugin "RFM": services informations retrieved -[ 0.093 ] Plugin "Dummy": services informations retrieved -[ 0.108 ] Plugin "SimulationSetup": services informations retrieved -[ 0.125 ] Plugin "ARINC": services informations retrieved -[ 0.138 ] Plugin "sFlashUpdate": services informations retrieved -[ 0.150 ] Plugin "SelfMonitoring": services informations retrieved -[ 0.170 ] Plugin "IRTS": services informations retrieved -[ 0.182 ] Plugin "LogRT": services informations retrieved -[ 0.194 ] Plugin "Web": services informations retrieved -[ 0.208 ] Plugin "DriverIdentification": services informations retrieved -[ 0.222 ] Plugin "IEC104": services informations retrieved -[ 0.235 ] Plugin "DVP": services informations retrieved -[ 0.247 ] Plugin "Pickering-41-752": services informations retrieved -[ 0.247 ] Service DataAcquisition/DataAcquisition found -[ 0.247 ] SelfMonitoring service - server socket created, available on address: 134.130.169.80:59373 -[ 0.248 ] Root initialized: 134.130.169.80:25250/resources/root -[ 0.248 ] Initialization done -[ 0.342 ] OpalRtMain.c : Calculated cpu speed = 3466 MHz -[ 0.342 ] OpalRtMain.c : Model 'send_receive_1_sm_model' compiled in RELEASE mode. -[ 0.342 ] OpalRtMain.c : 12 CPUs active on this Computer -[ 0.342 ] OpalRtMain.c : libOpalR2011B.a : v11.0.5.499 (build = undefined) -[ 0.387 ] OpalRtMain.c : -[ 0.387 ] OpalRtMain.c : ------- License info dump START ------- -[ 0.387 ] OpalRtMain.c : #For support, do not hesitate to contact OPAL-RT Technologies through -[ 0.387 ] OpalRtMain.c : #our web site support section : http://opal-rt.com/support/support-request -[ 0.387 ] OpalRtMain.c : #Company Name: EON -[ 0.387 ] OpalRtMain.c : #Country: Germany -[ 0.387 ] OpalRtMain.c : #Serial Number: PE615-398 / PF612-266 -[ 0.387 ] OpalRtMain.c : #Target Number: PF612-266-S01 -[ 0.387 ] OpalRtMain.c : #Created by: AD -[ 0.387 ] OpalRtMain.c : #RT3: 285098 -[ 0.387 ] OpalRtMain.c : EXPIRATION=INFINITE -[ 0.387 ] OpalRtMain.c : END_OF_SUPPORT=26/05/2016 -[ 0.387 ] OpalRtMain.c : TARGET_NUMBER=PF612-266-S01 -[ 0.387 ] OpalRtMain.c : LICENSE_NUMBER=201501234 -[ 0.387 ] OpalRtMain.c : ARTEMIS_NUM_CORES.value=7 -[ 0.387 ] OpalRtMain.c : ARTEMIS_NUM_CORES.version=7.0 -[ 0.387 ] OpalRtMain.c : ARTEMIS_NUM_CORES.description=Number of activated core to execute a model in real-time with ARTEMiS library. -[ 0.387 ] OpalRtMain.c : ARTEMIS_RT.value=true -[ 0.387 ] OpalRtMain.c : ARTEMIS_RT.version=7.0 -[ 0.387 ] OpalRtMain.c : ARTEMIS_RT.description=Allows to execute models in real-time with ARTEMIS library. -[ 0.387 ] OpalRtMain.c : ARTEMIS_RTE.value=true -[ 0.387 ] OpalRtMain.c : ARTEMIS_RTE.version=7.0 -[ 0.387 ] OpalRtMain.c : ARTEMIS_RTE.description=Enables ARTEMIS blockset. -[ 0.387 ] OpalRtMain.c : ARTEMIS_SSN.value=true -[ 0.387 ] OpalRtMain.c : ARTEMIS_SSN.version=7.0 -[ 0.388 ] OpalRtMain.c : ARTEMIS_SSN.description=Enables ARTEMIS blockset with SSN option. -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_NUM_CORES.value=7 -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_NUM_CORES.version=4.0 -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_NUM_CORES.description=Number of activated core to execute a model in real-time with RT-EVENTS library. -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_RT.value=true -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_RT.version=4.0 -[ 0.388 ] OpalRtMain.c : RTE_DRIVE_RT.description=Allows to execute models in real-time within RT-EVENTS -[ 0.388 ] OpalRtMain.c : RTE_NUM_CORES.value=7 -[ 0.388 ] OpalRtMain.c : RTE_NUM_CORES.version=4.0 -[ 0.388 ] OpalRtMain.c : RTE_NUM_CORES.description=Number of activated core to execute a model in real-time with RT-EVENTS library. -[ 0.388 ] OpalRtMain.c : RTE_RT.value=true -[ 0.388 ] OpalRtMain.c : RTE_RT.version=4.0 -[ 0.388 ] OpalRtMain.c : RTE_RT.description=Allows to execute models in real-time within RT-EVENTS. -[ 0.388 ] OpalRtMain.c : RTLAB_DEV.value=true -[ 0.388 ] OpalRtMain.c : RTLAB_DEV.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_DEV.description=Allows to compile a model -[ 0.388 ] OpalRtMain.c : RTLAB_IO_61850.value=true -[ 0.388 ] OpalRtMain.c : RTLAB_IO_61850.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_IO_61850.description=Enables IEC61850 communication protocol for protection relay interface. -[ 0.388 ] OpalRtMain.c : RTLAB_NRT.value=true -[ 0.388 ] OpalRtMain.c : RTLAB_NRT.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_NRT.description=Allows to execute a model in non real-time mode -[ 0.388 ] OpalRtMain.c : RTLAB_NUM_CORES.value=7 -[ 0.388 ] OpalRtMain.c : RTLAB_NUM_CORES.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_NUM_CORES.description=Number of activated core to execute a model in real-time. -[ 0.388 ] OpalRtMain.c : RTLAB_RT.value=true -[ 0.388 ] OpalRtMain.c : RTLAB_RT.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_RT.description=Allows to execute a model in real-time mode with RT-LAB. -[ 0.388 ] OpalRtMain.c : RTLAB_XHP.value=true -[ 0.388 ] OpalRtMain.c : RTLAB_XHP.version=11.0 -[ 0.388 ] OpalRtMain.c : RTLAB_XHP.description=Enables the XHP mode within RT-LAB. -[ 0.388 ] OpalRtMain.c : XSG_DEV.value=true -[ 0.388 ] OpalRtMain.c : XSG_DEV.version=11.0 -[ 0.388 ] OpalRtMain.c : XSG_DEV.description=Enables XSG development of custom firmware on FPGA -[ 0.388 ] OpalRtMain.c : XSG_EHS.value=true -[ 0.388 ] OpalRtMain.c : XSG_EHS.version=11.0 -[ 0.388 ] OpalRtMain.c : XSG_EHS.description=Enables ultra-fast electric solver (eHS) on FPGA -[ 0.388 ] OpalRtMain.c : XSG_FP.value=true -[ 0.388 ] OpalRtMain.c : XSG_FP.version=11.0 -[ 0.388 ] OpalRtMain.c : XSG_FP.description=Enables XSG floating point (FP) block set on FPGA -[ 0.388 ] OpalRtMain.c : XSG_RT.value=true -[ 0.388 ] OpalRtMain.c : XSG_RT.version=11.0 -[ 0.388 ] OpalRtMain.c : XSG_RT.description=Enables XSG runtime execution of custom firmware on FPGA -[ 0.388 ] OpalRtMain.c : MACHINE_INFO_BEGIN -[ 0.388 ] OpalRtMain.c : MAC_RANK=0 -[ 0.388 ] OpalRtMain.c : INFO_TIME=04/12/2015 -[ 0.388 ] OpalRtMain.c : MAC Address=A0:36:9F:19:4D:2D -[ 0.388 ] OpalRtMain.c : HD Serial Number=SATA_ST9500423AS_6WR29EGX -[ 0.388 ] OpalRtMain.c : MACHINE_INFO_END -[ 0.388 ] OpalRtMain.c : ------- License info dump END ------- -[ 0.388 ] OpalRtMain.c : -[ 0.388 ] Highest active CPU: 12 -[ 0.388 ] Subsystem sm_model allocates 1 cores. -[ 0.388 ] OpalRtMain.c : model send_receive_1_sm_model assigned to logical cpu 1 -[ 0.388 ] OpalRtMain.c : Line 8131 -[ 0.388 ] OpalRtMain.c : Line 863 -[ 0.388 ] OpalRtMain.c : Monitoring is enabled -[ 0.388 ] MonLogger.c : Registering internal probes ... -[ 0.388 ] MonLogger.c : id 0 given to event "Sync Handler Jitter" -[ 0.388 ] MonLogger.c : id 1 given to event "Synchronized IOs" -[ 0.388 ] MonLogger.c : id 2 given to event "Status Update" -[ 0.388 ] MonLogger.c : id 3 given to event "Data Acquisition" -[ 0.388 ] MonLogger.c : id 4 given to event "New Data Acquisition" -[ 0.388 ] MonLogger.c : id 5 given to event "Signals Change" -[ 0.388 ] MonLogger.c : id 6 given to event "User Blobs" -[ 0.388 ] MonLogger.c : id 7 given to event "Send Status" -[ 0.388 ] MonLogger.c : id 8 given to event "Multi-Receive" -[ 0.388 ] MonLogger.c : id 9 given to event "Handle target requests" -[ 0.388 ] MonLogger.c : id 10 given to event "Handle host requests" -[ 0.388 ] MonLogger.c : id 11 given to event "Pre-execution computation time" -[ 0.388 ] MonLogger.c : id 12 given to event "Major computation time" -[ 0.388 ] MonLogger.c : id 13 given to event "Minor computation time" -[ 0.388 ] MonLogger.c : id 14 given to event "Post-execution computation time" -[ 0.389 ] MonLogger.c : id 15 given to event "Execution Cycle" -[ 0.389 ] MonLogger.c : id 16 given to event "Total Step Size" -[ 0.389 ] MonLogger.c : id 17 given to event "Idle wait for clock" -[ 0.389 ] MonLogger.c : id 18 given to event "Idle wait for comm" -[ 0.389 ] MonLogger.c : id 19 given to event "Idle wait for io" -[ 0.389 ] MonLogger.c : id 20 given to event "Total idle" -[ 0.389 ] MonLogger.c : id 21 given to event "Number of Overruns" -[ 0.389 ] MonLogger.c : Done registering 22 internal probes. -[ 0.389 ] OpalSync.c : Monitoring Controller initialization, step 1 done -[ 0.389 ] OpalRtMain.c : OpalAcq_Init() -[ 0.389 ] Loading data file: OpalAcquisitionSourcesCreator.data -[ 0.389 ] Loading data file: OpalRealTimeParametersCreator.data -[ 0.389 ] Service Parameters/ParametersService found -[ 0.389 ] HostRequest.c : Requests from host will be received from thread -[ 0.389 ] OpalHostRecvIf.c : Recv Thread started -[ 0.389 ] TargetRequest.c : Requests to host will be sent from thread -[ 0.389 ] TargetRequest.c : Requests to file will be sent from thread -[ 0.389 ] OpalHostSendIf.c : Send Thread started -[ 0.500 ] OpalHostRecvIf.c : RECV: connection to host established -[ 0.590 ] OpalPrint.c : Sending path notification request for system control (cmd 29) -[ 0.590 ] OpalHostSendIf.c : SEND: connection to host established -[ 0.791 ] OpalTarget.c : OPALRT Shared Memory unlocked (post) -[ 0.791 ] OpalTarget.c : Sub-systems added at position 0. -[ 0.791 ] OpalRtMain.c : OpalInit: OPALRT shared memory found and opened -[ 0.791 ] OpalRtMain.c : Line 1130 -[ 0.791 ] OpalRtMain.c : RT_mem_name = RT_send_receive_1_sm_model_12718 -[ 0.791 ] OpalRtMain.c : Line 1136 -[ 0.791 ] OpalRtIf.c : Shared memory RT created -[ 0.796 ] OpalRtMain.c : Line 1141 -[ 0.796 ] OpalRtMain.c : Line 1246 -[ 0.796 ] OpalRtMain.c : Model stop time has been set to 0.000000 s -[ 0.796 ] OpalRtMain.c : Model pause time has been set to 0.000000 s -[ 0.796 ] OpalRtMain.c : Line 1311 -[ 0.796 ] OpalRtMain.c : Snapshot enabled. -[ 0.796 ] OpalRtMain.c : Line 1342 -[ 0.796 ] OpalRtMain.c : Line 1418 -[ 0.796 ] OpalRtMain.c : Line 1542 -[ 0.796 ] OpalRtMain.c : Line 1579 -[ 0.796 ] OpalRtMain.c : Line 1601 -[ 0.796 ] OpalRtMain.c : Line 1640 -[ 0.796 ] OpalRtMain.c : Line 1664 -[ 0.796 ] OpalRtMain.c : Assigned main thread to CPU 1 (mask 0x2) -[ 0.796 ] OpalRtMain.c : Display of standard output will be disabled -[ 0.796 ] OpalRtMain.c : Standard output has been redirected to /dev/null -[ 0.796 ] OpalRtMain.c : Standard error has been redirected to /dev/null -[ 0.796 ] OpalRtMain.c : Standard input has been redirected to /dev/null -[ 0.797 ] OpalRtMain.c : Line 1696 -[ 0.797 ] OpalBlobsInternal.c : blobs: new callback function registered for blob id "OP_INFO_REGISTER_GET_INFO" -[ 0.797 ] OpalBlobsInternal.c : blobs: new callback function registered for blob id "OP_INFO_REGISTER_SET_INFO_1" -[ 0.797 ] OpalRtMain.c : Exiting from OpalInit function. User block(s) will be called. -[ 0.797 ] OpalAcquisition.c : Successfully registered acq group 1 for 13 fixed signals and 100 max dynamic signals -[ 0.797 ] OpalRtMain.c : SyncExchanger manager licenses registering... -[ 0.797 ] OpalRtMain.c : OpalMainLoop() -[ 0.797 ] OpalSync.c : Monitoring Controller initialization completed. -[ 0.797 ] MonLogger.c : Acq source memory created for monitoring, 22 probes, 44 signals -[ 0.797 ] MonLogger.c : Monitoring Logger initialization completed. -[ 0.797 ] OpalAcquisition.c : Successfully registered 44 signals for monitoring -[ 0.797 ] OpalAcquisition.c : Registering trigger for acq group 1 : type is 3, offset is 0 -[ 0.797 ] OpalAcquisition.c : Registering trigger for acq group 25 : type is 3, offset is 0 -[ 0.797 ] OpalBlobsInternal.c : blobs: new callback function registered for blob id "STATIC_ACQ_INFO" -[ 0.797 ] OpalClientServer.c : DATA MEM allocated: 4569936 bytes for client 6 -[ 0.797 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.797 ] OpalClientServer.c : DATA MEM allocated: 81040 bytes for client 30 -[ 0.797 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.797 ] OpalRtMain.c : Line 1778 -[ 0.797 ] OpalClientServer.c : DATA MEM allocated: 3720 bytes for client 1 -[ 0.797 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.797 ] OpalRtMain.c : Line 1783 -[ 0.797 ] OpalRtBlobs.c : Number of registered blobs ids = 3 -[ 0.797 ] OpalClientServer.c : DATA MEM allocated: 66092 bytes for client 5 -[ 0.797 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.797 ] OpalRtBlobs.c : OpalBlobs_MemInit, frame 0, actualDataSize 66092 -[ 0.797 ] OpalRtMain.c : Line 1785 -[ 0.797 ] OpalIO.c : Searching call back INIT for sample time 0.000000 ... -[ 0.797 ] OpalIO.c : Calling prio 1 -[ 0.797 ] OpalIO.c : Calling prio 1 -[ 0.797 ] OpalIO.c : Calling prio 2 -[ 0.797 ] genAsyncCtrl_misc.c : Shared memory created -[ 0.797 ] OpalIO.c : Calling prio 3 -[ 0.797 ] sendAsync_misc.c : Shared memory opened -[ 0.797 ] sendAsync_misc.c : ASYNC_SEND_OPTIMIZE undeclared:Send Async block not using optimizations -[ 0.797 ] OpalIO.c : Calling prio 3 -[ 0.797 ] recvAsync_misc.c : Shared memory opened -[ 0.797 ] OpalIO.c : Calling prio 4 -[ 0.801 ] genAsyncCtrl_misc.c : Asynchronous application 'AsyncIP' launched -[ 0.801 ] VILLASnode-OPAL-UDP: This is VILLASnode-OPAL-UDP client version 0.6 -VILLASnode-OPAL-UDP: Version : 0.6 -VILLASnode-OPAL-UDP: Remote Address : 134.130.169.31 -VILLASnode-OPAL-UDP: Remote Port : 12000 -VILLASnode-OPAL-UDP: Local Port : 12001 -VILLASnode-OPAL-UDP: SendToIPPort thread started -VILLASnode-OPAL-UDP: RecvFromIPPort thread started -[ 0.801 ] OpalIO.c : Searching call back INIT for sample time 0.000050 ... -[ 0.801 ] OpalRtMain.c : Line 1795 -[ 0.801 ] OpalRtIf.c : Shared memory MRate created -[ 0.801 ] OpalRtIf.c : Line 2338 -[ 0.801 ] OpalRtIf.c : Line 2363 -[ 0.801 ] OpalRtIf.c : sm_model have 512 points (500+0+0+0+12+0+0+0) -[ 0.801 ] OpalRtIf.c : BossClk : sm_model -[ 0.801 ] OpalRtIf.c : Status sample time: 0.000050 -[ 0.801 ] OpalRtIf.c : Line 3040 -[ 0.801 ] OpalRtMain.c : SubSystem step size = 0.000050 sec. Status updated at every 1 local step. -[ 0.801 ] OpalRtMain.c : ------- Log node 1 ------- -[ 0.801 ] OpalRtMain.c : IO = 0 -[ 0.801 ] OpalRtMain.c : subSysSampleTime = 0.000050 -[ 0.801 ] OpalRtMain.c : typeOfClock = 3 -[ 0.801 ] OpalRtMain.c : clockFactor = 1 -[ 0.801 ] OpalRtMain.c : OpSyncHard = 0 -[ 0.801 ] OpalRtMain.c : NeedSync = 0 -[ 0.801 ] OpalRtMain.c : StatusST = 0.000050 -[ 0.801 ] OpalRtMain.c : skip = 1 -[ 0.801 ] OpalSyncOs.c : Clock resolution is 0.001000 us -[ 0.801 ] OpalSyncOs.c : Registered CB_WaitForTimer_sync_os -[ 0.801 ] OpalRtMain.c : Synchronized with software timer. -[ 0.801 ] OpalRtMain.c : Line 2231 -[ 0.801 ] OpalClientServer.c : DATA MEM allocated: 7238 bytes for client 3 -[ 0.801 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.801 ] OpalRtMain.c : Line 2296 -[ 0.801 ] OpalRtMain.c : Parameters Init: subsystem has 249 values (249), 1 pages. - -[ 0.801 ] OpalClientServer.c : DATA MEM allocated: 5118 bytes for client 2 -[ 0.801 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.802 ] OpalRtMain.c : Line 2302 -[ 0.802 ] OpalClientServer.c : DATA MEM allocated: 327645 bytes for client 4 -[ 0.802 ] OpalClientServer.c : (One extra signal for Write to File) -[ 0.802 ] Signals.c : ReturnSignalsInit, id 4, maxNbSignals 1015, buf size 327645 -[ 0.802 ] Signals.c : ReturnSignalsInit, frame 0, actualDataSize 327645 -[ 0.802 ] OpalRtMain.c : Line 2320 -[ 0.802 ] OpalRtMain.c : Subsys found in shared memory. -[ 0.816 ] OpalRtMain.c : Line 2347 -[ 0.816 ] OpalTarget.c : Sending notification request for system control (cmd 7) -[ 0.828 ] OpalRtMain.c : Line 2352 -[ 0.828 ] OpalRtMain.c : Line 2418 -[ 0.828 ] OpalRtMain.c : The model contains 1 sample times. -[ 0.828 ] OpalRtMain.c : Base sample time = 0.000050 -[ 0.828 ] OpalRtMain.c : Real-time SingleTasking mode. -[ 0.828 ] OpalRtMain.c : OpalExecutionMainLoop() -[ 0.828 ] OpalRtMain.c : *** Fetched 1 cores, remains 6 -[ 0.828 ] OpalRtMain.c : RT-LAB license ok. Unlimited time license. -[ 0.828 ] OpalTarget.c : Sending notification request for system control (cmd 108) -[ 0.828 ] MonLogger.c : Monitoring: start time = 0.000 ms, using CPU speed = 3466 MHz -[ 0.828 ] OpalRtSnapshot.c : Snapshot taken (opsend_receive_sm_model_0.snap). -[ 0.828 ] OpalRtSnapshot.c : Estimated time to take a snapshot = 1 us. -[ 0.834 ] OpalPrint.c : Sending file name notification request for system control (cmd 30) -[ 0.834 ] OpalHostSendIf.c : Open file done (/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/opsend_receive_sm_model_0.snap) -[ 0.834 ] OpalHostSendIf.c : Close file done (/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/opsend_receive_sm_model_0.snap) -[ 0.834 ] OpalPrint.c : Sending file name notification request for system control (cmd 33) -[ 0.834 ] OpalSyncOs.c : timer time is set to 50 us -[ 0.834 ] OpalTarget.c : Sending notification request for system control (cmd 20) -[ 0.834 ] OpalRtMain.c : [0]: PAUSE mode, IO set to pause value. -[ 0.834 ] OpalRtMain.c : Total of 0 Overrun detected. -[ 0.834 ] OpalRtMain.c : Thu Apr 27 18:29:12 2017 - -[ 0.955 ] OpalRtMain.c : SYS_CALC_STEP Command (0.000050) -[ 0.955 ] OpalTarget.c : Sending feedback request for system control (cmd 8) -[ 0.975 ] OpalRtMain.c : received blob cmd 60 at cycle 0 -[ 0.975 ] OpalRtBlobs.c : Sending feedback request for blobs (cmd 60) -[ 0.975 ] OpalTarget.c : Send data request for client 5 (Queue=1) -[ 0.985 ] OpalRtMain.c : received blob cmd 61 at cycle 0 -[ 0.985 ] OpalRtBlobs.c : Sending feedback request for blobs (cmd 61) -[ 0.985 ] OpalTarget.c : Send data request for client 5 (Queue=1) -[ 0.995 ] OpalRtMain.c : received blob cmd 59 at cycle 0 -[ 0.995 ] OpalRtMain.c : handling blob cmd 59 at cycle 0 (blob OP_INFO_REGISTER_GET_INFO) -[ 0.995 ] OpalRtBlobs.c : Sending feedback request for blobs (cmd 59) -[ 0.995 ] OpalTarget.c : Send data request for client 5 (Queue=1) -[ 1.005 ] OpalSync.c : Monitoring: received request for number of probes -[ 1.005 ] OpalSync.c : Sending feedback request for monitoring (cmd 48) -[ 1.005 ] OpalTarget.c : Send data request for client 1 (Queue=1) -[ 1.436 ] 134.130.169.16:25250/resources/root/EF91214E-1E12-4673-A911-0F8133170284 : data -> 1 -[ 1.801 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 2.041 ] OpalRtMain.c : received blob cmd 59 at cycle 0 -[ 2.041 ] OpalRtMain.c : handling blob cmd 59 at cycle 0 (blob STATIC_ACQ_INFO) -[ 2.041 ] OpalRtBlobs.c : Sending feedback request for blobs (cmd 59) -[ 2.041 ] OpalTarget.c : Send data request for client 5 (Queue=1) -[ 2.061 ] OpalSync.c : Group 1: Receive 9 cmd from probe -[ 2.061 ] OpalAcquisition.c : Changing trigger for acq group 1 : type is 3, offset is 0 -[ 2.061 ] OpalSync.c : Probe cmd 34 for 1 subSys (group 1) -[ 2.061 ] OpalAcquisition.c : Probe cmd (34) group 1: ok to apply at pass 0.000000 -[ 2.061 ] OpalAcquisition.c : ACQ GROUP 1: UPDATING PARAMETER AT PASS 0.000000 .... - -[ 2.061 ] OpalAcquisition.c : Group 1: repeat factor = 1 (1), status decimation = 1 -[ 2.061 ] OpalAcquisition.c : Probe cmd has been applied at pass 0.000000. -[ 2.061 ] OpalSync.c : Sending feedback request for probe (cmd 34, group 1) -[ 2.061 ] OpalTarget.c : Send data request for client 1 (Queue=1) -[ 2.092 ] OpalSync.c : Group 25: Receive 9 cmd from probe -[ 2.092 ] OpalAcquisition.c : Changing trigger for acq group 25 : type is 3, offset is 0 -[ 2.092 ] OpalSync.c : Probe cmd 34 for 1 subSys (group 25) -[ 2.092 ] OpalAcquisition.c : Probe cmd (34) group 25: ok to apply at pass 0.000000 -[ 2.092 ] OpalAcquisition.c : ACQ GROUP 25: UPDATING PARAMETER AT PASS 0.000000 .... - -[ 2.092 ] OpalAcquisition.c : Group 25: repeat factor = 1 (1), status decimation = 1 -[ 2.092 ] OpalAcquisition.c : Probe cmd has been applied at pass 0.000000. -[ 2.092 ] OpalSync.c : Sending feedback request for probe (cmd 34, group 25) -[ 2.092 ] OpalTarget.c : Send data request for client 1 (Queue=1) -Starting transfer of /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/opsend_receive_sm_model_0.snap... -Transfer of /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/opsend_receive_sm_model_0.snap OK -[ 2.802 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 3.802 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 4.803 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 5.803 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 6.804 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 7.805 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 8.805 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 9.805 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 10.806 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 11.545 ] OpalRtMain.c : SYS_CALC_STEP Command (0.000050) -[ 11.545 ] OpalTarget.c : Sending feedback request for system control (cmd 8) -[ 11.555 ] OpalRtMain.c : SYS_EXECUTE Command -[ 11.555 ] OpalRtMain.c : Calculation step set to 0.000050, stopTime = 0.000000, pauseTime = 0.000000 -[ 11.555 ] OpalTarget.c : Sending notification request for system control (cmd 9) -[ 11.555 ] OpalTarget.c : Sending feedback request for system control (cmd 9) -[ 11.555 ] OpalRtMain.c : [1]: RUN mode, IO set to run value. -[ 11.555 ] OpalRtMain.c : Synchronized step size = 50 us. -[ 11.555 ] OpalRtMain.c : Thu Apr 27 18:29:22 2017 - -[ 11.555 ] OpalAcquisition.c : ACQ GROUP 1: UPDATING PARAMETER AT PASS 0.000000 .... - -[ 11.555 ] OpalAcquisition.c : Group 1: repeat factor = 1 (1), status decimation = 1 -[ 11.555 ] OpalAcquisition.c : ACQ GROUP 25: UPDATING PARAMETER AT PASS 0.000000 .... - -[ 11.555 ] OpalAcquisition.c : Group 25: repeat factor = 1 (1), status decimation = 1 -[ 11.555 ] OpalRtMain.c : Main priority set to 99 -[ 11.806 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 12.806 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 13.807 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 14.808 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 15.808 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 16.808 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 17.809 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 18.810 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 19.811 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 20.811 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 21.812 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 22.812 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 23.813 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 23.911 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 23.921 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.015 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.029 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.039 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.041 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.050 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.052 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.062 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.066 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.076 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.078 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.087 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.089 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.099 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.101 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.111 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.113 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.123 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.129 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.139 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.141 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.150 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.155 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.165 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.166 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.176 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.177 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.186 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.192 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.202 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.203 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.213 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.214 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.224 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.226 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.235 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.237 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.247 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.249 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.259 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.264 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.273 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.282 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.291 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.293 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.303 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.305 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.314 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.320 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.330 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.332 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.341 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.343 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.353 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.355 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.365 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.377 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.378 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.388 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.397 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.407 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.408 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.418 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.420 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.430 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.431 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.441 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.442 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.451 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.454 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.463 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.466 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.475 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.476 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.486 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.488 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.497 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.499 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.509 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.510 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.519 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.526 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.535 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.545 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.555 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.564 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.573 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.576 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.585 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.589 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.599 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.600 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.609 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.610 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.620 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.622 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.631 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.633 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.642 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.644 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.653 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.662 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.672 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.676 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.685 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.687 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.697 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.699 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.708 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.710 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.719 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.724 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.734 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.740 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.749 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.751 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.761 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.762 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.772 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.783 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.793 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.795 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.805 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.807 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.813 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 24.817 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.818 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.828 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.829 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.839 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.849 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.851 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.861 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.862 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.872 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.873 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.882 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.884 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.894 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.895 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.904 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.916 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.925 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.927 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.937 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.938 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.948 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.949 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.959 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.960 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.970 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.971 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.981 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 24.984 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 24.993 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 24.995 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.005 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.006 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.015 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.017 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.027 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.035 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.044 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.048 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.058 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.060 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.070 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.071 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.080 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.082 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.091 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.094 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.103 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.109 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.119 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.120 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.130 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.131 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.141 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.143 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.153 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.158 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.168 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.174 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.184 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.185 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.195 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.197 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.207 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.209 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.218 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.220 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.230 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.234 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.244 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.245 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.255 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.267 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.270 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.280 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.288 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.298 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.304 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.313 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.315 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.324 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.325 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.335 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.337 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.346 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.347 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.357 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.359 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.369 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.375 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.385 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.386 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.396 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.400 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.410 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.415 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.425 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.432 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.441 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.445 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.455 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.456 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.466 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.467 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.477 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.479 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.489 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.490 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.500 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.504 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.513 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.515 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.524 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.532 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.542 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.544 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.554 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.556 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.565 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.574 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.583 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.591 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.600 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.608 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.618 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.619 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.629 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.632 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.641 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.646 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.656 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.658 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.667 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.668 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.678 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.679 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.689 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.694 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.704 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.715 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.717 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.726 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.729 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.738 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.741 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.750 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.752 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.762 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.764 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.774 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.779 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.789 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.790 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.799 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.801 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.810 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.811 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.821 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.827 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.837 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.839 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.849 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.851 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.860 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.862 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.872 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.874 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.884 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.891 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.900 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.912 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.918 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.927 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.929 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.939 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.940 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.950 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.955 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.965 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.966 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.976 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.977 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.986 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 25.988 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 25.997 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 25.998 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.008 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.009 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.018 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.023 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.033 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.034 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.044 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.053 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.062 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.073 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.075 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.085 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.090 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.100 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.103 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.113 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.115 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.125 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.138 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.141 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.150 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.153 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.163 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.169 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.179 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.180 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.190 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.192 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.201 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.202 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.212 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.218 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.227 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.228 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.238 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.239 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.249 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.250 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.260 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.262 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.272 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.273 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.282 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.285 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.295 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.299 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.308 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.309 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.318 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.320 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.330 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.333 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.342 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.348 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.357 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.359 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.369 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.372 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.381 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.384 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.393 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.394 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.404 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.411 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.421 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.430 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.439 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.441 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.450 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.451 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.461 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.462 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.472 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.476 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.486 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.488 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.497 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.499 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.509 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.510 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.520 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.521 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.530 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.533 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.542 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.551 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.561 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.563 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.573 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.575 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.584 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.585 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.595 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.596 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.606 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.608 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.618 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.622 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.631 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.634 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.644 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.651 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.660 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.672 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.681 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.683 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.693 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.694 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.703 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.715 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.716 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.726 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.727 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.737 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.742 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.751 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.752 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.762 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.763 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.772 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.774 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.784 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.785 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.795 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.806 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.816 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.821 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.830 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.833 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.843 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.844 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.854 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.855 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.865 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.869 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.878 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.880 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.890 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.891 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.901 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.912 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.924 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.934 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.951 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.953 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.963 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.965 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.974 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 26.976 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.986 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 26.987 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 26.996 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.001 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.011 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.013 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.023 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.024 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.034 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.035 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.045 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.051 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.060 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.074 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.075 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.085 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.087 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.097 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.098 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.108 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.112 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.121 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.138 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.139 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.149 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.151 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.160 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.162 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.172 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.173 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.183 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.193 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.203 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.205 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.215 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.216 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.225 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.232 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.242 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.243 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.252 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.267 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.269 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.279 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.281 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.291 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.292 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.302 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.307 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.317 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.324 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.334 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.335 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.344 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.346 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.355 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.357 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.366 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.368 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.378 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.381 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.390 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.394 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.404 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.405 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.415 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.426 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.430 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.440 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.442 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.451 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.456 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.465 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.467 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.477 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.478 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.488 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.491 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.501 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.502 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.512 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.516 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.526 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.527 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.537 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.539 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.549 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.550 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.560 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.564 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.573 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.575 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.585 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.587 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.597 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.598 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.608 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.609 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.619 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.619 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.629 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.632 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.641 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.649 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.658 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.659 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.669 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.671 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.680 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.686 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.696 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.697 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.707 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.713 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.722 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.726 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.736 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.738 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.747 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.749 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.759 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.760 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.770 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.771 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.780 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.781 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.790 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.791 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.800 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.802 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.812 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.816 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.826 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.827 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.837 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.841 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.851 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.853 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.862 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.864 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.873 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.876 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.885 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.887 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.897 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.908 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.918 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.923 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.932 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.936 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.946 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.948 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.958 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.959 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.969 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.973 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.983 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 27.986 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 27.996 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 27.997 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.007 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.009 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.019 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.020 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.029 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.031 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.041 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.042 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.051 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.053 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.062 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.073 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.074 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.084 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.085 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.095 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.096 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.106 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.112 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.122 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.123 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.133 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.134 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.144 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.145 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.155 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.156 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.165 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.171 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.181 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.183 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.193 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.194 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.204 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.206 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.215 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.217 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.227 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.231 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.241 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.243 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.252 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.254 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.264 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.267 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.276 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.278 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.288 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.297 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.306 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.308 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.318 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.320 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.330 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.331 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.341 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.342 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.352 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.353 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.363 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.377 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.378 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.388 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.389 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.398 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.399 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.409 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.411 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.420 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.433 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.442 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.445 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.455 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.457 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.467 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.468 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.478 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.482 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.492 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.494 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.504 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.506 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.516 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.517 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.527 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.528 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.538 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.539 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.549 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.557 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.566 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.567 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.577 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.578 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.588 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.591 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.601 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.602 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.611 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.612 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.622 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.627 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.637 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.639 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.648 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.650 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.659 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.660 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.670 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.672 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.681 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.693 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.702 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.715 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.720 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.730 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.743 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.753 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.759 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.769 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.776 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.786 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.789 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.799 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.804 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.813 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.822 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.832 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.834 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.844 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.845 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.855 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.865 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.867 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.877 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.878 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.888 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.889 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.899 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.907 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.916 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.920 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.929 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.930 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.940 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.951 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.956 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.966 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.967 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.976 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.978 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.987 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 28.989 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 28.998 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 28.999 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.009 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.011 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.021 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.023 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.033 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.039 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.049 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.050 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.060 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.062 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.072 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.074 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.084 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.087 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.096 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.098 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.108 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.109 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.119 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.120 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.130 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.133 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.143 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.151 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.161 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.177 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.178 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.188 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.189 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.199 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.200 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.210 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.216 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.226 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.228 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.238 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.246 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.255 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.267 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.272 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.281 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.286 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.296 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.297 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.307 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.308 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.318 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.321 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.331 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.333 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.342 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.345 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.355 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.356 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.366 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.377 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.378 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.388 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.391 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.401 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.405 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.415 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.415 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.425 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.426 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.436 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.438 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.448 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.450 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.460 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.461 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.470 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.475 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.484 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.486 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.496 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.502 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.511 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.513 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.523 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.524 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.534 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.537 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.547 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.548 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.558 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.561 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.571 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.572 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.582 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.583 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.593 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.595 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.605 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.615 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.624 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.627 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.636 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.638 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.648 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.650 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.659 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.661 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.670 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.674 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.683 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.686 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.695 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.697 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.707 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.709 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.719 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.725 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.734 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.739 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.748 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.750 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.760 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.761 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.771 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.773 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.783 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.784 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.793 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.798 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.808 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.811 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.821 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.822 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.831 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.833 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.843 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.844 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.854 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.855 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.865 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.872 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.882 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.884 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.894 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.896 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.906 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.907 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.917 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.934 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.944 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.947 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.957 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.959 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.969 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.972 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.982 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 29.983 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 29.993 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 29.997 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.007 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.008 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.018 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.020 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.029 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.031 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.041 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.042 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.051 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.053 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.063 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.067 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.077 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.078 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.088 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.091 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.100 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.102 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.112 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.113 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.123 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.127 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.137 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.138 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.148 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.149 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.159 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.160 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.170 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.175 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.185 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.190 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.200 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.201 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.211 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.211 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.221 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.223 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.233 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.234 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.243 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.245 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.254 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.261 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.270 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.272 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.281 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.283 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.293 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.294 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.304 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.312 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.321 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.328 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.337 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.339 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.349 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.350 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.360 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.362 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.372 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.374 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.384 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.388 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.398 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.401 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.410 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.416 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.426 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.433 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.443 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.448 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.458 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.459 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.469 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.472 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.482 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.483 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.493 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.504 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.506 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.516 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.523 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.533 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.540 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.549 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.550 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.560 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.561 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.571 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.573 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.582 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.586 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.596 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.598 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.608 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.610 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.620 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.621 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.631 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.633 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.642 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.648 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.657 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.662 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.671 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.673 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.683 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.685 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.695 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.696 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.706 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.711 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.721 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.723 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.732 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.734 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.744 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.745 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.755 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.758 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.768 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.768 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.778 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.780 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.790 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.791 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.801 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.802 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.812 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.813 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.823 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.824 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.833 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.835 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.845 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.846 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.855 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.866 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.868 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.878 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.883 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.893 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.907 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.917 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.918 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.927 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.931 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.941 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.944 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.954 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.955 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.965 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.971 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.980 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 30.982 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 30.991 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 30.993 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.003 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.011 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.021 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.037 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.046 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.050 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.059 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.061 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.071 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.073 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.082 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.084 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.093 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.095 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.105 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.116 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.126 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.137 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.139 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.149 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.150 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.160 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.176 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.177 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.187 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.189 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.198 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.200 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.210 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.222 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.231 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.241 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.244 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.254 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.256 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.265 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.267 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.277 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.278 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.287 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.290 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.300 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.304 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.314 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.315 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.325 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.327 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.336 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.343 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.353 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.354 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.364 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.371 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.380 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.383 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.393 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.394 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.404 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.405 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.414 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.416 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.425 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.430 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.440 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.442 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.452 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.453 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.463 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.464 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.474 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.477 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.487 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.505 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.509 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.519 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.520 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.530 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.532 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.542 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.543 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.553 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.557 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.567 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.568 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.578 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.579 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.589 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.600 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.610 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.613 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.623 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.628 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.638 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.640 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.650 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.652 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.661 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.663 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.673 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.684 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.689 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.699 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.700 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.709 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.715 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.725 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.727 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.737 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.738 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.748 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.751 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.761 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.761 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.771 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.772 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.782 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.783 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.792 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.794 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.804 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.804 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.814 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.817 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.827 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.828 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.838 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.846 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.855 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.858 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.867 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.869 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.879 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.885 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.895 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.896 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.906 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.908 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.918 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.919 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.928 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.932 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.942 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.943 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.953 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.961 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.971 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.973 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.982 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 31.983 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 31.993 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 31.994 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.003 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.015 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.020 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.029 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.031 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.041 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.054 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.063 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.066 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.076 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.083 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.093 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.098 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.108 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.109 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.119 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.120 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.130 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.132 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.142 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.149 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.159 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.160 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.170 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.171 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.181 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.187 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.197 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.198 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.207 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.213 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.223 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.224 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.234 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.236 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.245 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.247 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.256 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.259 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.269 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.274 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.283 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.284 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.294 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.296 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.306 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.308 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.318 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.324 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.334 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.340 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.350 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.351 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.361 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.362 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.371 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.372 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.382 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.383 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.393 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.404 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.414 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.418 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.427 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.434 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.443 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.445 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.455 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.457 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.467 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.472 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.482 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.483 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.493 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.504 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.506 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.516 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.517 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.527 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.528 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.538 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.547 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.557 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.558 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.567 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.569 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.579 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.580 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.590 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.591 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.601 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.605 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.614 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.626 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.628 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.637 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.639 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.648 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.650 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.659 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.666 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.676 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.682 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.691 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.693 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.703 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.704 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.714 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.715 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.725 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.731 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.741 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.743 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.752 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.754 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.763 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.765 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.774 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.775 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.785 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.797 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.807 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.812 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.821 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.822 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.832 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.833 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.843 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.844 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.854 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.865 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.872 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.882 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.885 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.895 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.896 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.906 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.908 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.918 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.930 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.940 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.951 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.953 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.962 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.964 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.974 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 32.976 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 32.986 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 32.993 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.002 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.007 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.017 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.018 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.028 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.036 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.046 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.048 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.057 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.065 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.074 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.076 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.085 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.086 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.096 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.102 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.111 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.113 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.123 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.126 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.136 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.138 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.148 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.155 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.165 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.176 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.178 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.188 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.193 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.203 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.206 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.216 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.216 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.226 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.228 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.238 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.240 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.250 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.254 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.263 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.272 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.282 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.285 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.294 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.296 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.306 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.307 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.316 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.321 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.330 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.334 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.343 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.345 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.355 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.356 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.365 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.377 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.387 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.397 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.399 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.409 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.411 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.420 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.421 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.431 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.432 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.442 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.447 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.457 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.458 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.468 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.470 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.480 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.482 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.491 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.493 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.503 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.513 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.523 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.525 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.534 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.536 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.545 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.546 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.556 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.557 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.567 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.568 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.578 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.579 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.588 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.590 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.600 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.602 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.612 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.613 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.622 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.623 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.633 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.634 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.644 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.652 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.661 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.663 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.673 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.685 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.686 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.696 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.698 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.707 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.709 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.719 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.722 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.731 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.733 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.742 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.744 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.753 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.757 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.766 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.773 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.783 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.789 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.799 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.800 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.810 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.812 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.822 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.863 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.873 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.885 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.895 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.898 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.907 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.912 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.922 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.924 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.934 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.935 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.945 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.946 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.956 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.958 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.968 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 33.974 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 33.984 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 33.993 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.002 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.003 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.013 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.015 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.024 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.026 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.036 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.037 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.046 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.050 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.060 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.074 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.078 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.087 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.092 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.102 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.107 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.117 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.119 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.128 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.131 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.141 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.143 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.153 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.157 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.166 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.178 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.187 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.190 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.200 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.205 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.214 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.221 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.230 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.236 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.246 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.247 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.257 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.259 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.268 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.269 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.279 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.281 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.291 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.296 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.306 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.310 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.319 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.323 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.332 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.334 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.344 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.346 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.356 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.360 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.370 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.374 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.383 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.388 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.397 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.401 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.411 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.415 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.425 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.432 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.442 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.444 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.454 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.455 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.465 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.466 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.476 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.478 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.488 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.493 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.503 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.504 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.514 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.515 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.525 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.526 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.536 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.539 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.549 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.554 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.564 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.565 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.574 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.576 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.586 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.588 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.598 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.601 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.611 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.612 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.622 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.625 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.635 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.637 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.646 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.648 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.657 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.663 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.672 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.673 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.683 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.685 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.695 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.696 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.706 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.708 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.717 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.719 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.728 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.730 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.740 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.742 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.752 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.756 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.766 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.769 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.779 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.781 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.791 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.798 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.808 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.812 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.822 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.825 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.834 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.837 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.846 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.848 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.858 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.861 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.870 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.873 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.883 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.891 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.900 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.913 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.923 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.925 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.935 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.936 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.946 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.947 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.956 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.957 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.967 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.968 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.978 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 34.979 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 34.989 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 34.991 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.001 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.003 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.012 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.016 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.025 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.033 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.043 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.046 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.056 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.058 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.067 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.077 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.086 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.091 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.101 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.104 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.113 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.115 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.125 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.126 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.135 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.149 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.159 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.165 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.174 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.177 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.187 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.189 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.199 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.222 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.228 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.238 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.242 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.251 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.267 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.272 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.282 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.320 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.329 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.337 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.347 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.349 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.359 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.365 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.375 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.377 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.387 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.389 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.399 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.404 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.414 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.426 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.428 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.438 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.441 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.450 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.452 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.461 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.467 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.477 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.478 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.488 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.490 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.499 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.500 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.510 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.511 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.521 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.530 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.539 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.540 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.550 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.550 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.560 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.562 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.572 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.573 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.583 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.584 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.594 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.607 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.617 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.620 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.630 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.632 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.642 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.644 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.653 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.659 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.669 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.670 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.680 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.683 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.692 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.694 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.704 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.715 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.716 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.726 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.737 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.747 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.749 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.759 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.762 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.772 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.773 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.782 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.787 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.797 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.804 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.813 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.815 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.825 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.826 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.835 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.841 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.851 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.853 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.862 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.866 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.875 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.878 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.888 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.890 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.900 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.912 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.913 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.923 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.928 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.938 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.950 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.957 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.966 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.969 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.978 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 35.980 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 35.990 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 35.994 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.004 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.014 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.015 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.025 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.088 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.097 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.114 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.124 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.129 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.139 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.140 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.149 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.151 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.161 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.162 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.172 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.174 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.183 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.191 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.200 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.211 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.221 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.224 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.234 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.237 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.247 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.256 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.266 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.268 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.277 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.279 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.289 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.291 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.300 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.303 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.312 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.322 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.332 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.334 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.343 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.345 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.355 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.357 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.367 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.370 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.380 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.387 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.397 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.400 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.409 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.410 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.420 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.422 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.432 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.433 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.442 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.450 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.460 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.462 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.471 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.473 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.483 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.484 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.494 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.505 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.507 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.517 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.522 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.531 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.533 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.543 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.545 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.554 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.556 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.566 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.579 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.589 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.591 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.601 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.603 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.613 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.614 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.624 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.626 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.636 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.643 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.652 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.656 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.666 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.685 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.695 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.704 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.713 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.723 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.728 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.737 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.740 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.749 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.751 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.761 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.761 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.771 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.777 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.786 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.788 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.798 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.799 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.809 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.811 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.820 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.822 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.832 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.850 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.865 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.867 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.877 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.880 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.889 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.892 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.901 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.907 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.916 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.918 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.927 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.928 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.938 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.939 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.949 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.957 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.967 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.974 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.984 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 36.985 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 36.995 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 36.996 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.006 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.008 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.017 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.018 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.028 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.029 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.039 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.047 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.057 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.058 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.068 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.069 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.079 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.086 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.096 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.104 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.114 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.118 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.128 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.129 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.138 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.140 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.149 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.151 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.161 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.177 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.180 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.190 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.192 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.201 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.209 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.219 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.221 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.231 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.235 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.244 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.245 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.255 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.266 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.268 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.278 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.278 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.288 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.289 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.299 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.300 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.310 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.311 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.321 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.371 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.381 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.396 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.406 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.409 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.419 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.426 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.436 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.438 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.448 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.456 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.466 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.479 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.488 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.493 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.502 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.504 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.513 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.515 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.524 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.525 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.535 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.537 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.546 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.548 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.557 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.560 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.570 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.572 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.581 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.584 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.593 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.599 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.609 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.611 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.621 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.628 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.638 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.639 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.648 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.650 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.660 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.662 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.672 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.673 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.683 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.686 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.696 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.698 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.707 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.708 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.718 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.720 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.729 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.736 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.746 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.757 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.767 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.771 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.781 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.783 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.793 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.794 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.804 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.805 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.815 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.820 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.830 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.832 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.842 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.843 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.853 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.859 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.868 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.870 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.880 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.891 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.900 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.906 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.916 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.934 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.943 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 37.953 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.963 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 37.966 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 37.975 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 38.043 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.053 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 38.070 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.080 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 38.084 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.094 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 38.094 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.104 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 38.111 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.121 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 38.122 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 38.131 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.185 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.194 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.208 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.218 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.252 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.262 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.264 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.274 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.283 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.292 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.301 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.311 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.318 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.327 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.331 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.341 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.343 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.353 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.354 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.364 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.365 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.375 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.382 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.391 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.393 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.402 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.407 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.416 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.427 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.428 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.438 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.440 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.449 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.465 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.475 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.479 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.488 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.489 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.499 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.501 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.510 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.516 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.526 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.528 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.538 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.539 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.548 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.559 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.568 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.576 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.585 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.587 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.596 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.598 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.607 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.611 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.620 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.621 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.631 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.632 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.641 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.645 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.654 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.656 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.666 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.670 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.680 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.689 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.698 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.712 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.722 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.727 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.737 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.741 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.751 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.754 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.763 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.772 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.781 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.783 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.793 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.794 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.804 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.811 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.821 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.824 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.834 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.839 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.849 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.850 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.859 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.862 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.871 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.874 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.884 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.886 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.896 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.912 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.915 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.924 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.926 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.936 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.943 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.953 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.954 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.964 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.971 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.981 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 39.982 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 39.992 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 39.993 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.003 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.015 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.016 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.026 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.041 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.051 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.056 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.066 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.067 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.077 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.079 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.089 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.090 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.100 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.104 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.114 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.115 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.125 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.138 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.140 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.150 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.151 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.161 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.169 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.178 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.189 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.199 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.202 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.212 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.214 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.224 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.231 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.240 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.264 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.274 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.283 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.293 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.303 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.313 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.315 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.325 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.327 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.336 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.340 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.350 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.352 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.362 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.365 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.374 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.376 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.385 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.392 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.402 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.407 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.417 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.424 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.433 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.434 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.444 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.446 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.456 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.457 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.467 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.469 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.478 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.480 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.490 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.504 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.506 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.515 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.517 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.527 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.528 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.538 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.541 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.550 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.562 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.571 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.573 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.583 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.587 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.597 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.601 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.611 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.626 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.629 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.639 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.641 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.650 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.661 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.671 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.676 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.685 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.688 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.698 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.700 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.709 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.711 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.721 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.722 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.732 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.734 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.743 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.755 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.765 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.766 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.776 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.777 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.787 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.788 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.798 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.799 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.808 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.813 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.823 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.825 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.835 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.836 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.845 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.847 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.857 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.858 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.868 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.870 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.879 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.886 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.896 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.901 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.911 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.912 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.922 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.924 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.934 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.935 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.945 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.947 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.957 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.959 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.968 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.969 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.979 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 40.980 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 40.989 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 40.991 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.000 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.008 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.018 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.023 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.033 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.037 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.046 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.048 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.058 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.060 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.070 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.078 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.088 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.093 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.103 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.107 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.117 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.119 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.128 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.129 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.139 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.144 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.154 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.162 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.172 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.178 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.188 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.193 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.202 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.210 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.220 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.221 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.231 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.232 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.242 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.243 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.253 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.254 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.264 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.271 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.281 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.282 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.292 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.296 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.305 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.306 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.316 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.318 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.328 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.335 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.344 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.347 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.357 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.359 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.369 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.371 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.381 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.382 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.392 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.393 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.403 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.404 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.414 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.426 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.434 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.443 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.444 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.454 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.455 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.464 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.470 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.480 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.481 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.490 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.492 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.502 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.503 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.512 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.514 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.524 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.531 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.541 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.545 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.555 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.566 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.576 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.599 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.609 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.626 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.635 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.637 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.647 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.648 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.658 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.662 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.672 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.681 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.690 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.692 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.702 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.704 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.713 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.715 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.725 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.731 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.741 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.744 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.753 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.756 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.765 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.767 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.776 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.783 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.792 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.797 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.806 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.808 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.818 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.819 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.829 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.832 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.841 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.843 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.853 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.859 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.869 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.871 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.881 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.886 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.895 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.898 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.907 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.909 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.919 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.924 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.934 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.951 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.956 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.966 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 41.968 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.978 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 41.986 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 41.996 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.002 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.012 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.013 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.023 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.025 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.035 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.036 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.045 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.054 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.064 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.066 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.075 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.076 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.086 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.088 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.098 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.099 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.109 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.110 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.120 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.138 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.143 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.153 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.158 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.167 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.183 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.192 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.202 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.211 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.222 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.223 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.233 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.236 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.246 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.253 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.263 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.265 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.275 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.277 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.286 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.287 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.297 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.307 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.317 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.328 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.338 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.341 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.351 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.353 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.362 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.364 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.374 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.379 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.389 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.390 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.399 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.400 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.410 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.414 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.424 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.431 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.441 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.449 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.459 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.465 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.475 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.477 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.487 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.488 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.498 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.500 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.510 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.512 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.522 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.524 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.533 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.534 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.544 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.545 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.555 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.558 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.568 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.575 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.585 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.586 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.596 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.598 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.607 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.610 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.620 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.624 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.633 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.643 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.652 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.655 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.665 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.677 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.686 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.690 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.700 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.707 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.717 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.719 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.729 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.734 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.744 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.751 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.760 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.775 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.784 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.791 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.801 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.803 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.813 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.815 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.825 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.827 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.837 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.847 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.857 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.861 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.870 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.879 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.889 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.904 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.914 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.924 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.934 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.936 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.946 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.947 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.957 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.962 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.972 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.977 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.987 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 42.988 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 42.998 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 42.999 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.009 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.016 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.026 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.038 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.048 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.050 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.059 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.061 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.071 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.072 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.082 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.085 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.095 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.100 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.110 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.112 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.121 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.122 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.132 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.143 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.153 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.161 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.171 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.172 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.182 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.186 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.196 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.198 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.208 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.208 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.218 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.219 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.229 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.232 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.242 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.245 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.255 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.256 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.265 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.270 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.280 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.281 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.291 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.304 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.313 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.317 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.326 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.328 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.338 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.340 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.350 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.357 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.366 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.368 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.378 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.380 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.389 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.395 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.405 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.411 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.420 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.426 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.436 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.437 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.447 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.449 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.458 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.460 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.469 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.471 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.481 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.486 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.496 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.497 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.507 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.511 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.520 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.523 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.532 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.534 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.544 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.546 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.556 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.558 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.568 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.569 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.579 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.581 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.590 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.592 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.602 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.603 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.612 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.626 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.631 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.641 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.643 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.653 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.660 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.670 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.672 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.682 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.688 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.698 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.701 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.711 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.712 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.722 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.725 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.735 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.740 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.750 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.753 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.762 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.764 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.773 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.775 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.784 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.786 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.796 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.799 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.809 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.817 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.827 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.829 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.839 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.841 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.851 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.852 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.861 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.863 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.872 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.885 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.895 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.899 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.909 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.910 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.920 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.921 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.931 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.936 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.946 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.947 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.957 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.958 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.968 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.970 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.979 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 43.981 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 43.991 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 43.992 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.002 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.012 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.022 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.024 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.034 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.040 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.049 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.051 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.061 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.074 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.078 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.088 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.090 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.100 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.102 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.111 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.119 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.128 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.131 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.140 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.145 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.155 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.156 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.166 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.168 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.177 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.179 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.189 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.190 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.199 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.209 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.218 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.221 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.230 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.232 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.242 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.252 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.262 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.267 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.277 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.278 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.288 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.289 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.299 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.301 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.311 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.312 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.322 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.323 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.332 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.338 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.348 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.354 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.364 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.371 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.381 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.384 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.393 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.398 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.408 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.409 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.418 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.420 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.430 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.431 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.440 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.442 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.451 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.452 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.462 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.466 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.476 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.482 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.492 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.493 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.503 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.507 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.516 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.518 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.527 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.534 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.544 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.547 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.557 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.559 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.568 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.570 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.579 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.580 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.590 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.595 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.604 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.605 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.615 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.620 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.630 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.631 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.641 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.642 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.651 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.658 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.668 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.671 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.680 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.683 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.692 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.694 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.704 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.715 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.729 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.739 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.745 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.755 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.773 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.783 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.789 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.799 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.800 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.810 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.820 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.830 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.850 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.855 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.865 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.870 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.880 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.884 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.894 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.897 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.907 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.908 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.918 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.922 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.932 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.933 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.943 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.944 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.953 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.957 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.966 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.969 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.978 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 44.983 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 44.993 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 44.994 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.004 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.015 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.027 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.037 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.040 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.050 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.061 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.070 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.082 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.092 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.098 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.107 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.113 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.123 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.129 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.139 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.141 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.150 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.152 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.162 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.163 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.173 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.185 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.195 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.198 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.207 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.222 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.223 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.233 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.243 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.253 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.254 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.264 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.266 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.275 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.277 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.287 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.289 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.299 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.302 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.311 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.314 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.323 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.331 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.341 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.344 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.354 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.355 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.365 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.376 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.381 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.391 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.394 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.404 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.406 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.415 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.426 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.427 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.437 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.442 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.452 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.453 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.463 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.466 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.476 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.478 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.487 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.493 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.502 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.505 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.514 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.516 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.526 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.527 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.537 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.538 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.547 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.549 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.559 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.563 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.572 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.575 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.585 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.590 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.600 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.602 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.612 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.613 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.623 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.624 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.634 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.638 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.648 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.651 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.661 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.663 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.673 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.674 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.684 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.685 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.695 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.708 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.718 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.723 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.733 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.734 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.744 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.746 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.756 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.765 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.774 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.776 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.785 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.787 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.797 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.797 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.807 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.809 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.819 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.820 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.830 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.850 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.853 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.862 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.863 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.873 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.876 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.885 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.888 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.898 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.911 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.914 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.924 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.927 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.937 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.939 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.948 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.959 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.969 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.971 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.981 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 45.982 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 45.992 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 45.994 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.003 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.005 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.014 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.015 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.025 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.028 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.038 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.039 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.049 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.052 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.062 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.063 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.073 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.074 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.084 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.093 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.103 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.104 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.114 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.116 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.126 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.137 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.139 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.149 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.150 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.160 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.177 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.179 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.189 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.190 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.200 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.202 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.211 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.217 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.227 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.233 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.242 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.243 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.253 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.254 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.264 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.269 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.279 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.280 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.289 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.291 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.301 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.302 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.312 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.315 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.325 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.326 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.335 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.336 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.346 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.354 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.364 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.366 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.376 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.379 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.388 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.390 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.399 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.402 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.411 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.418 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.428 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.432 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.442 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.450 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.460 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.461 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.471 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.472 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.482 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.485 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.495 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.497 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.506 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.508 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.517 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.518 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.528 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.530 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.539 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.542 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 46.546 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.556 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.558 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.568 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.570 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.580 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.590 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.600 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.601 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.611 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.625 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.627 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.636 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.642 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.652 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.653 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.663 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.664 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.674 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.679 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.689 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.693 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.703 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.714 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.722 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.731 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.733 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.743 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.747 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.757 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.758 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.768 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.769 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.779 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.781 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.790 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.791 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.801 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.806 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.816 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.818 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.828 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.829 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.839 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.841 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.851 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.866 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.873 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.883 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.885 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.895 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.896 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.906 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.908 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.918 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.920 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.930 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.932 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.942 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.945 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.955 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.958 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.968 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 46.974 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 46.984 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 46.991 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.001 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.004 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.014 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.017 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.026 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.027 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.037 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.039 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.048 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.050 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.060 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.069 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.079 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.080 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.090 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.092 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.101 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.103 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.113 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.114 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.123 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.125 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.135 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.139 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.148 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.150 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.160 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.167 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.176 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.178 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.188 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.190 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.200 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.202 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.211 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.222 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.223 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.233 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.235 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.245 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.246 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.255 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.257 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.267 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.271 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.280 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.282 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.292 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.293 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.303 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.306 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.316 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.317 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.327 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.335 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.345 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.347 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.357 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.358 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.368 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.373 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.383 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.385 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.395 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.398 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.408 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.411 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.420 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.425 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.434 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.435 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.445 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.448 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.458 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.462 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.472 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.474 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.484 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.485 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.495 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.496 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.505 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.507 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.517 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.519 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.529 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.533 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.543 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 47.543 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.546 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.556 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.560 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.569 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.579 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.589 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.593 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.603 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.605 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.614 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.625 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.626 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.636 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.637 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.647 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.649 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.659 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.662 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.672 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.684 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.687 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.696 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.698 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.708 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.709 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.718 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.720 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.730 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.731 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.740 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.742 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.752 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.753 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.763 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.764 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.774 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.774 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.784 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.787 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.797 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.799 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.809 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.811 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.821 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.822 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.831 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.832 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.842 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.843 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.853 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.855 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.865 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.866 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.876 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.879 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.889 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.890 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.900 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.912 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.916 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.926 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.927 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.937 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.938 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.948 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.949 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.959 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.961 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.970 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.971 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.981 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 47.983 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 47.993 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 47.994 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.004 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.007 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.017 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.019 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.029 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.030 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.040 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.047 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.056 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.058 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.068 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.069 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.078 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.083 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.092 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.098 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.108 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.114 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.124 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.126 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.135 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.142 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.152 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.154 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.164 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.165 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.175 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.355 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.365 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.444 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.453 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.477 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.486 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.489 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.499 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.503 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.513 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.515 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.525 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.526 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.536 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.537 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.544 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 48.547 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.548 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.558 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.559 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.568 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.572 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.581 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.583 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.593 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.598 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.608 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.612 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.621 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.634 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.644 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.650 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.660 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.663 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.673 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.685 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.687 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.697 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.705 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.714 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.716 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.726 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.727 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.737 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.740 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.750 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.771 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.781 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.792 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.801 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.807 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.817 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.826 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.836 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.843 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.853 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.856 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.865 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.866 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.876 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.884 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.894 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.896 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.906 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.907 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.917 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.919 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.928 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.931 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.941 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.942 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.952 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.956 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.966 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 48.969 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 48.979 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 48.993 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.003 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.008 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.018 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.021 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.031 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.035 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.045 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.047 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.057 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.059 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.068 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.072 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.081 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.095 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.104 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.110 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.120 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.121 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.131 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.132 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.142 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.144 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.153 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.157 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.167 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.170 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.179 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.181 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.191 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.196 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.206 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.207 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.217 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.225 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.234 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.242 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.252 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.253 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.263 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.267 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.277 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.278 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.288 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.295 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.304 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.307 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.317 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.318 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.328 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.329 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.338 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.340 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.350 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.358 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.368 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.370 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.380 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.381 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.391 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.393 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.403 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.405 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.415 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.419 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.428 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.430 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.440 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.443 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.452 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.457 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.466 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.481 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.491 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.497 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.507 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.510 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.520 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.525 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.535 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.536 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.544 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 49.546 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.551 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.561 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.562 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.572 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.576 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.585 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.587 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.597 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.602 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.612 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.616 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.626 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.626 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.636 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.639 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.648 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.653 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.662 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.675 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.685 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.691 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.701 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.702 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.712 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.714 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.724 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.731 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.741 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.744 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.754 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.755 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.765 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.767 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.777 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.778 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.788 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.789 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.799 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.805 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.814 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.815 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.825 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.828 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.838 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.839 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.848 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.853 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.863 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.870 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.880 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.888 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.898 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.902 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.912 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.915 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.924 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.934 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.943 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 49.945 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.955 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 49.983 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 49.993 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.002 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.012 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.013 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.022 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.023 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.033 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.036 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.045 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.047 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.057 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.063 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.073 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.075 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.085 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.099 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.109 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.114 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.124 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.132 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.141 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.150 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.160 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.177 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.186 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.545 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 50.626 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.636 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.768 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.777 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.820 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.830 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.850 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.859 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.869 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.870 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.880 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.881 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.891 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.893 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.902 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.905 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.915 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.918 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.928 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.929 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.939 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.941 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.950 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.952 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.962 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.963 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.973 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 50.978 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.988 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 50.989 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 50.999 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.004 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.013 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.015 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.025 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.026 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.035 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.042 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.052 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.053 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.063 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.064 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.074 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.075 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.084 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.085 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.095 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.097 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.106 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.111 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.121 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.123 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.133 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.136 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.145 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.147 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.157 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.159 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.169 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.174 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.184 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.185 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.195 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.198 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.208 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.212 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.222 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.224 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.234 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.239 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.249 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.256 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.266 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.268 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.278 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.279 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.288 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.290 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.300 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.309 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.318 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.323 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.333 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.335 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.345 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.346 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.356 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.391 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.400 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.408 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.417 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.419 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.428 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.434 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.444 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.445 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.455 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.457 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.467 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.468 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.478 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.479 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.489 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.491 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.501 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.506 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.515 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.522 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.532 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.534 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.544 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.545 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 51.547 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.556 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.558 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.568 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.569 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.578 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.579 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.589 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.591 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.600 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.601 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.611 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.611 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.621 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.623 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.633 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.642 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.652 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.659 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.668 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.673 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.682 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.685 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.694 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.697 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.707 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.709 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.719 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.721 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.731 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.732 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.742 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.743 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.753 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.760 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.770 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.773 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.782 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.784 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.794 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.796 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.806 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.807 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.817 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.824 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.833 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.835 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.844 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.846 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.855 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.857 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.867 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.876 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.886 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.890 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.900 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.901 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.911 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.912 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.922 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.923 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.932 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.933 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.943 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.945 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.954 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.962 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.971 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 51.973 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.983 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 51.984 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 51.994 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.001 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.010 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.012 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.022 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.025 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.034 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.036 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.046 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.048 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.057 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.059 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.068 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.070 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.080 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.086 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.095 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.096 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.106 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.107 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.117 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.128 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.138 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.142 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.152 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.154 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.164 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.166 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.176 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.177 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.187 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.188 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.198 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.199 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.209 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.215 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.225 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.226 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.235 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.237 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.247 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.252 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.262 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.263 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.272 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.281 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.291 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.298 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.307 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.313 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.323 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.325 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.335 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.338 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.348 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.356 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.366 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.372 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.381 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.384 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.394 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.401 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.411 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.417 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.426 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.429 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.439 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.440 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.450 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.451 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.461 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.463 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.473 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.484 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.493 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.496 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.506 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.508 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.518 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.519 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.529 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.530 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.540 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.544 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.546 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 52.553 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.555 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.565 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.566 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.576 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.577 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.586 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.592 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.602 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.610 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.619 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.622 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.631 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.633 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.643 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.644 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.654 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.656 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.666 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.672 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.682 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.684 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.694 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.703 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.713 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.715 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.725 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.726 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.735 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.738 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.748 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.749 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.759 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.761 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.771 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.772 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.782 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.784 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.793 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.799 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.809 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.813 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.823 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.824 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.834 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.835 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.845 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.846 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.855 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.857 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.867 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.871 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.880 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.882 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.891 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.893 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.902 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.904 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.913 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.914 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.924 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.936 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.946 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.948 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.958 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.958 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.968 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.972 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.981 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 52.982 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 52.992 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 52.998 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.008 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.009 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.019 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.021 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.031 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.033 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.043 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.049 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.059 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.075 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.085 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.088 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.098 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.099 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.109 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.111 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.120 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.126 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.136 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.137 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.147 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.149 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.158 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.165 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.175 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.176 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.186 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.193 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.203 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.204 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.213 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.214 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.224 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.225 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.235 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.236 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.246 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.248 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.257 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.261 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.271 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.273 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.283 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.285 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.294 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.303 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.313 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.314 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.324 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.330 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.339 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.343 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.353 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.355 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.365 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.367 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.377 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.379 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.388 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.396 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.405 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.415 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.425 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.432 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.442 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.443 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.453 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.458 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.468 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.470 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.480 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.481 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.491 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.495 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.505 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.508 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.518 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.525 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.534 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.538 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.546 ] VILLASnode-OPAL-UDP: Timeout while waiting for data -[ 53.548 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.550 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.559 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.561 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.571 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.572 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.582 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.588 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.597 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.599 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.609 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.610 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.620 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.622 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.631 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.633 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.642 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.644 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.653 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.655 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.665 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.674 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.684 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.687 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.696 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.698 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.708 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.709 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.718 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.723 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.733 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.735 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.745 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.749 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.759 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.760 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.769 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.771 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.781 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.785 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.795 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.796 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.806 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.807 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.817 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.819 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.829 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.840 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.850 ] OpalAcquisition.c : Group 1: Sending request, frame 1 -[ 53.853 ] OpalSync.c : Group 1: Receive 1 cmd from probe -[ 53.863 ] OpalAcquisition.c : Group 1: Sending request, frame 0 -[ 53.865 ] OpalRtMain.c : SYS_RESET Command -[ 53.865 ] OpalRtMain.c : [846194]: Reset -[ 53.865 ] OpalRtMain.c : Total of 0 Overrun detected. -[ 53.865 ] OpalRtMain.c : Thu Apr 27 18:30:05 2017 - -[ 53.865 ] OpalRtMain.c : OpalCloseBeforeUserFunction() -[ 53.865 ] OpalIO.c : Searching call back CLOSE for sample time 0.000000 ... -[ 53.865 ] OpalIO.c : Searching call back CLOSE for sample time 0.000050 ... -[ 53.865 ] VILLASnode-OPAL-UDP: SendToIPPort: Finished -[ 53.965 ] genAsyncCtrl_misc.c : Waiting for asynchronous application 'AsyncIP' to quit ... -[ 54.065 ] genAsyncCtrl_misc.c : ... -[ 54.165 ] genAsyncCtrl_misc.c : ... -[ 54.265 ] genAsyncCtrl_misc.c : ... -[ 54.365 ] genAsyncCtrl_misc.c : ... -[ 54.465 ] genAsyncCtrl_misc.c : ... -[ 54.547 ] VILLASnode-OPAL-UDP: RecvFromIPPort: Finished -[ 54.547 ] genAsyncCtrl_misc.c : ... -[ 54.547 ] genAsyncCtrl_misc.c : Cleaning Asynchronous shared memory -[ 54.547 ] OpalRtMain.c : OpalClose() -[ 54.547 ] MonAnalyzer.c : ========== Step [846184] ========== -[ 54.547 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045333162, stop = 53.045334252, duration = 1.090 -[ 54.547 ] MonAnalyzer.c : Status Update: - start = 53.045335263, stop = 53.045335565, duration = 0.302 -[ 54.547 ] MonAnalyzer.c : Data Acquisition: - start = 53.045337738, stop = 53.045338991, duration = 1.253 -[ 54.547 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045339046, stop = 53.045339236, duration = 0.190 -[ 54.547 ] MonAnalyzer.c : Handle target requests: - start = 53.045339694, stop = 53.045339776, duration = 0.083 -[ 54.547 ] MonAnalyzer.c : Handle host requests: - start = 53.045339871, stop = 53.045339938, duration = 0.068 -[ 54.547 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045335620, stop = 53.045336725, duration = 1.105 -[ 54.547 ] MonAnalyzer.c : Major computation time: - start = 53.045336815, stop = 53.045337663, duration = 0.848 -[ 54.547 ] MonAnalyzer.c : Minor computation time: - start = 53.045339251, stop = 53.045339511, duration = 0.260 -[ 54.547 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045339559, stop = 53.045339574, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045335088, stop = 53.045339601, duration = 4.513 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045334252, stop = 53.045384072, duration = 49.820 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045339986, stop = 53.045382982, duration = 42.995 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 42.995 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846185] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045382982, stop = 53.045384072, duration = 1.091 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045385130, stop = 53.045385432, duration = 0.302 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045387635, stop = 53.045388855, duration = 1.220 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045388911, stop = 53.045389100, duration = 0.190 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045389560, stop = 53.045389646, duration = 0.085 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045389743, stop = 53.045389813, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045385487, stop = 53.045386580, duration = 1.093 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045386670, stop = 53.045387557, duration = 0.887 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045389115, stop = 53.045389378, duration = 0.263 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045389428, stop = 53.045389443, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045384954, stop = 53.045389463, duration = 4.508 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045384072, stop = 53.045434002, duration = 49.930 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045389860, stop = 53.045432911, duration = 43.051 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.051 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846186] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045432911, stop = 53.045434002, duration = 1.091 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045435014, stop = 53.045435317, duration = 0.302 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045437495, stop = 53.045438702, duration = 1.208 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045438758, stop = 53.045438947, duration = 0.190 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045439430, stop = 53.045439515, duration = 0.085 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045439610, stop = 53.045439680, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045435372, stop = 53.045436492, duration = 1.121 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045436582, stop = 53.045437420, duration = 0.837 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045438962, stop = 53.045439230, duration = 0.268 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045439280, stop = 53.045439295, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045434837, stop = 53.045439323, duration = 4.486 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045434002, stop = 53.045484081, duration = 50.080 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045439728, stop = 53.045482994, duration = 43.266 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.266 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846187] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045482994, stop = 53.045484081, duration = 1.088 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045485139, stop = 53.045485447, duration = 0.308 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045487619, stop = 53.045488855, duration = 1.235 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045488909, stop = 53.045489100, duration = 0.190 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045489557, stop = 53.045489640, duration = 0.083 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045489735, stop = 53.045489802, duration = 0.068 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045485501, stop = 53.045486587, duration = 1.085 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045486674, stop = 53.045487544, duration = 0.870 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045489115, stop = 53.045489380, duration = 0.265 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045489420, stop = 53.045489437, duration = 0.018 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045484961, stop = 53.045489457, duration = 4.496 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045484081, stop = 53.045534046, duration = 49.964 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045489852, stop = 53.045532956, duration = 43.103 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.103 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846188] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045532956, stop = 53.045534046, duration = 1.090 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045535058, stop = 53.045535358, duration = 0.300 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045537519, stop = 53.045538737, duration = 1.218 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045538792, stop = 53.045538974, duration = 0.182 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045539432, stop = 53.045539514, duration = 0.083 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045539607, stop = 53.045539677, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045535416, stop = 53.045536516, duration = 1.100 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045536606, stop = 53.045537441, duration = 0.835 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045538989, stop = 53.045539254, duration = 0.265 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045539297, stop = 53.045539312, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045534881, stop = 53.045539339, duration = 4.458 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045534046, stop = 53.045584103, duration = 50.057 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045539724, stop = 53.045583020, duration = 43.296 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.296 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846189] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045583020, stop = 53.045584103, duration = 1.083 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045585166, stop = 53.045585473, duration = 0.308 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045587664, stop = 53.045588896, duration = 1.233 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045588952, stop = 53.045589134, duration = 0.182 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045589589, stop = 53.045589674, duration = 0.085 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045589766, stop = 53.045589837, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045585528, stop = 53.045586608, duration = 1.080 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045586698, stop = 53.045587589, duration = 0.890 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045589149, stop = 53.045589414, duration = 0.265 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045589456, stop = 53.045589471, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045584988, stop = 53.045589492, duration = 4.504 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045584103, stop = 53.045634095, duration = 49.992 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045589886, stop = 53.045633005, duration = 43.118 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.118 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846190] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045633005, stop = 53.045634095, duration = 1.091 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045635110, stop = 53.045635410, duration = 0.300 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045637571, stop = 53.045638803, duration = 1.233 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045638859, stop = 53.045639041, duration = 0.182 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045639508, stop = 53.045639609, duration = 0.100 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045639706, stop = 53.045639774, duration = 0.068 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045635468, stop = 53.045636571, duration = 1.103 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045636658, stop = 53.045637496, duration = 0.838 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045639058, stop = 53.045639326, duration = 0.268 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045639373, stop = 53.045639391, duration = 0.018 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045634932, stop = 53.045639418, duration = 4.486 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045634095, stop = 53.045684055, duration = 49.960 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045639821, stop = 53.045682969, duration = 43.148 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.148 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846191] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045682969, stop = 53.045684055, duration = 1.085 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045685087, stop = 53.045685390, duration = 0.303 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045689338, stop = 53.045690589, duration = 1.250 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045690643, stop = 53.045690838, duration = 0.195 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045691328, stop = 53.045691418, duration = 0.090 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045691511, stop = 53.045691581, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045685445, stop = 53.045686530, duration = 1.085 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045686617, stop = 53.045689261, duration = 2.643 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045690856, stop = 53.045691126, duration = 0.270 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045691176, stop = 53.045691191, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045684910, stop = 53.045691211, duration = 6.301 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045684055, stop = 53.045733319, duration = 49.264 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045691631, stop = 53.045732234, duration = 40.602 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 40.602 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846192] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045732234, stop = 53.045733319, duration = 1.085 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045734354, stop = 53.045734662, duration = 0.308 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045737102, stop = 53.045738355, duration = 1.253 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045738410, stop = 53.045738590, duration = 0.180 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045739053, stop = 53.045739138, duration = 0.085 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045739230, stop = 53.045739300, duration = 0.070 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045734712, stop = 53.045736014, duration = 1.302 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045736102, stop = 53.045737027, duration = 0.925 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045738608, stop = 53.045738870, duration = 0.263 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045738917, stop = 53.045738932, duration = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045734169, stop = 53.045738953, duration = 4.784 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045733319, stop = 53.045780539, duration = 47.220 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045739345, stop = 53.045780036, duration = 40.691 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 40.691 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] MonAnalyzer.c : ========== Step [846193] ========== -[ 54.548 ] MonAnalyzer.c : Sync Handler Jitter: - start = 53.045780036, stop = 53.045780539, duration = 0.503 -[ 54.548 ] MonAnalyzer.c : min = 0.503, max = 1.091, mean = 1.030 -[ 54.548 ] MonAnalyzer.c : Status Update: - start = 53.045781032, stop = 53.045781171, duration = 0.140 -[ 54.548 ] MonAnalyzer.c : min = 0.140, max = 0.308, mean = 0.287 -[ 54.548 ] MonAnalyzer.c : Data Acquisition: - start = 53.045782166, stop = 53.045782734, duration = 0.568 -[ 54.548 ] MonAnalyzer.c : min = 0.568, max = 1.253, mean = 1.167 -[ 54.548 ] MonAnalyzer.c : New Data Acquisition: - start = 53.045782759, stop = 53.045782842, duration = 0.083 -[ 54.548 ] MonAnalyzer.c : min = 0.083, max = 0.195, mean = 0.177 -[ 54.548 ] MonAnalyzer.c : Handle target requests: - start = 53.045783066, stop = 53.045783106, duration = 0.039 -[ 54.548 ] MonAnalyzer.c : min = 0.039, max = 0.100, mean = 0.082 -[ 54.548 ] MonAnalyzer.c : Handle host requests: - start = 53.045783148, stop = 53.045789763, duration = 6.615 -[ 54.548 ] MonAnalyzer.c : min = 0.068, max = 6.615, mean = 0.724 -[ 54.548 ] MonAnalyzer.c : Pre-execution computation time: - start = 53.045781197, stop = 53.045781703, duration = 0.507 -[ 54.548 ] MonAnalyzer.c : min = 0.507, max = 1.302, mean = 1.058 -[ 54.548 ] MonAnalyzer.c : Major computation time: - start = 53.045781744, stop = 53.045782132, duration = 0.388 -[ 54.548 ] MonAnalyzer.c : min = 0.388, max = 2.643, mean = 0.996 -[ 54.548 ] MonAnalyzer.c : Minor computation time: - start = 53.045782849, stop = 53.045782969, duration = 0.120 -[ 54.548 ] MonAnalyzer.c : min = 0.120, max = 0.270, mean = 0.251 -[ 54.548 ] MonAnalyzer.c : Post-execution computation time: - start = 53.045782991, stop = 53.045782999, duration = 0.008 -[ 54.548 ] MonAnalyzer.c : min = 0.008, max = 0.018, mean = 0.015 -[ 54.548 ] MonAnalyzer.c : Execution Cycle: - start = 53.045780947, stop = 53.045783012, duration = 2.065 -[ 54.548 ] MonAnalyzer.c : min = 2.065, max = 6.301, mean = 4.460 -[ 54.548 ] MonAnalyzer.c : Total Step Size: - start = 53.045780539, stop = 53.045834244, duration = 53.705 -[ 54.548 ] MonAnalyzer.c : min = 47.220, max = 53.705, mean = 49.999 -[ 54.548 ] MonAnalyzer.c : Idle wait for clock: - start = 53.045789774, stop = 53.045833036, duration = 43.262 -[ 54.548 ] MonAnalyzer.c : min = 40.602, max = 43.296, mean = 42.653 -[ 54.548 ] MonAnalyzer.c : Idle wait for io: - start = 0.000000000, stop = 0.000000000, duration = 0.000 -[ 54.548 ] MonAnalyzer.c : min = 0.000, max = 0.000, mean = 0.000 -[ 54.548 ] MonAnalyzer.c : Total idle: - start = 0.000000000, stop = 0.000000000, duration = 43.262 -[ 54.548 ] MonAnalyzer.c : min = 40.602, max = 43.296, mean = 42.653 -[ 54.548 ] MonAnalyzer.c : Number of Overruns: 0 - -[ 54.548 ] OpalTarget.c : Sending feedback request for system control (cmd 13) -[ 54.548 ] OpalRtMain.c : PrintOverrunMsg() -[ 54.548 ] OpalRtMain.c : OpalParameter_Close() -[ 54.548 ] OpalRtMain.c : CommRtClose() -[ 54.549 ] OpalPrint.c : Sending file name notification request for system control (cmd 30) -[ 54.549 ] TargetRequest.c : Purging target requests priority 0 ... -[ 54.549 ] TargetRequest.c : Done purging target requests priority 0. -[ 54.549 ] TargetRequest.c : Purging target requests priority 1 ... -[ 54.579 ] TargetRequest.c : Done purging target requests priority 1. -[ 54.579 ] TargetRequest.c : Reset done -[ 54.679 ] OpalHostSendIf.c : SEND: connection to host closed -[ 54.780 ] OpalRtMain.c : *** Returned used cores, remains 7 -Executing script /usr/opalrt/v11.0.5.499/common/python/rtlab/global/target_postreset.py ... done -Executing script /usr/opalrt/v11.0.5.499/common/python/rtlab/global/target_subsys_postreset.py ... done - - ---------------- Retrieving files ... --------------------------------- - -Setting local directory to C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\send_receive_sm_model\OpREDHAWKtarget\... OK. -Transferring in ascii mode /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/target_report.xml ... OK. - ---------------- Done retrieving files -------------------------------- diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.map b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.map deleted file mode 100644 index 84bbb2af9..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.map +++ /dev/null @@ -1,145 +0,0 @@ -[ModelDataStructure] -0=blkStateChange -120=zCCacheNeedsReset -19=derivCacheNeedsReset -[Parameter] -0=send_receive_1_sm_model/OpCCode_do_not_touch/S-Function1|Value|0|Scalar|0|1|1|0.0|Constant| -1=send_receive_1_sm_model/OpCCode_do_not_touch/S-Function|X0|0|Scalar|0|1|1|0.0|Memory| -10=send_receive_1_sm_model/sm_model/Pulse Generator1|PhaseDelay|0|Scalar|0|1|1|0.0|DiscretePulseGenerator| -100=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P22Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -101=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P23Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -102=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P24Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -103=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P25Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -104=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P26Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_gen_async_ctrl| -105=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P26| |RVector|0|1|7|65.0|115.0|121.0|110.0|99.0|73.0|80.0|S-Function sfun_gen_async_ctrl| -106=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P27Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -107=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P27|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -11=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P1Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -12=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P1|ctl_id|Scalar|0|1|1|1.0|S-Function sfun_send_async| -13=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P2Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -14=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P2|send_id|Scalar|0|1|1|1.0|S-Function sfun_send_async| -15=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P3Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -16=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P3|mode|Scalar|0|1|1|3.0|S-Function sfun_send_async| -17=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P4Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -18=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P4|fp1|Scalar|0|1|1|1.0|S-Function sfun_send_async| -19=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P5Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -2=send_receive_1_sm_model/sm_model/data ready 2 kHz|Amplitude|1|Scalar|0|1|1|1.0|DiscretePulseGenerator| -20=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P5|fp2|Scalar|0|1|1|2.0|S-Function sfun_send_async| -21=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P6Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -22=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P6|fp3|Scalar|0|1|1|3.0|S-Function sfun_send_async| -23=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P7Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -24=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P7|fp4|Scalar|0|1|1|4.0|S-Function sfun_send_async| -25=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P8Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_send_async| -26=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P8|fp5|Scalar|0|1|1|5.0|S-Function sfun_send_async| -27=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P9Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_send_async| -28=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P9| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|49.0|S-Function sfun_send_async| -29=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P10Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_send_async| -3=send_receive_1_sm_model/sm_model/data ready 2 kHz|Period|10|Scalar|0|1|1|10.0|DiscretePulseGenerator| -30=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P10| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|50.0|S-Function sfun_send_async| -31=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P11Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_send_async| -32=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P11| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|51.0|S-Function sfun_send_async| -33=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P12Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_send_async| -34=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P12| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|52.0|S-Function sfun_send_async| -35=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P13Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_send_async| -36=send_receive_1_sm_model/sm_model/send message 1/S-Function2|P13| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|53.0|S-Function sfun_send_async| -37=send_receive_1_sm_model/sm_model/timeout|Value|2|Scalar|0|1|1|2.0|Constant| -38=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P1Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -39=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P1|ctl_id|Scalar|0|1|1|1.0|S-Function sfun_recv_async| -4=send_receive_1_sm_model/sm_model/data ready 2 kHz|PulseWidth|1|Scalar|0|1|1|1.0|DiscretePulseGenerator| -40=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P2Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -41=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P2|recv_id|Scalar|0|1|1|1.0|S-Function sfun_recv_async| -42=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P3Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -43=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P3|fp1|Scalar|0|1|1|1.0|S-Function sfun_recv_async| -44=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P4Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -45=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P4|fp2|Scalar|0|1|1|2.0|S-Function sfun_recv_async| -46=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P5Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -47=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P5|fp3|Scalar|0|1|1|3.0|S-Function sfun_recv_async| -48=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P6Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -49=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P6|fp4|Scalar|0|1|1|4.0|S-Function sfun_recv_async| -5=send_receive_1_sm_model/sm_model/data ready 2 kHz|PhaseDelay|0|Scalar|0|1|1|0.0|DiscretePulseGenerator| -50=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P7Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_recv_async| -51=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P7|fp5|Scalar|0|1|1|5.0|S-Function sfun_recv_async| -52=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P8Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_recv_async| -53=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P8| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|49.0|S-Function sfun_recv_async| -54=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P9Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_recv_async| -55=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P9| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|50.0|S-Function sfun_recv_async| -56=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P10Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_recv_async| -57=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P10| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|51.0|S-Function sfun_recv_async| -58=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P11Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_recv_async| -59=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P11| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|52.0|S-Function sfun_recv_async| -6=send_receive_1_sm_model/sm_model/Constant|Value|[1 2 3 4]|RVector|0|1|4|1.0|2.0|3.0|4.0|Constant| -60=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P12Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_recv_async| -61=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|P12| |RVector|0|1|7|115.0|116.0|114.0|105.0|110.0|103.0|53.0|S-Function sfun_recv_async| -62=send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1/Send1/S-Function|P1Size| |RVector|0|1|2|1.0|1.0|S-Function OP_SEND| -63=send_receive_1_sm_model/sm_model/rtlab_send_subsystem/Subsystem1/Send1/S-Function|P1|Acqu_group|Scalar|0|1|1|1.0|S-Function OP_SEND| -64=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P1Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -65=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P1|ctl_id|Scalar|0|1|1|1.0|S-Function sfun_gen_async_ctrl| -66=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P2Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -67=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P2|proto|Scalar|0|1|1|1.0|S-Function sfun_gen_async_ctrl| -68=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P3Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -69=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P3|ip_port_remote|Scalar|0|1|1|12000.0|S-Function sfun_gen_async_ctrl| -7=send_receive_1_sm_model/sm_model/Pulse Generator1|Amplitude|5|Scalar|0|1|1|5.0|DiscretePulseGenerator| -70=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P4Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -71=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P4|ip_port_local|Scalar|0|1|1|12001.0|S-Function sfun_gen_async_ctrl| -72=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P5Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -73=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P5|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -74=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P6Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -75=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P6|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -76=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P7Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -77=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P7|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -78=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P8Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -79=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P8|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -8=send_receive_1_sm_model/sm_model/Pulse Generator1|Period| |Scalar|0|1|1|2000.0|DiscretePulseGenerator| -80=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P9Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -81=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P9|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -82=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P10Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -83=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P10|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -84=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P11Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -85=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P11|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -86=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P12Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -87=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P12|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -88=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P13Size| |RVector|0|1|2|1.0|1.0|S-Function sfun_gen_async_ctrl| -89=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P13|0|Scalar|0|1|1|0.0|S-Function sfun_gen_async_ctrl| -9=send_receive_1_sm_model/sm_model/Pulse Generator1|PulseWidth| |Scalar|0|1|1|600.0|DiscretePulseGenerator| -90=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P14Size| |RVector|0|1|2|1.0|14.0|S-Function sfun_gen_async_ctrl| -91=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P14| |RVector|0|1|14|49.0|51.0|52.0|46.0|49.0|51.0|48.0|46.0|49.0|54.0|57.0|46.0|51.0|49.0|S-Function sfun_gen_async_ctrl| -92=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P15Size| |RVector|0|1|2|1.0|7.0|S-Function sfun_gen_async_ctrl| -93=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P15| |RVector|0|1|7|48.0|46.0|48.0|46.0|48.0|46.0|48.0|S-Function sfun_gen_async_ctrl| -94=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P16Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -95=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P17Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -96=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P18Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -97=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P19Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -98=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P20Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -99=send_receive_1_sm_model/sm_model/OpIPSocketCtrl1|P21Size| |RVector|0|1|2|0.0|0.0|S-Function sfun_gen_async_ctrl| -nbParameters=108 -[Signal] -0=send_receive_1_sm_model/OpCCode_do_not_touch/S-Function|NULL|0|1|1|1|S|Memory|0| -1=send_receive_1_sm_model/OpCCode_do_not_touch/Sum|NULL|1|1|1|1|S|Sum|0| -2=send_receive_1_sm_model/sm_model/data ready 2 kHz|NULL|2|1|1|1|S|DiscretePulseGenerator|0| -3=send_receive_1_sm_model/sm_model/Pulse Generator1|NULL|3|1|1|1|S|DiscretePulseGenerator|0| -4=send_receive_1_sm_model/sm_model/send message 1/S-Function2|NULL|4|1|1|1|S|S-Function sfun_send_async|0| -5=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|NULL|5|1|1|1|S|S-Function sfun_recv_async|0| -6=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|NULL|6|1|1|1|S|S-Function sfun_recv_async|0| -7=send_receive_1_sm_model/sm_model/receive message 1/S-Function1|NULL|7|5|5|1|V|S-Function sfun_recv_async|0| -nbSignals=8 -[TimingStructure] -108=tArray -122=timeOfLastOutput -24=tFinal -4=clockTick0 -5=clockTickH0 -61=offsetTimesArray -67=perTaskSampleHitsArray -83=sampleHitArray -87=sampleTimesArray -90=sampleTimeTaskIDArray -93=simTimeStep -95=tStart -96=stepSize -97=stepSize0 -99=stopRequestedFlag -[dwork] -0=SFunction_PreviousInput|real_T| -4=clockTickCounter|int32_T| -5=clockTickCounter_h|int32_T| -6=SFunction_IWORK|IWORK| diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.mk b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.mk deleted file mode 100644 index ba086cca1..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.mk +++ /dev/null @@ -1,671 +0,0 @@ -# File : TARGET.tmf -# -# $Revision 1.1 $ -# -# Abstract: -# Real-Time Workshop template makefile for building a Neutrino-based -# stand-alone real-time version of SIMULINK model using -# generated C code. -# -# Note that this template is automatically customized by the Real-Time -# Workshop build procedure to create ".mk" -# -# The following defines can be used to modify the behavior of the -# build: -# OPTS - User specific compile options, such as -# OPTS=-DMULTITASKING to enable multitasking mode. -# OPT_OPTS - Optimization options. Default is -Oatx. To enable -# debugging define DEBUG. -# USER_SRCS - Additional user sources, such as files needed by -# S-functions. -# USER_INCS - Additional include paths -# (i.e. USER_INCS="-Iwhere-ever -Iwhere-ever2") - - -#------------------------ Macros read by make_rtw ----------------------------- -# -# The following macros are read by the Real-Time Workshop build procedure: -# -# MAKE - This is the command used to invoke the make utility -# HOST - What platform this template makefile is targeted for -# (i.e. PC or UNIX) -# BUILD - Invoke make from the Real-Time Workshop build procedure -# (yes/no)? -# SYS_TARGET_FILE - Name of system target file. - -MAKE = make -HOST = PC -BUILD = no -SYS_TARGET_FILE = rtlab_rtmodel.tlc - -#---------------------- Tokens expanded by make_rtw --------------------------- -# -# The following tokens, when wrapped with "|>" and "|<" are expanded by the -# Real-Time Workshop build procedure. -# -# MODEL_NAME - Name of the SIMULINK block diagram -# MODEL_MODULES - Any additional generated source modules -# MAKEFILE_NAME - Name of makefile created from template makefile .mk -# MATLAB_ROOT - Path to were MATLAB is installed. -# S_FUNCTIONS - List of S-functions. -# SOLVER - Solver source file name -# NUMST - Number of sample times -# TID01EQ - yes (1) or no (0): Are sampling rates of continuous task -# (tid=0) and 1st discrete task equal. -# NCSTATES - Number of continuous states -# MAT_FILE - yes (1) or no (0): Should mat file logging be done -# COMPUTER - Computer type. See the MATLAB computer command. -# BUILDARGS - Options passed in at the command line. - -MODEL = send_receive_1_sm_model -MODULES = rtGetInf.c rtGetNaN.c rt_logging.c rt_matrx.c rt_nonfinite.c rt_printf.c send_receive_1_sm_model_data.c -MAKEFILE = send_receive_1_sm_model.mk -MATLAB_ROOT = C:\Program Files (x86)\Matlab\R2011b -ALT_MATLAB_ROOT = C:\PROGRA~2\Matlab\R2011b -S_FUNCTIONS = sfun_send_async.c sfun_recv_async.c OP_SEND.c sfun_gen_async_ctrl.c -SOLVER = -NUMST = 1 -TID01EQ = 0 -NCSTATES = 0 -COMPUTER = PCWIN -BUILDARGS = GENERATE_REPORT=0 EXT_MODE=0 EXTMODE_STATIC_ALLOC=0 TMW_EXTMODE_TESTING=0 EXTMODE_STATIC_ALLOC_SIZE=1000000 EXTMODE_TRANSPORT=0 -MULTITASKING = 0 -MAT_FILE = |>MAT_FILE<| - -CLASSIC_INTERFACE = |>CLASSIC_INTERFACE<| -# Optional for GRT -ONESTEPFCN = |>COMBINE_OUTPUT_UPDATE_FCNS<| -TERMFCN = 1 -MULTI_INSTANCE_CODE = |>MULTI_INSTANCE_CODE<| - -MODELREFS = -MODELLIB = send_receive_1_sm_modellib.lib -MODELREF_LINK_LIBS = -MODELREF_LINK_RSPFILE = send_receive_1_sm_model_ref.rsp -MODELREF_INC_PATH = -RELATIVE_PATH_TO_ANCHOR = .. -MODELREF_TARGET_TYPE = NONE - -SHARED_SRC = -SHARED_SRC_DIR = -SHARED_BIN_DIR = -SHARED_LIB = - -# SHARED_BIN_DIR = unused -# SHARED_LIB = unused -UNAME = $(shell uname) - -ifeq "$(UNAME)" "QNX" ##### nto - ifeq ($(MODELREF_TARGET_TYPE), NONE) - SHARED_SRC := _sharedutils\*.c* - SHARED_SRC_DIR := _sharedutils - RELATIVE_PATH_TO_ANCHOR := - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS:.lib=.a) - MODELLIB := $(MODELLIB:.lib=.a) - - else - SHARED_SRC := ..\_sharedutils\*.c* - SHARED_SRC_DIR := ..\_sharedutils - RELATIVE_PATH_TO_ANCHOR := .. - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS:.lib=.a) - MODELLIB := $(MODELLIB:.lib=.a) - endif -else - ifeq "$(UNAME)" "Linux" ##### Linux (RedHawk) - ifeq ($(MODELREF_TARGET_TYPE), NONE) - SHARED_SRC := _sharedutils\*.c* - SHARED_SRC_DIR := _sharedutils - RELATIVE_PATH_TO_ANCHOR := - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS:.lib=.a) - MODELLIB := $(MODELLIB:.lib=.a) - else - SHARED_SRC := ..\_sharedutils\*.c* - SHARED_SRC_DIR := ..\_sharedutils - RELATIVE_PATH_TO_ANCHOR := .. - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS:.lib=.a) - MODELLIB := $(MODELLIB:.lib=.a) - endif - else - ifeq ($(MODELREF_TARGET_TYPE), NONE) - SHARED_SRC := $(SHARED_SRC) - SHARED_SRC_DIR := $(SHARED_SRC_DIR) - RELATIVE_PATH_TO_ANCHOR := $(RELATIVE_PATH_TO_ANCHOR) - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS) - MODELLIB := $(MODELLIB) - else - SHARED_SRC := $(SHARED_SRC) - SHARED_SRC_DIR := $(SHARED_SRC_DIR) - RELATIVE_PATH_TO_ANCHOR := $(RELATIVE_PATH_TO_ANCHOR) - MODELREF_LINK_LIBS := $(MODELREF_LINK_LIBS) - MODELLIB := $(MODELLIB) - endif - endif -endif - - - - -#----------------------------- Source Files ------------------------------ -MOD_TMP1 = $(MODULES:blms_an_wn_cc_rt.c= ) -MOD_TMP2 = $(MOD_TMP1:blms_an_wn_dd_rt.c= ) -MOD_TMP3 = $(MOD_TMP2:blms_an_wn_rr_rt.c= ) -MOD_TMP4 = $(MOD_TMP3:blms_an_wn_zz_rt.c= ) -MOD_TMP5 = $(MOD_TMP4:blms_an_wy_cc_rt.c= ) -MOD_TMP6 = $(MOD_TMP5:blms_an_wy_dd_rt.c= ) -MOD_TMP7 = $(MOD_TMP6:blms_an_wy_rr_rt.c= ) -MOD_TMP8 = $(MOD_TMP7:blms_an_wy_zz_rt.c= ) -MOD_TMP9 = $(MOD_TMP8:blms_ay_wn_cc_rt.c= ) -MOD_TMP10 = $(MOD_TMP9:blms_ay_wn_dd_rt.c= ) -MOD_TMP11 = $(MOD_TMP10:blms_ay_wn_rr_rt.c= ) -MOD_TMP12 = $(MOD_TMP11:blms_ay_wn_zz_rt.c= ) -MOD_TMP13 = $(MOD_TMP12:blms_ay_wy_cc_rt.c= ) -MOD_TMP14 = $(MOD_TMP13:blms_ay_wy_dd_rt.c= ) -MOD_TMP15 = $(MOD_TMP14:blms_ay_wy_rr_rt.c= ) -MOD_TMP16 = $(MOD_TMP15:blms_ay_wy_zz_rt.c= ) -MOD_TMP17 = $(MOD_TMP16:is_little_endian_rt.c= ) -MOD_TMP18 = $(MOD_TMP17:eph_zc_fcn_rt.c= ) -MOD_TMP19 = $(MOD_TMP18:2chabank_fr_df_cc_rt.c= ) -MOD_TMP20 = $(MOD_TMP19:2chabank_fr_df_cr_rt.c= ) -MOD_TMP21 = $(MOD_TMP20:2chabank_fr_df_dd_rt.c= ) -MOD_TMP22 = $(MOD_TMP21:2chabank_fr_df_rr_rt.c= ) -MOD_TMP23 = $(MOD_TMP22:2chabank_fr_df_zd_rt.c= ) -MOD_TMP24 = $(MOD_TMP23:2chabank_fr_df_zz_rt.c= ) -MOD_TMP25 = $(MOD_TMP24:2chsbank_df_cc_rt.c= ) -MOD_TMP26 = $(MOD_TMP25:2chsbank_df_cr_rt.c= ) -MOD_TMP27 = $(MOD_TMP26:2chsbank_df_dd_rt.c= ) -MOD_TMP28 = $(MOD_TMP27:2chsbank_df_rr_rt.c= ) -MOD_TMP29 = $(MOD_TMP28:2chsbank_df_zd_rt.c= ) -MOD_TMP30 = $(MOD_TMP29:2chsbank_df_zz_rt.c= ) -MOD_TMP31 = $(MOD_TMP30:ic_copy_channel_rt.c= ) -MOD_TMP32 = $(MOD_TMP31:ic_copy_matrix_rt.c= ) -MOD_TMP33 = $(MOD_TMP32:ic_copy_scalar_rt.c= ) -MOD_TMP34 = $(MOD_TMP33:ic_copy_vector_rt.c= ) -MOD_TMP35 = $(MOD_TMP34:ic_old_copy_fcns_rt.c= ) -MOD_TMP36 = $(MOD_TMP35:mmpcmaudio_rt.c= ) -MOD_TMP37 = $(MOD_TMP36:mmrgb24convert2gray_rt.c= ) -MOD_TMP38 = $(MOD_TMP37:mmrgb24convert_rt.c= ) -MOD_TMP39 = $(MOD_TMP38:mmrgb24output_rt.c= ) -MOD_TMP40 = $(MOD_TMP39:mmrgb24paddedoutput_rt.c= ) -MOD_TMP41 = $(MOD_TMP40:polyval_cc_rt.c= ) -MOD_TMP42 = $(MOD_TMP41:polyval_cr_rt.c= ) -MOD_TMP43 = $(MOD_TMP42:polyval_dd_rt.c= ) -MOD_TMP44 = $(MOD_TMP43:polyval_dz_rt.c= ) -MOD_TMP45 = $(MOD_TMP44:polyval_rc_rt.c= ) -MOD_TMP46 = $(MOD_TMP45:polyval_rr_rt.c= ) -MOD_TMP47 = $(MOD_TMP46:polyval_zd_rt.c= ) -MOD_TMP48 = $(MOD_TMP47:polyval_zz_rt.c= ) -MOD_TMP49 = $(MOD_TMP48:sort_ins_idx_d_rt.c= ) -MOD_TMP50 = $(MOD_TMP49:sort_ins_idx_r_rt.c= ) -MOD_TMP51 = $(MOD_TMP50:sort_ins_idx_s08_rt.c= ) -MOD_TMP52 = $(MOD_TMP51:sort_ins_idx_s16_rt.c= ) -MOD_TMP53 = $(MOD_TMP52:sort_ins_idx_s32_rt.c= ) -MOD_TMP54 = $(MOD_TMP53:sort_ins_idx_u08_rt.c= ) -MOD_TMP55 = $(MOD_TMP54:sort_ins_idx_u16_rt.c= ) -MOD_TMP56 = $(MOD_TMP55:sort_ins_idx_u32_rt.c= ) -MOD_TMP57 = $(MOD_TMP56:sort_ins_val_d_rt.c= ) -MOD_TMP58 = $(MOD_TMP57:sort_ins_val_r_rt.c= ) -MOD_TMP59 = $(MOD_TMP58:sort_ins_val_s08_rt.c= ) -MOD_TMP60 = $(MOD_TMP59:sort_ins_val_s16_rt.c= ) -MOD_TMP61 = $(MOD_TMP60:sort_ins_val_s32_rt.c= ) -MOD_TMP62 = $(MOD_TMP61:sort_ins_val_u08_rt.c= ) -MOD_TMP63 = $(MOD_TMP62:sort_ins_val_u16_rt.c= ) -MOD_TMP64 = $(MOD_TMP63:sort_ins_val_u32_rt.c= ) -MOD_TMP65 = $(MOD_TMP64:sort_qk_idx_d_rt.c= ) -MOD_TMP66 = $(MOD_TMP65:sort_qk_idx_r_rt.c= ) -MOD_TMP67 = $(MOD_TMP66:sort_qk_idx_s08_rt.c= ) -MOD_TMP68 = $(MOD_TMP67:sort_qk_idx_s16_rt.c= ) -MOD_TMP69 = $(MOD_TMP68:sort_qk_idx_s32_rt.c= ) -MOD_TMP70 = $(MOD_TMP69:sort_qk_idx_u08_rt.c= ) -MOD_TMP71 = $(MOD_TMP70:sort_qk_idx_u16_rt.c= ) -MOD_TMP72 = $(MOD_TMP71:sort_qk_idx_u32_rt.c= ) -MOD_TMP73 = $(MOD_TMP72:sort_qk_val_d_rt.c= ) -MOD_TMP74 = $(MOD_TMP73:sort_qk_val_r_rt.c= ) -MOD_TMP75 = $(MOD_TMP74:sort_qk_val_s08_rt.c= ) -MOD_TMP76 = $(MOD_TMP75:sort_qk_val_s16_rt.c= ) -MOD_TMP77 = $(MOD_TMP76:sort_qk_val_s32_rt.c= ) -MOD_TMP78 = $(MOD_TMP77:sort_qk_val_u08_rt.c= ) -MOD_TMP79 = $(MOD_TMP78:sort_qk_val_u16_rt.c= ) -MOD_TMP80 = $(MOD_TMP79:sort_qk_val_u32_rt.c= ) -MOD_TMP81 = $(MOD_TMP80:srt_qid_findpivot_d_rt.c= ) -MOD_TMP82 = $(MOD_TMP81:srt_qid_findpivot_r_rt.c= ) -MOD_TMP83 = $(MOD_TMP82:srt_qid_partition_d_rt.c= ) -MOD_TMP84 = $(MOD_TMP83:srt_qid_partition_r_rt.c= ) -MOD_TMP85 = $(MOD_TMP84:srt_qkrec_c_rt.c= ) -MOD_TMP86 = $(MOD_TMP85:srt_qkrec_d_rt.c= ) -MOD_TMP87 = $(MOD_TMP86:srt_qkrec_r_rt.c= ) -MOD_TMP88 = $(MOD_TMP87:srt_qkrec_z_rt.c= ) -MOD_TMP89 = $(MOD_TMP88:randsrccreateseeds_32_rt.c= ) -MOD_TMP90 = $(MOD_TMP89:randsrccreateseeds_64_rt.c= ) -MOD_TMP91 = $(MOD_TMP90:randsrcinitstate_gc_32_rt.c= ) -MOD_TMP92 = $(MOD_TMP91:randsrcinitstate_gc_64_rt.c= ) -MOD_TMP93 = $(MOD_TMP92:randsrcinitstate_gz_rt.c= ) -MOD_TMP94 = $(MOD_TMP93:randsrcinitstate_u_32_rt.c= ) -MOD_TMP95 = $(MOD_TMP94:randsrcinitstate_u_64_rt.c= ) -MOD_TMP96 = $(MOD_TMP95:randsrc_gc_c_rt.c= ) -MOD_TMP97 = $(MOD_TMP96:randsrc_gc_d_rt.c= ) -MOD_TMP98 = $(MOD_TMP97:randsrc_gc_r_rt.c= ) -MOD_TMP99 = $(MOD_TMP98:randsrc_gc_z_rt.c= ) -MOD_TMP100 = $(MOD_TMP99:randsrc_gz_c_rt.c= ) -MOD_TMP101 = $(MOD_TMP100:randsrc_gz_d_rt.c= ) -MOD_TMP102 = $(MOD_TMP101:randsrc_gz_r_rt.c= ) -MOD_TMP103 = $(MOD_TMP102:randsrc_gz_z_rt.c= ) -MOD_TMP104 = $(MOD_TMP103:randsrc_u_c_rt.c= ) -MOD_TMP105 = $(MOD_TMP104:randsrc_u_d_rt.c= ) -MOD_TMP106 = $(MOD_TMP105:randsrc_u_r_rt.c= ) -MOD_TMP107 = $(MOD_TMP106:randsrc_u_z_rt.c= ) -MOD_TMP108 = $(MOD_TMP107:buf_copy_frame_to_mem_OL_1ch_rt.c= ) -MOD_TMP109 = $(MOD_TMP108:buf_copy_frame_to_mem_OL_rt.c= ) -MOD_TMP110 = $(MOD_TMP109:buf_copy_input_to_output_1ch_rt.c= ) -MOD_TMP111 = $(MOD_TMP110:buf_copy_input_to_output_rt.c= ) -MOD_TMP112 = $(MOD_TMP111:buf_copy_scalar_to_mem_OL_1ch_rt.c= ) -MOD_TMP113 = $(MOD_TMP112:buf_copy_scalar_to_mem_OL_rt.c= ) -MOD_TMP114 = $(MOD_TMP113:buf_copy_scalar_to_mem_UL_1ch_rt.c= ) -MOD_TMP115 = $(MOD_TMP114:buf_copy_scalar_to_mem_UL_rt.c= ) -MOD_TMP116 = $(MOD_TMP115:buf_output_frame_1ch_rt.c= ) -MOD_TMP117 = $(MOD_TMP116:buf_output_frame_rt.c= ) -MOD_TMP118 = $(MOD_TMP117:buf_output_scalar_1ch_rt.c= ) -MOD_TMP119 = $(MOD_TMP118:buf_output_scalar_rt.c= ) -MOD_TMP120 = $(MOD_TMP119:svd_c_rt.c= ) -MOD_TMP121 = $(MOD_TMP120:svd_d_rt.c= ) -MOD_TMP122 = $(MOD_TMP121:svd_helper_rt.c= ) -MOD_TMP123 = $(MOD_TMP122:svd_r_rt.c= ) -MOD_TMP124 = $(MOD_TMP123:rt_matrx.c= ) -MODULES_SRCS = $(MOD_TMP124:svd_z_rt.c= ) - -# Remove Opal-RT block sources from the list of S-Functions: they are provided with RT-LAB -# Leave any other S-Functions. -SFS_TMP1 = $(S_FUNCTIONS:recv_param.c=) -SFS_TMP1a = $(SFS_TMP1:RECV_Param.c=) -SFS_TMP2 = $(SFS_TMP1a:recv_rt.c=) -SFS_TMP3 = $(SFS_TMP2:op_send.c=) -SFS_TMP3a = $(SFS_TMP3:OP_SEND.c=) -SFS_TMP4 = $(SFS_TMP3a:send_rt.c=) -SFS_TMP10 = $(SFS_TMP4:sfun_timing.c=) -SFS_TMP11 = $(SFS_TMP10:optrigger.c=) -SFS_TMP19 = $(SFS_TMP11:opsnapshot.c=) -SFS_TMP20 = $(SFS_TMP19:opwritefile.c=) -SFS_TMP21 = $(SFS_TMP20:send_fw.c=) -SFS_TMP22 = $(SFS_TMP21:recv_fw.c=) -SFS_TMP23 = $(SFS_TMP22:simulation_info.c=) -SFS_TMP25 = $(SFS_TMP23:usr_delay.c=) -SFS_TMP26 = $(SFS_TMP25:simulation_events2.c=) - - -SFS_TMP56 = $(SFS_TMP26:sfun_opfromfile.c=) -SFS_TMP78 = $(SFS_TMP56:sfun_opexternvar.c=) -SFS_TMP79 = $(SFS_TMP78:sfun_time_factor.c=) -SFS_TMP80 = $(SFS_TMP79:sfun_ohci_info.c=) -SFS_TMP84 = $(SFS_TMP80:simulation_events.c=) -SFS_TMP88 = $(SFS_TMP84:sfun_sync_vme200_2.c=) -SFS_TMP92 = $(SFS_TMP88:read_dinamo.c=) -SFS_TMP93 = $(SFS_TMP92:sfun_subsystem_trigger.c=) -SFS_TMP110 = $(SFS_TMP93:sfun_async_st_emit.c=) - -SFS_TMP127 = $(SFS_TMP110:recv_ohci.c=) -SFS_TMP128 = $(SFS_TMP127:send_ohci.c=) -SFS_TMP129 = $(SFS_TMP128:error_status.c=) -SFS_TMP130 = $(SFS_TMP129:fake_io.c=) -SFS_TMP131 = $(SFS_TMP130:op_getpid.c=) -SFS_TMP132 = $(SFS_TMP131:print_msg.c=) -SFS_TMP133 = $(SFS_TMP132:read_pport.c=) -SFS_TMP134 = $(SFS_TMP133:run_model.c=) - -SFS_TMP138 = $(SFS_TMP134:opAssertion.c=) -SFS_TMP139 = $(SFS_TMP138:checkoutputwidth.c=) -SFS_TMP140 = $(SFS_TMP139:signalCompression.c=) -SFS_TMP141 = $(SFS_TMP140:signalUncompression.c=) -SFS_TMP142 = $(SFS_TMP141:opendianswapper.c=) -SFS_TMP143 = $(SFS_TMP142:signalcompression.c=) -SFS_TMP144 = $(SFS_TMP143:signaluncompression.c=) - -SFS_TMP182 = $(SFS_TMP144:pause_model.c=) -SFS_TMP183 = $(SFS_TMP182:opmonitor.c=) - -SFS_TMP215 = $(SFS_TMP183:mstack_ccp_cal.c=) -SFS_TMP216 = $(SFS_TMP215:mstack_ccp_in.c=) -SFS_TMP217 = $(SFS_TMP216:mstack_analog_in.c=) -SFS_TMP218 = $(SFS_TMP217:mstack_digital_in.c=) -SFS_TMP219 = $(SFS_TMP218:mstack_ccp_ctl.c=) - -SFS_TMP229 = $(SFS_TMP219:pycall.c=) - -SFS_TMP238 = $(SFS_TMP229:sfun_opdataset.c=) -SFS_TMP239 = $(SFS_TMP238:sfun_opinterpol.c=) -SFS_TMP240 = $(SFS_TMP239:nrt.c=) -SFS_TMP241 = $(SFS_TMP240:opplotfile.c=) -SFS_TMP242 = $(SFS_TMP241:pubhlaclassattr.c=) -SFS_TMP243 = $(SFS_TMP242:subhlaclassattr.c=) -SFS_TMP244 = $(SFS_TMP243:pubhlainteraction.c=) -SFS_TMP245 = $(SFS_TMP244:subhlainteraction.c=) -SFS_TMP246 = $(SFS_TMP245:pubentitytype.c=) -SFS_TMP247 = $(SFS_TMP246:hlafedoptions.c=) - -SFS_TMP260 = $(SFS_TMP247:sfun_xplane.c=) -SFS_TMP261 = $(SFS_TMP260:sfun_opjoystick.c=) - -SFS_TMP262 = $(SFS_TMP261:fts2abcd.c=) -SFS_TMP263 = $(SFS_TMP262:fts2flux.c=) -SFS_TMP264 = $(SFS_TMP263:fts2dla.c=) -SFS_TMP265 = $(SFS_TMP264:fts2hfun.c=) -SFS_TMP266 = $(SFS_TMP265:fts2abcd_dtc.c=) - -SFS_TMP270 = $(SFS_TMP266:sfun_conversion.c=) -SFS_TMP271 = $(SFS_TMP270:sfun_elements_demux.c=) -SFS_TMP272 = $(SFS_TMP271:sfun_blob_decimation.c=) -SFS_TMP273 = $(SFS_TMP272:sfun_dynamic_rescale.c=) -SFS_TMP274 = $(SFS_TMP273:sfun_DBL2SFP.c=) -SFS_TMP275 = $(SFS_TMP274:sfun_SFP2DBL.c=) -SFS_TMP276 = $(SFS_TMP275:OpDVP.c=) -SFS_TMP277 = $(SFS_TMP276:OpRfm.c=) -SFS_TMP278 = $(SFS_TMP277:OpHei.c=) -SFS_TMP279 = $(SFS_TMP278:OpPickeringBattSim.c=) -SFS_TMP280 = $(SFS_TMP279:OpOutput.c=) -SFS_TMP281 = $(SFS_TMP280:OpInput.c=) -SFS_TMP282 = $(SFS_TMP281:sfun_arincEncoder.c=) -SFS_TMP283 = $(SFS_TMP282:sfun_arincDecoder.c=) - -S_FUNC_SRCS = $(SFS_TMP283:optaketime.c=) - - -############################################################################# -# -# For CarSim/VehSim/TruckSim by Mechanical SImulation Corp. -# -# The product name: MSC_PRODUCT_ID carsim, vehsim, trucksim -# The product type: MSC_PRODUCT_TYPE i_i, i_s__ss, s_ss ... -# Version Number: MSC_PRODUCT_VERSION 5.25, 6.02, 3.04 ... -# -############################################################################# -ifeq "$(MSC_PRODUCT_TYPE)" "" -# Do nothing here -else - include /usr/$(MSC_PRODUCT_ID)/$(MSC_PRODUCT_VERSION)/$(MSC_PRODUCT_ID).opt -endif -# -############################################################################# -# End CarSim/TruckSim/VehSim -############################################################################# - -SHARED_SRC := $(subst \,/,$(SHARED_SRC)) -SHARED_SRC := $(wildcard $(SHARED_SRC)) - -SHARED_SRC_DIR := $(subst \,/,$(SHARED_SRC_DIR)) - -ifeq ($(MODELREF_TARGET_TYPE), NONE) - # Top model for RTW - SRCS1 += $(MODEL).c model_main.c rt_sim.c $(RTWLOG) $(SOLVER) $(EXT_SRC) $(MODULES_SRCS) $(SHARED_SRC) - SRCS1 += $(INTERNAL_ADD_SOURCE_FILE) $(S_FUNC_SRCS) $(USER_SRCS) - SRCS = $(filter-out $(INTERNAL_IGN_SOURCE_FILE), $(sort $(SRCS1))) - -else - # sub-model for RTW - SRCS1 += $(MODULES_SRCS) - SRCS1 += $(INTERNAL_ADD_SOURCE_FILE) $(S_FUNC_SRCS) $(USER_SRCS) - SRCS = $(filter-out $(INTERNAL_IGN_SOURCE_FILE), $(sort $(SRCS1))) -endif - - -ifeq "$(UNAME)" "QNX" ##### nto - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include qnxnto.opt - else - include $(RELATIVE_PATH_TO_ANCHOR)/qnxnto.opt - endif -else - ifeq "$(UNAME)" "Linux" ##### Linux (RedHawk) - MACHINE = $(shell uname -m) - ifeq "$(MACHINE)" "x86_64" - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include linux64.opt - else - include $(RELATIVE_PATH_TO_ANCHOR)/linux64.opt - endif - else - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include linux32.opt - else - include $(RELATIVE_PATH_TO_ANCHOR)/linux32.opt - endif - endif - else - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include win32.opt - else - include $(RELATIVE_PATH_TO_ANCHOR)/OpNTtarget/win32.opt - endif - endif -endif - -#------------------------------ Include Path ----------------------------- - -MATLAB_INCLUDES = -I$(TARGET_MATLAB_ROOT)/simulink/include \ --I$(TARGET_MATLAB_ROOT)/extern/include \ --I$(TARGET_MATLAB_ROOT)/rtw/c/src \ --I$(TARGET_MATLAB_ROOT)/rtw/c/src/matrixmath \ --I$(TARGET_MATLAB_ROOT)/rtw/c/libsrc \ - -ifeq "$(UNAME)" "QNX" ##### nto - MATLAB_INCLUDES += -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/drive \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/mech \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/foundation \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/network_engine \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/ne_sli \ - -I$(TARGET_MATLAB_ROOT)/toolbox/dspblks/include \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/compiler/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/engine/sli/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/engine/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/utils -else - ifeq "$(UNAME)" "Linux" ##### Linux (RedHawk) - MATLAB_INCLUDES += -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/drive \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/mech \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/foundation \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/network_engine \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/ne_sli \ - -I$(TARGET_MATLAB_ROOT)/toolbox/dspblks/include \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/compiler/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/engine/sli/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/engine/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/simscape/include/utils - else - MATLAB_INCLUDES += -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/drive/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/mech/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/foundation/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/ne_sli/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/simscape/engine/sli/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/simscape/engine/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/network_engine/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/common/foundation/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/simscape/compiler/core/c \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/extern/include \ - -I$(TARGET_MATLAB_ROOT)/toolbox/physmod/smlink/api/include \ - -I$(TARGET_MATLAB_ROOT)/toolbox/dsp/include \ - -I$(TARGET_MATLAB_ROOT)/toolbox/dspblks/include - endif -endif - -RTLAB_INCLUDES = \ - -I$(TARGET_RTLAB_ROOT)/common/include \ - -I$(TARGET_RTLAB_ROOT)/common/include_target \ - -I$(TARGET_RTLAB_ROOT)/RT-LAB/include - -SHARED_INCLUDES = -ifneq ($(SHARED_SRC_DIR),) - SHARED_INCLUDES = -I$(SHARED_SRC_DIR) -endif - -INCLUDES = -I. $(MATLAB_INCLUDES) $(RTLAB_INCLUDES) $(INTERNAL_INCLUDE_PATH) $(USER_INCS) $(MODELREF_INC_PATH) $(SHARED_INCLUDES) - - -#------------------------ rtModel ---------------------------------------------- -#define USE_RTMODEL 1 -RTM_CC_OPTS = -DUSE_RTMODEL -ifeq ($(OP_DISCRETE_SOLVER),1) -RTM_CC_OPTS = -DUSE_RTMODEL -DDISCRETE_SOLVER -endif - -#-------------------------------- C Flags -------------------------------- -# General User Options -#OLDMATLABVERSION = 0 - -ifeq ($(OP_MATLABR2011B),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2011B -endif -ifeq ($(OP_MATLABR2012A),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2012A -endif -ifeq ($(OP_MATLABR2012B),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2012B -endif -ifeq ($(OP_MATLABR2013A),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2013A -endif -ifeq ($(OP_MATLABR2013B),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2013B -endif -ifeq ($(OP_MATLABR2014A),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2014A -endif -ifeq ($(OP_MATLABR2014B),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2014B -endif -ifeq ($(OP_MATLABR2015A),1) -MATLABVERSION_CFLAGS = -DOP_MATLABR2015A -endif -OPTS = - -ANSI_OPTS = - -CC_OPTS = -c $(OPT_OPTS) $(OPTS) $(ANSI_OPTS) $(EXT_CC_OPTS) $(RTM_CC_OPTS) -CC_OPTS77 = -c $(OPT_OPTS77) $(OPTS) $(ANSI_OPTS) $(EXT_CC_OPTS) $(RTM_CC_OPTS) - -CPP_REQ_DEFINES = -DMODEL=$(MODEL) -DRT=RT -DNUMST=$(NUMST) \ - -DTID01EQ=$(TID01EQ) -DNCSTATES=$(NCSTATES) \ - -DMT=$(MULTITASKING) \ - -DTERMFCN=$(TERMFCN) \ - -DMULTITASKING=$(MULTITASKING) -D_SIMULINK -DRTLAB $(MATLABVERSION_CFLAGS) - -# Skip variables that have not been expanded (they contain |>) - -ifeq (,$(findstring |>,$(MAT_FILE))) -CPP_REQ_DEFINES += -DMAT_FILE=$(MAT_FILE) -endif -ifeq (,$(findstring |>,$(CLASSIC_INTERFACE))) -CPP_REQ_DEFINES += -DCLASSIC_INTERFACE=$(CLASSIC_INTERFACE) -endif -ifeq (,$(findstring |>,$(ONESTEPFCN))) -CPP_REQ_DEFINES += -DONESTEPFCN=$(ONESTEPFCN) -endif -ifeq (,$(findstring |>,$(MULTI_INSTANCE_CODE))) -CPP_REQ_DEFINES += -DMULTI_INSTANCE_CODE=$(MULTI_INSTANCE_CODE) -endif - -CFLAGS = $(CC_OPTS) $(CPP_REQ_DEFINES) $(TARGET_CFLAGS) $(INCLUDES) -CFLAGS77 = $(CC_OPTS77) $(CPP_REQ_DEFINES) $(TARGET_CFLAGS) $(INCLUDES) - -#------------------------------- LD Flags -------------------------------- -LDFLAGS = $(LD_DEBUG_OPTS) $(LIBPATH) $(EXT_LD_OPTS) $(RTLAB_LDFLAGS) - - -#--------------------------------- Rules --------------------------------- - -ifeq "$(UNAME)" "QNX" ##### nto - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include posix.rules - else - include $(RELATIVE_PATH_TO_ANCHOR)/posix.rules - endif -else - ifeq "$(UNAME)" "Linux" ##### Linux (RedHawk) - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include posix.rules - else - include $(RELATIVE_PATH_TO_ANCHOR)/posix.rules - endif - else - ifeq ($(MODELREF_TARGET_TYPE), NONE) - include win32.rules - else - include $(RELATIVE_PATH_TO_ANCHOR)/OpNTtarget/win32.rules - endif - - -# Libraries: -ifeq ($(USE_EXPAND_RTWLIB),1) - -else - -MODULES_rtwlib = rt_backsubcc_dbl.obj \ - rt_backsubcc_sgl.obj \ - rt_backsubrc_dbl.obj \ - rt_backsubrc_sgl.obj \ - rt_backsubrr_dbl.obj \ - rt_backsubrr_sgl.obj \ - rt_forwardsubcc_dbl.obj \ - rt_forwardsubcc_sgl.obj \ - rt_forwardsubcr_dbl.obj \ - rt_forwardsubcr_sgl.obj \ - rt_forwardsubrc_dbl.obj \ - rt_forwardsubrc_sgl.obj \ - rt_forwardsubrr_dbl.obj \ - rt_forwardsubrr_sgl.obj \ - rt_lu_cplx.obj \ - rt_lu_cplx_sgl.obj \ - rt_lu_real.obj \ - rt_lu_real_sgl.obj \ - rt_matdivcc_dbl.obj \ - rt_matdivcc_sgl.obj \ - rt_matdivcr_dbl.obj \ - rt_matdivcr_sgl.obj \ - rt_matdivrc_dbl.obj \ - rt_matdivrc_sgl.obj \ - rt_matdivrr_dbl.obj \ - rt_matdivrr_sgl.obj \ - rt_matmultandinccc_dbl.obj \ - rt_matmultandinccc_sgl.obj \ - rt_matmultandinccr_dbl.obj \ - rt_matmultandinccr_sgl.obj \ - rt_matmultandincrc_dbl.obj \ - rt_matmultandincrc_sgl.obj \ - rt_matmultandincrr_dbl.obj \ - rt_matmultandincrr_sgl.obj \ - rt_matmultcc_dbl.obj \ - rt_matmultcc_sgl.obj \ - rt_matmultcr_dbl.obj \ - rt_matmultcr_sgl.obj \ - rt_matmultrc_dbl.obj \ - rt_matmultrc_sgl.obj \ - rt_matmultrr_dbl.obj \ - rt_matmultrr_sgl.obj -endif - -$(RTWLIB) : - @echo ### Creating $@ - -@md $(RTW_PROGRAMDATA_PATH) - -@md $(RTWLIB_PATH) - -ifeq ($(USE_EXPAND_RTWLIB),1) - $(CC) $(CFLAGS) $(ALT_MATLAB_ROOT)\rtw\c\src\*.c -else - $(CC) $(CFLAGS) $(ALT_MATLAB_ROOT)\rtw\c\src\matrixmath\*.c -endif - $(LIBCMD) /nologo /out:$@ $(MODULES_rtwlib) - @echo ### Created $@ - -endif -endif - - - -ifeq "$(UNAME)" "QNX" ##### nto -MODELREF_LINK_LIBS_MAIN : - @for A in $(MODELREFS); do $(MAKE) -C $(SHARED_SRC_DIR)/../$$A -f $$A.mk; done -else -ifeq "$(UNAME)" "Linux" ##### Linux (RedHawk) -MODELREF_LINK_LIBS_MAIN : - @for A in $(MODELREFS); do $(MAKE) -C $(SHARED_SRC_DIR)/../$$A -f $$A.mk; done -else -MODELREF_LINK_LIBS_MAIN : - @FOR %A IN ($(MODELREFS)) DO $(MAKE) -C $(SHARED_SRC_DIR)/../%A -f %A.mk -endif -endif diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.nvcmd b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.nvcmd deleted file mode 100644 index d3cbe35c1..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model.nvcmd +++ /dev/null @@ -1 +0,0 @@ -!/home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/send_receive_1_sm_model 5e-005 1 6750209 65552 1 2 134.130.169.16:59083 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_data.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_data.c deleted file mode 100644 index 4d85b3d74..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_data.c +++ /dev/null @@ -1,480 +0,0 @@ -/* - * send_receive_1_sm_model_data.c - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#include "send_receive_1_sm_model.h" -#include "send_receive_1_sm_model_private.h" - -/* Block parameters (auto storage) */ -Parameters_send_receive_1_sm_model send_receive_1_sm_model_P = { - 0.0, /* Expression: 0 - * Referenced by: '/S-Function1' - */ - 0.0, /* Expression: 0 - * Referenced by: '/S-Function' - */ - 1.0, /* Expression: 1 - * Referenced by: '/data ready 2 kHz' - */ - 10.0, /* Expression: 10 - * Referenced by: '/data ready 2 kHz' - */ - 1.0, /* Expression: 1 - * Referenced by: '/data ready 2 kHz' - */ - 0.0, /* Expression: 0 - * Referenced by: '/data ready 2 kHz' - */ - - /* Expression: [1 2 3 4] - * Referenced by: '/Constant' - */ - { 1.0, 2.0, 3.0, 4.0 }, - 5.0, /* Expression: 5 - * Referenced by: '/Pulse Generator1' - */ - 2000.0, /* Computed Parameter: PulseGenerator1_Period - * Referenced by: '/Pulse Generator1' - */ - 600.0, /* Computed Parameter: PulseGenerator1_Duty - * Referenced by: '/Pulse Generator1' - */ - 0.0, /* Expression: 0 - * Referenced by: '/Pulse Generator1' - */ - - /* Computed Parameter: SFunction2_P1_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: ctl_id - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P2_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: send_id - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P3_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 3.0, /* Expression: mode - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P4_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: fp1 - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P5_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 2.0, /* Expression: fp2 - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P6_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 3.0, /* Expression: fp3 - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P7_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 4.0, /* Expression: fp4 - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P8_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 1.0 }, - 5.0, /* Expression: fp5 - * Referenced by: '/S-Function2' - */ - - /* Computed Parameter: SFunction2_P9_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction2_P9 - * Referenced by: '/S-Function2' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 49.0 }, - - /* Computed Parameter: SFunction2_P10_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction2_P10 - * Referenced by: '/S-Function2' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 50.0 }, - - /* Computed Parameter: SFunction2_P11_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction2_P11 - * Referenced by: '/S-Function2' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 51.0 }, - - /* Computed Parameter: SFunction2_P12_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction2_P12 - * Referenced by: '/S-Function2' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 52.0 }, - - /* Computed Parameter: SFunction2_P13_Size - * Referenced by: '/S-Function2' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction2_P13 - * Referenced by: '/S-Function2' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 53.0 }, - 2.0, /* Expression: 2 - * Referenced by: '/timeout' - */ - - /* Computed Parameter: SFunction1_P1_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: ctl_id - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P2_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: recv_id - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P3_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: fp1 - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P4_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 2.0, /* Expression: fp2 - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P5_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 3.0, /* Expression: fp3 - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P6_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 4.0, /* Expression: fp4 - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P7_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 1.0 }, - 5.0, /* Expression: fp5 - * Referenced by: '/S-Function1' - */ - - /* Computed Parameter: SFunction1_P8_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction1_P8 - * Referenced by: '/S-Function1' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 49.0 }, - - /* Computed Parameter: SFunction1_P9_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction1_P9 - * Referenced by: '/S-Function1' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 50.0 }, - - /* Computed Parameter: SFunction1_P10_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction1_P10 - * Referenced by: '/S-Function1' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 51.0 }, - - /* Computed Parameter: SFunction1_P11_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction1_P11 - * Referenced by: '/S-Function1' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 52.0 }, - - /* Computed Parameter: SFunction1_P12_Size - * Referenced by: '/S-Function1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: SFunction1_P12 - * Referenced by: '/S-Function1' - */ - { 115.0, 116.0, 114.0, 105.0, 110.0, 103.0, 53.0 }, - - /* Computed Parameter: SFunction_P1_Size - * Referenced by: '/S-Function' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: Acqu_group - * Referenced by: '/S-Function' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P1_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: ctl_id - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P2_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 1.0, /* Expression: proto - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P3_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 12000.0, /* Expression: ip_port_remote - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P4_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 12001.0, /* Expression: ip_port_local - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P5_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P6_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P7_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P8_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P9_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P10_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P11_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P12_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P13_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0, /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ - - /* Computed Parameter: OpIPSocketCtrl1_P14_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 14.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P14 - * Referenced by: '/OpIPSocketCtrl1' - */ - { 49.0, 51.0, 52.0, 46.0, 49.0, 51.0, 48.0, 46.0, 49.0, 54.0, 57.0, 46.0, 51.0, - 49.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P15_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P15 - * Referenced by: '/OpIPSocketCtrl1' - */ - { 48.0, 46.0, 48.0, 46.0, 48.0, 46.0, 48.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P16_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P17_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P18_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P19_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P20_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P21_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P22_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P23_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P24_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P25_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 0.0, 0.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P26_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 7.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P26 - * Referenced by: '/OpIPSocketCtrl1' - */ - { 65.0, 115.0, 121.0, 110.0, 99.0, 73.0, 80.0 }, - - /* Computed Parameter: OpIPSocketCtrl1_P27_Size - * Referenced by: '/OpIPSocketCtrl1' - */ - { 1.0, 1.0 }, - 0.0 /* Expression: 0 - * Referenced by: '/OpIPSocketCtrl1' - */ -}; diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_private.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_private.h deleted file mode 100644 index d2e4374b0..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_private.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * send_receive_1_sm_model_private.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#ifndef RTW_HEADER_send_receive_1_sm_model_private_h_ -#define RTW_HEADER_send_receive_1_sm_model_private_h_ -#include "rtwtypes.h" -#ifndef __RTWTYPES_H__ -#error This file requires rtwtypes.h to be included -#else -#ifdef TMWTYPES_PREVIOUSLY_INCLUDED -#error This file requires rtwtypes.h to be included before tmwtypes.h -#else - -/* Check for inclusion of an incorrect version of rtwtypes.h */ -#ifndef RTWTYPES_ID_C08S16I32L32N32F1 -#error This code was generated with a different "rtwtypes.h" than the file included -#endif /* RTWTYPES_ID_C08S16I32L32N32F1 */ -#endif /* TMWTYPES_PREVIOUSLY_INCLUDED */ -#endif /* __RTWTYPES_H__ */ - -extern void sfun_send_async(SimStruct *rts); -extern void sfun_recv_async(SimStruct *rts); -extern void OP_SEND(SimStruct *rts); -extern void sfun_gen_async_ctrl(SimStruct *rts); - -#endif /* RTW_HEADER_send_receive_1_sm_model_private_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_ref.rsp b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_ref.rsp deleted file mode 100644 index e69de29bb..000000000 diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_types.h b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_types.h deleted file mode 100644 index 119783152..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/send_receive_1_sm_model_types.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * send_receive_1_sm_model_types.h - * - * Code generation for model "send_receive_1_sm_model.mdl". - * - * Model version : 1.453 - * Simulink Coder version : 8.1 (R2011b) 08-Jul-2011 - * C source code generated on : Thu Apr 27 18:29:02 2017 - * - * Target selection: rtlab_rtmodel.tlc - * Note: GRT includes extra infrastructure and instrumentation for prototyping - * Embedded hardware selection: 32-bit Generic - * Code generation objectives: Unspecified - * Validation result: Not run - */ -#ifndef RTW_HEADER_send_receive_1_sm_model_types_h_ -#define RTW_HEADER_send_receive_1_sm_model_types_h_ -#include "rtwtypes.h" - -/* Parameters (auto storage) */ -typedef struct Parameters_send_receive_1_sm_model_ - Parameters_send_receive_1_sm_model; - -/* Forward declaration for rtModel */ -typedef struct RT_MODEL_send_receive_1_sm_model RT_MODEL_send_receive_1_sm_model; - -#endif /* RTW_HEADER_send_receive_1_sm_model_types_h_ */ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/target_report.xml b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/target_report.xml deleted file mode 100644 index 245779eec..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/OpREDHAWKtarget/target_report.xml +++ /dev/null @@ -1,3323 +0,0 @@ - - - - - - - - - - - - 457164 kB - - - - - 97164 kB - - - - - 360000 kB - - - - - 96988 kB - - - - - 18668 kB - - - - - 71800 kB - - - - - 1197444 kB - - - - - 8206052 kB - - - - - 272932 kB - - - - - 907264 kB - - - - - 4088 kB - - - - - 29016 kB - - - - - 6088812 kB - - - - - 7392776 kB - - - - - 909080 kB - - - - - 0 kB - - - - - 909080 kB - - - - - 662052 kB - - - - - 826204 kB - - - - - 52916 kB - - - - - 6750864 kB - - - - - 8218980 kB - - - - - 0 kB - - - - - 0 kB - - - - - 1264 kB - - - - - 19852 kB - - - - - 12168 kB - - - - - 32020 kB - - - - - 0 kB - - - - - 4096564 kB - - - - - 4096564 kB - - - - - 0 kB - - - - - 80296 kB - - - - - 122880 kB - - - - - 4300 kB - - - - - 0 kB - - - - - 0 kB - - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 0 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 1 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 10 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 11 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 2 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 3 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 4 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 0 - - - - - 5 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 6 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 7 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 8 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - 12288 KB - - - - - Intel(R) Xeon(R) CPU X5690 @ 3.47GHz - - - - - 1 - - - - - 9 - - - - - 3466.487mhz - - - - - GenuineIntel - - - - - - - - - - - - 134.130.169.127 - - - - - 134.130.169.80 - - - - - 00:25:90:97:D1:0C - - - - - 255.255.255.128 - - - - - Ethernet - - - - - - - 10.10.10.255 - - - - - 10.10.10.2 - - - - - A0:36:9F:19:4D:2D - - - - - 255.255.255.0 - - - - - Ethernet - - - - - - - 127.0.0.1 - - - - - 255.0.0.0 - - - - - Local - - - - - - - - RTServer_1 - - - - - root - - - - - 134.130.169.80 - - - - - - - - - - 0 - - - - - 10 - - - - - 0 - - - - - 0,2500,24,100 - - - - - 7/0/24/25/26/27/28/29/ - - - - - ON - - - - - UDP/IP - - - - - /dev/console - - - - - sm_model 1 - - - - - Free-Clock - - - - - 10 - - - - - 0 - - - - - ON - - - - - 0 - - - - - - - - - - 134.130.169.16:0.0 - - - - - ON - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - sysvinit-2.86 - - - - - sfun_gen_async_ctrl.c sfun_recv_async.c sfun_send_async.c - - - - - -lOpalAsyncApiR2011b - - - - - -lOpalAsyncApiCore - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - en_US - - - - - WIN7-LAB - - - - - opal-user - - - - - Automatic - - - - - Automatic - - - - - 0.000000 - - - - - 0.000000 - - - - - ON - - - - - OFF - - - - - ALL - - - - - 0 - - - - - 2/0/100/24/44/ - - - - - 10 - - - - - OFF - - - - - 1 - - - - - 2.6.29.6-opalrt-5 - - - - - C:/Users/opal-user/OPAL-RT/msv-ufa/test1/models/send_receive/send_receive.mdl - - - - - send_receive - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\models\send_receive\ - - - - - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\villas_udp.llp - - - - - /sbin:/usr/sbin:/bin:/usr/bin - - - - - N - - - - - DEBUG_ALL - - - - - GTNET_SKT - - - - - /usr/opalrt/v11.0.5.499/common/python/rtlab/global - - - - - /usr/opalrt/v11.0.5.499/common/python/ - - - - - /usr/matlab/v7.13 - - - - - /usr/opalrt/v11.0.5.499 - - - - - 134.130.169.16 - - - - - ON - - - - - - - - - - REDHAWK - - - - - v11.0.5.499 - - - - - send_receive_1_sm_model - - - - - sm_model - - - - - 3 - - - - - YES - - - - - 4 - - - - - linux - - - - - linux - - - - - /home/win7-lab/c/users/opal-user/opal-rt/msv-ufa/test1/models/send_receive/send_receive_sm_model/ - - - - - - - - - - - - - - - 5000 - - - - - /bin/env - - - - - 1 send_receive_1_sm_model - - - - - 1 OPAL_Target_1 - - - - - 1 sm_model - - - - - OPAL_Target_1 134.130.169.80 - - - - - N - - - - - 3 - - - - - - - - - 4.1.2 - - - - - - - - /usr/matlab/v7.10 - - - - - v7.10 - - - - - - - /usr/matlab/v7.11 - - - - - v7.11 - - - - - - - /usr/matlab/v7.12 - - - - - v7.12 - - - - - - - /usr/matlab/v7.13 - - - - - v7.13 - - - - - - - /usr/matlab/v7.14 - - - - - v7.14 - - - - - - - /usr/matlab/v7.3 - - - - - v7.3 - - - - - - - /usr/matlab/v7.5 - - - - - v7.5 - - - - - - - /usr/matlab/v7.6 - - - - - v7.6 - - - - - - - /usr/matlab/v7.7 - - - - - v7.7 - - - - - - - /usr/matlab/v7.9 - - - - - v7.9 - - - - - - - /usr/matlab/v8.0 - - - - - v8.0 - - - - - - - /usr/matlab/v8.1 - - - - - v8.1 - - - - - - - /usr/matlab/v8.2 - - - - - v8.2 - - - - - - - /usr/matlab/v8.4 - - - - - v8.4 - - - - - - - - 2.4.3 - - - - - - - - v11.0.5.499 - - - - - - /usr/opalrt/v10.0.4 - - - - - v10.0.4 - - - - - - - /usr/opalrt/v10.4.10.200 - - - - - v10.4.10.200 - - - - - - - /usr/opalrt/v10.5.9.356 - - - - - v10.5.9.356 - - - - - - - /usr/opalrt/v10.6.5.293 - - - - - v10.6.5.293 - - - - - - - /usr/opalrt/v10.7.2.411 - - - - - v10.7.2.411 - - - - - - - /usr/opalrt/v10.7.7.506 - - - - - v10.7.7.506 - - - - - - - /usr/opalrt/v11.0.2.410 - - - - - v11.0.2.410 - - - - - - - /usr/opalrt/v11.0.5.499 - - - - - v11.0.5.499 - - - - - - - - - 2.6.29.6-opalrt-5 - - - - - linux2 - - - - - #6 SMP PREEMPT Tue Aug 3 10:13:38 EDT 2010 - - - - - - - - MetaController - - - - - 7506 - - - - - - - OpTargetD - - - - - 11163 - - - - - - - OpalD - - - - - 12332 - - - - - - - OpalNode - - - - - 11167 - - - - - - - acpid - - - - - 6499 - - - - - - - aio/0 - - - - - 552 - - - - - - - aio/1 - - - - - 6976 - - - - - - - aio/10 - - - - - 7308 - - - - - - - aio/11 - - - - - 7357 - - - - - - - aio/2 - - - - - 7019 - - - - - - - aio/3 - - - - - 7058 - - - - - - - aio/4 - - - - - 7097 - - - - - - - aio/5 - - - - - 7129 - - - - - - - aio/6 - - - - - 7166 - - - - - - - aio/7 - - - - - 7197 - - - - - - - aio/8 - - - - - 7234 - - - - - - - aio/9 - - - - - 7271 - - - - - - - ata/0 - - - - - 1068 - - - - - - - ata/1 - - - - - 6968 - - - - - - - ata/10 - - - - - 7306 - - - - - - - ata/11 - - - - - 7355 - - - - - - - ata/2 - - - - - 7017 - - - - - - - ata/3 - - - - - 7056 - - - - - - - ata/4 - - - - - 7095 - - - - - - - ata/5 - - - - - 7127 - - - - - - - ata/6 - - - - - 7164 - - - - - - - ata/7 - - - - - 7195 - - - - - - - ata/8 - - - - - 7232 - - - - - - - ata/9 - - - - - 7269 - - - - - - - ata_aux - - - - - 1080 - - - - - - - atd - - - - - 7641 - - - - - - - bnx2x - - - - - 818 - - - - - - - cpuset - - - - - 27 - - - - - - - cqueue - - - - - 352 - - - - - - - crond - - - - - 7525 - - - - - - - dbus-daemon - - - - - 6455 - - - - - - - events/0 - - - - - 29 - - - - - - - events/1 - - - - - 6983 - - - - - - - events/10 - - - - - 7311 - - - - - - - events/11 - - - - - 7360 - - - - - - - events/2 - - - - - 7022 - - - - - - - events/3 - - - - - 7061 - - - - - - - events/4 - - - - - 7100 - - - - - - - events/5 - - - - - 7132 - - - - - - - events/6 - - - - - 7169 - - - - - - - events/7 - - - - - 7200 - - - - - - - events/8 - - - - - 7237 - - - - - - - events/9 - - - - - 7274 - - - - - - - hid_compat - - - - - 932 - - - - - - - hycore - - - - - 6571 - - - - - - - init - - - - - 1 - - - - - - - java - - - - - 6581 - - - - - - - kacpi_notify - - - - - 227 - - - - - - - kacpid - - - - - 226 - - - - - - - kauditd - - - - - 1154 - - - - - - - kblockd/0 - - - - - 213 - - - - - - - kblockd/1 - - - - - 6977 - - - - - - - kblockd/10 - - - - - 7309 - - - - - - - kblockd/11 - - - - - 7358 - - - - - - - kblockd/2 - - - - - 7020 - - - - - - - kblockd/3 - - - - - 7059 - - - - - - - kblockd/4 - - - - - 7098 - - - - - - - kblockd/5 - - - - - 7130 - - - - - - - kblockd/6 - - - - - 7167 - - - - - - - kblockd/7 - - - - - 7198 - - - - - - - kblockd/8 - - - - - 7235 - - - - - - - kblockd/9 - - - - - 7272 - - - - - - - khelper - - - - - 53 - - - - - - - khubd - - - - - 363 - - - - - - - kjournald - - - - - 1124 - - - - - - - klogd - - - - - 6389 - - - - - - - kmpath_handlerd - - - - - 5849 - - - - - - - kmpathd/0 - - - - - 5836 - - - - - - - kmpathd/1 - - - - - 6964 - - - - - - - kmpathd/10 - - - - - 7305 - - - - - - - kmpathd/11 - - - - - 7354 - - - - - - - kmpathd/2 - - - - - 7016 - - - - - - - kmpathd/3 - - - - - 7055 - - - - - - - kmpathd/4 - - - - - 7094 - - - - - - - kmpathd/5 - - - - - 7126 - - - - - - - kmpathd/6 - - - - - 7163 - - - - - - - kmpathd/7 - - - - - 7194 - - - - - - - kmpathd/8 - - - - - 7231 - - - - - - - kmpathd/9 - - - - - 7268 - - - - - - - kpsmoused - - - - - 929 - - - - - - - kseriod - - - - - 366 - - - - - - - ksoftirqd/0 - - - - - 4 - - - - - - - ksoftirqd/1 - - - - - 6960 - - - - - - - ksoftirqd/10 - - - - - 7304 - - - - - - - ksoftirqd/11 - - - - - 7353 - - - - - - - ksoftirqd/2 - - - - - 7015 - - - - - - - ksoftirqd/3 - - - - - 7053 - - - - - - - ksoftirqd/4 - - - - - 7093 - - - - - - - ksoftirqd/5 - - - - - 7125 - - - - - - - ksoftirqd/6 - - - - - 7162 - - - - - - - ksoftirqd/7 - - - - - 7193 - - - - - - - ksoftirqd/8 - - - - - 7228 - - - - - - - ksoftirqd/9 - - - - - 7267 - - - - - - - kstriped - - - - - 5811 - - - - - - - ksuspend_usbd - - - - - 357 - - - - - - - kswapd0 - - - - - 505 - - - - - - - kthreadd - - - - - 2 - - - - - - - migration/0 - - - - - 3 - - - - - - - migration/1 - - - - - 6959 - - - - - - - migration/10 - - - - - 7303 - - - - - - - migration/11 - - - - - 7352 - - - - - - - migration/2 - - - - - 7014 - - - - - - - migration/3 - - - - - 7052 - - - - - - - migration/4 - - - - - 7092 - - - - - - - migration/5 - - - - - 7124 - - - - - - - migration/6 - - - - - 7161 - - - - - - - migration/7 - - - - - 7192 - - - - - - - migration/8 - - - - - 7226 - - - - - - - migration/9 - - - - - 7266 - - - - - - - mingetty - - - - - 7674 - - - - - - - mlx4_err - - - - - 870 - - - - - - - nmbd - - - - - 7610 - - - - - - - pdflush - - - - - 8019 - - - - - - - portmap - - - - - 6412 - - - - - - - python - - - - - 12659 - - - - - - - rcu_sched_grace - - - - - 28 - - - - - - - rpc.statd - - - - - 6438 - - - - - - - scsi_eh_0 - - - - - 1107 - - - - - - - scsi_eh_1 - - - - - 1108 - - - - - - - scsi_eh_2 - - - - - 1109 - - - - - - - scsi_eh_3 - - - - - 1110 - - - - - - - sfc_refill/0 - - - - - 874 - - - - - - - sfc_refill/1 - - - - - 6972 - - - - - - - sfc_refill/10 - - - - - 7307 - - - - - - - sfc_refill/11 - - - - - 7356 - - - - - - - sfc_refill/2 - - - - - 7018 - - - - - - - sfc_refill/3 - - - - - 7057 - - - - - - - sfc_refill/4 - - - - - 7096 - - - - - - - sfc_refill/5 - - - - - 7128 - - - - - - - sfc_refill/6 - - - - - 7165 - - - - - - - sfc_refill/7 - - - - - 7196 - - - - - - - sfc_refill/8 - - - - - 7233 - - - - - - - sfc_refill/9 - - - - - 7270 - - - - - - - sfc_reset - - - - - 886 - - - - - - - sh - - - - - 12707 - - - - - - - smbd - - - - - 7719 - - - - - - - sshd - - - - - 6543 - - - - - - - syslogd - - - - - 6386 - - - - - - - udevd - - - - - 1188 - - - - - - - vsftpd - - - - - 7483 - - - - - - - work_on_cpu/0 - - - - - 41 - - - - - - - work_on_cpu/1 - - - - - 6981 - - - - - - - work_on_cpu/10 - - - - - 7310 - - - - - - - work_on_cpu/11 - - - - - 7359 - - - - - - - work_on_cpu/2 - - - - - 7021 - - - - - - - work_on_cpu/3 - - - - - 7060 - - - - - - - work_on_cpu/4 - - - - - 7099 - - - - - - - work_on_cpu/5 - - - - - 7131 - - - - - - - work_on_cpu/6 - - - - - 7168 - - - - - - - work_on_cpu/7 - - - - - 7199 - - - - - - - work_on_cpu/8 - - - - - 7236 - - - - - - - work_on_cpu/9 - - - - - 7273 - - - - - - - xfs - - - - - 7587 - - - - - - - xinetd - - - - - 6560 - - - - - - - - - - diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/_sharedutils/tflSUInfo.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/_sharedutils/tflSUInfo.mat deleted file mode 100644 index 5e9cdd8aa..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/_sharedutils/tflSUInfo.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/binfo.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/binfo.mat deleted file mode 100644 index 6a66c1e1c..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/binfo.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/minfo.mat b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/minfo.mat deleted file mode 100644 index 8929a4561..000000000 Binary files a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/rtlab_rtmodel/send_receive_1_sm_model/tmwinternal/minfo.mat and /dev/null differ diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/sl_proj.tmw b/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/sl_proj.tmw deleted file mode 100644 index 4a1b00782..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/send_receive_sm_model/slprj/sl_proj.tmw +++ /dev/null @@ -1,2 +0,0 @@ -Simulink Coder project marker file. Please don't change it. -slprjVersion: 7.8_30 \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/compat.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/compat.c deleted file mode 100644 index dd10ada9b..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/compat.c +++ /dev/null @@ -1,46 +0,0 @@ -/** Compatibility code for GCC - * - * OPAL-RT's libSystem.a links against some Intel - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include - -size_t __intel_sse2_strlen(const char *s) -{ - return strlen(s); -} - -void * _intel_fast_memset(void *b, int c, size_t len) -{ - return memset(b, c, len); -} - -void * _intel_fast_memcpy(void *restrict dst, const void *restrict src, size_t n) -{ - return memcpy(dst, src, n); -} - -int _intel_fast_memcmp(const void *s1, const void *s2, size_t n) -{ - return memcmp(s1, s2, n); -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.asv b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.asv deleted file mode 100644 index ffb726cbd..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.asv +++ /dev/null @@ -1,352 +0,0 @@ -/** Main routine of AsyncIP. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU Lesser General Public License v2.1 - * - * VILLASnode - connecting real-time simulation equipment - * - * This application is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License. - * - * This application is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - *********************************************************************************/ - -/* Standard ANSI C headers needed for this program */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -/* This is the message format */ -#include "config.h" -#include "socket.h" -#include "utils.h" - -#if PROTOCOL == VILLAS - #include "msg.h" - #include "msg_format.h" -#endif - -/* This is just for initializing the shared memory access to communicate - * with the RT-LAB model. It's easier to remember the arguments like this */ -#define ASYNC_SHMEM_NAME argv[1] -#define ASYNC_SHMEM_SIZE atoi(argv[2]) -#define PRINT_SHMEM_NAME argv[3] - -/* Global Variables */ -struct socket skt; - -static void * SendToIPPort(void *arg) -{ - unsigned int ModelState, SendID = 1, Sequence = 0; - int nbSend = 0, ret, cnt, len; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#endif - - OpalPrint("%s: SendToIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncSendIcon(&nbSend); - if (nbSend < 1) { - OpalPrint("%s: SendToIPPort: No transimission block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* This call unblocks when the 'Data Ready' line of a send icon is asserted. */ - ret = OpalWaitForAsyncSendRequest(&SendID); - if (ret != EOK) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - OpalSetAsyncSendIconError(ret, SendID); - OpalPrint("%s: OpalWaitForAsyncSendRequest(), errno %d\n", PROGNAME, ret); - } - - continue; - } - - /* No errors encountered yet */ - OpalSetAsyncSendIconError(0, SendID); - - /* Get the size of the data being sent by the unblocking SendID */ - OpalGetAsyncSendIconDataLength(&mdldata_size, SendID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for SendID=%d exceeds allowed maximum (%d)\n", - PROGNAME, SendID, MAX_VALUES); - return NULL; - } - - /* Read data from the model */ - OpalGetAsyncSendIconData(mdldata, mdldata_size, SendID); - -#if PROTOCOL == VILLAS - /* Get current time */ - struct timespec now; - clock_gettime(CLOCK_REALTIME, &now); - - msg->length = mdldata_size / sizeof(double); - msg->sequence = Sequence++; - msg->ts.sec = now.tv_sec; - msg->ts.nsec = now.tv_nsec; - - for (int i = 0; i < msg->length; i++) - msg->data[i].f = (float) mdldata[i]; - - msg_hton(msg); - - len = MSG_LEN(msg->length); -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) { - msg[i] = (float) mdldata[i]; - imsg[i] = htonl(imsg[i]); - } - - len = mdldata_size / sizeof(double) * sizeof(float); -#else - #error Unknown protocol -#endif - - /* Perform the actual write to the ip port */ - ret = socket_send(&skt, (char *) msg, len); - if (ret < 0) - OpalSetAsyncSendIconError(errno, SendID); - else - OpalSetAsyncSendIconError(0, SendID); - - /* This next call allows the execution of the "asynchronous" process - * to actually be synchronous with the model. To achieve this, you - * should set the "Sending Mode" in the Async_Send block to - * NEED_REPLY_BEFORE_NEXT_SEND or NEED_REPLY_NOW. This will force - * the model to wait for this process to call this - * OpalAsyncSendRequestDone function before continuing. */ - OpalAsyncSendRequestDone(SendID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: SendToIPPort: Finished\n", PROGNAME); - - return NULL; -} - -static void * RecvFromIPPort(void *arg) -{ - unsigned int ModelState, RecvID = 1; - int nbRecv = 0, ret, cnt; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#else - #error Unknown protocol -#endif - - OpalPrint("%s: RecvFromIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncRecvIcon(&nbRecv); - if (nbRecv < 1) { - OpalPrint("%s: RecvFromIPPort: No reception block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* Receive message */ - ret = socket_recv(&skt, (char *) msg, sizeof(buf), 1.0); - if (ret < 1) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - if (ret == 0) /* timeout, so we continue silently */ - OpalPrint("%s: Timeout while waiting for data\n", PROGNAME, errno); - if (ret == -1) /* a more serious error, so we print it */ - OpalPrint("%s: Error %d while waiting for data\n", PROGNAME, errno); - - continue; - } - break; - } - - /* Get the number of signals to send back to the model */ - OpalGetAsyncRecvIconDataLength(&mdldata_size, RecvID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds allowed maximum (%d)\n", - PROGNAME, RecvID, cnt, MAX_VALUES); - return NULL; - } - -#if PROTOCOL == VILLAS - msg_ntoh(msg); - - ret = msg_verify(msg); - if (ret) { - OpalPrint("%s: Skipping invalid packet\n", PROGNAME); - continue; - } - - if (cnt > msg->length) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds what was received (%d)\n", - PROGNAME, RecvID, cnt, msg->length); - } - - for (int i = 0; i < msg->length; i++) { - mdldata[i] = (double) msg->data[i].f; - printf("Data rcvd from VILLAS %f\n", mdldata[i]); - } - - /* Update OPAL model */ - OpalSetAsyncRecvIconStatus(msg->sequence, RecvID); /* Set the Status to the message ID */ -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) - imsg[i] = ntohl(imsg[i]); - - printf("Protocol GTNET_SKT\n"); - for (int i = 0; i < cnt; i++) { - mdldata[i] = (double) msg[i]; - printf("Data rcvd from GTNET_SKT %f\n", mdldata[i]); - } -#else - #error Unknown protocol -#endif - - OpalSetAsyncRecvIconError(0, RecvID); /* Set the Error to 0 */ - - OpalSetAsyncRecvIconData(mdldata, mdldata_size, RecvID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: RecvFromIPPort: Finished\n", PROGNAME); - - return NULL; -} - -int main(int argc, char *argv[]) -{ - /* @todo remove after testing */ - printf("*****************Starting the Application****************\n"); - FILE * testfile = fopen ("testfile.txt","w"); - if (testfile!=NULL) - { - fputs ("test file to check if main runs", testfile); - fclose (testfile); - } - - int ret; - - Opal_GenAsyncParam_Ctrl IconCtrlStruct; - - pthread_t tid_send, tid_recv; - - OpalPrint("%s: This is %s client version %s\n", PROGNAME, PROGNAME, VERSION); - - /* Check for the proper arguments to the program */ - if (argc < 4) { - printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize 3-PrintShmemName\n"); - exit(0); - } - - /* Enable the OpalPrint function. This prints to the OpalDisplay. */ - ret = OpalSystemCtrl_Register(PRINT_SHMEM_NAME); - if (ret != EOK) { - printf("%s: ERROR: OpalPrint() access not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Open Share Memory created by the model. */ - ret = OpalOpenAsyncMem(ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - if (ret != EOK) { - OpalPrint("%s: ERROR: Model shared memory not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - AssignProcToCpu0(); - - /* Get IP Controler Parameters (ie: ip address, port number...) and - * initialize the device on the QNX node. */ - memset(&IconCtrlStruct, 0, sizeof(IconCtrlStruct)); - - ret = OpalGetAsyncCtrlParameters(&IconCtrlStruct, sizeof(IconCtrlStruct)); - if (ret != EOK) { - OpalPrint("%s: ERROR: Could not get controller parameters (%d).\n", PROGNAME, ret); - exit(EXIT_FAILURE); - } - - /* Initialize socket */ - ret = socket_init(&skt, IconCtrlStruct); - if (ret != EOK) { - OpalPrint("%s: ERROR: Initialization failed.\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Start send/receive threads */ - ret = pthread_create(&tid_send, NULL, SendToIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (SendToIPPort), errno %d\n", PROGNAME, errno); - - ret = pthread_create(&tid_recv, NULL, RecvFromIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (RecvFromIPPort), errno %d\n", PROGNAME, errno); - - /* Wait for both threads to finish */ - ret = pthread_join(tid_send, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (SendToIPPort), errno %d\n", PROGNAME, ret); - - ret = pthread_join(tid_recv, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (RecvFromIPPort), errno %d\n", PROGNAME, ret); - - /* Close the ip port and shared memories */ - socket_close(&skt, IconCtrlStruct); - - OpalCloseAsyncMem (ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - OpalSystemCtrl_UnRegister(PRINT_SHMEM_NAME); - - return 0; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.c deleted file mode 100644 index 6e6ecd515..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/main.c +++ /dev/null @@ -1,337 +0,0 @@ -/** Main routine of AsyncIP. - * - * @file - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -/* Standard ANSI C headers needed for this program */ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -/* This is the message format */ -#include "config.h" -#include "socket.h" -#include "utils.h" - -#if PROTOCOL == VILLAS - #include "msg.h" - #include "msg_format.h" -#endif - -/* This is just for initializing the shared memory access to communicate - * with the RT-LAB model. It's easier to remember the arguments like this */ -#define ASYNC_SHMEM_NAME argv[1] -#define ASYNC_SHMEM_SIZE atoi(argv[2]) -#define PRINT_SHMEM_NAME argv[3] - -/* Global Variables */ -struct socket skt; - -static void * SendToIPPort(void *arg) -{ - unsigned int ModelState, SendID = 1, Sequence = 0; - int nbSend = 0, ret, cnt, len; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#endif - - OpalPrint("%s: SendToIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncSendIcon(&nbSend); - if (nbSend < 1) { - OpalPrint("%s: SendToIPPort: No transimission block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* This call unblocks when the 'Data Ready' line of a send icon is asserted. */ - ret = OpalWaitForAsyncSendRequest(&SendID); - if (ret != EOK) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - OpalSetAsyncSendIconError(ret, SendID); - OpalPrint("%s: OpalWaitForAsyncSendRequest(), errno %d\n", PROGNAME, ret); - } - - continue; - } - - /* No errors encountered yet */ - OpalSetAsyncSendIconError(0, SendID); - - /* Get the size of the data being sent by the unblocking SendID */ - OpalGetAsyncSendIconDataLength(&mdldata_size, SendID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for SendID=%d exceeds allowed maximum (%d)\n", - PROGNAME, SendID, MAX_VALUES); - return NULL; - } - - /* Read data from the model */ - OpalGetAsyncSendIconData(mdldata, mdldata_size, SendID); - -#if PROTOCOL == VILLAS - /* Get current time */ - struct timespec now; - clock_gettime(CLOCK_REALTIME, &now); - - msg->length = mdldata_size / sizeof(double); - msg->sequence = Sequence++; - msg->ts.sec = now.tv_sec; - msg->ts.nsec = now.tv_nsec; - - for (int i = 0; i < msg->length; i++) - msg->data[i].f = (float) mdldata[i]; - - msg_hton(msg); - - len = MSG_LEN(msg->length); -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) { - msg[i] = (float) mdldata[i]; - imsg[i] = htonl(imsg[i]); - } - - len = mdldata_size / sizeof(double) * sizeof(float); -#else - #error Unknown protocol -#endif - - /* Perform the actual write to the ip port */ - ret = socket_send(&skt, (char *) msg, len); - if (ret < 0) - OpalSetAsyncSendIconError(errno, SendID); - else - OpalSetAsyncSendIconError(0, SendID); - - /* This next call allows the execution of the "asynchronous" process - * to actually be synchronous with the model. To achieve this, you - * should set the "Sending Mode" in the Async_Send block to - * NEED_REPLY_BEFORE_NEXT_SEND or NEED_REPLY_NOW. This will force - * the model to wait for this process to call this - * OpalAsyncSendRequestDone function before continuing. */ - OpalAsyncSendRequestDone(SendID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: SendToIPPort: Finished\n", PROGNAME); - - return NULL; -} - -static void * RecvFromIPPort(void *arg) -{ - unsigned int ModelState, RecvID = 1; - int nbRecv = 0, ret, cnt; - - /* Data from OPAL-RT model */ - double mdldata[MAX_VALUES]; - int mdldata_size; - -#if PROTOCOL == VILLAS - char buf[MSG_LEN(MAX_VALUES)]; - struct msg *msg = (struct msg *) buf; -#elif PROTOCOL == GTNET_SKT - char buf[MAX_VALUES * sizeof(float)]; - float *msg = (float *) buf; -#else - #error Unknown protocol -#endif - - OpalPrint("%s: RecvFromIPPort thread started\n", PROGNAME); - - OpalGetNbAsyncRecvIcon(&nbRecv); - if (nbRecv < 1) { - OpalPrint("%s: RecvFromIPPort: No reception block for this controller. Stopping thread.\n", PROGNAME); - return NULL; - } - - do { - /* Receive message */ - ret = socket_recv(&skt, (char *) msg, sizeof(buf), 1.0); - if (ret < 1) { - ModelState = OpalGetAsyncModelState(); - if ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)) { - if (ret == 0) /* timeout, so we continue silently */ - OpalPrint("%s: Timeout while waiting for data\n", PROGNAME, errno); - if (ret == -1) /* a more serious error, so we print it */ - OpalPrint("%s: Error %d while waiting for data\n", PROGNAME, errno); - - continue; - } - break; - } - - /* Get the number of signals to send back to the model */ - OpalGetAsyncRecvIconDataLength(&mdldata_size, RecvID); - cnt = mdldata_size / sizeof(double); - if (cnt > MAX_VALUES) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds allowed maximum (%d)\n", - PROGNAME, RecvID, cnt, MAX_VALUES); - return NULL; - } - -#if PROTOCOL == VILLAS - msg_ntoh(msg); - - ret = msg_verify(msg); - if (ret) { - OpalPrint("%s: Skipping invalid packet\n", PROGNAME); - continue; - } - - if (cnt > msg->length) { - OpalPrint("%s: Number of signals for RecvID=%d (%d) exceeds what was received (%d)\n", - PROGNAME, RecvID, cnt, msg->length); - } - - for (int i = 0; i < msg->length; i++) - mdldata[i] = (double) msg->data[i].f; - - /* Update OPAL model */ - OpalSetAsyncRecvIconStatus(msg->sequence, RecvID); /* Set the Status to the message ID */ -#elif PROTOCOL == GTNET_SKT - uint32_t *imsg = (uint32_t *) msg; - for (int i = 0; i < cnt; i++) - imsg[i] = ntohl(imsg[i]); - - for (int i = 0; i < cnt; i++) - mdldata[i] = (double) msg[i]; -#else - #error Unknown protocol -#endif - - OpalSetAsyncRecvIconError(0, RecvID); /* Set the Error to 0 */ - - OpalSetAsyncRecvIconData(mdldata, mdldata_size, RecvID); - - /* Before continuing, we make sure that the real-time model - * has not been stopped. If it has, we quit. */ - ModelState = OpalGetAsyncModelState(); - } while ((ModelState != STATE_RESET) && (ModelState != STATE_STOP)); - - OpalPrint("%s: RecvFromIPPort: Finished\n", PROGNAME); - - return NULL; -} - -int main(int argc, char *argv[]) -{ - int ret; - - Opal_GenAsyncParam_Ctrl IconCtrlStruct; - - pthread_t tid_send, tid_recv; - - OpalPrint("%s: This is %s client version %s\n", PROGNAME, PROGNAME, VERSION); - - /* Check for the proper arguments to the program */ - if (argc < 4) { - printf("Invalid Arguments: 1-AsyncShmemName 2-AsyncShmemSize 3-PrintShmemName\n"); - exit(0); - } - - /* Enable the OpalPrint function. This prints to the OpalDisplay. */ - ret = OpalSystemCtrl_Register(PRINT_SHMEM_NAME); - if (ret != EOK) { - printf("%s: ERROR: OpalPrint() access not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Open Share Memory created by the model. */ - ret = OpalOpenAsyncMem(ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - if (ret != EOK) { - OpalPrint("%s: ERROR: Model shared memory not available\n", PROGNAME); - exit(EXIT_FAILURE); - } - - AssignProcToCpu0(); - - /* Get IP Controler Parameters (ie: ip address, port number...) and - * initialize the device on the QNX node. */ - memset(&IconCtrlStruct, 0, sizeof(IconCtrlStruct)); - - ret = OpalGetAsyncCtrlParameters(&IconCtrlStruct, sizeof(IconCtrlStruct)); - if (ret != EOK) { - OpalPrint("%s: ERROR: Could not get controller parameters (%d).\n", PROGNAME, ret); - exit(EXIT_FAILURE); - } - - /* Initialize socket */ - ret = socket_init(&skt, IconCtrlStruct); - if (ret != EOK) { - OpalPrint("%s: ERROR: Initialization failed.\n", PROGNAME); - exit(EXIT_FAILURE); - } - - /* Start send/receive threads */ - ret = pthread_create(&tid_send, NULL, SendToIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (SendToIPPort), errno %d\n", PROGNAME, errno); - - ret = pthread_create(&tid_recv, NULL, RecvFromIPPort, NULL); - if (ret == -1) - OpalPrint("%s: ERROR: Could not create thread (RecvFromIPPort), errno %d\n", PROGNAME, errno); - - /* Wait for both threads to finish */ - ret = pthread_join(tid_send, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (SendToIPPort), errno %d\n", PROGNAME, ret); - - ret = pthread_join(tid_recv, NULL); - if (ret != 0) - OpalPrint("%s: ERROR: pthread_join (RecvFromIPPort), errno %d\n", PROGNAME, ret); - - /* Close the ip port and shared memories */ - socket_close(&skt, IconCtrlStruct); - - OpalCloseAsyncMem (ASYNC_SHMEM_SIZE, ASYNC_SHMEM_NAME); - OpalSystemCtrl_UnRegister(PRINT_SHMEM_NAME); - - return 0; -} diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/msg.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/msg.c deleted file mode 100644 index 4794634f4..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/msg.c +++ /dev/null @@ -1,70 +0,0 @@ -/** Message related functions. - * - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include - -#include "msg.h" -#include "msg_format.h" - -void msg_ntoh(struct msg *m) -{ - msg_hdr_ntoh(m); - - for (int i = 0; i < m->length; i++) - m->data[i].i = ntohl(m->data[i].i); -} - -void msg_hton(struct msg *m) -{ - for (int i = 0; i < m->length; i++) - m->data[i].i = htonl(m->data[i].i); - - msg_hdr_hton(m); -} - -void msg_hdr_hton(struct msg *m) -{ - m->length = htons(m->length); - m->sequence = htonl(m->sequence); - m->ts.sec = htonl(m->ts.sec); - m->ts.nsec = htonl(m->ts.nsec); -} - -void msg_hdr_ntoh(struct msg *m) -{ - m->length = ntohs(m->length); - m->sequence = ntohl(m->sequence); - m->ts.sec = ntohl(m->ts.sec); - m->ts.nsec = ntohl(m->ts.nsec); -} - -int msg_verify(struct msg *m) -{ - if (m->version != MSG_VERSION) - return -1; - else if (m->type != MSG_TYPE_DATA) - return -2; - else if ((m->rsvd1 != 0) || (m->rsvd2 != 0)) - return -3; - else - return 0; -} \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/socket.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/socket.c deleted file mode 100644 index c32ea1344..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/socket.c +++ /dev/null @@ -1,190 +0,0 @@ -/** Helper functions for sockets. - * - * @author Steffen Vogel - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include -#include -#include -#include -#include -#include -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" -#include "AsyncApi.h" - -#include "config.h" -#include "socket.h" - -int socket_init(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct) -{ - struct ip_mreq mreq; /* Multicast group structure */ - unsigned char TTL = 1, LOOP = 0; - int rc, proto, ret; - - proto = (int) IconCtrlStruct.FloatParam[0]; - if (proto != UDP_PROTOCOL) { - OpalPrint("%s: This version of %s only supports UDP\n", PROGNAME, PROGNAME); - return EIO; - } - - - OpalPrint("%s: Version : %s\n", PROGNAME, VERSION); - OpalPrint("%s: Remote Address : %s\n", PROGNAME, IconCtrlStruct.StringParam[0]); - OpalPrint("%s: Remote Port : %d\n", PROGNAME, (int) IconCtrlStruct.FloatParam[1]); - - /* Initialize the socket */ - s->sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); - if (s->sd < 0) { - OpalPrint("%s: ERROR: Could not open socket\n", PROGNAME); - return EIO; - } - - /* Set the structure for the remote port and address */ - memset(&s->send_ad, 0, sizeof(s->send_ad)); - s->send_ad.sin_family = AF_INET; - s->send_ad.sin_addr.s_addr = inet_addr(IconCtrlStruct.StringParam[0]); - s->send_ad.sin_port = htons((u_short) IconCtrlStruct.FloatParam[1]); - - /* Set the structure for the local port and address */ - memset(&s->recv_ad, 0, sizeof(s->recv_ad)); - s->recv_ad.sin_family = AF_INET; - s->recv_ad.sin_addr.s_addr = INADDR_ANY; - s->recv_ad.sin_port = htons((u_short) IconCtrlStruct.FloatParam[2]); - - /* Bind local port and address to socket. */ - ret = bind(s->sd, (struct sockaddr *) &s->recv_ad, sizeof(struct sockaddr_in)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not bind local port to socket\n", PROGNAME); - return EIO; - } - else - OpalPrint("%s: Local Port : %d\n", PROGNAME, (int) IconCtrlStruct.FloatParam[2]); - - /* If sending to a multicast address */ - if ((inet_addr(IconCtrlStruct.StringParam[0]) & inet_addr("240.0.0.0")) == inet_addr("224.0.0.0")) { - ret = setsockopt(s->sd, IPPROTO_IP, IP_MULTICAST_TTL, (char *) &TTL, sizeof(TTL)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not set TTL for multicast send (%d)\n", PROGNAME, errno); - return EIO; - } - - ret = setsockopt(s->sd, IPPROTO_IP, IP_MULTICAST_LOOP, (char *)&LOOP, sizeof(LOOP)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not set loopback for multicast send (%d)\n", PROGNAME, errno); - return EIO; - } - - OpalPrint("%s: Configured socket for sending to multicast address\n", PROGNAME); - } - - /* If receiving from a multicast group, register for it. */ - if (inet_addr(IconCtrlStruct.StringParam[1]) > 0) { - if ((inet_addr(IconCtrlStruct.StringParam[1]) & inet_addr("240.0.0.0")) == inet_addr("224.0.0.0")) { - mreq.imr_multiaddr.s_addr = inet_addr(IconCtrlStruct.StringParam[1]); - mreq.imr_interface.s_addr = INADDR_ANY; - - /* Have the multicast socket join the multicast group */ - ret = setsockopt(s->sd, IPPROTO_IP, IP_ADD_MEMBERSHIP, (char *) &mreq, sizeof(mreq)); - if (ret == -1) { - OpalPrint("%s: ERROR: Could not join multicast group (%d)\n", PROGNAME, errno); - return EIO; - } - - OpalPrint("%s: Added process to multicast group (%s)\n", - PROGNAME, IconCtrlStruct.StringParam[1]); - } - else { - OpalPrint("%s: WARNING: IP address for multicast group is not in multicast range. Ignored\n", - PROGNAME); - } - } - - return EOK; -} - -int socket_close(struct socket *s, Opal_GenAsyncParam_Ctrl IconCtrlStruct) -{ - if (s->sd < 0) { - shutdown(s->sd, SHUT_RDWR); - close(s->sd); - } - - return 0; -} - -int socket_send(struct socket *s, char *data, int len) -{ - if (s->sd < 0) - return -1; - - /* Send the packet */ - return sendto(s->sd, data, len, 0, (struct sockaddr *) &s->send_ad, sizeof(s->send_ad)); -} - -int socket_recv(struct socket *s, char *data, int len, double timeout) -{ - int ret; - struct sockaddr_in client_ad; - struct timeval tv; - socklen_t client_ad_size = sizeof(client_ad); - fd_set sd_set; - - if (s->sd < 0) - return -1; - - /* Set the descriptor set for the select() call */ - FD_ZERO(&sd_set); - FD_SET(s->sd, &sd_set); - - /* Set the tv structure to the correct timeout value */ - tv.tv_sec = (int) timeout; - tv.tv_usec = (int) ((timeout - tv.tv_sec) * 1000000); - - /* Wait for a packet. We use select() to have a timeout. This is - * necessary when reseting the model so we don't wait indefinitely - * and prevent the process from exiting and freeing the port for - * a future instance (model load). */ - ret = select(s->sd + 1, &sd_set, (fd_set *) 0, (fd_set *) 0, &tv); - switch (ret) { - case -1: /* Error */ - return -1; - case 0: /* We hit the timeout */ - return 0; - default: - if (!(FD_ISSET(s->sd, &sd_set))) { - /* We received something, but it's not on "sd". Since sd is the only - * descriptor in the set... */ - OpalPrint("%s: RecvPacket: God, is that You trying to reach me?\n", PROGNAME); - return -1; - } - } - - /* Clear the data array (in case we receive an incomplete packet) */ - memset(data, 0, len); - - /* Perform the reception */ - return recvfrom(s->sd, data, len, 0, (struct sockaddr *) &client_ad, &client_ad_size); -} \ No newline at end of file diff --git a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/utils.c b/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/utils.c deleted file mode 100644 index 6e9ebf3e3..000000000 --- a/clients/opal/villas_udp_Matlab2011b/models/send_receive/src/utils.c +++ /dev/null @@ -1,52 +0,0 @@ -/** Configure scheduler. - * - * @author Steffen Vogel - * @author Mathieu Dubé-Dallaire - * @copyright 2003, OPAL-RT Technologies inc - * @copyright 2017, Institute for Automation of Complex Power Systems, EONERC - * @license GNU General Public License (version 3) - * - * VILLASnode - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - *********************************************************************************/ - -#include -#include - -/* Define RTLAB before including OpalPrint.h for messages to be sent - * to the OpalDisplay. Otherwise stdout will be used. */ -#define RTLAB -#include "OpalPrint.h" - -#include "config.h" -#include "utils.h" - -int AssignProcToCpu0(void) -{ - int ret; - cpu_set_t bindSet; - - CPU_ZERO(&bindSet); - CPU_SET(0, &bindSet); - - /* Changing process cpu affinity */ - ret = sched_setaffinity(0, sizeof(cpu_set_t), &bindSet); - if (ret) { - OpalPrint("Unable to bind the process to CPU 0: %d\n", errno); - return EINVAL; - } - - return 0; -} diff --git a/clients/opal/villas_udp_Matlab2011b/villas_udp.llp b/clients/opal/villas_udp_Matlab2011b/villas_udp.llp deleted file mode 100644 index 65b247fc9..000000000 --- a/clients/opal/villas_udp_Matlab2011b/villas_udp.llp +++ /dev/null @@ -1,20 +0,0 @@ - - - - test1 - This is a project! - 134.130.169.16:25250 - F05E0725-AE82-4740-86EB-DB5EE3183AC8 - ON - C:\Users\opal-user\OPAL-RT\msv-ufa\test1\villas_udp.llp - - - - - models/send_receive/send_receive.mdl - C:/Users/opal-user/OPAL-RT/msv-ufa/test1/models/send_receive/send_receive.mdl - C:/Users/opal-user/OPAL-RT/msv-ufa/test1/models/send_receive/send_receive.mdl - - - -