02-15-2023 03:34 PM
hola amigos, soy nuevo en labview y la verdad mis profesores no me enseñaron como se debe, en la universidad me encargaron controlar servmotores con pic, tengo un pic 16f876a pero no tengo idea de por donde empezar, tengo que controlar 4 servomotores sg90 y quisiera saber si alguien me podria ayudar a poder hacer la interfaz o me pudieran proporcionar un poco de informacion del tema, muchas gracias
02-15-2023 04:36 PM
Using a PIC16F876A microcontroller to control a hobby grade RC Servo such as SG90Y is a different topic, how did it tangle up with LabVIEW?
There are several compiles for PIC16F876A and typically you write your firmware in Embedded-C and flash it onto the PIC microcontroller - NI forum is not the best place to answer this piece of the puzzle.
PIC microcontroller cannot be programmed using LabVIEW. On the other hand, you can develop a Graphical application in LabVIEW that runs on your computer and communicate with your PIC microcontroller over a serial port (you need to write your microcontroller firmware to talk over the serial port).