How Can We Help?
Analog value to PWM output converter
Do you simply want to convert an analog value into a PWM signal?
An analog signal such as:
- analogue input of the PLC
- temperature input
- output of a PID
- output of a process calculation
Import Ana2PWM into your vBuilder project.
- AnaInput: Your analog input value
- PWMPeriode: The period of your PWM. Between 100 and 65535 (microseconds) It is unique for all your PWMs used in your vBuilder project.
- PWMOutput: PWM output
- AnaInputMax/Min: The minimum and maximum value of your analogue value
- PWMOnTimeMin/Max: The minimum and maximum value of your PWM “OnTime” signal.