2023-07-19 05:59 AM
Hello,
Can we generate analog output from MLC instead of a statement? If we can, could you explain how to do it? I plan to use MLC output as a part of my control algorithm. What is the most efficient way to achieve this?
Solved! Go to Solution.
2023-07-20 02:24 AM
Hi @FKara.3 ,
This is not possible because our I/O are only digital.
You could try something like this:
So the class can be the input for the DAC but you always need an external microcontroller.
If this helps you, please mark my answer as "Best Answer" by clicking on the "Accept as Solution" button, this can be helpful for Community users to find this solution faster.
2023-07-20 02:24 AM
Hi @FKara.3 ,
This is not possible because our I/O are only digital.
You could try something like this:
So the class can be the input for the DAC but you always need an external microcontroller.
If this helps you, please mark my answer as "Best Answer" by clicking on the "Accept as Solution" button, this can be helpful for Community users to find this solution faster.