Difference between revisions of "Component: Simulation External Input (Runtime Tools)"
From Flowcode Help
Jump to navigationJump to searchLine 17: | Line 17: | ||
==Component Source Code== | ==Component Source Code== | ||
− | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/ | + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_Sim_External_Input.fcfx FC_Comp_Source_Sim_External_Input.fcfx] |
− | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/ | + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_Sim_External_Input.fcfx FC_Comp_Source_Sim_External_Input.fcfx] |
==Detailed description== | ==Detailed description== | ||
Line 73: | Line 73: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
+ | |||
+ | |||
Latest revision as of 13:12, 7 February 2023
Author | Matrix TSL |
Version | 1.1 |
Category | Runtime Tools |
Contents
Simulation External Input component
A simulation only component designed to allow a single digital pin to be toggled at a set frequency. Allows things like switch presses or external square waves to be used with the simulation.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_Sim_External_Input.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_Sim_External_Input.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
Control_Pulse
![]() |
Control_Pulse |
Controls if the toggle input is enabled or disabled allowing you to stop and start the waveform. | |
![]() |
State |
0=Disabled, 1=Enabled | |
![]() |
Return |
Get_Pulse_Count
![]() |
Get_Pulse_Count |
Reads the number of pulses remaining in the current run. The Pulse Count property needs to have an initial value > 0 to switch on the pulse counting mode. | |
![]() |
Return |
Set_Frequency
![]() |
Set_Frequency |
Allows the frequency to be changed on the fly | |
![]() |
Frequency |
![]() |
Return |
Set_Mark
![]() |
Set_Mark |
Overrides the component property setting allowing for a variable frequency input or adjustable Mark timings. | |
![]() |
Delay |
Delay between transitiions in milliseconds. | |
![]() |
Return |
Set_Pulse_Count
Set_Space
![]() |
Set_Space |
Overrides the component property setting allowing for a variable frequency input or adjustable Space timings. | |
![]() |
Delay |
Delay between transitiions in milliseconds. | |
![]() |
Return |