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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: daisy4u721
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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
  5. 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...
  6. daisy4u721

    curly brace question in tcl

    I have a code that outputs some information from Sql database using tcl. I noticed that when the information i output have a space in it, it is surrounded by a curly brace {} and when it does not have a space there is no curly brace surrounded. Does anyone know why and how i can output it...
  7. daisy4u721

    Tcl/tcom, microsoft word and sql

    I have a code that creates a MS word file with tables using tcom package. I am trying to insert some text from sql database into the columns and rows, ive being trying different codes and its doesnt seem to work, any help please? The code is below: This code creates a 3 rows and 3 columns table...
  8. daisy4u721

    How to create a table with columns and rows

    Does anyone have an idea on how to create a table with columns and rows using tcl. Any information or idea would be appreciated. Thanks
  9. daisy4u721

    tcl help

    ok..... i have a file containing a list of product names..... and im trying to write a tcl code to has to seperate the list in different categories and open it in a new file. for example i have a file containing this: 1156xx 2278xx 3342xx 2269xx 1125xx 3345xx and im trying to write a code to put...

Part and Inventory Search

Back
Top