RFC: Request for Criticism

Greetings,
I'm not entirely a teststand beginner as I have helped to maintain and fix bugs in several teststand systems over the last couple of years, but this is my first time programming a teststand system from the ground up.  What I would like to do here is to present the basic architecture that I've come up with and humbly request any critiques, caveats, potential pitfalls, or comments about the implementation.  Gory technical details follow:
 This application needs to test multiple different model types through, for the moment, two different test routines that use different parameters per model.  It would be nice to have the ability to add or modify the basic sequence in the future though all initial units will use one or both of the two test routines.
My current design plan is to use a custom Teststand OI programmed in Labview to interface to the sequence files in Teststand.  In the relatively rare case that a sequence file needs to be modified or copied, that will be done in Seqedit itself.  I considered doing a custom editor in the OI to limit the number of controls available and to steer the sequence development, but given the frequency with which that feature will be used (as in possibly never), that's been relegated to the back burner for now.  All data about the model numbers, the test limits, and the test parameters will be stored in an Access database file with a front-end Access "view" written for the end-user to add new models and test specifications.
The basic program flow is as follows:
The program launches and runs through the Teststand initialization and launches a DAQ controller VI in a parallel loop to control the various solenoids and read the transducers, etc...
The user logs in through the Teststand OI.
Depending on their permission levels, certain controls are made available or disabled (i.e. calibration screen access, manual control mode, most of the default Teststand Menu Items).
Labview queries the database for a list of models and populates a combobox with the results.
When the user selects a model, Labview will look up the test sequences that are linked to that model and load them into memory with the Application Manager's OpenSequenceFile method (so the ListBar from the Full OI is populated with the currently available tests for that part).  It will also unload any sequences that are not available for that part.
The user selects a sequence from the list and hits TestUUT's which runs an overridden PreUUT to prompt for custom information relevant to the test.  The sequence executes with calls to custom VI's and step tests and loads the test parameters from the database from within Teststand itself.  The report is generated within this sequence since it will be formatted differently for each test routine.
So, my basic question is to those with TestStand experience as to whether this sounds like a decent architecture for a test system?  How would you do things differently or better?
Just a few more notes: I want the flexibility of a custom OI since I want to be able to hide the complexity of TestStand from the operators, but I also want to lean on the Teststand engine as much as possible to cut down on coding time.  I had thought about trying to make the model selection and test-sequence selection all as a part of a master sequence that called the other test sequences dynamically, but I couldn't figure out how to do that easily as I think it would require changing the process model.  I'm pretty sure I could figure it out, but I'm not convinced it's worth the time trade-off.
Thanks for your time,
Mike

Mike,
I have a couple comments, first is everything looks reasonable. There are many ways to do each item and I am just saying what I would do, not what you should do.
The program launches and runs through the Teststand initialization and launches a DAQ controller VI in a parallel loop to control the various solenoids and read the transducers, etc...
[cc] All code that talks to DAQ should be in TestStand sequences, never in the OI. You should be able to run your tests in the Sequence Editor and the OI interchangeably, easily. This is really the only thing I would insist on.
Also it sounds complicated with a parallel loop. I would strip this loop down to just the functions you really need to be running in the background all the time. Launch the parallel loop from the Test UUTs Execution Entry point of the process model, maybe in Setup Group, so that the parallel loop is only running while you are actively testing stuff. Or you could launch from Front End Callback when TestStand starts up, less simple.
The user logs in through the Teststand OI.
Depending on their permission levels, certain controls are made available or disabled (i.e. calibration screen access, manual control mode, most of the default Teststand Menu Items).
[cc] You can put your screens in the Process Model Configuration Menu as a Configuration Entry Point or in the Tools menu. Think about where it belongs. These should not be only visible in the OI and not the Sequence Editor.
Labview queries the database for a list of models and populates a combobox with the results.
[cc] This could be in the Front End callback sequence with some logic to fire only when TestStand starts up.
When the user selects a model, Labview will look up the test sequences that are linked to that model and load them into memory with the Application Manager's OpenSequenceFile method (so the ListBar from the Full OI is populated with the currently available tests for that part).  It will also unload any sequences that are not available for that part.
The user selects a sequence from the list and hits TestUUT's which runs an overridden PreUUT to prompt for custom information relevant to the test.  The sequence executes with calls to custom VI's and step tests and loads the test parameters from the database from within Teststand itself.  The report is generated within this sequence since it will be formatted differently for each test routine.
[cc] This all sounds ok, I've seen others do this, but more work with the TestStand api. I'd start out simple. What you said here might be easier:
 I had thought about trying to make the model selection and test-sequence selection all as a part of a master sequence that called the other test sequences dynamically, but I couldn't figure out how to do that easily as I think it would require changing the process model.
