DIO Port Config & DIO Port Write Block Diagram Errors (Call Library Function Node:libra​ry not found or failed to load)

Hi Guys, need help on this.
I have this LabVIEW program that used to work on the old computer.
The old computer crashes most of the time, so I upgraded the computer
and used its Hard Drive as slave to the new computer.
I have no idea where are its installers since the guy that made the program 
is not in my department anymore.
I downloaded all the drivers needed from NI: NIDAQ9.0, NIVISA,NI488.2, 
and drivers of some instruments needed in the setup. I'm using LabVIEW8.2.
Everything's fine until I open the LabVIEW program for our testing.
Here goes the error:
   DIO Port Config
   DIO Port Write
Block Diagram Errors
   Call Library Function Node: library not found or failed to load
Attachments:
ErrorList.JPG ‏200 KB

Honestly, I'm a newbie on Labview. I just want this old program to run on the new computer.
The guys that installed the drivers on the old computer are no longer here in my department.
And I have no idea where the drivers are. So I just downloaded the drivers needed for my hardware and instruments.
Here's my hardware: (cards: PCI-DIO-96, PCI-GPIB), (instruments: SCB100,E4407B, HP83623, HP3458, HP8657)
OS: Windows XP Pro
By the way, I have unzipped the TraditionalDAQ drivers. First I tried the 7.4.1, but installation error appeared.
I thought maybe the installer is corrupted, so I downloaded the 7.4.4 and unzipped it.
But, still same installation error appears. I don't understand, both TraditionalDAQ drivers have same installation error.
Now I have tried the DAQmx8.7.2 driver, bu still the DIO Port Config and DIO Port Write have errors.

