1
Good afternoon, I acquired a Prix 4Uno scale with communication via ethernet.
I wonder if there are examples in C# to implement communication with it, or if it is only via MGV 6 software.
Any initial foottip is already a great help.
EDIT: I found several useful links that helped me in the implementation
Manufacturer’s Youtube channel, where tutorials on how to pre-configure the scale will be found: https://www.youtube.com/watch?v=fG5DsE9-jeE&list=PLge9BfwMSPNmEpeZ6r0LjqkGQNU_7VqtA
File layout . txt that will be generated for MGV6 to import items: https://www.toledobrasil.com.br/help/mgv6/v1_6_/Html_Pages/arquivos_de_cadastro.html
Example of how the full export screen would look: http://conhecimento.alterdata.com.br/ar/kblive.php?action=showEntry&data=4471
Layout of the Barcode generated by the balance. This is necessary for later entering the information by the system: https://www.toledobrasil.com.br/help/mgv6/v1_6_/Html_Pages/tipocodigobarras.html
The ideal is to ask the manufacturer.
– Oralista de Sistemas
has documentation of its interface ?
– Rovann Linhalis
@Renan I’ve seen on the manufacturer’s website and I’ve asked, the same do not have this information.
– Renan Valentim
It has documentation, but it does not help the development at all. From what I see, I have to generate a text file p/ import by the software that comes along with it, for now I have not found a way to do direct by my software.
– Renan Valentim
@Renanvalentim if the manufacturer does not know, something wrong is not right. It would be like me selling you a car and not knowing if the gearbox is automatic. In that case, I’m sorry, but you’re clearing uncharted ground.
– Oralista de Sistemas