1 / 0

PLX-DAQ: (Works but it’s Limited). p.02 Getting Setup files and brief over view of PLX-DAQ. p.03 Arduino source c

Arduino Real Time Data. The Mission is to monitor an electronic test bench to include: Read/Display 16 analog values. Read/Decode 14 Digital pin bus for clock control. Read/Write a 32 bit bus by nibbles. Generate a data log View/Interact via a PC.

mada
Download Presentation

PLX-DAQ: (Works but it’s Limited). p.02 Getting Setup files and brief over view of PLX-DAQ. p.03 Arduino source c

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Arduino Real Time Data The Mission is to monitor an electronic test bench to include: Read/Display 16 analog values. Read/Decode 14 Digital pin bus for clock control. Read/Write a 32 bit bus by nibbles. Generate a data log View/Interact via a PC. Display bench (BOX) values on a LCD display and PC. Add WiFi via BT_BOARD V1.04. PLX-DAQ: (Works but it’s Limited). p.02 Getting Setup files and brief over view of PLX-DAQ. p.03 Arduino source code and notes concerning same. p.04 Excel data sheet containing VB code allowing Arduino data acquisition. PROCESSING: p.05 Arduino and processing: set-up files, Arduino & P2 source code. p.06 Changing the 32bit data bus. p.07 Generating real time log file. p.08 Excel data sheet generated (log file). p.09 Collection of Arduino Ports used and plan to include LCD display. p.10 Details on the SPLC780D LCD display, Arduino LCD code to drive it. P.11-13 Tying 74LS164 shift register to Arduino. p.14 Recap of ports used and program references. p.15-16 Use of BT_BOARD v1.04. p.17 -18 74LS157 DataSheet& 74LS164 DataSheet p.19+ More Stuff: Collection of notes. 1
  2. PLX-DAQ Set-Up: Getting Necessary Files

    Brief PLX-DAQ Code Used in Arduino Sketches. I think this all of it: Download ArduinoMega2560: http://arduino.cc/en/Main/ArduinoBoardMega2560 Download Arduino Processing: http://playground.arduino.cc/Interfacing/Processing Note: This was done but not employed. Firmata DB was for UNO. Download PLX-DAQ: http://www.parallax.com/tabid/393/Default.aspx Blog on PLX-DAQ-n-Arduino: http://robottini.altervista.org/arduino-and-real-time-charts-in-excel LABLE - Used to define the column headings. Syntax: Serial.println (“LABEL, INT_COLUMN”); DATE, TIME - Allows the serial port to send data to Excel. Syntax: Serial.print (“DATE, TIME,”);  Serial.println (val); Note: Serial.print (“DATE, TIME,”) must be used before each Serial.println(); ROW, SET, k, - This allows control over the row that excel accepts data. Syntax: Serial.println(ROW, SET, #); The column control: Serial.print(“,”) ; Like CSV
  3. Short Ardunio Script Placing Arduino Reads into Excel Meter Open Document Text Double click to open, 233 line sketch, reading analog pins A(15:0] and sending it to ECEL. Need win2k or better. 14 bit decode of up/dwn counters to display CLK, and write A5A5 to nibs 7:4 and read that into nibs 3:0. Use bench_mon.xlsm found in PLX-DAQ. NOTES: The Arduino code writes to columns 1-3 (A-C) and ECEL maps columns B to G and to C to I .Column A is the “DATA, TIME, “ This is needed to have EXCEL read the incoming data. 8 Nibs can be read or written: pic shows a write of A5A5 and reading same. The value to R/W is CSV file read by script. The frequency will be the decode of up/down counters used to generate CLOCK with base frequency of either 10 or 20 MHZ crystal module and I really need the “BOX” to finish this. Reads of 12 analog ports with wait of 5mS B/W reads plus 40mS at end of reads allows about 10 reads/s. The box colors are based on the data received , set in EXCEL. Supply : 0<=5V consider a 5% de-rating. Supply >5v are a 10% de-rating. All values read outside their de-rating show RED. The voltages monitored were 5V, 3.3V and 0V and the one pot V- OUT seen in the V-V supply where the color green/red was base on value V>= 0 = green and anything else is red. All current values were tied to 0V where 0-0.9 = green and any measurement above or below this range is red. The Measured value has no constraints and will always be green. Must! open xcel to blank sheet. Connect to data port then move meter sheet to first page (blank out Meter). ECEL Snapshot
  4. EXCEL Data Sheet Used This is the excel DB used. The DATE,TIME, field A1 , measured value 1-2=B2-3. You must use the downloaded excel worksheet it contains VB code that allows Arduino access, or this one. Sheet : bench_mon2.xlsm.
  5. ARDUINO & PROCESSING Download Processing: http://processing.org Download Arduino Processing: http://playground.arduino.cc/Interfacing/Processing Copy folder Arduino to processing folder C:\downloads\processing-2.0.1-windows32\processing-2.0.1\modes\java\libraries Enter processing and add font: “Arial-BoldMT-14”, <Tools><Create Font> Add sketch box_proc_pde.txt making the box. Add patch to Arduino IDE. See More Stuff: ending pgs.. Click R-W to change the 32 bit bus status. Click Log to allow data log.
  6. Change The 32 Bit Bus The meter will default to all read: r,r,r,r,r,r,r,r . Click R-W and the box below will pop-up, make your entry and click OK. The board is currently wired upper 2 bytes to the lower 2 bytes, so it will read what it writes.
  7. Data Log Click the Log button and the box below will pop-up suggesting a file name of the current date and time. Accept it or change to your preference. This will write out a CSV file containing the measurements and settings of the box.
  8. CSV File
  9. The Box Settings and Ports used, also the plan to include SPLC870D LCD Display
  10. SPLC780D/74LS164 1 17 18 Arduino source code driving LCD. Lcd2 uses on change write 16 Pin/Signal Wire 1 DB7 Blue Solid 2 DB6 Blue Striped 3 DB5 Brown Solid 4 DB4 Brown Striped 5 DB3 Blue Solid 6 DB2 Blue Striped 7 DB1 Brown Solid 8 DB0 Brown Striped 9 E1 Blue Solid 10 R/W Blue Striped 11 RS Green Solid 12 V0 Green Striped 13 VSS Green Striped& Solid 14 VDD Orange Solid 15 E2 Orange Striped 16 NC 17 LEDA Orange Solid 18 LEDK Green Solid Connector DB6 -2 1-DB7 DB4 -4 3-DB5 DB2 -6 5-DB3 DB0 -8 7-DB1 R/W-10 9-E1 V0-12 11-RS VDD-14 13-VSS NC-16 15-E2 SPLAC780D DATA SHEETS 17 LEDA 5V 18 LEDK GND http://www.datasheet4u.com/datasheet/S/P/L/SPLC780D_SunplusTechnology.pdf.html
  11. SPLC780D HOOK-UP 1 17 18 LEDA 5V LEDK GND 16-R_S 21-E1 20-E2 19-R_W 18-D_I 17-CK 16 DB7 -1 2 -DB6 DB5 -3 4 -DB4 DB3 -5 6 -DB2 DB1 -7 8 -DB0 E1 -9 10 -R/W RS -11 12 -VO VSS -13 14 -VDD E2 -15 16 -NC Arduino pins used as digital outputs: D[21:16] . 5V 74LS164 VO, Was Designed to tie through a 10k pot to GND. R/W=0=Write; RS=0=INS RAILS GND
  12. Free-up RX/TX3 To Include BT_BOARD V1.04 5V RAILS GND 1 17 18 LEDA 5V LEDK GND 16-R_S 19-E R/W 16 ¼ 74LS157 DB7 -1 2- DB6 DB5 -3 4- DB4 DB3 -5 6- DB2 DB1 -7 8- DB0 E1 -9 10- R/W RS -11 12- VO VSS -13 14- VDD E2 -15 16- NC E2 E1 Arduino pins used as digital outputs: D[19:16] . 2:1 18-D_I 17-CK 74LS164 VO, Was Designed to tie through a 10k pot to GND. R/W=0=Write; RS=0=INS 2:1 12
  13. LCD DISPLAY
  14. PORTS/PINS/PROGRAM_VAR_NAME See p.11, 6 pin LCD See p.12, 4 pin LCD Arduino Data Sheet http://www.robotshop.com/media/files/PDF/ArduinoMega2560Datasheet.pdf The PDF file is huge! 8g so it was removed and replaced by the pointer above.
  15. BT_BOARD V1.04 Industrial serial port Bluetooth, Drop-in replacement for wired serial connections, transparent usage. You can use it simply for a serial port replacement to establish connection between MCU and GPS, PC to your embedded project and etc. Computer and peripheral devices GPS receiver Industrial control MCU projectsDefault serial port setting :  9600 1 Pairing code : 1234 Running in slave role: Pair with BT dongle and master module Usage Coupled Mode: Two modules will establish communication automatically when powered. PC hosted mode: Pair the module with Bluetooth dongle directly as virtual serial. Bluetooth protocol :  Bluetooth Specification v2.0+EDRFrequency :  2.4GHz ISM bandModulation :  GFSK(Gaussian Frequency Shift Keying)Emission power :  <=4dBm, Class 2Sensitivity :  <=-84dBm at 0.1% BERSpeed : Asynchronous:  2.1Mbps(Max) / 160 kbps, Synchronous: 1Mbps/1MbpsSecurity :  Authentication and encryptionProfiles :  Bluetooth serial port CSR chip : Bluetooth v2.0Wave band : 2.4GHz-2.8GHz, ISM BandProtocol : Bluetooth V2.0Power Class : (+6dbm)Reception sensitivity: -85dBm* Voltage : 3.3 (2.7V-4.2V) ** NOT CORRECT Current : Paring - 35mA, Connected - 8mATemperature : -40~ +105 Degrees CelsiusUser defined Baud rate :  4800, 9600, 19200, 38400, 57600, 115200, 230400,460800,921600,1382400.Dimension : 26.9mm*13mm*2.2mm * Correspondence with seller: VCC < 7V If VCC = 5V then RX/TX will achieve TTL 5V levels.
  16. BT_BOARD V1.04 Pin definition : PIO8 connects with LED cathodea with 470ohm series resistor in between. LED NEGATIVE connects to ground. It is used  to indicate the module state. After powered on, flashing intervals differ in different states. PIO9 is used to control LED indicating paring. It will be steady on when paring is successful. PIO11, module state switching pin. HIGH -> response to AT command; LOW or floating -> regular work status. With build-in reset circuit, reset is completed automatically after powered on. Steps to set to MASTER: Set PIO11 HIGH with a 10K resistor in between. Power on, module comes into AT Command Response Status Open HyperTerminal or other serial tool, set the baud rate 38400, 8 data bits, 1 stop bit, no parity bit, no Flow Control Via serial port, send characters "AT + ROLE = 1 r n", if successful, return "OK r n", where r n is carriage return. Set PIO11 LOW, re-power, then in Master state, automatically search for slave module and connect. 16
  17. 2:1 Mux 74LS157
  18. Shift Register 74LS164
  19. Some Extra Stuff P.5 Arduino & Processing . Add Patch to allow String2Float and Float2String conversion. See blog http://www.timewasters-place.com/arduino-string-and-float/ Replace C:/Program Files/Arduino/hardware/arduino/cores/arduino/Wstring.[h,cpp] with those from site. String example1 = String(1.852); // Equals: "1.852000"        example1 = String(1.852, 2); // Equals: "1.85" String example2 = String(example1.toFloat() * 1.784561, 4); // Equals: "3.3014"        example1 = example2 + 1.58356; // Equals: "3.30141.583560", since the example2 variable is of type String the number gets converted into String and concatenated. This is patch for Arduino 1.03-1.05 releases. The next releases from Arduino are 1.5.# not yet made public. This was an attempt to make writes more stable, however; it behaved the same. The PLX-DAQ works well but does not allow any other interaction than reporting collected data. It’s fast and easily but limited. 3. The current LCD display is power starved (driven by USB). Once better rails are applied POTS will be added to VO and A-K, allowing Variable back light intensity and the correct contrast. This will sharpen the LCD appearance. 4. Will use 6 pins digital P16-21, which will drive LS74164 and SPLC780d. The E[2:1] and RW connections are not necessary; adding various external logic will eliminate E[2:1] and RW is always tied LOW, write. Change to 4 pin interface, p.12 . 5. The LCD has 2 font capabilities 5x10 & 5x7 ;how ever, only the 5x10 display can be chosen. I also had problem selecting the desired cursor control. Wanted to just move cursor to a given address and write backwards (w/o shifting the display). This would have made printing to LCD cleaner, all values to LCD and PC are String values and keeping decimal place works best right to left. I was able to set up close to this but cursor movement is left to right. The need to write to specific locations allows print on change and also a non-flashy display. The LCD display looks just like the Processing BOX on the PC just not quite as fast. 6. Future plan is to add another MEGA to work in tandem as both master and slave Would like to control clock frequency based on data, as well as alter PWM to several servo’s based on data. Not yet clear but RX/TX3 can readily be reassigned and the 32 bit bus may also play a role B/W the two. I’m leaning toward receiving info via the digital write to the LCD and possible returning info via RX/TX3.
  20. More Stuff 7. Will eliminate Arduino’s pin 19, program name E which drives the LCD capture clock. Using a counter clocked by CK, a count of 8 will clock E. TTL logic 74LS163 a 4 bit binary counter and will be decoded by 8. May seem asynchronous but not, it’s in correct time frame.
More Related