|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
im Getting Daignostic Data From a TelemetryRadio at our Company
URL Im recieving this data thru the MsComm Control In VB the Datastring Looks Like this 0001,+032,12.1,-093,-095,04.3,1,014,015 i have two Nodes(radios) set up So i get daignostic data from Both of them as this.. 0001,+032,12.1,-093,-095,04.3,1,014,015 0002,+032,12.1,-093,-095,04.5,0,010,015 0001,+032,12.2,-093,-093,04.3,1,014,015 -----------what do i wanna Perform on this data?? ---------- i want to Put each radio Node In a Database or Flat text file Independantly,, as it Comes into my Program from the serial port Such as 0001 > Node1.txt or Node1.dbf 0002 >Node2.txt or Node2.dbf then i want to Graph each value , i DO have Code i can give as my Work so far.. (((HELP)))) |
|
#2
|
|||
|
|||
|
I'd probably insert the strings in a backend database table with record ID's and timestamps added. Then use the MS Graph or other graphing component to graph what you want.
Set up a database connection and open a recordset, start recording your telemetry data, and when each string is assembled, do an AddNew to the recordset storing your string. Then on to the next one. If you need realtime graphing I don't know exactly how you'd approach that. You have to make sure you don't hog the computer too much and drop serial data (which waits for no one). |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Serial String From radio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|