Monday, 3 March 2014

PIC microcontroller programming using LabVIEW

A toolkit for programming the 32bit microchip PIC microcontroller. personally I have not used this toolkit. I posted it just to share it for my readers. Soon I will try it and I will post the review of this tool kit.

3Dmicro Toolkit v2.1

image2
The following three examples are installed by the version 2.1 of the 3Dmicro Toolkit in your Document directory:
  • Ethernet Communication Example
    This example:
    • Reads the state of 3 switch buttons of the PIC32 Ethernet Starter Kit and turn on/off the corresponding LEDs indicators
    • Sends via Ethernet the number of pressed switches
    • Receives a string and sends it back via Ethernet communication
    • Receives a floating point number and sends it back via Ethernet communication
  • USB Example
    This example:
    • Uses the button switches 1 and 3 to start and stop the sampling session of the button switch 2 (Pressed/Not Pressed)
    • For each session creates a text file with a name that is incremented with the number of sampling session
    • Saves every 250 ms the state of the button switch 2 to the text file
  • Interrupts Example
    This example:
    • Reads the state of the button switch 2 on the Starter Kit and use that to change the Duty Cycle value of the PWM2 (LED2)
    • Receives a string via Serial communication and send it back on the same serial channel
    • Changes the LED3 state (On/Off) depending on the serial string received
    • Sends a string via Serial communication if the Interrupt 0 occurs
http://www.3d-svs.com/index.php

No comments:

Post a Comment