Fieldpoint Configuration Not Updating in LV Project

Using custom scaling.
Change scaling settings for Channel 2 of cFP-AO-210, Apply, and Save.
Open LV project.
Add Targets/Devices
Let project autodetect existing devices.
Once found and loaded, open AO Channel 2 properties and look at scaling.
They are the default settings, not my changed values.
What's up with that?
I am not saving to a different IAK file and reading the wrong one;  at least not intentionally.
Just letting LV do its thing
Does the field point data have to find its way to the cFP-2100 controller before this will work?

Hey Wes
So I'm kinda jumping in during the middle of your conversation here, but as I read back through the forum I have a number of questions. I know that you have configured your FP items in max with the scaling you want. I assume that you changed the individual channels on your AO, not the "all". You save your IAK file, and it successfully downloads to your controller. You then open LabVIEW, create a new project and import the IAK file. My first question is:
Do you see the custom scale you created if you right click on the channel of interest in the project, go to properties and then look at the custom scaling tab? (Again, I assume you're not using the "all" channel).
If not, I was able to have some luck scaling directly from the project instead of using MAX. So my second question is:
Are you able \ willing to create the scales as part of the project instead of through MAX?
Post back and let us know what you find. Thanks!
Chris C
Message Edited by Chris_C. on 03-05-2007 11:13 AM
Chris Cilino
National Instruments
LabVIEW Product Marketing Manager
Certified LabVIEW Architect

Similar Messages

  • Sharepoint 2013, MS Project 2013 - Task List not updating when the project file is changed

    Hi
    I have created a SharePoint task list and timeline from a MS Project 2013 file on my PC. I have then created a new Project file from that task list which then places the new project file in the site asset folder and provides me with a synced copy. I now
    only use the SharePoint copy of the project file in my MS Project as any change I make to the project file should be reflected in the Task list and vice-versa
    However if I add some tasks into the middle of the project with MS project, the SharePoint Task list is not updated to show these additional tasks. If I open the SharePoint task list with MS Project - from the task list toolbar - the project file shows the
    added tasks.....so the MS Project file in the site asset folder is correct  but the tasks in the SharePoint task list is not being updated
    Anyone seen this before ?
    Thanks
    Geoff

    Hi Esben,
    According to your description, the error occurred when opening the task list with the content approval enabled in Project.
    Per my knowledge, when we enable the content approval for the task list, the field named Approval Status which is required will be created in the list.
    However, if a project plan doesn’t contain a field that is required in SharePoint, the plan won’t sync.
    The error occurs because of the required field Approval Status when the content approval is enabled in the task list, so we need to add the required field as a custom field in Project.
    More information:
    Sync with a SharePoint tasks list:
    http://office.microsoft.com/en-in/project-help/sync-with-a-sharepoint-tasks-list-HA102828524.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Variant Configuration not updated in Sales Order

    We've added new variant configuration and used an ECN with a current date; and the configuration does show up in the similator CU50; however, in the sales order, using this same ECN date or even tomorrow it will not pull in.  If you use the following Monday as the requested delivery day, the new configuration will update.  Does anyone have experience with this date delay?
    Thank you,
    Laurie
    Global Electric Motorcars

    In a Sales document, VC will use the BOM_Explosion date (STDAT ?) I'm going from memory here. Look for OSS notes, 'cuz it "depends" on where it gets that date, wether its the Requested delivery date, or something else.

  • Fieldpoint engine not updating after first value

    I'm using an FP-1000 and an FP-TC-120 with two thermocouples attached. I've successfully set everything up with Fieldpoint Explorer and the data updates perfectly. The problem is when I try and read the tag values using a VI in Bridgeview. I start the VI and it starts the Fieldpoint Engine and reads the first value from it. This is the only value it will report to the VI and I can't figure out what the problem is. The only way to get a new value is to restart the engine, and once again it only reads one value and then doesn't update anymore. The VI continues running and getting data but it's always the same as the first time. I tried searching for a problem similar to mine but I wasn't sure what exactly to search for and I couldn't find much help.
    Thanks.

    There are several items in the tag configuration that you should check as they may cause extremely slow updates. First (and most likely), check the Update Deadband. If I recall correctly, it defaults to 1%. With an FP-TC-120 set to -270 to 1770 C, that is 1% of 2040 C or 20.4 C. This means that the engine will automatically filter out changes that are less than 20.4 C from the initial value. Next, check the tag update rate. You should set it for an interval of 1.13 seconds (All Channel Update Rate of the FP-TC-120). Finally, check the group update rate.
    Edit: A more appropriate deadband would be 0.05% or 1.02 C with the -270 to 1770 C range.
    Regards,
    AaronMessage Edited by Aaron G on 03-06-2005 08:38 AM

  • Revenue not update in the project

    Dear All
    I had created the Project  and i had assigned to the sales order in account assignment  tab.Then i have created Billing with reference to sales order and i had checked in report i can't able to see the Plan and actual revenue for the proejct.Here we are useing milestone type of billing.In the planning profile i had ticked bottomup planning i had selected annual values And i had ticked automatic revenue planning from sales order Please guide me to solve this error
    Regards
    Raj

    check with your FI consultant what is the revenue element type - should be 11 not 1
    also check the account determination entries in sales order - does the sales order determine the revenue account - if that is correct than this should be reported against the assigned WBS (billing element). In sales order go to Environment -> Analysis -> Account determination - check the GL account determined
    In planning profile maintain revenue from sales order - in this case revenue element maintenance in planning profile is not required
    also remember to assign the billing plan for the line item else there will be no revenue against the WBS

  • Getter methods not updated

    Hi all,
    I have a problem that my getter methods of RowImpl class are not updated in the project. I recreated my ViewObject because some fields were added in the DB. I recreated the RomImpl class also and it looks fine.
    But I can't call the new getter methods on my RomImpl instance. Just the old ones are available. The I deleted all class files and generated them once again. But nothing changes. I also tried to work with the nice synchronize feature but it didn't work. That's why I decided to recreate my ViewObject from scratch.
    Any ideas what else I could do that the RowImpl class is updated? If I comment out the new method call everything compiles fine - but not with this *#%&$ method. I also tried to restart JDeveloper but without any changes.
    I am working with JDeveloper 9.0.3.1. I did that several time with 9.0.3 and it worked. So I can't see a reason why it shouldn't work on 9.0.3.1.
    Regards,
    Axel

    Axel:
    It may be that you have old compied class sitting somewhere, e.g., deployed jar/ear/war file, that's taking precendence over your newly generated RowImpl class.
    Please check the classpath and Project Library setting.
    Thanks.
    Sung

  • Project Physical Percent Complete IS not Getting updated in Fusion Projects

    Hi Everyone,
    I am Working on Fusion PPM Release9
    In Project Plan Type i have set Physical Percent Complete to Cost & Automatic But in dashboard the Project Physical Percent Complete is not Updating
    Please help me with the issue
    Thanks
    Shaan

    Hi Kedar,
    It should not happen.
    Question: Do such projects have a direct underlying task?
    I have know a problem, which occurs only that the project has direct underlying task.  If yes, I will find the note for it.
    Kind regards,
    Zhenbo

  • Configuration is not updating in sales order using function module SD_SALESDOCUMENT_CREATE

    Hello Experts,
    we are using SD_SALESDOCUMENT_CREATE function module to create sales order.
    Sales order is creating successfully but the configuration for the items are not updating.
    Could any one help me out on this ....we tried in different ways but couldn't ....
    Here is the code....
    *---Filling Configuration data
    *--- Filling Configuration Reference Item / Instance
         w_sales_cfgs_refinst-posex     = w_items-itm_number.
         w_sales_cfgs_refinst-config_id = '000001'.
         w_sales_cfgs_refinst-inst_id   = '00000001'.
         APPEND  w_sales_cfgs_refinst TO  t_sales_cfgs_refinst.
         CLEAR  w_sales_cfgs_refinst.
    *---Filling Configuration Reference Data SALES_CFGS_REF Table
         w_sales_cfgs_ref-posex      = w_items-itm_number.
         w_sales_cfgs_ref-config_id  = '000001'.
         w_sales_cfgs_ref-sce        = '1'.
         w_sales_cfgs_ref-root_id    = '00000001'.
         w_sales_cfgs_ref-complete   = 'T'.
         w_sales_cfgs_ref-consistent = 'T'.
         APPEND w_sales_cfgs_ref TO t_sales_cfgs_ref.
         CLEAR w_sales_cfgs_ref.
    *---Filling Configuration Instances SALES_CFGS_INST Table
         w_sales_cfgs_inst-config_id       = '000001'.
         w_sales_cfgs_inst-inst_id         = '00000001'.
         w_sales_cfgs_inst-obj_type        = 'MARA'.
         w_sales_cfgs_inst-class_type      = '001'.
         w_sales_cfgs_inst-obj_key         = w_sales_items_in-material.
         w_sales_cfgs_inst-quantity        = w_items-target_qty.
         w_sales_cfgs_inst-quantity_unit   = 'EA'.
         w_sales_cfgs_inst-complete        = 'T'.
         w_sales_cfgs_inst-consistent      = 'T'.
         w_sales_cfgs_inst-OBJECT_GUID     = 'T'.
         w_sales_cfgs_inst-PERSIST_ID_TYPE = w_sales_items_in-material.
         APPEND w_sales_cfgs_inst TO t_sales_cfgs_inst.
         CLEAR w_sales_cfgs_inst.
    *---Filling Configuration Characteristic Values SALES_CFGS_VALUE Table
         LOOP AT w_items-itm_config INTO wa_itm_config.
           w_sales_cfgs_value_in-config_id = '000001'.
           w_sales_cfgs_value_in-inst_id   = '00000001'.
           w_sales_cfgs_value_in-charc     = wa_itm_config-charc_name.
           w_sales_cfgs_value_in-value     = wa_itm_config-charc_value.
           APPEND w_sales_cfgs_value_in TO t_sales_cfgs_value.
    *---Filling Configuration Variant Condition Key SALES_CFGS_VK
           w_sales_cfgs_vk-config_id = '000001'.
           w_sales_cfgs_vk-inst_id   = '00000001'.
           w_sales_cfgs_vk-vkey      = wa_itm_config-charc_name.
           APPEND w_sales_cfgs_vk TO t_sales_cfgs_vk.
           CLEAR : w_sales_cfgs_value_in,w_sales_cfgs_vk.
         ENDLOOP.
    Regards,
    Harsha P

    Hello All,
    Actually there was a bug in my code to update configuration for an item in sales order
    Below is my Updated Code with that i can updated configuration successfully....
    *---Filling Configuration data
    *---Filling Configuration Reference Data SALES_CFGS_REF Table
         w_sales_cfgs_ref-posex      = w_items-itm_number.
         w_sales_cfgs_ref-config_id  = '000001'.
         w_sales_cfgs_ref-sce        = '1'.
         w_sales_cfgs_ref-root_id    = '00000001'.
         w_sales_cfgs_ref-complete   = 'T'.
         w_sales_cfgs_ref-consistent = 'T'.
         APPEND w_sales_cfgs_ref TO t_sales_cfgs_ref.
         CLEAR w_sales_cfgs_ref.
    *---Filling Configuration Instances SALES_CFGS_INST Table
         w_sales_cfgs_inst-config_id       = '000001'.
         w_sales_cfgs_inst-inst_id         = '00000001'.
         w_sales_cfgs_inst-obj_type        = 'MARA'.
         w_sales_cfgs_inst-class_type      = '300'.
         w_sales_cfgs_inst-obj_key         = w_sales_items_in-material.
         w_sales_cfgs_inst-quantity        = w_items-target_qty.
         w_sales_cfgs_inst-quantity_unit   = 'EA'.
         w_sales_cfgs_inst-complete        = 'T'.
         w_sales_cfgs_inst-consistent      = 'T'.
         w_sales_cfgs_inst-object_guid     = w_sales_items_in-material.
         w_sales_cfgs_inst-persist_id_type = 'G'.
         APPEND w_sales_cfgs_inst TO t_sales_cfgs_inst.
         CLEAR w_sales_cfgs_inst.
    *---Filling Configuration Characteristic Values SALES_CFGS_VALUE Table
         LOOP AT w_items-itm_config INTO wa_itm_config.
           w_sales_cfgs_value_in-config_id = '000001'.
           w_sales_cfgs_value_in-inst_id   = '00000001'.
           w_sales_cfgs_value_in-charc     = wa_itm_config-charc_name.
           w_sales_cfgs_value_in-value     = wa_itm_config-charc_value.
           APPEND w_sales_cfgs_value_in TO t_sales_cfgs_value.
    *---Filling Configuration Variant Condition Key SALES_CFGS_VK
           w_sales_cfgs_vk-config_id = '000001'.
           w_sales_cfgs_vk-inst_id   = '00000001'.
           w_sales_cfgs_vk-vkey      = wa_itm_config-charc_name.
           APPEND w_sales_cfgs_vk TO t_sales_cfgs_vk.
           CLEAR : w_sales_cfgs_value_in,w_sales_cfgs_vk.
         ENDLOOP.
         CLEAR : w_sales_items_in,wa_mara,w_items,w_sales_schedules_in,
                 w_items-itm_number.
       ENDLOOP.
    Cheers,
    Harsha

  • HT202853 I have many project made in move HD that are not updating to the new iMovie 10 on my new iMac.  Why is this not working as stated?  How do I get my projects back from backup after old iMac crashed?

    I have many projects made in imovie HD that are not updating to iMovie 10 on my new iMac.  Why is this not working as stated on the article HT202853?  How do I get my projects back from backup after old iMac crashed?

    According to:
    Update projects and events from previous versions of iMovie in iMovie (2014) - Apple Support
    you can update from iMovie versions 7, 8 and 9, but iMovie HD is iMovie 6.
    Maybe you can update in two steps, first from iMovie 6 to iMovie 7, 8 or 9 then to iMovie 10. 
    Geoff.

  • Has anyone had a problem with fcp x not playing back a project since installing 10.0.9 update?

    Has anyone had a problem with fcp x not playing back a project since installing 10.0.9 update?

    Not here;  updated three systems without issues.
    Can you provide more details on your system specs, the projects you're referring to, and what kind of behavior you're encountering?
    Russ

  • Captivate 6 - Updating template does not update project

    Hi ,
    I am just learning Captivate 6 and have started by creating a theme and then a template.  If I create a project file using the template and then go back and make a change to a graphic in the template should it automatically update the project file or do I have to apply the template to the project file again some how?  Currently if I make a change to the template it does not update the project file.
    Thanks,
    Richard

    Hi there
    Have you ever inserted a document into a copier and made a copy?
    If so, this is really the way Captivate templates work. They are designed so you have a consistent look and feel to projects you create from them. So returning back to the copier analogy, once a copy has been made, any changes to the original are NOT reflected in the copy created from the original. But future copies WILL have the changes as the copies were made from the altered original.
    Likewise, any changes to the Captivate template are only reflected in the Template as well as Future projects you create using the template. Once created, there is no longer any association with the template.
    Cheers... Rick

  • Calendar not updated during importing MS Project

    Hello guys,
    I tried importing our previous schedule which was in ms project format into p6. It was imported successfully but when i browse the calendar date, it was "??" . I try to change my default calendar & assigned 6day/work but still not updating when i go to the activities. Is there any fastest way to shange the caledar? As of now, I'm updating them one by one activities which is very difficult for me to change 900+ activities.
    Thanks in advance.
    nhel

    Hello,
    You can add the Calendar as a column, and then change the Calendar for the first activity (at the top).Next, select all activities. Then, press and hold the Shift key, click on the Calendar cell of the last activity (at the bottom), right-click and choose "Fill down". That should assign all the activities to that calendar.
    This method works while assigning all activities in a project to a single calendar, or while filtering out a group of activities and assigning them to a calendar.
    Another method is to use a customized Global Change, but the above method is a whole lot quicker and easier.
    Hope this helps!

  • Layout Status not updated following upgrade of RH5 project to RH7

    I have over thirty RH5 projects to upgrade to RH7 with two
    layouts for each: Microsoft HTML Help (Primary Layout) &
    Printed Documentation.
    While upgrading the first project I noticed that running the
    File > Batch Generate... option following the upgrade does not
    update the layout Status to "Generated". I found out that the
    layout files are actually updated but the Status still shows as
    "Out of date".
    Running File > View Primary Layout (after running the
    Batch Generate) displays the message, "Microsoft HTML Help output
    is out of date. Would you like to compile before running?" with
    Yes, No and Cancel options. Clicking the Yes button generates the
    Primary Layout again, but this does not update the layout Status to
    "Generated" either.
    For the status of your layouts to be updated you must close
    your upgraded project, reopen it & generate the layouts again.
    I have spent much of this afternoon confirming the above
    information, I hope that this posting saves you some time that
    might be spent wondering why your layout status is not
    updating.

    You may need to stop all processes of the shadow instance that are running with the old limitations. I'd try the following:
    ps -ef | grep sapstart
    then kill the process of the shadow instance (check for the system number of the shadow instance to identify).
    I'd also try to stop the instance first so all shared memory segments are cleared - and then try to manually start it:
    cd <upgrade-directory/bin
    ./SAPup stopshd
    ./SAPup startshd
    You may assign the user directly to the project but this won't be taken into account if the assignment is not set in /etc/user_attr.,
    Markus

  • PARTY. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.

    Hi B2B gurus,
    While validating our host trading partner, I am getting below error. Could you please help me in resolving this issue. Please do the needful.
    We are using two versions of EDI
    4010(5.0) and 5020(1.0) versions
    An error occurred during validation.
    Error -: AIP-11052: Writing following objects: Trading Partner failed due to following constraint violation: PARTY. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.
    Regards
    Srinivas

    Hi Srinivas,
    Make sure there is no agreement in deployed state. Retire and purge all existing configurations and make sure there is no agreement in validated state.
    Regards,
    Anuj

  • Commitments Not updated in projects side

    Hi all, I've created one invoice and validated , and after that i've run PRC: Update Project Summary Amounts and PRC: Interface Supplier Costs programs for that project. But stil the prjects side the commitments not updated when i check in PSI screen . Please advise.
    Thanks & Regards
    -RG

    Well, entering an accounts payable invoice and moving to job cost will update actual cost amount, not commitment amount. Commiitments, generally speaking, come from the Purchasing/Procurement module in any ERP software that I have seen, including Oracle. The general situation that creates a commitment is when you create a Purchase Order in Purchasing. That indicates you have placed an order to buy something and thus have a "commitment" to pay for it when it arrives. Once the order is received and cost is incurred, the commitment is reversed and actual project cost is updated. You don't see commitments in accounts payable because when you enter the invoice, you will debit Cost and Credit Liability.
    When you create a purchase order, there is no general ledger entry created at that time. Thus the concept of committed cost was developed for project accounting to indicate to project management that you do have a pending cost. By adding commitment amount + actual cost amount, the project manager could see his total expected cost. If you also have budgeting active, you could set up to set an error if Committed cost + Actual Cost is > Budget Amount.
    Look at the Project Costing User Guide. Search for the word "Commit" to get more information about commitments. In the EBS 11i guide, there is a section called "Overview of Expenditures" that gives examples of expenditures and commitments. Chapter 7 also has the integration to Oracle Purchasing information and talks a bit about commitments in there.
    Hope this helps some.
    John Dickey

Maybe you are looking for

  • Insert or fetch  XML data so a sto insert in oracle table

    Hi I have the following XML structure . Kindly guide as I am new to using XML . Please provide the simplest and fastest way to extract or insert data from the below structure and insert in to oracle tables . <id> <id1> 123</id1> <fe> <fe1>1</fe1> <fe

  • Partitioning Question - range partition?

    Hello all we have an issue with the amount of data we have in a particular schema that we are using to store production metrics. I have looked at a few options and are now trying to design a solution using partitioning. At a very high level we have d

  • Lightroom 2.1 Release Candidate - Note from Adobe

    Lightroom 2.1 has been posted as a release candidate to Adobe Labs: http://labs.adobe.com/wiki/index.php/Lightroom_2.1 Blog post on the topic here: http://blogs.adobe.com/lightroomjournal/2008/09/lightroom_21_available_on_adob.html From that post: Th

  • HT3462 some idiot stole my ipod in my school and i dont know what to do my dad cant afford another

    i need help here my dad just got me this brand new ipod touch and i took it to school and some idiot stole it my dad just brought it and he cant afford another one so i dont know what to do plz help and how can i find it? bc i was on youtube and saw

  • Starting final cut server

    Hi I am completely new to Final Cut Server and was wondering if I could get some of my questions answered about it. First off some back ground, the company I work for just brought me in recently and at the same time they decided too switch over to us