types of date and datetime with cfqueryparam

How do you get a date and datetime type in a table with cfqueryparam?

For the date, I tried < cfqueryparam value = #createodbcdate (thedate) # cfsqltype = 'CF_SQL_DATE' maxlength = null "23" = "yes" > and got NULL in the table.

For once I tried < cfqueryparam value = #now () # cfsqltype = "CF_SQL_TIME" maxlength = null "23" = "yes" > but the date part of the datetime value is 1970-01-01.

In the table, these column types are datetime.

As its name suggests, cf_sql_date inserts the date. Any time value is truncated. To insert the date and time using cf_sql_timestamp.

For the date, I tried<>

value = #createodbcdate (theDate) # cfsqltype = 'CF_SQL_DATE '.

MaxLength = "23" null = "yes" > and get NULL in the table.

It's null = mean 'yes '. It loads CF to ignore the 'value' and insert a NULL value instead. Use it only if that is the intent.

Tags: ColdFusion

Similar Questions

  • A few days, I bought a mac mini which I transferred the data and programs with time machine: programs have been updated except for iMovie, and now it seems that I have to pay for the update: possible? What I am doing wrong?

    A few days ago, I bought a mac mini and I transferred all my data and programs with time machine: all programs have been updated but iMovie (7.1.4)... However, it seems that, to update to the latest version, I have to pay to download on Appstore: is it possible? what I am doing wrong?

    If it were a new mac mini, you need already installed 10.1 iMovie.  Otherwise, but you already have iMovie 9 registered version to your Apple ID, you can upgrade to version 10 for free, but if (as it appears) is an earlier version then you have to buy version 10.

    Geoff.

  • Need to insert the Date and time with AM or PM

    StartDate form has ' 25/07/2006' and Starttime "13:07.
    I need to add this field in the database to display the Date and time with the AM or PM. But the result I get is false.
    <! - concatenate fields - >
    "< cfset Startdate = #Startdate # &" "& #starttime # >.

    < cfset startdate = #DateFormat (CreateODBCDateTime (Startdate), ' mm/dd/yyyy hh: mm: tt ') # >
    Here is my production. This is not the AM or PM conversion part of the chain.

    25/07/2006 01:07 am

    My database is SQL 2000

    You use any of dateformat. The createodbcdatetime sends the correct your DB value if you do it right.

  • Create a join between a column of type DATE and DATETIME RPD

    Hello

    In my DR. I have a fact table with a DATE column, which also contains a component "hour". The physical layer shows this as a DATETIME column that to this DAY, I've changed since I'm only interested in the part of the date.

    When I join it an alias of my Date dimension, the generated sql physics is similar to:

    DIM_DATE. DATE = FACT_A.FINISH_DATE

    What I really want is:

    DIM_DATE. DATE = TRUNC (FACT_A.FINISH_DATE)


    How can I achieve this at the level of the RPD? Yes, I can add a new column to the table of DW with truncated value, but I want to know why even though I chose the DATE as the type of data to the RPD, the created join does not have a trunk.


    Thank you


    Manish

    The physical layer shows this as a DATETIME column that to DATE, I have changed since I was only interested in the part of date.

    N ° bad idea. The physical layer of the RPD should show what the physical source. So if it isn't a DATE, don't pretend OBIEE is it. For the exact reason that you now - tap you are pregnant OBIEE to write some SQL magic to cast the data type, without even say things which is the original type. OBIEE will not interrogate the metadata in order to check the data types in the source, it will rely on what you tell it in the physical layer.

    How can I achieve this at the level of the RPD?

    You could use an inline view in the physical layer and make your trunc here I guess. Better, as you've already identified, is to store the date as a date if this is going to be a key column to reach.

    I want to know why even though I chose the DATE as the type of data to the RPD, the created join is not a trunk.

    See above. OBIEE does not know it is a DATETIME value, then why would he do a TRUNK?

  • Why odi creates datetime2 (27) type of data and because of create table in sql server 2012 is a failure

    Hey

    I had a situation in the present case, I flat file and I want to load it into sql server 2012.

    In the flatfile I have 2 data types of columns date and I chose LKM FILE TO SQL, when I try to run it fails to create the work table.

    When I c the code in this step it shows

    create the table dev.dbo.C$ _0TES

    (

    ASN_BOL_NBR NUMERIC (7,0) NULL,

    ASN_CARTON NUMERIC (20.0) NULL,

    ASN_SHORT_SKU NUMERIC (7,0) NULL,

    ASN_SKU_CHECK_DIGIT NUMERIC (1.0) NULL,

    ASN_DESC VARCHAR (25) NULL,

    ASN_QUANTITY NUMERIC (7,0) NULL,

    ASN_LEAVE_DATE DATETIME2 (27) NULL,

    ASN_ARRIVAL_DATE DATETIME2 (27) NULL,

    ASN_MULT_PACK VARCHAR (1) NULL,

    ASN_MULT_SKU VARCHAR (1) NULL

    )

    MSG 1002, level 15, State 1, line 9

    Line 9: Specified scale 27 is not valid.

    DATETIME2 (27) the table of creative work is a failure because of the type of data

    ASN_LEAVE_DATE DATETIME2 (27)

    ASN_ARRIVAL_DATE DATETIME2 (27)

    Is there a way to avoid a DATETIME2 (27)?

    Thank you!

    Yes, I would certainly put the data on the source of the string type.

    Then in your mapping/interface, you can use the CONVERT function.

    For example, CONVERT (DATETIME, YOUR.) ASN_LEAVE_DATE, 101)

    In this example, 101 as a style means that your file contains a date in the format dd/mm/yyyy.

    See CAST and CONVERT (Transact-SQL) to find out what style you apply.

    Kind regards

    JeromeFr

  • Date (date and time) with MySQL, register here!

    Hello

    Summary:

    I have a page (form) to capture traffic. It works, it allows the user to enter details of attendance. Click, he writes to the database - table. The date is not entered on the form. I want to date this stamp by inserting a date (date and time - declared field). I'll give you the source code. Please pin point what code I'd be inserting and assuming that everything in this code.

    Question:

    Insert the date and time in the database table-

    Code:

    <? php require_once('Connections/dbAttendance.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    If (via PHP_VERSION < 6) {}

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    $editFormAction = $_SERVER ['PHP_SELF'];

    If (isset {}

    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);

    }

    If ((isset($_POST["MM_insert"])) & & ($_POST ["MM_insert"] == 'form')) {}

    $insertSQL = sprintf ("INSERT INTO attendlist (IDWindows, title, first name, name, mobile extension, jobrole, courses, GIC, mgrname, room) VALUES (%s, %s %s, %s, %s, %s, %s, %s, %s, %s, %s)", ")

    GetSQLValueString ($_POST ["'textfield"], "text").

    GetSQLValueString ($_POST ['select'], "text").

    GetSQLValueString ($_POST ['textfield2 "],"text").

    GetSQLValueString ($_POST ['textfield3'], "text").

    GetSQLValueString ($_POST ['textfield4'], "text").

    GetSQLValueString ($_POST ['textfield5'], "text").

    GetSQLValueString ($_POST ['choisies5'], "text").

    GetSQLValueString ($_POST ["select2"], "text").

    GetSQLValueString ($_POST ['select4'], "text").

    GetSQLValueString ($_POST ['textfield7'], "text").

    GetSQLValueString ($_POST ['select3'], "text"));

    @mysql_select_db ($database_dbAttendance, $dbAttendance);

    $Result1 = mysql_query ($insertSQL, $dbAttendance) or die (mysql_error ());

    $insertGoTo = "Thankyou.php";

    If (isset {}

    $insertGoTo. = (strpos ($insertGoTo, '?'))? « & » : « ? » ;

    $insertGoTo. = $_SERVER ['QUERY_STRING'];

    }

    header (sprintf ("location: %s", $insertGoTo));

    }

    @mysql_select_db ($database_dbAttendance, $dbAttendance);

    $query_rsAttendance = "SELECT * from attendlist";

    $rsAttendance = mysql_query ($query_rsAttendance, $dbAttendance) or die (mysql_error ());

    $row_rsAttendance = mysql_fetch_assoc ($rsAttendance);

    $totalRows_rsAttendance = mysql_num_rows ($rsAttendance);

    ? >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml ">

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > delegate registry < /title >

    < link href = "Registerpage.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "SpryAssets/SpryValidationTextField.css" rel = "stylesheet" type = "text/css" / > "

    < link href = "SpryAssets/SpryValidationSelect.css" rel = "stylesheet" type = "text/css" / > "

    < script src = "SpryAssets/SpryValidationTextField.js" type = "text/javascript" > < / script > "

    < script src = "SpryAssets/SpryValidationSelect.js" type = "text/javascript" > < / script > "

    < / head >

    <? PHP

    $date = date ("format", $timestamp);

    ? >

    < body >

    < div class = "container" >

    < div class = "header" > < img src = "Identify Imperial2.jpg" width = "960" height = "150" alt = "" / > <! - end .header - > < / div > "

    < div class = "content" >

    Registry < H3 >: <? PHP echo "Date -".date("d/m/y - H:ia"). > < / h3 >

    < do action = "<?" PHP echo $editFormAction;? ">" method = "post" name = "form" >

    < table width = "780" border = "0" >

    < b >

    < td > < div align = "right" > user ID * < / div > < table >

    < td > < span id = "sprytextfield1" >

    < input name = "textfield" type = "text" id = "textfield" tabindex = "1" size = "18" maxlength = "10" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > title * < / div > < table >

    < td > < span id = "spryselect1" >

    < select name = "select" id = "select" tabindex = "2" >

    < option value = '0' > select < / option >

    < option value = "1" > Ms < / option >

    < option value = "2" > Ms < / option >

    < option value = "3" > Mdm < / option >

    < option value = "4" > Dr. < / option >

    < option value = "5" > Mr < / option >

    < option value = "6" > Professor < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > name * < / div > < table >

    < td > < span id = "sprytextfield2" >

    < input name = "textfield2" type = "text" id = "textfield2" tabindex = "3" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > family name * < / div > < table >

    < td > < span id = "sprytextfield3" >

    < input name = "textfield3" type = "text" id = "textfield3" tabindex = "4" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > Contact / beep * < / div > < table >

    < td > < span id = "sprytextfield4" >

    < input name = "textfield4" type = "text" id = "textfield4" tabindex = "5" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > Mobile no: (optional) < / div > < table >

    < td > < input name = "textfield5" type = "text" id = "textfield5" tabindex = "6" size = "20" maxlength = "20" / > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > function * < / div > < table >

    < td > < span id = "spryselect5" >

    < select name = "choisies5" id = "choisies5" tabindex = "7" >

    < option value = '0' > select < / option >

    < option value = "1" > doctor < / option >

    < option value = "2" > nurse IP < / option >

    < option value = "3" > nurse OP < / option >

    < option value = "4" > midwife < / option >

    < option value = "5" > booking clerk < / option >

    < option value = "6" > medical Secretary < / option >

    < option value = "7" > OP receptionist < / option >

    < option value = "9" > CNS/NP < / option >

    < option value = "10" > test < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > manager name * < / div > < table >

    < td > < span id = "sprytextfield5" >

    < input name = "textfield7" type = "text" id = "textfield7" tabindex = "8" size = "30" maxlength = "30" / >

    < span class = "textfieldRequiredMsg" > a value is required. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > course * < / div > < table >

    < td > < span id = "spryselect2" >

    < select name = "select2" id = "select2" tabindex = "9" >

    < option value = '0' > select < / option >

    < option value = "1" > demo < / option >

    < option value = "2" > doctors < / option >

    < option value = "9" > CNS/NP < / option >

    < option value = "3" > nurse IP < / option >

    < option value = "4" > nurse OP < / option >

    < option value = "5" > midwife < / option >

    < option value = "6" > booking clerk < / option >

    < option value = "7" > medical Secretary < / option >

    < option value = "8" > OP receptionist < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > location * < / div > < table >

    < td > < span id = "spryselect3" >

    < select name = "select3" id = "select3" tabindex = "10" >

    < option value = '0' > select < / option >

    < option value = "1" > CHX 12 floor Rm 1 < / option >

    < option value = "2" > CHX 12 Floor Rm 2 < / option >

    < option value = "3" > CHX 10 West < / option >

    < option value = "4" > HH N207 < / option >

    < option value = "5" > HH W12 Conference < / option >

    < option value = "6" > Rm SMH one < / option >

    < option value = "7" > Rm SMH b < / option >

    < option value = "8" > SMH Ming wing Rm 5 < / option >

    < option value = "9" > SMH Ming wing Rm 3 < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "right" > GIC * < / div > < table >

    < td > < span id = "spryselect4" >

    < select name = "select4" id = "select4" tabindex = "11" >

    < option value = '0' > select < / option >

    < option value = "1" > GIC 1 - medicine < / option >

    < option value = "2" > GIC 2 - surgery and Cancer < / option >

    < option value = "3" > GIC 3 - specialized Services < / option >

    < option value = "4" > GIC 4 - Services circulatory and renal medicine < / option >

    < option value = "5" > GIC 5 - women and children < / option >

    < option value = "6" > GIC 6 - clinic and investigation Sciences < / option >

    < option value = "7" > GIC 7 - private Patients < / option >

    < option value = "8" > other < / option >

    < / select >

    < span class = "selectRequiredMsg" > please select an item. </span > < / span > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < table >

    < td > < input name = "button" type = "submit" id = "button" value = "Submit" / > < table >

    < td > < table >

    < /tr >

    < b >

    < td > < div align = "center" > * mandatory fields < / div > < table >

    < td > < table >

    < td > < table >

    < /tr >

    < /table >

    < input type = "hidden" name = "MM_insert" value = "form" / >

    < / make >

    <! - end content - > < / div >

    < div class = "footer" >

    < p align = "center" >

    " < a href =" http://validator.w3.org/check?URI=referer "> < img ".

          src=" http://www.w3.org/icons/valid-Xhtml10 "alt ="Valid XHTML 1.0"Transitional height ="31"width ="88"/ > < / a > "

    < p align = "center" > Cerner@Imperial ICT training team < /p >

    < /p >

    <! - end .footer - > < / div >

    <! - end .container - > < / div >

    < script type = "text/javascript" >

    var sprytextfield1 = new Spry.Widget.ValidationTextField ("sprytextfield1", "none", {validateOn: ["blur", "change"]});

    var spryselect1 = new Spry.Widget.ValidationSelect ("spryselect1", {validateOn: ["change", "blur"]});

    var sprytextfield2 = new Spry.Widget.ValidationTextField ("sprytextfield2", "none", {validateOn: ["blur", "change"]});

    var sprytextfield3 = new Spry.Widget.ValidationTextField ("sprytextfield3", "none", {validateOn: ["blur", "change"]});

    var sprytextfield5 = new Spry.Widget.ValidationTextField ("sprytextfield5", "none", {validateOn: ["blur", "change"]});

    var spryselect2 = new Spry.Widget.ValidationSelect ("spryselect2", {validateOn: ["change", "blur"]});

    var spryselect3 = new Spry.Widget.ValidationSelect ("spryselect3", {validateOn: ["change", "blur"]});

    var spryselect4 = new Spry.Widget.ValidationSelect ("spryselect4", {validateOn: ["change", "blur"]});

    var sprytextfield4 = new Spry.Widget.ValidationTextField ("sprytextfield4", "none", {validateOn: ["blur", "change"]});

    var spryselect5 = new Spry.Widget.ValidationSelect ("spryselect5", {validateOn: ["blur", "change"]});

    < /script >

    < / body >

    < / html >

    <? PHP

    mysql_free_result ($rsAttendance);

    ? >

    There are several ways. One is to get the date of the php time() function and use it in your insert statement. Another is to use the MySQL CURDATE () function. But probably the easiest and best are simply set the default value for the column of date / time than the current date/time and exclude it from the insert statement. No required code changes.

    http://dev.MySQL.com/doc/refman/5.0/en/timestamp-initialization.html

  • Issue date and time with the javascript scripts

    Hi all

    I need to maintain a bit of history on my pdf form, so I need to get the date and time when the user submits the form.  Currently, I am able to do this in FormCalc.

    var todayDate = Date()
    var todayTime = Time()
    var today = concat (Num2Date (todayDate, "MMMM DD, YYYY"), "", Num2Time (todayTime, "h: mm A") "");

    today will contain: April 28, 2009 14:23

    I want exactly the features in javascript.  I'm not able to get the same result.

    Please give me some code for the same in javascript snippet

    Deepak.

    Hi Deepak,

    This example should show you how you can recover each "piece" of the date in JavaScript and piece and then that their back together according to your needs.

    You will find several examples of scripts on the date formatting here: http://javascript.internet.com/time-date/

  • IR of type timestamp data and function group

    Are there restrictions on the function group for example based on the data type.

    My problem\misunderstanding is in the IR:

    USING OF "GROUP BY"
    I have a TIMESTAMP (columnname TM_TIME) column and I can schose in the group by clause, but not in the function section. Is there a reason why and I could make it work.

    concerning
    Thorsten

    Published by: Fischert on 02.05.2012 03:05

    Sorry for my bad English I want to say, it's the data types TIME is not available in the form of columns for functions such as min and max.

    the anser on metalink

    -------
    As you have noticed date, timestamp do not allow to use functions such as min, max, etc... in the interactive report.
    Currently, these functions are supported for columns of type number.
    The problem has been addressed in the development as a bug:

    Bug 10247814: AGGREGATE of REPORT INTERACTIVE AND GROUP BY AGGREGATE takes CHARGE ONLY ON NUMBERS

    Like many, I can see it is addressed in the next version (apex 4.2). Unfortunately, we do not have a timetable for the next version.
    For now, please visit the bug via My Oracle Support.
    ----

  • Do you share my profile data and research with others? If yes how can I select does not do this?

    Only Firefox and/or the enities, members, associates, partners, employees, share my profiles? Only Firefox and/or the enities, members, associates, partners, employees, share my seach date or profiles? If so, how can I stop its continued use? How can I download a version of firefox without allowing any of my personal profiles and the search history from being shared, sold, or otherwise used? Thank you in advance for your truthfulliness in a full and complete answer!

    http://www.Mozilla.com/en-us/legal/privacy/Firefox.html

  • Two modules of acquisition data and channel with API configuration

    Hello

    I use two DAQ PXI 6251 and 6259 in VI, I can use the NI DAQmx channel creation for the AI of two channels PXI or how do I use the channel configuration?

    East - the correct Dev2ai0:16, Dev3:8?

    Hey KRAZE4LV,

    This is the VI in 2010.

    Kind regards

    Kira T

  • retriving records with date and time stamps

    I need to get all records that have been updated between 08:36:06 and 08:36:09 12/15/2009

    I use this application it gives me the numbers on the right (I think) because this condition GURMAIL_CPLN_CODE = 'UGAP', I want something more
    using the stamp date and time with dates
    12/15/2009 08:36:06 AM
    12/15/2009 08:36:07 AM
    12/15/2009 08:36:08 AM
    12/15/2009 08:36:09 AM
    select * from GURMAIL
    where 
    PERMAIL_CPLN_CODE = 'UGAP'
    AND TO_CHAR(PERMAIL_ACTIVITY_DATE,'MM/DD/YYYYHH24:MI:SS AM') >= '12/15/2009 08:36%'
    Thank you

    face-> Office (while exclaiming in despair "¿Dang, now how could I miss that?")

    Yes, Max, you're right, thanks for being there!
    When I never learn never to post a reply, unless I ran the code me first? ;)
    In any case: bed here now, ciao!

  • iTunes asks me to erase and sync with the computer, I have always used

    I have Apple's music service and I did a new playlist on my computer in iTunes. I went to manually transfer the playlist and the option was no longer available, and he said that iCloud music library was on and it does not give me the option to manually add music. I turned iCloud music library off on my iPhone and the option to add manually the music once again appeared in iTunes. When I clicked "Sync Music", he acted as if I've never used this computer to add music and said it would erase all the data and sync with this library. Did register for Apple music destroy my ability to still add music manually from iTunes? It is quite frustrating. Please can someone explain if there is a way to listen to my new playlist without erasing and reloading of music again?

    I use a Macbook Pro. All the software on the phone and the computer is up-to-date.

    If both your device and your library are implemented for Apple music then you don't synchronize with iTunes. Content or playlists added to the library appears on the device and can be listened to or downloaded by Wi - Fi.

    TT2

  • How do I set the date and time for those?

    Windows Vista; all the time that the I shoot my computer automatically go back to the year 2001; so whenever the I put on the computer I need to set up the date and time;  With the help of Windows, after the< is="" an="" error="">, but did not mention the number or how to fix it, please help

    Hello

    If after having set the time/Date and stop and restart your machine the time means the 2001 2007 2009 year ETC, you have a CMOS battery has failed in the motherboard.

    They cost about $5 and are easy to replace.

    How to replace a CMOS battery.

    http://www.computerhope.com/issues/ch000239.htm

    See you soon.

  • set the date and time on the content of oracle webCenter

    Hello

    Please tell me how to set the date and time with the location on the interface tab utility properties of the system.
    also tell me how to find the location on the interface tab content properties webCenter system utility

    Regards\
    Mayur mitkari

    Hello

    You need start the System/ucm/cs/bin properties applet. Virtue of the present, you see tab location option.

    Thank you
    Srinath

  • How to combine real-time video with LabVIEW indicators so that the video can be displayed and saved with the overlay data

    Let's assume for the moment that I can find a device for which LabVIEW has the appropriate drivers.  Is it possible to combine the camera feed with digital indicator fields so that there is a video out showing the data superimposed on the live image?

    I'm talking about something like a screen of the camera where you see the camera settings are displayed on the image in the viewfinder.  Note I have one isn't about analysis of video data or somehow reading parameters of the camera to the camera.  Data would be temperatures, pressures, speeds, etc., acquired by different instruments at the same time the video is captured and processed somehow by LabVIEW.

    No problem Wildcatherder, don't let me give you an overview of the process.

    When you get a video acquisition method entry, it will be an image format. Essentially, it's a bunch of images that are updated at the speed of video capture, just like the material. There are screws express (wizard - like elements) that simplify the obtaining of images from your video source. With the drivers and measurement and Automation Explorer installed, you should be able to get at least the image.

    If you have IMAQ toolkit, I mentioned, you could just wire the reference image (a purple wire wavy) and a text input (say, a temperature that is converted to a string) in the text overlay VI and it would produce the desired effect. Without this, you will need to convert the Image into image (these are two different data types in LabVIEW) and use the image instead, editing tools (essentially replacing pixels in 2D image data). You would then update an indicator of the photo with your photo altered, if all goes well to the pace of the acquisition hardware. As I said this is less elegant and can take a certain amount of time processor. If you view these images at all and are just their routing, it should be slightly faster.

    I don't know about video production equipment, I mainly used entry Firewire or USB, the computer screen or the file data. However, if the driver exists, it should be possible, but a quick review of the functions doesn't seem to come with output functions. Cannot advise on hardware, but you can start with:http://sine.ni.com/np/app/main/p/bot/no/ap/vision/lang/en/pg/2/sn/n17:vision, n21:11600 /?

    Kind regards

    Mello

Maybe you are looking for