Frequently Asked Questions

From Flowcode Help
Revision as of 09:28, 5 May 2013 by Admin (talk | contribs)
Jump to navigationJump to search

The Flowcode v6 FAQ

Changes from v5

Where is VNET?

From v6 onwards support for VNet in its current form has been dropped.

It is possible this functionality will be brought back at a later date in the form of a plug-in, but in the meantime similar functionality can be obtained using DLL extensions, files or using the supplied EB006 v9.

The Flowcode panels

Properties and variables

TODO

What is the difference between properties and variables?

TODO

How do I edit a components properties

Aside from changing the values, you can only edit the properties of your own component.

Properties are like variables in that the component that 'owns' them may rely on their presence to run correctly. If you amend a component properties that component may fail to work as expected.

The simulation API can be used to alter properties to a greater degree than the properties window, but even this can not create or delete another components properties.