Disconnect wire through VI scripting

How to disconnect wire between two terminals through VI scripting?
Solved!
Go to Solution.

Jeff·Þ·Bohrer wrote:
There is a "Metodology" here that triggers my "Wrongometer"  
Spoiler (Highlight to read)
The "Wrongometer"(tm) is still under develoment, and not for public use
The "Wrongometer"(tm) is still under develoment, and not for public use
why would you need to programatically delete a datapath?  And I'm curious-- What application would you like to build that needs that?
You beat me to it!  I was curious also, because I never ran into a situation where that would be needed.
There are two reasons I'd like to know a little bit more about the "why".
The first reason is a bit selfish.  I'd like to learn about new situations and file them away for later - this has helped me so many times I have lost count.
The other reason is that maybe if we learned the reaoning behond the request, we can help you to fulfill it in an easier, more efficient manner.
Kind of like if someone asks you the best way to tie a rope to a bumper, instead of telling him the best knots to use, if you knew he wanted to pull a trailer, thenyou could recommend a trailer hitch instead!
Bill
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

Similar Messages

  • How to Read the "text file and csv file" through powershell Scripts

    Hi All
    i need to add a multiple users in a particular Group through powershell Script how to read the text and CSV files in powershell
    am completly new to Powershell scripts any one pls respond ASAP.with step by step process pls
    Regards:
    Rajeshreddy.k

    Hi Rajeshreddy.k,
    To add multiple users to one group, I wouldn't use a .csv file since the only value you need from a list is the users to be added.
    To start create a list of users that should be added to the group, import this list in a variable called $users, the group distinguishedName in a variable called $Group and simply call the ActiveDirectory cmdlet Add-GroupMember.
    $Users = Get-Content -Path 'C:\ListOfUsernames.txt'
    $Group = 'CN=MyGroup,OU=MyOrg,DC=domain,DC=lcl'
    Add-ADGroupMember -Identity $Group -Members $Users

  • How to update XML file through UCCX script ?

    Hi,
    I have an UCCX script with MENU step. One of the step is for technical support team. When caller chose this step, information about date and time of the call and calling number should be recorded on a XML file located on the web server.
    This XML is uploaded into the web server , but I don't know how to update it through UCCX script.
    Here is how the XML file looks like:
    <?xml version="1.0" ?>
    <rss version="2.0">
    <channel>
    <title>CALL LOG</title>
    <link></link>
    <description>Support Call log</description>
    <ttl>1</ttl>
    <item>
    <title>2011-08-24 14:56:39 - 00044 123 123 123</title>
    <link></link>
    <description></description>
    </item
    </channel>
    </rss>
    Any idea?
    Thanks,
    O

    Hi
    The 'keyword transform' step uses the template XML file to generate the actual XML file you want to post... the template would be a plain text file uploaded to the repository, and would look like so:
    <?xml version="1.0" ?>
    CALL LOG
    Support Call log
    1
    %%calldatetime%% - %%clinumber%%
    Now - if you had that bit of XML, with correct time/number in it - have you verified know that you can definately just post that XML to a certain URL to get it on the server? Check with whoever manages that server exactly what you need to do to get it to appear - then worry about how you do that from UCCX. It may not be a matter of posting up that XML, you may need it in a different format or something..
    Aaron

  • Sticker printing through sap script

    I m priting specific stickers through sap script.
    An A4 size page contains 8 stickers, 4 in one line.
    No of stickers to be printed are generated dinamically.
    I have put 8 windows on the page. Now i want that if lets say the no of stickers to be printed are 5, then the program should not print the rest 3 stickers.
    So give some solution of hiding or unhiding the rest of the windows.

    call them in the loop..
    give the window name in layout as window1, window2,...window8.
    tkhen.. suppose u wnat 5 windows..
    do 5 times.
    v_num = sy-index.
    condence v_num.
    concatenate 'window' v_num to  v_window.
    call the window.
    enddo.
    Please Close this thread.. when u r problem is solved
    Reward if Helpful
    Regards
    Naresh Reddy K

  • How to place tif file through a script in an indesign document?

    how to place tif file through a script in an indesign document?

    Emanuele:
    it works if i just run a script....
    but since i have been using a gui to do some functions, this  place command is not able to place the output tif file back into the  document

  • Role Tab(section) is not getting captured through CATT script on PI/XI.

    Role Tab(section) is not getting captured through CATT script on PI/XI system
    I am trying to create CATT script for user creation and role assignment on PI/XI. Every screen except ROLE and GROUPS is getting captured.

    Hi Plaban,
    I have had the same problem in the past but I didn't investigate too far. 
    What I prefer to do is have 2 scripts.
    1. User Creation using SU01
    2. Role assignment using SU10

  • Enable document management for entities through PowerShell script (Dynamic CRM 2013 on premises)

    Hello,
    Can anybody let me know if it is possible to enable document management for entities through PowerShell script for Dynamic CRM 2013 on premises.
    I want power shall script where user will give the entity (Accounts, Contacts etc.)   for the CRM.
    The script should enable the document management for the entity.
    Thank you for your support.

    Hi Jeff,
    Any updates? If you have any other questions, please feel free to let me know.
    A little clarification to the script:
    function _ErrObject{
    Param($name,
    $errStatus
    If(!$err){
    Write-Host "error detected"
    $script:err = $True
    $ErrObject = New-Object -TypeName PSObject
    $Errobject | Add-Member -Name 'Name' -MemberType Noteproperty -Value $Name
    $Errobject | Add-Member -Name 'Comment' -MemberType Noteproperty -Value $errStatus
    $script:ErrOutput += $ErrObject
    $errOutput = @()
    _ErrObject Name, "Missing External Email Address"
    $errOutput
    _ErrObject Name "Missing External Email Address"
    $errOutput
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • Putting cross line under top left corner in a cheque through SAP SCRIPT.

    Hi,
    How to put cross line over top left corner in cheque   (cross cheque) while doing it through  SAP SCRIPT.
    Thanks.

    Hi,
    i can give you two solutions. try the thing which looks fine for you.
    1.  say this is line editor of the script.
    you have to design like this manually(its a bit time consuming for alignments and all - both should align side by side using '/')
    so try the second way.
    2.  make this 'corss' as an image and simply pass as a text on to the window on which you needs this.
    it will be simple and an easy way.
    Thanks & regards,
    Sasi Kanth.

  • Fax through SAP SCRIPT

    Hi all,
    Could any one suggest me how to apply changes on FAX coversheet through SAP SCRIPT? I need to change the existing Coverpage address to Japanese text.
    Please suggest some solution. Useful answers would be rewarded.
    Regards,
    Kalpana.

    Please check following link
    http://wiki.ittoolbox.com/index.php/HOWTO:Sap_script
    I hope this will help you.
    Regards,
    Amey

  • Merging PDF files through a script

    Hi everyone,
    I want to merge a couple of PDF files
    through a script, because i have to do
    it for a good number of them every time
    I get them sent.
    I was wondering, does Reader have a
    command that can be called in the command
    line in order to merge this pdf files through
    a script.
    Ted.

    Reader can do very few things besides being a reader. If you wanna merge PDF files, use a PDF merger.

  • Create Netscape Identity Cookie Through a Script

    I have identity server running with ldap authentication. When a user logs into Solaris 9 through ldap, I need to create a netscape portal cookie without any interaction from the user. I know that the url to accomplish this is:
    http://www.myserver.com/amserver/UI/Login?Login.Token1=username&Login.Token2=password&iPSPCookie=yes
    My real question is what creates the cookie in identity. Is there a program or code somewhere in identity that I could put in a startup script that would create the cookie when I passed the username and password?
    Thanks

    Goodfire wrote:
    I want after creation of a custom database to execute a script that will create a Network Service without having to go through the UI
    Its just adding those 5 lines at tsnames.ora on the client dir
    How can I do i through a script?
    So I can plant it after Create DB script and have both in 1 step.
    P.S.
    The most obvious keywords on main SE don't return something for this so it worths adding it
    keywords : how to create client network service from script oracleWrong approach.
    Better: create database template and execute dbca in silent mode.
    Also execute netca in silent mode as Harrison suggest.
    PS: Adding the 5 lines to tnsnames.ora does not create a network service, first you have to set the "service_names" init parameter and the listener will create the service when the database starts (simplified explanation).
    :p

  • Airplay access through python script-win32com

    Hi,
    I am looking at automation to access  airplay accessories through iTunes.
    For example: When itunes running on windows discovers its Airplay accessory like Speaker, we will be able to see the Airplay Icon getting highlighted and we will be able to select the required accessory among the available airplay accessories  and start the play.
    Is there any api to access this Airplay object and select the required Airplay accessory through python or through win32com scripts?

    Moderator note:
    I believe this thread runs afoul of the legality (copyright) provisions detailed in the forum etiquette
    I am closing this thread.  If I am not correct, please contact me with information related to your rights to use their material in this manner and I will reopen this thread.
    ewaller

  • How to define Sparse/dense settings through MAXL script ?

    Hi,
    How to define Sparse/dense settings through MAXL script ?
    By default its taking all dimensions as sparse dimension type. I want to define sparse and dense through MAXLand automate everything.
    Please help me out or advice me work around.
    Thanks,
    Rajendra Prasad Gella.

    you cannot modify sparse/desne settings directly through MAXL.
    The only way you will be able to build/modify/remove dimensions/members through maxl is using rules files.
    So if you are building dimensions using rules files, for a new dimension you can specify dimension properties.
    in rules file options -> dimension build settings -> dimension definition -> Rules file -> dimensions.
    Here you can specify new dimensions and after specifying you can right click and edit properties where you can change various dimension level properties including sparse/dense settings.
    And you knw me well (Krishna from Hyd) and so you can call me on my mobile if you need more info.. lol :)
    - Krish

  • Import through Shell Scripts

    Hi Friends ,
         I have run shell scripts for importing from my local system through TELNET It was running fine on the server.But now I need to import the same dump file into my local database.The ORACLE_SID refering to the database in the server is same as the database in my local system.
    So how to tell through the scripts that I need to connect to my local system.
    If anyone could explain this it could be of great help.
    Regards
    Marlon.

    Hi
    It depends on how your script is taken care on syntax of import/export. I can tell you exaxtly if you can past me your import/export shell script. However for your knowlege, you can specify ORACLE_SID with export/import with following ways
    1) exp user/pass@ORACLE_SID file=<file_name> log=<logfile>
    imp user/password@ORACLE_SID file=<dumpfile> fromuser=<username> touser=username
    if you are at same box where oracle server is intalled then you need not to mention oracle_SID but make sure that ORACLES_SID is configured in environment variable.
    All the best
    Alok

  • Creating user account and setting password in Solaris9 through shell script

    I need to create and set password of user through shell scripts.
    User can be added successfully through "useradd" command but password cant be set through "passwd" command in script.
    Is there any other alternative for the same.

    Hi,
    Did you get the answere for this ? I have the same problem as urs , like I want to creat the users by using useradd and want to hardcode there password in one script.
    But I cant use expect utility which would have made my work easier

Maybe you are looking for

  • ITunes suddenly not recognizing my iPod Touch 4g

    I got a new 32gb iPod Touch, 4th Generation, last week. Everything's been working fine. Then, this morning, I went to sync my iPod and iTunes didn't open automatically. I opened it manually and it hung for a few seconds then worked again but my iPod

  • Betreff: Helix, windows 8.1. Sleep and power off not working correctly.

    I'm still havin issues booting my computer when docked or using standby when docked. I've set my computer to allways hibernate to disk as this lessens the problems for me when the computer hangs during bootup. The information is still there on the di

  • My phone won't...?

    Whenever i plug an auxiliary cable in to my phone only one side of the speakers or headphones work.. & my phone won't let me do anything but charge when i plug my phone into a usb port.. what is the problem?

  • How to view cancelled Purchase Orders.

    Hello Everybody, I was wondering if there is a way to see canceled or blocked Purchase Orders. Any help would be highly appreciated. Thank You.

  • Assign logical syste

    Hi, I downloaded and installed SAP NETWEAVER ABAP TRIAL VERSION for BI. After creating a user for client 001 and logging in with tcode RSA1, the system uts a message like this: System NSP client 001 has no logical name! Naming takes place  through as