Still can't get realtime temp logging

I have been trying to get a chart showing temperature vs real time of the measurment, for example temperature vs the time (hh:mm:ss) of the measurement
All my graphs start at 7 am 1903. I have seeded the XScale.minimum and XScal.increment properties in the properties node for the chart with the start time of the measurment run. when I do that the x axis initially has the correct real time scaling, but my data does not appear. Only when I check autoscale x axis does my data appear, and then with the y axis at 1903 again.
How do I tell the chart to use the real time of the measurement on the y axis? Using fp2010 with temperature modules and fpread.vi
thanks again

Hi Ben, thanks for the response, and this is directed not just to you, although I certainly appreciate your time.
I'm REAL new to LAbview programming so keep that in mind.
I have several problems to deal with, but one thing at time.
I've included a VI which constantly reads temperature from my FP hardware, only a single channel at a time(one of the problems) and will set the x axis to the current time date at the start of the run, but the data being recorded doesn't appear on the chart unless I "autoscale" the x axis on the graph, and then the data displays with the x axis at 1903. Thats the problem that prompted me to find you guys and seek out tech support.
However, I have other issues with the FP stuff that I'm hoping I can get support for here
Here is a biggy:
When you look at the vi I posted you will see that unlike the Example FP Temp.vi, I found I had to put the Open, Create, Read and Close all inside the loop because if I didn't then the temperature reading I got from Read never changed after the first reading. I realise this is likely adding overhead, however I found I had to Close the FP stuff and redo the Open/Create sequence in order to ensure I got a "fresh" reading from the Read command. If I didn't the reading I got from the Read.vi never changed after the first reading. I didn't get any errors, I just didn't get any new info from the Read.vi
What I'm saying is I never could get the FP Temp Example to work with my hardware., but this vi does work in so much as it reads a new temperature everytime through the loop. Any comments on that would be appreciated.
I'm using FP 2010 with two FP-TC-120s, an FP-RLY-420 and an FP-0A0-210. However at the moment I'm only using (or trying to communicate with) one of the FP-TC-120s, but all of the modules are connected togethor and are showing me POWER/READY indicators. Power up self test appears normal as per the manuals and I beleive the hardware is working nominally.
PC is a windows 2000 pro 866 mhz connected to our 100 Mbps intranet through a hub to which the FP-2010 is also connected.
I have lots of other questions. One I will ask now is where do I find documentation on all the Property node properties for all the controls and indicators. When I go to select properties for a property node on something like a waveform chart there are hundreds of properties listed in the menus. Are these documented somewhere and if so where?
sorry for the length and I appreciate any and all responses.
thanks again.
Attachments:
sample_FieldPoint_Temperature_Example_5.vi ‏74 KB

