Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by daisy4u721

  1. daisy4u721

    OPC and Visual Basic

    Thanks Jebenson, i will look into it.
  2. daisy4u721

    OPC and Visual Basic

    Thanks Andy! and sorry for the mix-up. I have posted my question in the VB.NET forum.
  3. daisy4u721

    OPC and Visual Basic

    Hello, I am a newbie to Visual basic and OPC, and I hope someone can help me here. I have an historical database which has data in intervals of 40mins, I also have an OPC server which intends to go into the database and get data. I am trying to write a Visual basic script to tell the OPC Server...
  4. daisy4u721

    OPC Server and Visual Basic Script

    Sorry i meant "with historical data"
  5. daisy4u721

    OPC Server and Visual Basic Script

    Thanks Geates, The database is a SQL database, with historical date. The time difference is not always 40 mins (Sorry i did not mention this earlier. -Dee
  6. daisy4u721

    OPC and Visual Basic

    Hello, I am a newbie to Visual basic and OPC, and I hope someone can help me here. I have an historical database which has data in intervals of 40mins, I also have an OPC server which intends to go into the database and get data. I am trying to write a Visual basic script to tell the OPC Server...
  7. daisy4u721

    OPC Server and Visual Basic Script

    Hello, I am a newbie to Visual basic and OPC, and I hope someone can help me here. I have an historical database which has data in intervals of 40mins, I also have an OPC server which intends to go into the database and get data. I am trying to write a Visual basic script to tell the OPC Server...
  8. daisy4u721

    Oracle/OPC Server

    I am trying to get data from Oracle (ODBC) to an OPC server client. Does anyone have any idea of a product/tool that can do this? Thanks for your help in advance. Daisy
  9. daisy4u721

    Tcl file

    Feherke, Are you farmiliar with Tcl TCOM package? Or is anyone farmiliar with it? Thanks, Doyin
  10. daisy4u721

    Tcl file

    Thank you so much Feherke, It works now.
  11. daisy4u721

    Tcl file

    Thank you Feherke for the reply. When i try to open the outfile, its giving me an error message that: "Word experienced an error trying to open the file
  12. daisy4u721

    Tcl file

    yes it is a word document.
  13. daisy4u721

    Tcl file

    I have a quick tcl question, hope someone can help. I have 2 files and Im trying to get the information in the second file to the first file. I wrote a code but it doesnt seem to work. This is the code below. set infile [open "daisy.doc" r] set outfile [open "daisy2.doc" w] while {![eof...
  14. daisy4u721

    curly brace question in tcl

    Thank you guys... :) Daisy
  15. daisy4u721

    curly brace question in tcl

    Thank you guys for the reply. Im not sure if you guys understand what im trying to say. Let me explain better. I have a code that outputs some information from sql database. This is the code below: set query "select Comment FROM Table WHERE Name = 'Daisy'" set foo [database $query] but when i...

Part and Inventory Search

Back
Top