User Profile

Collapse

Profile Sidebar

Collapse
jnd001
jnd001
Last Activity: Feb 18 '08, 03:00 PM
Joined: Jun 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jnd001
    replied to help for chart
    Thanks to both of you ,

    I shall follow your suggestions & get back soon.

    jnd001
    See more | Go to post

    Leave a comment:


  • jnd001
    started a topic help for chart

    help for chart

    Hello everybody,

    I am a newbie to programming.
    Folloing is my problem,

    I am getting serial out put as ascii string codes containing particle size distribution .It contains 50 seperate values denoting frequancy distribution.I have stored those values as 50 different numeric fields. I want to plot scatterxy chart with x axis bearing field name at a equidistance while Y arm should contain field-data value for...
    See more | Go to post

  • jnd001
    started a topic vbscript memvar manipulation.

    vbscript memvar manipulation.

    Hello,
    I am trying to interface serial data logging to msaccess database.
    Following macro-module-code works fine.

    Function GetCPSData()

    Dim ChannelNumber As Variant
    Dim MyData As String
    ChannelNumber = DDEInitiate("CP SPLUS", "DRIVER")
    MyData = DDERequest(Chan nelNumber, "COM1_VALUE ")
    DDETerminate ChannelNumber
    If Len(MyData) = 0 Then Exit...
    See more | Go to post
No activity results to display
Show More
Working...