How do I discover the setup of a cFP module in LabView?

I have a cFP 1808 with two AI-100's and two TC-120's that I am communicating with just fine.  I would like to write as generic an acquisition program as possible, and so my question is how do I read the ranges and scales of each channel that is avaliable on my modules.  For instance, if the user sets up in MAX that he wants the TC-120s to report C instead of F I want to be able to capture that with LabView and make note of it when the user records data.  Another use case is AI-100's will be used to read pressure transducers, which will have a scale applied to them (setup in MAX, I think) to get psia or psig.  I want to be able to capture the fact that some transducers are psig and some are psia.  Any idea how I might accomplish this with LabView?  As a side note how do I get the com port that is avaliable on the 1808 to show up in MAX to be used by LabView?
Thanks,
    Chris Davis

Chris,
You can not use the regular FieldPoint VIs to get range information, although if you create Attribute Channel Items, you would be able to read the attributes of a particular channel. Ranges and attribute settings for FieldPoint modules are described in the FP-1000/1001 Programmers Reference Manual. The FP-1000/1001 Programmers Reference Manual is located at:
http://digital.ni.com/manuals.nsf/websearch/EE241C7357D3F8CE862567840072F554
In order to get both range and attribute information, you should use DataSocket to communicate via Logos (the NI custom ethernet protocol used by FieldPoint modules). The following two articles, in conjunction with the manual above, should give you all the information you need to interpret range and attribute information.
http://zone.ni.com/devzone/conceptd.nsf/webmain/A6617392B393C4B886256ACB0053AEBE
http://zone.ni.com/devzone/conceptd.nsf/webmain/be31272f09bbbe1c86256adc00743576
At least as far as NI-FieldPoint 4.1 (haven't used 5.0 yet), you could not add scales to FieldPoint channels unless you were using the LabVIEW-DSC module (which allows scaling on tags), so you will have to do scaling in your software (or unless they added it to 5.0).
Also, the serial port on the cFP-1808 is designed to allow the cFP-1808 to respond to serial data just as the FP-1000/1001 do. Thus, you can not programmatically access the serial port.
Regards,
Aaron

Similar Messages

  • How can I access the Setup Assistant on a new HD?

    How can I access the Setup Assistant on a new HD? We had a new HD installed but it didn't  show the Setup Assistant.

    Did you successfully install an OS on the new hd? 

  • How SAP standard run the interest calculation in AR module

    Dear expert,
    would like to seek for your advise, how SAP standard run the interest calculation in AR module ?
    Also advise,does the interest calculation generate the interest base on the dunning run?What are relationship between interest calculation generate ?
    What are the T-code for running the interest so that able to generate the interest posting according to baseline due date?
    On top of that, does SAP have standard AR interest calculation report and what are the T-code ?
    Between, do you have any ideal the Interest Indicator ZB stand and reminder date it is the last reminder date,waive,KIV and charge Interest and also noted item amount mean for in the AR Interest Calculation report?
    Please help.
    Regards,
    Karen

    Hi,
    Thank you for the promtp reply.
    I still have query would like to seek for your advise.
    1.Does the interest calculation generate the interest base on the dunning run?For example, the interest is only can be post/generated when there is dunning run and vise versa.
    2.What are relationship between interest calculation generate ?Does interest generation depand on the dunning run?
    On top of that, does SAP have standard AR interest calculation report and what are the T-code ?
    3.Between, do you have any ideal the reminder date it is the last reminder date,waive,KIV and charge Interest and also noted item amount mean for in the AR Interest Calculation report?
    4.For posting use F.2B and that will calculate interest on open items of customers. Does this posting is post as noted item or posting document? Beside, do we every day need to run this posting  F.2B in order to update the AR interest calculation report and post the interest for the overdue invoice?
    5.Do you have any reference link/document /SAP notes on calculate interest on arres F.2B?
    a)How the program calculate those overdue invoice for example: does sap calculate the interest  base on interest + due amount until the customer made the payment?
    b) If customer made payment on the due amount and not the interest and vise versa? How theF.2B program logic work on the calculation ?
    Please help.
    Regards,
    KH

  • How can I get the name of a output module template

    Hey guys,
         SDK newbie here.
         How can I get the name of every output module template?
         Thanks
    Zhiqiang Li

    Ok. Bravo
    Please mark this as 'Answered' - it will help others on the forum -

  • How can I use the work/result generated by quartusii in labview 8.0

    hi ,
    I customized a developing board in quartus ii on the basis of nios ii ,and there are  many customed i/o devices in it, then I want to ask how can I use the work/result  generated by quartusii  in labview? I am new in labview. and I can't find any relationship between quartus ii and libview 8.0.
    tks!

    http://forums.ni.com/ni/board/message?board.id=170&message.id=264457#M264457

  • How do I start the Setup Assistant???

    Okay, so I upgraded to Leopard, but the Setup Assistant got stuck on the "connecting" page during registration and stayed like that for an hour. I had no choice but to cancel and disconnected -- and that froze for another 20 minutes. So, I closed the assistant and rebooted... and now I don't know how to load it up again. Can anyone fill me in on where to find the assistant or how to get it to pop back up again?
    Much appreciated. Thanks.

    Weird. Well, I did the upgrade only -- just installed the OS on top of the old one, preserving all files and settings. Everything seems to be running smoothly, except for the fact that I can only connect my iMac and MacBook via wireless and not over ethernet cables, but I'll worry about that later. What irks me to no end is that I can't set any preferences for the folders in the dock. On the iMac I can view them as STACK or FOLDER. Right now they're set to stack and there are no other options. I find the stack ugly and prefer folders. When I hold down, I only get:
    Sort by > Name/Date/Kind/etc
    View as > Automatic/Fan/Grid
    Remove From Dock
    Show In Finder
    Open "[folder name]"
    On the iMac I have a plethora of options. Any idea why this would be?? I feel like I've gone insane with no valid explanation. I can't even reinstall. Now it says I have no room left -- which makes no sense at all.

  • How can I discover the MBeans in the JVMs in the local host?

    I'm new to the JMX world and am trying to figure out how to get my JMX client to discover the MBeanServers in the local host, just like jconsole does.
    In more detail, I have a JMX client running in machineA that I want to use to talk to MBeans in 4 other JVMs also running in machineA. I can get the system to work if I use the -Dcom.sun.management.jmxremote and -Dcom.sun.management.jmxremote.port options specifying an RMI port for access. However, I would like to have it work the same way it does with jconsole, where only the -Dcom.sun.management.jmxremote flag is necessary and it seems to automagically discover all the MBeanServers in the local machine.
    I've waded through a few tutorials, the API and searched this forum but could not find any hints on how to do this.
    Any help would be appreciated,
    - Alex

    Hi,
    JConsole uses the attach API to connect to the platform MBeanServer of a local java process.
    See the ConnectionArgs class shown here for an example of using the Attach API:
    [http://blogs.sun.com/jmxetc/entry/how_to_retrieve_remote_jvm |http://blogs.sun.com/jmxetc/entry/how_to_retrieve_remote_jvm ]
    -- daniel
    [http://blogs.sun.com/jmxetc|http://blogs.sun.com/jmxetc]

  • How do I get the setup program for the updated version to run after it has downloaded?

    Whenever I open Firefox and repeatedly while I have it open I am urged to install the new version (4.0.1). I have hit the download button multiple times and each time the .exe file appears to download without problems, but then I don't get a prompt to install it. I have searched my HD for "4.0.1" and "setup" but can't find the setup file. I'm using a 64-bit Toshiba with Windows Vista Home Premium, and I have never had any problems with Firefox or other upgrades in the past.

    Associate your mobile number with your Apple ID, if you haven't already done so.
    Sign out of iMessage on the Mac:
              Messages ▹ Preferences ▹ Accounts ▹ Sign out
    and on the iPhone:
              Settings ▹ Messages ▹ Send & Receive ▹ Apple ID ▹ Sign out
    Then, on the phone, tap
              Use Your Apple ID for iMessage
    Sign back into iMessage on both devices and test.
    Credit for this solution to ASC member SmittyLove and to Glenn Fleishman of tidbits.com.

  • How can I discover the original carrier?

    Hello!
    I'm live in Brazil and I'm the 2nd owner of a locked iphone 4 (MODEL MC318LL).
    There is any method to discover the original carrier?
    Tks
    Cleyton.

    FYI
    I spoke to AppleCare now and they confirmed that this device is associated with AT&T.
    The first AT&T operator failed
    PS: Sorry about my English OK!
    Thank you all

  • How can I fix the stability of my wifi module

    Hello I have an Imac 27" Core i7 3.4 Ghz 8Go Ram running under Lion 10.7.2,
    I am using a NAS connected through wifi,
    Everything worked well since july 2011, but since about a week my connection wifi seemes to be very unstable and it induces the finder to crash (or freeze),
    If I try to restart the finder it will not restart proprely, the computer hangs and all the other program crashes (probably as they cannot acces to ther network drive) and I cannot shutdown my Imac, I have each time to hold the power button for 10 second and then restart the computer,
    I suppose that the sutation was induced through a fix that was installed about a week ago,
    I did check with the software update, everthing is up to date,
    I am pretty sure that the wifi module is the cause as when the finder crashes I cannot turn the wifi off anymore,
    If I  turn the wifi off after booting my imac works perfecrtly.... though I really need my wifi connection to acces all my data on the NAS...
    Does any one have an idea how to fix this problem... or get back to the point I was before the "fix" screw my wifi module...
    By the way my wifi network is stable, I use it with several other devices without problem,
    Thanks in advance
    Pierre

    Acually I found the solution alone...
    Despite the poor stability of the wifi module the finder crashes were due to a corrupted Time machine file probably linked to the wifi interruption as my time machine backup is on my network drive...
    I erased the old backups, Initiated a new one, everything work fine.. but I have now an ugly 100 feet network cable through the house, so I still look forward to have a better wifi stability to get rid of it!!!

  • How can I get the code of a Custom Module?

    Hi guys.
    I'm in a new client, and they have a problem in one of their interfaces. The PI version is 7.1.
    The interface uses the Mail Adapter, and there is a Custom Module there. The company that did this module is no longer in this client, and they did´nt leave any document about this module.
    So, how can I find the code of this Module?
    Regards,
    Eric Freitas

    Hello,
    Check Vadim's reply
    Checking code in custom adapter module
    Thanks
    Amit Srivastava

  • How to refer to the class in regular functional module

    Hi ABAP guru's
    I wish to get details of GET_REQUID parameter of method IF_RSBK_REQUEST_GENERAL that is available in
    class CL_RSBK_REQUEST.
    I am writing a ABAP function module and I wish to use this class in that function
    module. Can someone help to write this code on how to read value of GET_REQUID in my function module?
    Thanks for your help in advance
    Ag

    Hi Allgon,
    welcome to the SAP Community Network. I hope you become a valuable member by contributing regularly.
    You need to appreciate a few things.
    Firstly read Welcome and Rules of Engagement.
    It includes the following suggestions...
    Please...
    - Use the correct or most appropriate forum,
    - Do not cross-post or multiple-post, and
    - Search for information before asking basic questions, again.
    Cheers
    Graham Robbo

  • How can I use the setup utility with my gaming adapter?

    How can I use this program (the cd that came with my netgear wireless game adapter) to setup my gaming adapter? I want to configure my gaming adapter but it seems like i cannot do so? How can I achieve this?

    Hi again,
    thought a bit about this...
    This thing looks to me like a special sort of wireless router with one ethernet port, which also is a bit old I guess.
    With nowadays wireless router, the configuration usually is made using a Web-Browser like Safari or Firefox and accessing the router through a built-in webpage.
    The IP adress of the router is also usually 192.168.0.1.
    Have a look inside the Netgear-Documentation, to see if this also possible here.
    Stefan

  • How can I change the setup of "Software Update"?

    I have a MacBook Pro, when I try to run the Software Update it looks for a network which is not available, how do change its setup to search for updates on intranet instead of the network previously settled?
    Thank you
    SJ Silva

    I have already got a solution !!!
    Thank you.

  • How could I get the setup files to install Adobe Media Encoder in a non connected computer?

    HI,
    I'd like to try Adobe Media Encoder in a non connected computer.
    But I don't find the way to get the trial setup files.
    Thanks in adavance for your time.
    Mike

    AME is tied to other apps. There is no separate installer.
    Mylenium

Maybe you are looking for

  • ClassCastException in ResourceMultiParentClassLoader

    Hi, I have created two EJB modules to be used in PI scenarios. EJB-1 gives following exception (while EJB-2 works fine) --> Both EJBs are stateless and implement Module interfaces as their local, localHome, remote, home. Error: java.lang.ClassCastExc

  • UME - remove Attributes?

    Hallo Everybody, I use the UME to add some own Attributes to a User. I can set and get attributes through IUserMaint, but is there a way to delete these Attributes? I haven´t found any methods for that. Thanks, Marcus

  • User Tables

    Hi, I have to write a query where by inputting a particular user ID should give relevant assignment like, BP Number, Position, Org, assigned PORG and PGRP. Please help with relevant table details. Thanks, Bhavesh

  • Syntax errors in update query

    Below is the query: UPDATE CFQCC SET sp_CFQCorr.RecImported = 1,  CFQCC.RecImported = 1 from [HR_DEV_DM].[CFQ_TEST].CFQ_Coord_Corrections as CFQCC INNER JOIN [HR_DEV_DM].[CFQ_TEST].sp_CFQ_Coord_Corrections as sp_CFQCorr ON CFQCC.CorrID = sp_CFQCorr.I

  • Problem in FileUpload UI element

    Hi All,        I have done all the operations that are there in this lilnk of FileUpload UI element and I am giving the link also https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f5d3c40a-0801-0010-55b7-9e3b01745a40 Here, Web