WaypointEvent

The idea is, to trigger a camera (or similar) if the waypoint is reached.

The camera can be connected on the bliking-outpots or can be controlled by a mechanical servo.

If the waypoint is reached, a selectable value will be written into one virtual channel "WP-Event" - this can be used for blinking outouts or on a servo-outpot.

https://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=70363&g2_serialNumber=2

This value will be sent from the NaviControl to the FlightControl when the waypoint is reached.

https://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=70364&g2_serialNumber=1

The value is active during the waiting time on the waypoint. In the other time the value is zero.

Now the Poti (here Poti 8) can be used for blinking pattern or the Servo output.

Excample

ShutterCable

A camera is connected via a ShutterCable and shall be triggered 5 times in 10 seconds.

Step 1: select WP-Event-Value

We will use a value of 100 here

https://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=70370&g2_serialNumber=2

Step 2: use Poti8

When reaching the waypoint, the value shall be stored in Poti8

https://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=70364&g2_serialNumber=1

Step 3: Interval of the blinking pattern

The interval is now controlled via Poti8 (WP-Event)

https://gallery.mikrokopter.de/main.php?g2_view=core.DownloadItem&g2_itemId=70366&g2_serialNumber=1

When reaching the Waypoint, the trigger will be alternate between on and off with 1 second on (100) and 1 second off (100), because we selected the pattern: on,off,on,off,...

More information to the blinking pattern here or here

Tip: You can also put the Poti8 (WP-Value) to a servo-output. In that case the servo will move after reaching the waypoint - for excample to control the camera mechanically.