This is an old revision of the document!
Table of Contents
Event Maximum
Overview
The Event_Maximum command is used to detect the maximum value of a specified signal within a defined event sequence or range and create an event at that location. This command can evaluate different components of a signal (X, Y, Z, Residual) and can apply offsets to shift the detected event if needed.
- Useful for identifying peak forces, peak joint angles, or maximum accelerations during specific phases of a motion, such as between initial contact and toe-off during gait.
Pipeline Command
Event_Maximum /RESULT_EVENT_NAME= ! /SIGNAL_TYPES= ! /SIGNAL_FOLDER=ORIGINAL ! /SIGNAL_NAMES= ! /SIGNAL_COMPONENTS= ! /FRAME_OFFSET=0 ! /TIME_OFFSET= ! /EVENT_SEQUENCE= ! /EXCLUDE_EVENTS= ! /EVENT_SEQUENCE_INSTANCE=0 ! /EVENT_SUBSEQUENCE= ! /SUBSEQUENCE_EXCLUDE_EVENTS= ! /EVENT_SUBSEQUENCE_INSTANCE=0 ! /EVENT_INSTANCE=0 ! /FRAME_WINDOW=8 ! /THRESHOLD= ;
Specify an Event Label(s) at the specified local Maxima of a signal.
If the global maxima are needed, see the Event_Global_Maximum command
To review the difference between local and global maximum values please see here.
Visual3D_Version5
In version 5 the command has been extended to include the Event_Sequence and Exclude_Events parameters.
Other options within the command such as Exclude Event, and Select Subsequence are explained in detail on the Event_Global_Maximum page.
If /Threshold is empty, all local maximum are identified.
If /Threshold has a value or expression, only local maximum that are greater than the threshold are identified.
Example - Dialog Box
To create the RKFlex_MaxLocal event using the Event_Maximum dialog box:
2. Select desired signal: Select signal from data tree Right_Knee_Angle Click Import Selected Signals | ![]() |
RKFlex_Max will be created at the minimum value during the gait cycle within the specified frame window.
Other options within the command such as Exclude Event, and Select Subsequence are explained in detail on the Event_Global_Maximum page.
Version 4
Event Instance: There may be several local maxima. A value of 0 results in all maxima being assigned a label. A positive number indicates the event (in sequence) to select. A negative number indicates the event starting from the last event and progressing to the first event.