Traditiona​l ni daq using tbx 68t with error 10685

Hi im new, I have tried to create a program that will allow me to accept temp readings. i have a tbx 68t device and a pci 4351 card from which this is read.
I have uploaded the vi.
i keep getting a message of 10685 - the clock rate exceeds the boards recommended max. rate, even when i have the clock rate to a low 10.
any help is much appreciated, i am fairly new to daq with labview. i do appolgise i have yet not annotated on the program.
Thanks
Notay
Attachments:
thermocouple example.vi ‏37 KB

Hi again Notay,
The 4351 Device has specific rates that you can sample at for single or multi-channel acquisition. There are six possible reading
rates – 10, 50, and 60 readings/s in single-channel acquisition mode and 2.8, 8.8, and 9.7 total readings/s in multiple-channel acquisition mode.
See the data sheet or manual linked bellow for more information.
http://www.ni.com/pdf/products/us/2mhw296-297e.pdf
http://digital.ni.com/manuals.nsf/websearch/924939​4DFC45FA3D86256FD20078D836
Jon B
Applications Engineer
NI Uk & Ireland

Similar Messages

  • Thermocouple Measurements on TBX-68T with PCI-4351

    I have set up Traditional NIDAQ Virtual Channels for 2 different thermocouples. In a simple program, I wire each channel to AI Sample Channel.vi and get the temperature reading. This works fine. However, when I do this inside of a larger code where I am also reading voltage measurements on my PCI-4351 (using 435xFast.vi which I downloaded), the first thermocouple I read is always giving an erroneous error. Do I have to reset the board in some way before I take the temperature readings?

    I've got just a few questions for you:
    1. Are you seeing a large negative value anywhere else other than when you run your particular vi as a subvi? Test panels in MAX? Other example programs?
    2. Do you have the latest drivers for your application? NI-DMM 2.3.1? NI-DAQ 7.3.1? NI-435x 1.1?
    3. Have you tried reseting the board in MAX and then running your application? If this takes care of that first bad sample, you could try calling Reset Device in the Traditional DAQ function palette before starting your acquisition.
    Please let me know what you can. Have a great Thanksgiving!
    Logan S.

  • Using substring function with error

    Hi Guys,
    I have a source field with 1200 characters which need to map to multiple target segments for  132 count of this source field.
    This is not a mandatory field so it sometimes come without any value.
    I am using substring function to breakout the string for every 132 characters and mapped to the target segments.
    There are two problems, first it seems that if source is blank, there will be error.
    Second, if source field come with only eg. 300 characters, error will also occurs.
    I have searched thru SDN and try some of the UDF but to no avail.
    Appreciate your guidance on this problem.
    Regards
    FNG

    H Rahul,
    I have tried your quote but face some syntax error as follows
    Function calculate, Line 6:
    cannot find symbol symbol  : method length() location: class java.lang.String[] j = input.length();       
    Function calculate, Line 26:
    cannot find symbol symbol  : method subString(int,int) location: class java.lang.String[]           
    result.addValue(input.subString(0,EndIndex));                                      ^
    Function calculate, Line 34:
    cannot find symbol symbol  : method subString(int,int) location: class java.lang.String[]                result.addValue(input.subString(StartIndex,EndIndex));                                              ^
    Function calculate, Line 40:
    cannot find symbol symbol  : method subString(int,int) location: class java.lang.String[]                result.addValue(input.subString(StartIndex,EndIndex));                                              ^ Note: /usr/sap/D03/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapd66a3a60002911e09ba9e41f132d6b68/source/com/sap/xi/tf/_MM_MT_COMS_TO_ZME_CRE_CHG_CONTRACT_.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /usr/sap/D03/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapd66a3a60002911e09ba9e41f132d6b68/source/com/sap/xi/tf/_MM_MT_COMS_TO_ZME_CRE_CHG_CONTRACT_.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 4 errors

  • Using CopyValue function with error

    Hi All,
    I have a requirement to send the three values coming in the one source field to three different target fields.
    E.g: Source field is "src1" and having the values 1,2 ,3 These values should be sent to the target fields such as
    first target field "Trg1" should get the value as "1" and the second target field "Trg2" should get the value as "2".
    third target field should getv value as "3"
    I have used copyvalue function. it is working fine but if any value from "src 1" is blank.
    I will have the runtime error as follow
    Runtime exception occurred during application mapping com/sap/xi/tf/_MM_MT_WORKORDER_TO_ORDCHG_ORDERSO5_; com.sap.aii.mappingtool.tf7.MessageMappingException: Runtime exception when processing target-fieldmapping /ns0:MT_WORKORDER/StatementName2/TEST/acc
    Will appreciate your advise on how to resolve this.
    Regards,
    FNG

    I have mapped as follows
    sourc1 ->  mapWithDefault [NIL}  ->  copyvalue [0]  -> targt 1
    sourc1 ->  mapWithDefault [NIL}  ->  copyvalue [1]  -> targt 2
    sourc1 ->  mapWithDefault [NIL}  ->  copyvalue [2]  -> targt 2
    No substring function used.
    But still having error
    Runtime exception occurred during application mapping com/sap/xi/tf/_MM_MT_WORKORDER_TO_ORDCHG_ORDERSO5_; com.sap.aii.mappingtool.tf7.MessageMappingException: Runtime exception when processing target-fieldmapping /ns0:MT_WORKORDER/StatementName2/TEST/acc
    I noticed from the source xml structure in the inbound payload, when sourc1 is blank, the tag is not created.
    so question is how to create sourc1 tag if the sourc1 is come as blank ?

  • TBX-68T temperature measurement errors

    I am using a TBX-68T with a PXI 4351 card to measure the temperature of a steel plate while the plate is undergoing a TIG (electric arc) welding process. To my knowledge (and based on past experience), the device is connected properly in MAX, with the TBX-68T selected as the accessory. In MAX it also passes the tests. Using the built in CJC and specifying a K-type thermocouple at a range of +/-0.625v, MAX reports temperatures of -80C. The temperature remains nearly the same as the range is increased, but if I change the range to +/-3.75v, the temperature suddenly jumps to 100+C. I used the Measure Thermocouple (with accessory).vi that comes with the driver, and it gives me the same readings. Furthermore, when I initiate the TIG welder the card reads extremely negative (-10e9) temperatures.
    What is odd, is that I have used these devices for the exact same process in the past and it generated believable results. 
    How can I fix the current temperature offset problem? Could I have possibly damaged the unit? Is it possible to use the TBX-68T to reliably detect temperature in arc welding process? 
    Thanks,
    William

    Hello,
    Becasue TIG welding creates a large electrical discharge I am concerned that you may have shorted the card.  What kind of isolation did you use to ensure a separation between the TIG process and the temperature measurement? Because the error is read by both your program and MAX it must be either the temperature configuration or the card.  Could you try to conduct a simple Voltage measurement with the 4351, lets say a AA battery.  You should be able to read 1.5-1.6V.  If this works than the card should be fine, (make sure to test all channels that are failing). 
    If you cannot read the proper voltage on the card, then it is possible that the card will need to be repaired. Please update us so we can help you further.
    Thank you 
    Regards,
    CharlesD
    Digital MultimetersSchedule a Free 1 Hour LabVIEW Tutorial with an NI Applications Engineer

  • NI 4350 S1/S2 Switches (TBX-68T)

    I'm using the TBX-68T terminal block with an old NI-4350 USB device for analog input from a pair of thermistors.  The TBX-68T has a pair of switches labeled "S1 S2", which are for the current source(s): (the 4350 has a 25uA source and the 4351 has an additional current source).
    My question is, how are these switched wired?.....(i.e. why do I need to throw both switches ON to get the 25uA current source on the 4350)?
     It works, but I may also have to use the 4351 and I want to know the details of how S1/S2 function.  Originally I thought S1 would be for the 25uA current source and S2 would be for the 2nd current source in the 4351, but I had to through both S1 & S2 to get the 25uA supply.  
    I've checked the online NI PDF documents for the 435x and 4351 and I've not been able to find this detail.

    Hello PointOnePa,
    I will look into this to see if I can find out why both switches have to be used to access the current excitation.  However I believe that on the 4351 you will still only be able to access one of the current excitation values.  Which ever excitation value you select in software will be available if S1 and S2 are switched on.  I do not believe there is a way to access both excitation levels at the same time.  I will do a bit of research and see if I can find any evidence to the contrary.
    Are you trying to access both excitation levels at the same time or just trying to figure out how to access the 1mA level externally?  If you just want to get the 1mA level then you just need to select this in software and turn S1 and S2 to on.
    Let me know what you're looking for and I'll let you know what I find.
    Cheers,
    Brooks

  • How can I use the NI PXI-6508 with Lab View 7? what are the first steps to get started??How can I use the channels with lab view 7????

    I have a 8 slot PXI system with 2 NI PXI 6508 and 1 DMM 4070 in it. I want to get started with programming the digital I/O cards (6508)! How can I use this cards with LabView 7?what is the best way to get started, or where can I get examples showing how to use the several channels?
    Thanks!
    Philipp

    Philipp,
    The best way to get started is to decide if you want to use traditional NI-DAQ or NI-DAQmx. Recently we released NI-DAQ 7.1 which provides NI-DAQmx support for the PXI-6508. In my opinion, NI-DAQmx is more efficient and much easier to use.
    To get started with examples, simply launch LabVIEW and go to Help>>Find Examples. Then expand Hardware Input and Output>>DAQmx and select the appropriate digital group for your application. This should help get you started.
    Please repost if you need addition assistance. Good luck with your application!

  • Using timer/counter with PCI-6221/USB-6210 to control timed-loop VI

    Dear all,
    I need to ask about two devices and one of their functionalities, PCI-6221 and USB-6210. For our NI-based system, we need to control some timings in a Timed-Loop vi, for that currently we are using PCI-6221 and we give external TTL signal (at 1 kHz) to it,
    recenntly we need to make some changes and for that we found USB 6210 DAQ to be more suitable, but we need to clear ourselves on some specific things.
    Can the counter/timers functions available in the either PCI 6221 or USB 6210 can be used to control the Timed-loop VI by giving external clock or by using their own internal clock source?
    Although we are using external clock with the PCI 6221 but we want to know about the usage of their internal clock, also are controlling timed-loop also possible for USB-6210
    Also... What if we use the RTOS, are they still able to control the timed-loop VI  without giving any 'EXTERNAL CLOCK' and using the internal clock sources of the DAQs
    Waiting for reply,
    Bests,
    RaJaf
    Solved!
    Go to Solution.

    Ben,
    I having read previous email which I send earlier with general overview, we discussed in more detail within our team and I am giviing the specific answers.
    Please check in RED the most recent answers. Blue are the questions/suggestions by your side.
    1.    Using Internal hardware clock of PCI-6221 would enable us get rid of external clock, but how to divert the internal hardware clock to the current settings. Any idea  (can you provide us with some reference manul for otherwise). I mean is there some flag-bit etc. or VI
    2.       Is it also meant that with the installation of RTOS the timed-loop can directly get the timing source from the internal hardware clock PCI-6221? --- How???
    3.       In order to make desktop to work as RT system, what is the hardware (motherboard, processor, etc..) requirement? What are the LabVIEW modules (specific name) that needed to be installed? Our platform is LabVIEW 8.6. (Currently we have windows-7 with i7 core processor)
    What kind of application are you intending for this system? ---- high-speed laser scanning system.
    Are you most concerned about accuracy, speed, or responsiveness? To control the laser mirror scanner to move at 1 kHz or 2 kHz speed. On the other hands, using PCI-5105 (128 MB memory) as a DAQ for real-time/on-the-fly data processing.
    Bests,
    RAJAF

  • Using PCI-6025E with quadrature encoder.

    Hi,
    i'm presently trying to figure out if i can use the PCI-6025E Card to count up/down with a quadrature encoder with no additionnal hardware. I know my answer lies in a document called "Using Quadrature Encoders with E Series DAQ Boards document " but it is not presently available on the ni website.
    Can any1 either confirm me that i can do this or send me the document?
    Thank you,
    Max

    This link seems to confirm that you can
    Link
    Randall Pursley

  • NI434X and TBX 68T Data Acqusition

    Hi Guys
    i am using NI 435X and TBX 68T to read in voltage using excitation current of 1 mA passing thru resistors
    i use the NI435X vi as given in the examples for NI4355X
    however there is some strange readings obtained...........
    (1) When i used NI 435X check. Vi and wire it to " no of scans" to NI 435X read.vi, i obtained correct voltage reading for first few readings, thereafter readings(voltage) becomes zero until after certain time, reading return to correct values again then it returns back to zero again .........why is this happening, the connections are correct ,
    based on readings, its seems like at certain times, the circuit is open which physically should not be the cases
    (2) for 1 attempt, i did not use NI 435X check.vi but instead wire a constant value, 5 to the "no of scans" input to NI 435X read.vi , the data obtained is correct but the no of data read is very much lesser than if i use 1
    so i not sure why
    search the internet but not helping.........
    Anyone, please help
    trying to figure out 4 a few days
    but no answers
    thks

    Hello yongster.  Please refer to the forum at http://forums.ni.com/ni/board/message?board.id=170&message.id=222104 which you created first about this question.  All of your questions will be addressed here.  I understand that due to the Holiday and the weekend, your question went unanswered for a couple days and I am sorry for that.  However, in the future, please refrain from posting the same question in numerous places as it causes confusion and clutter in the discussion forums. 
    Brian F
    Applications Engineer
    National Instruments

  • How do I use your iPhone with multiple iTunes libraries

    Hi, I have my music spread out between 3 seperate Itunes libraries on 3 different profiles on my computer. I have the newest generation Ipod Nano, Ipod Shuffle, and Iphone 4s. My Ipod's are both full, so I've decided to start putting music onto my phone. With my Ipod's, I can plug them into one profile on the computer, download the music on the Itunes library that exists on that profile, then do the same with the other profiles with no issue. However when I try to do this with my phone, It asks me to erase the music I have gotten from one Itunes library and sync with the current library, as soon as I plug it in to a different Itunes on one of the other profiles. I have my Iphone configured with the Manually manage music option, and I still haven't found a way to use my Iphone with multiple music libraries. PLEASE HELP

    http://support.apple.com/kb/PH12113 - If you use manual syncing, you can sync items from more than one iTunes library to your iPod. (You can sync iPod touch, iPhone, and iPad with only one iTunes library.)
    http://support.apple.com/kb/HT1202 - When manually managing content, you can add content from multiple libraries to your iPod or iPad. Even when manually managing music, some content may be available from only one library at time. This includes all content on iPhone and video content on iPod and iPad.
    They seem inconsistent as far as the iPad is concerned but in both articles the iPhone appears to only be able to sync to one library at a time.
    Troubleshooting Home Sharing - http://support.apple.com/kb/TS2972

  • Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Using multiple desktops with a 4 finger swipe on a Mac Book Pro running Lion- is there a way that I can allow Safari open on several but not all??  Looks like I can set it for one but not others.  All, one, or nothing

    Hey Eric,
    Thanks for taking the time. Unfortunately no that does not solve it. Same as swipe it will get me there and it will show separate programs spaced out. The issue I am having is that all my open word files are bunched up in a pile on top of each other. I can see the edges of each one but I want them to be separated from each other enough that I can visually identify what file is what.
    Again, thanks for trying, it is appreciated.

  • Error while using between operator with sql stmts in obiee 11g analytics

    Hi All,
    when I try to use between operator with two select queries in OBIEE 11g analytics, I'm getting the below error:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Location: saw.views.evc.activate, saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <select>: Syntax error [nQSError: 26012] . (HY000)
    can anyone help me out in resolving this issue.

    Hi All,
    Thank u all for ur replies, but I dint the exact solution for what I'm searching for.
    If I use the condition as
    "WHERE "Workforce Budget"."Used Budget Amount" BETWEEN MAX("Workforce Budget"."Total Eligible Salaries") AND MAX("Workforce Budget"."Published Worksheet Budget Amount"",
    all the data will be grouped with the two columns which I'm considering in the condition.
    my actual requirement with this query is to get the required date from a table to generate the report either as daily or weekly or monthly report. If I use repository variables, variables are not getting refreshed until I regenerate the server(which I should not do in my project). Hence I have created a table to hold weekly start and end dates and monthly start and end dates to pass the value to the actual report using between operator.
    please could anyone help me on this, my release date is fast approaching.

  • Are there advantages to using Adobe Bridge with Premiere Pro?

    I frequently use pictures with my videos.  Normally, I use Windows Explorer with the picture viewer to browse for what I'd like to use.  I've experimented with Bridge, finding it to be a memory hog and slow.  It got me wondering - Are there advantages vs. Windows Explorer?

    Bridge can be used to easily add hierarchical keywords to large amounts of clips (and afaik it's the only tool in the Adobe suit that can do hierarchical keywording with video files). Those keywords can then be used to find clips inside of Premiere. On large projects (1000+ clips) that can be a life saver.
    Apart from this and the features you mentioned (the cross software color stuff is useless for video as of CS6), I did not find any use to Bridge for video. Plus as you said, it is a memory hog, slow and in my own experience unstable with /  not adapted to video.

  • Using AJA IO with the FCP Voice Over Tool

    Has anyone used the io with the VO tool? I have gotten it to work in the past, however, there are a number of convoluted settings to go through to get it to work. It seems intermittent. Today it doesnt want to work at all.
    Does anyone have a list of the specific A/V settings, Capture presets, etc, that i need to have set in order for this to work?
    FYI--I have never had a problem capturing from tape--(using log and capture with beta, digibeta, dv, vhs)--only when capturing analog audio using the VO tool.
    gracias.
    dk

    You can do it here, in the Audio/Video settings under the Final Cut Pro menu. Click on the Capture Presets tab, then go to Generic Capture Template, duplicate it, then edit. Give it a name that you can recognize when you need to set up your project.

Maybe you are looking for

  • Satellite A660 - how to transfer video from my digital camera?

    How do I directly transfer video from my Panasonic digital video camera to my A660? I want to burn DVD. Camera has HDMI output and/or 3 wire (audio / video) RCA jacks.

  • You can now password protect a Pages document...

    It's in the Document inspector at the bottom. You can do this with Numbers and Keynote as well. Now I can finally move my tests out of word...:) YAY! Scott

  • Program not running with -cp option from command line

    I'm trying to run a very basic emailing program in Linux (Fedora 5) using Sun's j2sdk1.4.2_16. I can run the program no problem from the command line using "java RunEmailer" but if I try both: "java -cp /usr/lmt-programs/mail_send/RunEmailer" or "[JA

  • Security issue: Firewire Target Mode

    Hi everyone, I am concerned about the firewire target mode. As handy as it can be, what about security? I have some very confidential files on my computer and I wonder if there is a way to make sure that nobody can access my files via target mode. Is

  • MASKING OF CREDIT CARD NUMBER

    Hi SAP Experts, I would like to know is there is configuration steps for MASKING OF CREDIT CARD NUMBER in the Travel Management Module if yes please let me know the configuration steps for Masking of the Credit Card Numbers. Regards,