Difference between revisions of "Component: Hopper (Industrial)"
From Flowcode Help
Jump to navigationJump to searchLine 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
Line 26: | Line 28: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
Revision as of 14:41, 16 January 2023
Author | Matrix TSL |
Version | 1.0 |
Category | Industrial |
Contents
Hopper component
A simple hopper that can be used to store produce. The hopper has component macros to set and get the current level of produce. The hopper can be initialised to be full or empty when starting. Compatible with SCADA interconnecting pipe components.
Component Source Code
Please click here for the component source code: FC_Comp_Source_Hopper.fcfx
Detailed description
No detailed description exists yet for this component
Examples
Industrial Tanks
A simple example showing the hoppers, valves and pipes working together. Each tank automatically empties in turn.
Downloadable macro reference
![]() |
AdjustLevel |
Allows the lelev in the hopper to be adjusted up or down. | |
![]() |
Adjustment |
![]() |
Return |
![]() |
GetLevel |
Returns the current amount of produce in the hopper. | |
![]() |
Return |
![]() |
IsFull |
Check to see if the hopper is currently full. Returns 0 if not full or 1 if full. | |
![]() |
Return |
![]() |
IsEmpty |
Check to see if the hopper is currently empty. Returns 0 if not empty or 1 if empty. | |
![]() |
Return |
![]() |
SetLevel |
Sets the current amount of produce in the hopper. | |
![]() |
Level |
The amount of produce in the hopper. | |
![]() |
Return |