Jump to content

Event Reference

From Flowcode Help
Revision as of 16:20, 23 July 2026 by SteveT (talk | contribs) (Replaced content with "<sidebar>Event Contents</sidebar> Flowcode provides an ''event interface'' to help writing simulation and PC-side programs. This event list allows Flowcode to communicate with the components through macros. An event may be thought of as a ''simulation-side interrupt''. Each event associated with a Flowcode program will call a macro when that event occurs. Events are grouped by ''class'' to provide context for their use. A reference to the classes and events are av...")

<sidebar>Event Contents</sidebar> Flowcode provides an event interface to help writing simulation and PC-side programs.

This event list allows Flowcode to communicate with the components through macros.

An event may be thought of as a simulation-side interrupt. Each event associated with a Flowcode program will call a macro when that event occurs.

Events are grouped by class to provide context for their use. A reference to the classes and events are available here: Simulation Library.