[cc] The master sequence you mention is Test UUTs Execution Entry Point in the SequentialModel.seq. I think you could put all the model/sequence selection in the PreUUT callback of Test UUTs in one big hairy Dialog for all products - select model, select seq, enter custom information relevant to the test. Then you'd have to dynamically select the sequence to execute, but this is a common architectural thing to do in TestStand, there's an example: <TestStand 4.x>\Examples\DynamicClientSequenceFile
You will have to modify the process model anyway for some of the above stuff^. If you really want to do this:
 ... want to lean on the Teststand engine as much as possible to cut down on coding time ...
 [cc] then you should not be afraid to modify the process model, just make a copy first. Of course for the PreUUT you could override the process model with a PreUUT in the client sequence, but then you'd have to paste the same seq into all your test sequences.
cc

Similar Messages

  • Error in RFC Adapter PI 7.10 maximum size of requests for one LUW

    Hello all,
    I have a big issue on our Development - SAP PI 7.10 System. If I try to push a RFC from a Client System
    I get follow error messagei in the Runtime Workbench (RWB)  back:
    processing error to be caused by: com.sap.aii.adapter.rfc.core.server.RfcServerException: maximum size of requests for one LUW has been reached (1). handling of request for tRFC (TID: 0AA001B8712C49D35D4D06C2) not possible (server: RfcServer[PKG_R3_D07_600_RFC_SND]1)
    But I don't know why. I checked follow OSS Notes:
    730870 and 774705 w/o success. It will be nice somebody can help me.
    Thanks
    S. Kohler
    P.S. We have the same scenario in our Quality SAP XI System and there works. I couldn't find any
    differences between the Adapters. Is there a problem with the parameters ????

    Hello Tarang Shah,
    okay. Here again ( I thought I mentioned above):
    in Q50 (SAP PI 7.10 System) we create a RFC Server with the program ID RFC_Q50.
    in D64 (SAP PI 7.10 System) we vreate a RFC Server with the program ID RFC_D64
    in D07 (SAP R/3 4.7 x110) we create a RFC Connection to D64 with the program ID RFC_D64.
    The testconnection works well. I see in our Dev. SAP PI System (D64) that the connection works.
    The problem is here, if you start in the application (System D07) the push, you get the error :
    maximum size of requests for one LUW has been reac hed (1). handling of re
    in Q50 (SAP R/3 4.7 x110) we create a RFC Connection to Q50 with the program ID RFC_Q50.
    The testconnection in Q17 works well. Also the push from the application (System Q17.)
    This means, the functionallity is okay on both sides (Q17 and D07) only the application sending
    process from D07 makes trouble ( you see in Transaction SM 58 on Client Site, the error as I mentiond above and in SAP PI side.) It seems that SAP PI could't accept more as one LUWs
    in the same time. Q50 (Q- System) accepted.
    So, this is the reason in my point of view, that the problem isn't the connection, seems more
    an paramter problem in D64 side. But I don't know which parameters. I checked the OSS Note 730870 and 774705 w/o success.
    Thanks
    S. Kohler

  • RFC- Bapi - For Role Maintenance (Single and  Composite)

    We are in the process of developing an ASP.NET web application which will be used to raise requests for user and role creations in SAP.
    We will be making use of Sonic ESB to update SAP through IWAY SAP adapter.
    IWAY SAP adapter supports RFC’s, Bapi’s & IDocs.
    We are aware of RFC’s that could be used for user creation, updating and deletion.
    We have NOT come across any RFC’s or Bapi’s for role maintenance
    1) We would need RFC’s for the following requirements:
    1) To create a new role (single or composite role ).Creating a new role would include adding transactions to a role, deriving from an existing role or assigning more than one role to another role.
    2) To update a role
    3) To delete a role.
    4) To get the details of an existing role
    If there are no RFC’s for the above requirement, will we need to create a custom RFC?
    If we need to create a custom RFC, are there any transactions already available for the above requirements so that we could write a RFC wrapper?
    2) Are there any RFC’s that would give us the complete list of roles (single or composite) in an SAP system?
    3) Are there any RFC’s that would give us the complete list of transactions in an SAP system?
    Presently for 2) & 3) , we are making use of RFC_READ_TABLE to read SAP tables to get the list of roles and transactions.
    Thanks for your answers

    Hi,
    check these FM , i dont know it will work for u or not.
    BAPI_USER_ACTGROUPS_ASSIGN     User: Change entire activity group assignment
    BAPI_USER_ACTGROUPS_DELETE     User: Delete entire activity group assignment
    BAPI_USER_CHANGE               Change User
    BAPI_USER_CLONE                Create User with Template in Another System
    BAPI_USER_CREATE
    BAPI_USER_CREATE1              Create a User
    BAPI_USER_DELETE               BAPI to Delete a User
    BAPI_USER_DISPLAY              Display Users
    BAPI_USER_EXISTENCE_CHECK      Check a user exists
    BAPI_USER_GETLIST              Search for Users
    BAPI_USER_GET_DETAIL           Read User Details
    BAPI_USER_INTERNET_CREATE      Create a user in the Internet
    BAPI_USER_LOCACTGROUPS_ASSIGN  Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCACTGROUPS_DELETE  Delete Activity Group Assignments in the Dependent Systems
    BAPI_USER_LOCACTGROUPS_READ    Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCK                 Lock User
    BAPI_USER_LOCPROFILES_ASSIGN   Change Profile Assignment for Dependent Systems from Central System
    BAPI_USER_LOCPROFILES_DELETE   Delete Profile Assignments for Dependent Systems
    BAPI_USER_LOCPROFILES_READ     Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_PROFILES_ASSIGN      User: Assign profiles
    BAPI_USER_PROFILES_DELETE      User: Delete All Profile Assignments
    BAPI_USER_UNLOCK               Unlock user
    Reward points if useful..
    Regards
    Nilesh

  • FM/BAPI for creating the credit memo request for Vendor

    Hi Experts,
        I need an RFC/BAPI,  for creating the credit memo request for Vendor.
    Thanks in Advance,
    Kiruba.R

    Hi,
    Use this BAPI 'BAPI_DRMCREDITMEMOREQ_CREATE' - Credit Memo Request Creation
    Regards,
    Jyothi CH.

  • JDBC(Sender)-XI-RFC (Request) RFC (Response)-XI-JDBC(Receiver)

    Hi All,
    JDBC(Sender)-XI-RFC (Request)
    RFC (Response)-XI-JDBC(Receiver).
    Need some solution for sending email for successfully completion of scenario after updating SQL DB Table.
    Let me explain the scenario:
    We are pooling the SQL DB table to pull the records and map the records to RFC request parameters, after successful Posting the entries in R3 HR, RFC response contain the same with E (Error) S (Success) records status, we are updating the same in SQL DB table, I implemented the complete scenario without BPM with the help of module processor in Sending JDBC Adapter, scenario is working fine but now we have to send the successful mail to our support team with status contain Number of success, Error and total records as email.
    I need the solution how to implement the same requirement in current scenario.
    Is their way to do something with the RFC receiver adapter module addition to send the successful mail or generating Alert with all the description?
    I am at PI 7.0 SP12 with HP unix box.
    Thanks in Advance for creative idea
    With Regards
    Sunil

    Hi Bhavesh,
    Thanks for your help and your blog is really helpful. I implemented the UDF for generating Email Alert but this alert is generating before Updating the SQL Database, is their any way to generate alert after updating the SQL.
    Actually in my scenario we are sending the data from SQL to R3 by RFC and again updating the SQL status whatever the RFC return, after successfully updating SQL we need to send success email to support people but if we are sending the email before updating the DB then their will be problem.
    JDBC receiver after updating the SQL DB returns the response with No. of row updated but how to capture this response, if we can capture this response then we can send email through email adapter even their is one more problem, In my scenario I am counting the number of rows with status “S” and “E” and sending the same in alert email but if are sending email after updating the SQL DB where can hold the row count value and use it while sending the email.
    Implemented the scenario without using BPM..i am using sender JDBC module processor for Syn-Asyn bridge.
    Even I do not find the link to reward point. Please let me know how to do it.
    With Regards
    Sunil

  • JDBC to RFC.request and RFC.response to JDBC

    Hi all,
    I have the need of create this scenario: JDBC will pick some records from DB and send them to SAP into a RFC.request, after that, SAP will generate a response that will be sent to XI (via the RFC. response), these data has to be sent back to the DB.
    So I am clear in the first part: JDBC sender and sRFC receiver, so that, the response will be sent back to XI, BUT, is there a way to map these response data into a DT_Receiver_JDBC without using BPM????  If so, how?
    And, what about the initial loads of data???  Customer wants this kind of scenario to be used then. What do you think about that?
    I know XI is not the best approach for this purpose but...  And i think i would have to take into account the response time of SAP in synchronous RFC...
    Hope you guys may help me on this.
    Thanks in advance and best regards,
    David

    is there a way to map these response data into a DT_Receiver_JDBC without using BPM?
    No. U will have to use BPM.
    I have not used it personally with JDBC adapter but u may try this to avoid BPM. Hope it works
    http://help.sap.com/saphelp_nw04/helpdata/en/45/20c210c20a0732e10000000a155369/frameset.htm
    I know XI is not the best approach for this purpose but... And i think i would have to take into account the response time of SAP in synchronous RFC...
    For sync scenario, the response time should always be considered. However, using XI won't be that much of pain. It will surely relieve you when it comes to monitoring.
    Regards,
    Prateek

  • I E ping error: User XIRWBUSER has no RFC authorization for ...

    Hi all,
    In the RWB->Component Monitoring when I select the
    "Integration Engine" it is giving ping error and Self-Test Status errors.
    Ping error: <b>User XIRWBUSER has no RFC authorization for function group CHECKRFCS</b>.
    Self-Test status: <b>JCo request failed</b>.
    Please help me, it is very urgent.
    Thanks in advance,
    Nagarjuna.

    Hi Nagarjuna,
    Please look at these..
    User abcd has no RFC authorization for function group SYST
    Delta Pull Fails with Short dump in R/3 - RFC_NO_AUTHORITY
    http://help.sap.com/saphelp_nw04/helpdata/en/4f/b541d812aea34695d54758cec0796f/frameset.htm
    cheers,
    Prashanth

  • Has no RFC authorization for function group ZRFC_XI

    Hi All,
       I have a scenario where I am calling RFC inside the BPM.  When I execute I got the errror as
    User SKXXXXX has no RFC authorization for function group ZRFC_XI
    I have gone though the form
    no RFC authorization for function group RFC2
    User abcd has no RFC authorization for function group SYST
    and I understood that  we need to set authroization object S_RFC with RFC_TYPE = FUGR, RFC_NAME = SYST and ACTVT = 16. I think we need to set this to XIISUSER and the password and for PI7.0 user PIISUSER and its password
    But not able to understand where we need to do this activity.  I request you to kindly let me know how to assign this object... do we need to assign in SAP system or in XI system.  please help me out on this problem.
    Regards,
    Dhill

    Dhil,
    I never worked on these stuffs. But I found some useful stuff ,I think surely it will help u.
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/please-how-to-create-an-authorization-object-386391
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c
    Best regards,
    raj.

  • User abcd has no RFC authorization for function group SYST

    hi,
       We are trying to http<>XI<>RFC scenario.
    When we are  sending request from http to xI.
    We got the followin response.
    <b>"User abcd has no RFC authorization for function group SYST"</b>
    Kindly let me know what authorization to be given to the user abcd.
    Regards,
    Nishita

    you need to give that user auth. object S_RFC for FUGR SYST and activity *.
    You can double check in transaction SU53 of the target system which check failed for the respective user. There it should show the auth. object mentioned above.
    Regards
    Christine

  • Http RFC destination for ECC to PI Connection Error

    Hi,
    While doing the proxy runtime configuration http RFC destination for ECC to PI .
    I configure the RFC destination as  below ---
    Target Host --  PI Host 
    Service No  -- 50000
    Path Prefix --- /sap/XI/engine/?type=entry
    Login  Security Details
    User Id -- PI user id
    Password --- PI password
    While doing the Connection Test , I got the error "ICM_HTTP_CONNECTION_FAILED"
    I checked  T-code in ECC system SMICM  and ICM is in green status and I checked the services are activated in SICF transaction.
    Please let me know how to resolve this issue.
    regards,
    Rohit

    Hi Rahul,
    I checked  all service are activated in SMICM  and I configured the FQDN also.
    Now  I cofigured the Service No  --- 8000(http port no of PI) instead of 50000(J2EEport no of )
    Target Host --- hostname
    and did a Connection test...then I am getting a status as "http reponse 500" and status text as "empty http request received".
    pls let me know is it correct configured or not.
    regards,
    Rohit

  • "maximum size of requests for one LUW has been reached"

    Hi
    In Rfc to jdbc scenario,
    how can remove this error
    "maximum size of requests for one LUW has been reached"
    thanks

    can u pls tell ,
    while mapping the rfc wth jdbc request message,
    where shud this "access" node be mapped
    i mapped it wth the root element of rfc message type that contains the fields structure as the child elemnts in this case shud be fileds--is it right?
    also the err now has changed to "Commit fault: com.sap.aii.af.rfc.afcommunication.rfcAFWException: senderA"
    thanks

  • RFC configuration for system monitoring / Early Watch reports

    Hello Basis Gurus:
    Please help me out.....
    The early watch reports in the solution manager of my system are failing consistently to execute.This is happening for all the 3 systems DEV,QAS,PRD.when i click on individual earlywatch reports it takes me to a screen which says  "data for this report is overdue.....go to your satellite system SDCCN to see why the data was not sent...."
    It says ...check the following things.....
    "The RFC connection for the SAP Solution Manager system is not working.
    The 'Task Processor' background job, which collects the session data, has been changed.
    Problems arose while data was being collected (see the detail log for the task that collects the session data).
    A periodic 'SDCC Maintenance Package' task has not been scheduled to check whether your SAP Solution Manager system requests session data."
    I can see the task processor job , and the periodic Maintenance package scheduled everyday and completed sucessfully.So is it the RFC which is causing the problem.
    Im SM59 of the solman, i can see system generated RFCs for the PRD,DEV,QAS and SND  (...3 for each of these systems...).
    say for PRD, these are the 3 RFCs.
    1.)SM_PRDCLNT<client#>_READ.
    2.)SM_PRDCLNT<client#>_TMW.
    3.)SM_PRDCLNT<client#>_TRUSTED.
    I am not sure which RFCs among the 3 for any given system does the solman use to communicate to the satellite systems.
    *The user id section in the Logon Data of any of these RFCs is blank.and the password says "is initial"...*is this correct.Does the user id have to be a communication type of user...
    PLeaase advise as to what could be going wrong..
    Regards.

    Hi,
    The system uses ABAP Connection (Connection Type 3) to connect to different Systems to execute Functional Calls.
    Now in your case, there are 3 different connections meaning your Basis Team has used 3 connections for different connection activities. This is totally a business dependent scenario.
    Now each time you create a RFC Connection, the system will need the following information to remotely call another system, they are:
    Host Details of Target System
    Logon Details to remotely login
    For RFC Connections the User Type has to be Communications User. But there are companies which use Dialog User Types as well to remotely login for some cases. When the User ID is created for an RFC User and a Password is assigned to it, this Password is considered as the Initial Password by the system. This Password is taken as the Initial Password in the RFC Connection as well.
    There can be cases where the system is Trusted and there is no need of a password, but an Username is mandatory in all cases. Remember if you set the system as Trusted, the password option gets deactivated and the connection wont work, if the system does not have the Trusted status.
    But in any case you must assign the Username alongwith the Client and Language Details in the RFC Connection for it to work.
    Hope this helps.
    /Manoj

  • Error maximum size of requests for one LUW

    Hi all,
    My problem is:
    In SAP ERP i call a function (ZQTC_NFE_CANCEL_XML_PI) that is implemented in SAP PI.
    Follow below my source code of a call:
    start----
    DATA: gv_rfcdest TYPE rfcdest,
          gs_cancel_xml TYPE zqtc_cancel_xml_layout.
    gv_rfcdest = 'SAPAVGXI'
    CALL FUNCTION 'ZQTC_NFE_CANCEL_XML_PI' IN BACKGROUND TASK
       DESTINATION gv_rfcdest
       EXPORTING
         i_cancel_xml          = gs_cancel_xml
       EXCEPTIONS
         communication_failure = 1
         system_failure        = 2
         OTHERS                = 3.
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    COMMIT WORK.
    end----
    When execute this function the error is "maximum size of requests for one LUW"
    Attention
    gs_cancel_xml is not big.
    Can anyone help me please!

    Hello,
    RFC destination progid created in R/3 should be same in XI system either D or Q system
    In your case check the RFC destination used and progid associated in that and make sure that the same progId exists in the system you want to receive data
    Note : progID is key for receiving data so make sure only one is active at a time.(in your case required D or Q s id in other system change the progid)
    Regards,
    Phani

  • (Request for reporting available) is not coming in Cube

    Hi All,
    I have Cube & DSO.
    I  added fields in DSO & Cube.
    Cube1 has Aggregrates built on it.i added 5 infoobjects on it, Now when i load data from DSO to Cube(Request for reporting available) is not coming up. i cant do reporting on it. can anyone help.
    thanks in advance,
    Kiran.

    Hi ....
    Have you done the Roll up ?
    Since aggregates are there on that cube....until and unless you do the roll up that request will not be available for Reporting...
    Regards,
    Debjani....

  • Error while raising modify request for AD resource

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance.
    Edited by: 856226 on Oct 19, 2011 4:55 AM

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

