thank you, now the 4-20mA for the gauge makes sense, this is an industry standard
so this tramsitter takes the input voltage and outputs 4-20 mA
i will be running it on a 5V supply, from the pdf i can see at no.6 that the jumper needs to be moved, no problem
which pins do i need to connect to for the Voltage in and mA out ?
(i will still need the arduino to expand the range so the gauge has a zero to full scale deflection, i have done the coding and testing for that already)
The power, ground and current output pins are clearly labeled: 3.3V, 5V, GND and Vloop.
The board is controlled by SPI commands. You will need a code library or an instruction sheet to know what to send. The device PDF invites you to download code examples at https://libstock.mikroe.com/
The board has an MCP4921 12 bit DAC, so you are partially correct. But you need to know how to program the DAC and what voltages to command, in order to set the output current.