Similar Messages

  • What does this Adobe Muse error message mean: MuseJSAssert: Error calling slector function:SecurityError: Failed to read the 'contentDocument' property from 'HTMLIFrameElement': Blocked a frame with orign "null" from accessing a cross-origin frame.

    So what is up with this error message in Muse?
    MuseJSAssert: Error calling slector function:SecurityError: Failed to read the ‘contentDocument’ property from ‘HTMLIFrameElement’: Blocked a frame with orign “null” from accessing a cross-origin frame.

    This is a genuine security error generated by the browser when viewing a page with iFrame content locally.
    Please refer to Zak's reply in the following thread: https://forums.adobe.com/message/6496180#6496180
    Cheers,
    Vikas

  • Any ideas on a cleaner way to write this? - run through a function with multiple steps; if any step fails, restart the function from the begining

    Basically there are 3 different functions for various "tests"; they each return "1" if the test passes and "0" on failure.  A "master" function calls these 3 functions in the desired order and keeps a counter
    of tests that pass.  The counter has to be 1 to proceed to step 2, has to be 2 to proceed to step 3, and when it's 3 the loop closes.
    This approach is giving the expected results, but I was wondering if anyone has ideas on a cleaner approach?  What I really wanted to accomplish was to have the 3 tests past in succession and to provide an overall pass and proceed to the next step;
    and also to exit the function if any step fails rather than running through each step before trying again.  If the script were to for example loop through the 3 tests and wait until each one passes, tests 1 and 2 might pass, but then 3 might fail
    a few times and finally pass before the script exits.  I did not want to allow for that scenario to count as an overall pass.
    Function Test1 {
    If PASS Return 1
    If FAIL Return 0
    Function Test2 {
    If PASS Return 1
    If FAIL Return 0
    Function Test3 {
    If PASS Return 1
    If FAIL Return 0
    Function TestAll
    [int]$counter = 0
    $Check1 = Test1
    If ($check1 -eq 1) {$counter++}
    If ($counter -lt 1) {Exit}
    Start-Sleep -s 15
    $check2 = Test2
    If ($check2 -eq 1) {$counter++}
    If ($counter -lt 2) {Exit}
    Start-Sleep -s 15
    $check3 = Test3
    If ($check3 -eq 1) {$counter++}
    If ($counter -lt 3) {Exit}
    Return $counter
    Do {$STATUSCOUNT = TestAll}
    While ($STATUSCOUNT -lt "3")

    This is cleaner:
    Function Test1 {
    If PASS Return 1
    If FAIL Return 0
    Function Test2 {
    If PASS Return 1
    If FAIL Return 0
    Function Test3 {
    If PASS Return 1
    If FAIL Return 0
    Function TestAll{
    while($true){
    while($true){
    $counter=0
    if(($counter+=Test1) -ne 1){break}
    if(($counter+=Test2) -ne 2){break}
    if(($counter+=Test2) -ne 3){break}
    return
    Write-Host ('try again' + $counter) -fore
    TestAll
    Of course all of your test functions have syntax errors.
    \_(ツ)_/

  • I get error 10003 when I set the port width to 64 using port config on port 4.

    Why is this, when 64 lines are available? (setting it to 56 works fine). I am using a PC-DIO-96 and LabView 4.1 on Windows 98SE

    I can't find any documenation about this type of limitation for the PC-DIO-96. How is it that you were able to get NI-DAQ 6.7 working with LabVIEW 4? This could provide some clue about what is going wrong.
    Upgrading both your LabVIEW and NI-DAQ to the latest and greatest is the best solution.
    However, if you want to get something going while waiting for LabVIEW 6i to arrive, I'd recommend uninstalling NI-DAQ 6.7 and installing NI-DAQ 6.6 instead (available online at http://digital.ni.com/softlib.nsf/web/all+software​). This would be the last version thoroughly tested with LabVIEW 4.0.
    If you still have trouble, you might need to uninstall/reinstall both LabVIEW and NI-DAQ.

  • Block diagram errors even when block disabled

    Should LabVIEW give the broken arrow for errors within a disabled block?
    I have a block disabled where way down in the call tree from a VI within that block there is a broken VI.
    Nothing else calls this broken VI except the VI from the disabled block.
    Why should I get the broken arrow if the top level caller is disabled?
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009

    Thanks for the thoughts guys.
    I have discovered that the errors in the disabled section appear in the error list box when there are other 'real' errors.
    When there are no other errors, then the errors in the disabled section do not affect the run arrow.
    Typically commented or disabled code is ignored by a compiler - and so I think it should be the case with LabVIEW too.
    TestStand 4.2.1, LabVIEW 2009, LabWindows/CVI 2009

  • Block Diagram Error

    I'm getting an error when i try to connect two sub-vi's.
    Error:
    The type of the source is 1-D array of double.
    The type of the sink is 1-D array of waveform.
    Does someone know.
    I'm using LV6i.
    Iwert

    Yeah. You've gotten the error because you've tried to wire an array of
    doubles to a waveform array
    Type "waveform" is a new datatype introduced in LV6 that's essentially a
    cluster of the DBL data array and timing information. The resizable function
    "Build Waveform" under the "Waveform" palette allows you to combine your 1-D
    array of doubles with t0 and dt values to get a waveform that can be fed
    into the waveform terminal.
    Iwert Mijnders wrote in message
    news:<[email protected]>...
    > I'm getting an error when i try to connect two sub-vi's.
    >
    > Error:
    > The type of the source is 1-D array of double.
    > The type of the sink is 1-D array of waveform.
    >
    > Does someone know.
    > I'm using LV6i.
    >
    > Iwert
    >
    >

  • How to find icon position of currently executed VI on caller's block diagram

    Dear forum,
    I currently try to use a LabVIEV VI as a simple sequencer: Several (very slow) actions have to execute one after another. Each action is represented by a Sub-VI, some actions are executed several times. My task is to visualize the currently executed Sub-VI somehow.
    My first intention (simply manipulate the icon of the currently running VI with "VI Icon.Get as Image Data" / "VI Icon.Set from Image Data" invoke nodes) failed, because this changes the icon of ALL instances of this VI; if you use the same VI several times, the icons of all these VI are changed (see here: http://forums.ni.com/t5/LabVIEW/How-to-change-animate-icon-of-currently-running-VI/m-p/3120754/highl...
    My current approach is to use an image of the block diagram (with "VI: Block Diagram: Get Image Scaled" invoke method) within a picture control of the front panel and to work within this control. But for this I need to know the position of the icon of the currently executed VI. I know that I can evaluate Bounds and Position via the GObj properties, but how do I find the currently running VI (note that a VI may reside several times on the block diagram, so the name of the VI is not unique)? IMHO the simpliest way would be if a VI could find its icon on the caller's block diagram itself when executed...
    It's clear that this position is not the position on the picture yet, but this conversion is a small piece of work...
    Regards,
    cpschnuffel
    Solved!
    Go to Solution.

    Yamaeda wrote:
    Run it in highlight mode, done.
    Sure if you don't mind having functional checks taking hours instead of minutes...okay maybe that is exagerating for a simple VI like this, but it would increase cycle time.  Honestly I think the best solution would be to use the helper VI that was mentiond before, which keeps track of what VI is running.  You can of course use scripting to get the block diagram image, but there isn't a good way to know what exact VI is running using VI server.  Here are a few discussions.
    https://lavag.org/topic/16660-how-to-get-actual-vi-execution-state/
    https://decibel.ni.com/content/thread/18687
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Block corruption error in system datafile

    Hi Guru,
    There is a problem in system datafile of production database, one of the block has been corrupted.we have set the configuration of RMAN with SBT_TAPE for backup. when we try to recover using then following commands then we get some error. Please help to solve the issue.database 1s 10g on linux environment.
    RMAN> RUN
    ALLOCATE CHANNEL c1 DEVICE TYPE disk;
    blockrecover datafile 3 block 39830;
    }2> 3> 4> 5>
    allocated channel: c1
    channel c1: sid=1417 devtype=DISK
    Starting blockrecover at 21-MAR-13
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 03/21/2013 13:02:10
    RMAN-06026: some targets not found - aborting restore
    RMAN-06100: no channel to restore a backup or copy of datafile 3
    RMAN>
    RMAN> blockrecover datafile 3 block 39830;
    Starting blockrecover at 21-MAR-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=1417 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=2351 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=1452 devtype=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: sid=1270 devtype=DISK
    allocated channel: ORA_DISK_5
    channel ORA_DISK_5: sid=1865 devtype=DISK
    allocated channel: ORA_DISK_6
    channel ORA_DISK_6: sid=2064 devtype=DISK
    allocated channel: ORA_DISK_7
    channel ORA_DISK_7: sid=1734 devtype=DISK
    allocated channel: ORA_DISK_8
    channel ORA_DISK_8: sid=1574 devtype=DISK
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    released channel: ORA_DISK_3
    released channel: ORA_DISK_4
    released channel: ORA_DISK_5
    released channel: ORA_DISK_6
    released channel: ORA_DISK_7
    released channel: ORA_DISK_8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 03/21/2013 13:19:59
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    RMAN>
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 7;
    CONFIGURE BACKUP OPTIMIZATION OFF;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/d02/rman/ctl_%F';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/d02/rman/%T_%d_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/d02/rman/snapcf_PROD.f';

    Please find the below backup and recovery scripts.
    Daily backup script
    ====================
    run {
    allocate channel 'dev_0' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_1' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_2' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_3' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_4' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_5' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_6' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    allocate channel 'dev_7' type 'sbt_tape'
    parms 'ENV=(OB2BARTYPE=Oracle8,OB2APPNAME=PROD,OB2BARLIST=Monday-ERP-RMAN-Daily)';
    delete noprompt archivelog until time 'sysdate-2';
    crosscheck archivelog all;
    sql 'alter system archive log current';
    backup as compressed backupset
    format 'Monday-ERP-RMAN-Daily<PROD_%s:%t:%p>.dbf'
    database;
    backup as compressed backupset
    format 'Monday-ERP-RMAN-Daily<PROD_%s:%t:%p>.dbf'
    archivelog all;
    backup
    format 'Monday-ERP-RMAN-Daily<PROD_%s:%t:%p>.dbf'
    current controlfile;
    we tried the following command as well.
    RMAN> RUN
    ALLOCATE CHANNEL c1 DEVICE 'sbt_tape';
    blockrecover datafile 3 block 39830;
    but the same error as below.
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 7;
    CONFIGURE BACKUP OPTIMIZATION OFF;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/d02/rman/ctl_%F';
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE 'SBT_TAPE' TO '%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DEVICE TYPE 'SBT_TAPE' PARALLELISM 8 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE 'SBT_TAPE' TO 1;
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/d02/rman/%T_%d_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/d02/rman/snapcf_PROD.f';
    RMAN>
    also tried the following command
    =======================
    RMAN> RUN
    ALLOCATE CHANNEL c1 DEVICE TYPE disk;
    blockrecover datafile 3 block 39830;
    }2> 3> 4> 5>
    allocated channel: c1
    channel c1: sid=1417 devtype=DISK
    Starting blockrecover at 21-MAR-13
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 03/21/2013 13:02:10
    RMAN-06026: some targets not found - aborting restore
    RMAN-06100: no channel to restore a backup or copy of datafile 3
    RMAN>
    RMAN> blockrecover datafile 3 block 39830;
    Starting blockrecover at 21-MAR-13
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=1417 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=2351 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=1452 devtype=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: sid=1270 devtype=DISK
    allocated channel: ORA_DISK_5
    channel ORA_DISK_5: sid=1865 devtype=DISK
    allocated channel: ORA_DISK_6
    channel ORA_DISK_6: sid=2064 devtype=DISK
    allocated channel: ORA_DISK_7
    channel ORA_DISK_7: sid=1734 devtype=DISK
    allocated channel: ORA_DISK_8
    channel ORA_DISK_8: sid=1574 devtype=DISK
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2
    released channel: ORA_DISK_3
    released channel: ORA_DISK_4
    released channel: ORA_DISK_5
    released channel: ORA_DISK_6
    released channel: ORA_DISK_7
    released channel: ORA_DISK_8
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of blockrecover command at 03/21/2013 13:19:59
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    Additional information: 2
    RMAN>

  • Ebook error message: "Fail to write destination file error"

    I am attempting to transfer ebooks (checked out via my library's ebook consortium) from Adobe Digital Editions to my Nook. I have done this in the past with no issues, but recently I have been getting the following error message: "Fail to write destination file error".
    I know the issue is NOT lack of space on my Nook (I cleared it of all info and still received the error message).

    I had this problem as well, and after doing some research via google (because I found NOTHING helpful in adobe forums), I found the problem....my Nook was full.  I had no idea this was even possible!  But, I borrow a lot of library books, and didn't realize that after they expire, they are still taking up space on my Nook.  Here's how to check: plug your Nook into your computer, go to file manager (right-click the start button in Windows), find the Nook drive and right click, choose properties.  This should show you a pie chart of used/free space on your Nook.  If this is the case, you need to remove some files from your Nook.  For me, I had to find the Digital Editions file and delete all the thumbnails and actual files for the library books.  If it's booked you've purchased, perhaps you need to archive some books.  Hope this helps!

  • How to block private incoming calls on iphone4, how to block private incoming calls on iphone4

    how to block private incoming calls on my i phone4

    It might not be any use to your situation but I find adding a default ringtone to those unwanted callers helps me decide whether or not to pick up the phone.
    If it's cold callers that trouble you I would defintely reccomend this option.
    If they know your not answering they will (although it may take some time) leave you alone.

  • DIO - Single Line vs Port (U8) Write

    I have a wierd situation:
    I am using a NI 6509 Digital I/O card, with 4x digital outputs connected to P2.3 thru P2.6.
    1. I setup a task to write to these lines using a group of global virtual channels - all done in MAX.
    2. I have used this task/setup on previous occassions with good success.
    3. Yesterday it stopped working.
    4. Now the old task does not work.
    5. I have reset the device (and PC) on multiple occassions
    6. I created a "NEW" task which writes to the whole port at once (i.e. U8) and I can measure the output voltage changing fine (using  DMM) when I run this VI.
    7. So I know that the digital outputs are working... but when I try the old task again, it still does not work.
    Can anyone please tell me of a reason why this behaviour might occur. I know that some DIO products can do port read/writes only.
    I am suspicious that the device (our product) the DIO card is connected to might have been accidentally connected in such a way that there were two competing output signals/pins connected to the same wire.
    Does this sound like a hardware fault?
    Any suggestions muchly appreciated.
    Thanks!
    Solved!
    Go to Solution.

    Don't bother, I found the fault - the external hardware had been changed without me knowing.

  • L'erreur -10001 s'est produite à DIO Port Config

    Bonjour,
    Lorsque je lance mon programme j'obtiens le message suivant:
    "L'erreur -10001 s'est produite à DIO Port Config"
    Que cela signifie?
    Merci
    Bravi.

    Pardon je me suis trompé de lien Voici la bonne adresse
    http://digital.ni.com/public.nsf/websearch/0E0D3D7​C4AA8903886256B29000C9D5A?OpenDocument
    Encore désolé

  • Examining block diagram- ports on VI- How do I determine which port is wired

    Trying to figure out how a block diagram is wired with a a vi that has lots of ports.  Is there a way that I can identify where the wire goes on the vi? 

    As tst said, you can triple click to see the entire wire.  Some people don't wire properly, with wires going underneath objects.  If you look closely at the attached picture, you can see the highlited wire (the one surrounded by dash lines) goes to the top right corner of the object it is wire to.
    Message Edited by tbob on 08-21-2008 12:30 PM
    - tbob
    Inventor of the WORM Global
    Attachments:
    Wire.PNG ‏8 KB

  • Don't know how to specify a digital input or output with Port Config

    I am trying to modify an existing VI that I did not write. I have a 6533 DAQ board connected to a relay box. I would like to use one of the lines on port 0 of the DAQ as an input (it will be a switch used to trigger the sequence of outputs). the rest of the lines I would like to be outputs. I don't know how to specify which line is an input and which is an output. I am using LabVIEW 5.1 and the current VI just contains a sequence of delays and pulse width for each channel. It uses Port Config to specify the port and line directions. Only it's set so that all of the lines are outputs. Does anyone know an easy way of using one input to control several outputs from the same port?

    Thanks.. that is what I thought but I didn't see any examples with the line direction map set up like that. SO.. now I'm stuck on how to use that input to trigger the outputs on the same port. I need to use the input as a switch to activate a sequence using the outputs. So first.. how to I single out just the input line to be used for the trigger. Normally when I need to do something like this I'm referring to channels and not Port lines. Also, how do I language the switch? Is the input going to be normally binary? 0 for off and 1 for on? So should I use a boolean statement?
    Thanks again for the help.. my boss doesn't know much about the programming either so I have to figure it out.

  • LMS 4.2.5 Netconfig changing port config based on port settings

    I am trying to use netconfig to change the port config on my switches. I want to use an adhoc rule to determine if the port already is configured for 802.1x (authentication port-control auto) authentication and then modify those ports to "authentication open".
    IS that possible?
    Thank you for your reaction?
    Regards,
    Robert

    Hi Robert,
    To check which device have this config , use Baseline Template
    check the below link for example and case study.
    Hope it will help
    Thanks-
    Afroz
    ***Ratings Encourages Contributors ***

Maybe you are looking for