Jump to content

Component: Current Sensor (ACS7xx) (Electrical): Difference between revisions

From Flowcode Help
No edit summary
No edit summary
Line 82: Line 82:
Simple example showing how to use the simulation dial components as a meter display for use in monitoring type applications.
Simple example showing how to use the simulation dial components as a meter display for use in monitoring type applications.
{{Fcfile|Meters.fcfx|Meters}}
{{Fcfile|Meters.fcfx|Meters}}




Line 87: Line 89:
==Macro reference==
==Macro reference==


===Current===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
|-
|-
Line 100: Line 103:




===VoltgeADC===
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"
|-
|-

Revision as of 11:48, 3 February 2023

Author medelec35
Version 1.0
Category Electrical


Current Sensor (ACS7xx) component

ACS7XX range of +/- 5, 20, 30, 50, 100, 150 & 200A current sensors

Component Source Code

Please click here to download the component source project: FC_Comp_Source_Current_Sensor_ACS7xx.fcfx

Please click here to view the component source code (Beta): FC_Comp_Source_Current_Sensor_ACS7xx.fcfx

Detailed description

No detailed description exists yet for this component

Examples

Simple example showing how to use the simulation dial components as a meter display for use in monitoring type applications. Meters



Macro reference

Current

Current
Current reading in amps 
- FLOAT Return


VoltgeADC

VoltgeADC
Reads the Voltage of the ADC pin for diagnostic purposes. With no current flowing through the sensor, the voltage reading should be 2.50V. If that is out, then enter precise VDD within properties  
- FLOAT Return



Property reference

Properties
Device
 
Type
 
VDD
 
Offset current adjust (Amps)
Offset current adjusts the curent output when comparing to a current monitor. For example current from the componet shows 2.0 Amps and curent monitor shows 1.5 Amps. For the current offset enter -0.5 
Channel
Analogue Input Channel - Which pin is the analogue input connected to? 
VRef option
Defines what is used as the ADC maximum reference. ADC Range = GND to VRef Voltage VDD - Defines the microcontrollers power supply pin as the max reference, VREF+ Pin - Dedicated pin on the microcontroller to allow for a variable reference voltage. 
VRef voltage
Used by the GetVoltage or GetString component macros to take an ADC reading and convert it into a Voltage. +VRef voltage x 10mV Default 500 = 5.0V  
Conversion speed
Clock setting to select how fast the ADC peripheral will perform an ADC conversion. The FRC setting is based on a RC time base and so will vary with temperature and pressure. Other settings are generally based on divisions of the master clock. 
Acquisition cycles
Number of micro seconds to wait for the ADC input to charge before starting the analogue sample.