Maybe you are looking for

  • How can I get rid of white bar at top of desktop? MacBook Pro 10.5.8

    Hello, There is a 4" blank (or white) bar at the top RIGHT of my desktop, to the left of the Spotlight magnifier icon. The bar blanks out all of these drop-downs:  Open Time Machine Preferences, Detect Displays/Display Preferences, Open Bluetooth Pre

  • Import stops after a minute or so.

    I am trying to import video from my TV but iMovie stops importing after a minute or two. I am using a converter box (Miglia Director's Cut) and have a DVR (Digital Video Recorder) as my source. I have the video and audio cables out from the DVR going

  • 'Blur' and 'Denoise' in Secondary Color Correction Not Working.

    Hi Guys, been trying to Denoise some of my footage in Speedgrade. I select an area of the screen (I can see it being chosen by checking the Gray-Out function), but adding Denoise and/or Blur doesn't change anything. When changing colors or luminance

  • Impersonation using javascript in MS CRM 2013

    Could it be possible to retrieve records on behalf of another user in MS CRM 2013/2015 using javascript. Is there any way to use ActOnBehalfOf privilege using javascript? 

  • What Technically Do OSX Input/Output Slider Positions Mean?

    I'm wondering what the sound output and input sliders in OSX actually mean technically. They're nicely "simple" and "intuitive" -- uh, and give you absolutely no information about what's going on. This is for a stock Mac with default soundcard, and w