julien1024
Materials
- Jan 15, 2013
- 3
Hello everyone,
I'm experiencing a very annoying issue with Abaqus 6.12. I'm using the UAMP subroutine to impose the displacement of some nodes relatively to the position of a reference sensor.
Everything worked fine in version 6.11, but since my lab updated to 6.12, the job crashes as soon as the subroutine is called, with the error "illegal memory reference (signal 11)". I have the following error in the .msg file :
It crashes at the line
I copied/pasted the code template from the documentation and only added a couple of line, including that one.
My sensor is defined as an History Output named Sensor containing only U1 on the node set called SENSOR (containing 1 vertex). The output is active for the desired step. I repeat that everything worked perfectly in 6.11 and the only change was the Abaqus update. I don't use any customized environment.
Does anyone knows about some changes in the implementation of the GETSENSORVALUE function? I couldn't find anything in the 6.12 release note. Maybe I should change my definition of the sensor?
Thanks
I'm experiencing a very annoying issue with Abaqus 6.12. I'm using the UAMP subroutine to impose the displacement of some nodes relatively to the position of a reference sensor.
Everything worked fine in version 6.11, but since my lab updated to 6.12, the job crashes as soon as the subroutine is called, with the error "illegal memory reference (signal 11)". I have the following error in the .msg file :
Code:
***ERROR: Sensor SENSOR cannot be found but is accessed in UAMP. Please make sure that this sensor is defined for this step.
Code:
DISPLACEMENT = GETSENSORVALUE('SENSOR',jSensorLookUpTable,
* sensorValues)
My sensor is defined as an History Output named Sensor containing only U1 on the node set called SENSOR (containing 1 vertex). The output is active for the desired step. I repeat that everything worked perfectly in 6.11 and the only change was the Abaqus update. I don't use any customized environment.
Does anyone knows about some changes in the implementation of the GETSENSORVALUE function? I couldn't find anything in the 6.12 release note. Maybe I should change my definition of the sensor?
Thanks