Similar Messages

  • Purchased Lion, installed it - once I log in - i get the curtain and message to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions - still can't get past the "black curtain of death"  any suggestions?

    purchased Lion, installed it - once I log in - i get the curtain and message to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions  to hold the power button till it shuts down.  Worked with the disk repair utility - fixed permissions - still can't get past the "black curtain of death"  any suggestions?
    My machine was patched to date 10.x.x.  I was lucky to get an internet connection and I selected the option to re-download Lion... its curruently being downloaded.  What if that doesn't work?
    Any thougths would be appreciated.
    Joe

    And you have a workstation? not a notebook. 
    Usually a driver or hardware, nothing that Disk utility will fix.
    You know of course what a Prohititory Sign is?
    prohibitory sign, kernel panic
    Forum devoted to Lion:
    Mac OS X v10.7 Lion Communities
    Tips and FAQs
    FAQ kernelpanic
    Resolving Kernel Panics
    Avoiding eliminating Kernel panics
    Lion App Compatibility Table - RoaringApps
    RoaringApps Mac OS X Lion Application Compatibility
    did you make sure your apps, drivers, and hardware support Lion?

  • I have changed my password and still can't get homesharing to work. Get the message "Homesharing could not be activated because the account or password was incorrect. It's what I have used to sign in here!

    I  have changed my password and still can't get home sharing to work. Get the message "Home sharing could not be activated because the account or password was incorrect." It's what I have used to sign in here! Any help much appreciated.

    So I reset my Apple ID password. Which then stopped my MobileMe account from working. Hang on - these were 2 different accounts a while ago, with different passwords!!!
    So I have logged back in to MobileMe with my AppleID, and that's working again. After a short wait I can now create Home Sharing again.
    Folks, I think we have just had our Apple IDs merged with our MobileMe accounts!! With no consultation or warning.
    My guess is that this is the most seamless way for Apple to do it, as the vast majority of people use only one email address and one password for everything. Only those of us who had the same email adress but different a different passwords for MobileMe and Apple ID will have noticed. Annoying for us few, but a clever strategy on Apple's part, becasue we have been driven to fix the issue ourselves by chaning the password, and in doing so we have realised that our mobileme account is now the same thing as our Apple ID.

  • I have tried to reindex my messages but I still can not get the search function to work in email

    I have tried reindecing my messages by rebuilding the library but I still can't get my message function to work in mail.  Any proposed solutions much appreciated.

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock all your user files, reset their ownership, and remove their access-control lists. If you've set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • TS4268 Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Hi,
    Strikes -
    Go into compositionReady and have 3 variables you will be able to set them like this
    strike1 = 0;
    strike2 = 0;
    strike3 = 0;
    So on the wrong item click have
    if(strike1 == 0) {
    PLAY STRIKE1 ANIMATION
    strike1 = 1;
    else if(strike2 == 0) {
    PLAY STRIKE2 ANIMATION
    strike2 = 1;
    else if(strike3 == 0) {
    PLAY STRIKE2 ANIMATION
    strike3 = 1;
    So this will make it so when the wrong item is clicked each strike will be played in order.
    Random Scrolling -
    You should look into the Math.Random function to make things random in edge.
    This is an example of the Random function. It will generate a random number up to 100.
    var random = Math.floor (Math.random () * 100);
    Lose Screen Score -
    So we can create another variable in compositionReady for the lose score.
    score = 0;
    Now when the user gains a point to add to the score you could do this code on the click
    score++;
    which would add 1 to the score, However you can add however much you like to the score doing "score + 2" and so on.
    To edit a text with the score at the end which I'm assuming you will want to do you will use .html
    so $("Text").html("You score is " + score);
    I hope this helps!

  • TS4424 I still can't get my mail to work.I have reinstalled Security update and combo 3 times. About ready to call Apple but mI don't think I should pay for it!!!!

    I can't my Apple mail to work.  It started when I did an up date.  When I went to use mail  (the little stamp at bottom)  it said, "you can't use this version of mail with this version of OS X.  I looked on support and was told to solve the problem  by downloading combo package and security update. Did it 3 times.  I did everything.  Still doesn't work.  I even took everything mail out of applications and the library and did those two updates and still can't get it.  Could I reinstall OS X Snow Leopard and would that affect any of my documents like i photo or i tunes?  I don't want to loose anything!  I have spent way too long on this problem.  I feel like I own  PC with windows again.  Please help!!!!!!    Frustated

    No need to reinstall Snow. Try trashing all the Mail.apps you have. (But don't empty the trash yet!) Do a search for those. Reinstall Mail from the DVD in Optional Installs. This will put Mail 4.2 in Applications, then run the Combo Update, which will update Mail to 4.5, and then the Security Update again, in that order.

  • I just read the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already

    I just watched the tutorial and did exactly what it was telling me to do, and I still can't get it done. Once I have selected the file, I get a box that pops up that says "Subscribe now to convert unlimited number of files to PDFs. Subscribe Now.  I already have done this! I am a subscriber!  Arrrrhhhgggg!

    Hello Kathie,
    Please let me know what exactly are you trying to do using Adobe online service.
    You might try accessing the same service for some other PDFs and check.
    Have you signed up correctly at "https://cloud.acrobat.com/" using your Adobe ID credentials.
    If the same message pops up, then please visit Contact Customer Care as they could let you know if there is any problem with your account.
    Hope to get your response.
    regards,
    Anubha

  • I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    I am trying to download a book on my ipad. It says I need to install itunes. I have itunes already. I frequently get a message to re-install itunes. I do, but I still get the message, and I still can't get the book on my ipad.

    you can download a new installer and serial number from Adobe at Adobe - CS2 Downloads

  • Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.   I still can't get my contacts to open

    Thanks so much for the offer of help. I'm using 10.9.2 OSX. I have Numbers 2.3 (554). I tried the new version but it was "dumbed down" so much (to make it usable on multiple platforms) that it was of no use on iMac.
    I still can't get my contacts to open in Numbers like they used to do. I have a group of five addresses in a test folder in Mail called "untitled group." But no amount of pasting, dragging, etc can get them to open up in Numbers. My "real" folder has almost 100 addresses so I can't do it one by one.
    Thoughts?
    Thanks again.
    Bob

    Bob,
    You can place contacts in a table In Numbers by the following methods:
    Numbers 2.3:
    drag from contacts
    Numbers 3.2
    copy from contacts, then paste into Numbers
    In both cases you need to open System preferences, then select the "Security & Privacy panel and allow Numbers aaccess your contacts information.

  • Read the manual; still can't get it right

    i've followed instructions on setting path and classpath, but still can't get the HelloWorldApp to work right. it makes the .class file fine but the java HelloWorldApp command gives this to stdout
    Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp
    maybe i have the classpath set wrong..currently it's set to C:\jdk1.3.1_01\bin\;"." is it supposed to be somewhere else? well when i use codewarrior it all works fine but i only have a trial version of it and would like to do the command line thing 1) because it's free and 2) because i like typing the commands ...also i have the exact same problem to overcome on my linux box..same error message as above.
    any help is greatly appreciated..
    TheFueley
    [email protected]

    Hello Fueley,
    I can see that you are running JDK 1.3.1_01 on a Windows OS of some kind. On different Windows OS you have a a different place to set CLASSPATH environment variable. For instance, in Windows/95 you can set CLASSPATH environment variable in the autoexec.bat file. While in Windows/NT you set CLASSPATH environment variable in the Environment tab of the System Properties of the Control Panel.
    First clear your classpath by typing in a DOS window:
    C:> set CLASSPATH=
    Then point your classpath to the current directory. The current directory is indicated by a period. The quotation marks are not needed.
    To set your classpath, type in a DOS window:
    C:> set CLASSPATH=.
    If you want to, you can add other paths your classpath, for example, the dt.jar and tools.jar
    C:> set CLASSPATH=.;C:\jdk1.3.1_01\lib\dt.jar;C:\jdk1.3.1_01\lib\tools.jar
    See http://java.sun.com/j2se/1.3/install-windows.html#Classpath for more information.
    -Merwyn,
    Developer Technical Support,
    http://www.sun.com/developers/support.

  • Can't get iMessage, totally deleted everything on iPad mini and then started from scratch but still can't get iMessage

    On iPad mini, and year ago my iMessage stopped working ! Took it to the store n they reset everything on it! Still couldn't get iMessage to work.
    Just decided to leave it because thought I can deal with email n Skype.... Now I need iMessage so just deleted everything n re booted iPad!. Reset everything. Still can't get iMessage and iCloud!!! I'm not too bad cuz I can sync with hubby's iMac. But know I won't have iMessage.

    Hello ruby10t,
    After reviewing your post, I have located an article that can help in this situation. It contains a number of troubleshooting steps and helpful advice concerning Messages issues:
    iOS: Troubleshooting Messages
    http://support.apple.com/kb/ts2755
    Before you start troubleshooting, learn the difference between SMS, MMS, and iMessage. The first step to resolving an issue with iMessage is toupdate your iOS software and your carrier settings to the latest versions. If iMessage still has an issue, follow the steps below for your issue.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD
    Re: I accidently turned off my imessages and now they keep messing up and wont send imessages 

  • Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static manually and still can not get it to connect even though it registers as connected.

    Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static IP, Subnet, Router and DNS manually and still can not get it to connect even though it registers as connected.  Using Airport for router, latest firmware, no problems with Iphone 4 or Macbook Pro or any other internet devices.  After total Restore (factory settings) tried again, showed connected to router, but does not display "check" next to router but little rotating icon even though the wifi range signal shows connected at full strength and it says it is connected.  Just can't seem to get it to generate an IP.  Any solutions other than turning it on and off again?  Not a Merry Christmas morning.

    Ok, so, a couple of things:  Denisefromwaleska and I have the exact same size/type/color iPod.  Now wishing I'd bought the black one maybe...
    Second, Airport is an Express and I have a second one that I carry with me when I travel.  Tried to connect my Airport Express to the internet and could not although the iPod did recognize the router and tried to connect to the internet for some time, unlike my previous problem.  Updated firmware on my travel router, still could not connect to the internet.  Going to try to set up a manual Static IP on the travel router here in a few and conect through it although I predict the problem will persist. Back on the Christmas Present Airport Express router, it is back in play and working fine for all devices save the iPod. 
    Thanks again for all your help, hopefully I can get a solution in place soon,

  • Firstly, I can't open iPhoto on my macbook as of a few days and could it have anything to do with a problem I have updating my iPhone's software as I've downloaded extra iCloud storage but I still can't get the iPhone to recognise the space for software

    Firstly, I can't open iPhoto on my macbook as of a few days and could it have anything to do with a problem I have updating my iPhone's software as I've downloaded extra iCloud storage but I still can't get the iPhone to recognise the space for software

    No. With the amount of information you've provided it's impossible to offer a potential solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    what do you see when iPhoto opens?
    what fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?
    For the iPhone issue ask in the iPhone forum.
    OT

  • I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?

    I downloaded a film from ITunes in HD and had problems, I upgraded to the latest version of ITunes and have then downloaded the film again in SD on my Windows 7 computer, but I still can't get the film to play, any idea's what to do next?
    I've been working at the same problem for hours now and it's really driving me crazy so any help would be greatly appreciated.

    It is working now. I no longer get the message about the item not being available in the US and I can access the store.

  • HT204053 i have put in my apple id and password but still can not get imessage and facetime to work

    I have put in my apple id and password but still can not get imessage or facetime to work please help...thanks

    Please try to sign in at https://appleid.apple.com
    Check if your new username/email address is verfied
    If this works, delete your account on your iPhone (Settings > iCloud)
    Sign back in

Maybe you are looking for

  • HT204655 I upgraded to OS X and now my iPhoto application is gone

    I recently upgraded to OS X (Yosemite) and my iPhoto application/library is gone.  When I click on "application", I get a message that says I have to download the latest version for free from the Mac App Store, but when I go there, it says that the i

  • How can I use Adobe Muse for a client as a CMS System?

    If I build a Website for a Client, how can the Client after then making changes in his/her Website?

  • XI - BPM

    Hi All, I am new to XI-BPM. Can anyone let me know how to start with XI - BPM. Regards, SP

  • How to play next audio book file/chapter?

    Trying to setup an ipad2 for my mother and load some of her audio books on it.  The audio books are mostly in mp3 format with some being in m4a.  Books are marked as audio book format. Problem is that when placed on the ipad and accessed by going thr

  • Lion and Ethernet?

    Not WiFi this time but Ethernet! I've a new Mac mini running 10.7.2 which connects via WiFi OK but I can't get a connection via ethernet. My WiFi signal is weak hence the desire to use ethernet if possible - via a PowerLine connection perhaps? The sa