<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.ti2.com.au/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.ti2.com.au/wiki/feed.php">
        <title>Ti2 Knowledge Base</title>
        <description></description>
        <link>http://www.ti2.com.au/wiki/</link>
        <image rdf:resource="http://www.ti2.com.au/wiki/lib/images/favicon.ico" />
       <dc:date>2009-09-09T13:40:36+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control:pc:stepper:stepper_configure?rev=1250663148&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control:pc:stepper:steppermotor?rev=1250658083&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control:pc:stepper:stepper?rev=1250489859&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:receiver?rev=1250048949&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:sender?rev=1250048924&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control_help:err:compiler:c1544?rev=1247801189&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control_help:err:compiler:c1332?rev=1247795567&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.ti2.com.au/wiki/4control_help?rev=1245396372&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.ti2.com.au/wiki/lib/images/favicon.ico">
        <title>Ti2 Knowledge Base</title>
        <link>http://www.ti2.com.au/wiki/</link>
        <url>http://www.ti2.com.au/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.ti2.com.au/wiki/4control:pc:stepper:stepper_configure?rev=1250663148&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-19T06:25:48+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control:pc:stepper:stepper_configure - created</title>
        <link>http://www.ti2.com.au/wiki/4control:pc:stepper:stepper_configure?rev=1250663148&amp;do=diff</link>
        <description>Stepper configure will the stepper card for use with the NSA-12 motor.
If another block is using the motor, fail.
If the motor is already listed as being configured, re-configure it.
(as a result you should not call this block again once the motor is configured, or it will start configuring again)</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control:pc:stepper:steppermotor?rev=1250658083&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-19T05:01:23+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control:pc:stepper:steppermotor</title>
        <link>http://www.ti2.com.au/wiki/4control:pc:stepper:steppermotor?rev=1250658083&amp;do=diff</link>
        <description>StepperMotor is a data structure that stores all the state information and inputs/outputs relating to a single motor, as well as the parameters that motor is to run under.

Parameters

These parameters dictate the operation of the stepper motor. They should be set before using any of the stepper control function blocks. Do not change them in the middle of operations, or undefined behaviour may occur.</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control:pc:stepper:stepper?rev=1250489859&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-17T06:17:39+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control:pc:stepper:stepper</title>
        <link>http://www.ti2.com.au/wiki/4control:pc:stepper:stepper?rev=1250489859&amp;do=diff</link>
        <description>This library is designed to simplify control of the Wago 750-671 stepper control card.
The library has been tailored specifically for the NSA-12, but with some customisation could be used for another motor type.

Components

	*  StepperMotor

	*  Stepper_Configure
	*  Stepper_Home
	*  Stepper_Seek
	*  Stepper_Adjust
	*  Stepper_Reset
	*  Stepper_Stop</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:receiver?rev=1250048949&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-12T03:49:09+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control_help:lib4ccommunication:receiver</title>
        <link>http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:receiver?rev=1250048949&amp;do=diff</link>
        <description>PROGRAM Receiver
  VAR_EXTERNAL
    par : COMM_PARTNER; (*Instance of COMM_PARTNER declared in resource file*)
    com1 : CONNECT;     (*Instance of CONNECT declared in resource file *)
    testval : BYTE;     (* Byte that is written to the byte string 'data', declared in resource file *)
  END_VAR
  VAR
    read : SER_READ;    (* Instance of SER_READ *)
    data : BYTE_STRING; (* Byte string for information transport *)
    i : DINT;           (* Counter variable for test loop for information c…</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:sender?rev=1250048924&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-08-12T03:48:44+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control_help:lib4ccommunication:sender</title>
        <link>http://www.ti2.com.au/wiki/4control_help:lib4ccommunication:sender?rev=1250048924&amp;do=diff</link>
        <description>PROGRAM Sender
  VAR_EXTERNAL
    par : COMM_PARTNER; (*Instance of COMM_PARTNER declared in resource file*)
    com1 : CONNECT;     (*Instance of CONNECT declared in resource file *)
    testval : BYTE;     (* Byte that is written to the byte string 'data', declared in resource file *)
  END_VAR
  VAR
    write : SER_WRITE; (* Instance of SER_WRITE *)
    init : BOOL; (* Flag for checking whether the byte string 'data' has already been initialized *)
    i : DINT; (* Counter for initializing 'd…</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control_help:err:compiler:c1544?rev=1247801189&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-17T03:26:29+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control_help:err:compiler:c1544 - fixed code examples</title>
        <link>http://www.ti2.com.au/wiki/4control_help:err:compiler:c1544?rev=1247801189&amp;do=diff</link>
        <description>Compiler Error C1544

----------

l-value expected at parameter &lt;number&gt; of '&lt;function name&gt;'

Explanation:


 In a function call, an actual parameter that is not an l-value, i.e. that cannot be written in, was assigned to a formal function parameter declared as VAR_IN_OUT or VAR_OUTPUT in the interface of the function. This may have been a constant or literal. An actual parameter in which a value can be written must be passed to each IN_OUT and OUTPUT parameter of a function.</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control_help:err:compiler:c1332?rev=1247795567&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-17T01:52:47+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control_help:err:compiler:c1332 - fixed code examples</title>
        <link>http://www.ti2.com.au/wiki/4control_help:err:compiler:c1332?rev=1247795567&amp;do=diff</link>
        <description>Compiler Error C1332

Expected type '&lt;type&gt;', but '&lt;this type&gt;' is a '&lt;another type&gt;'

Explanation:


 The context in which 'this type' is used requires 'this type' to be either a structure, an instance or a program. 'this type', however, is of the type 'another type'. The following code sections are examples of this error:</description>
    </item>
    <item rdf:about="http://www.ti2.com.au/wiki/4control_help?rev=1245396372&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-06-19T07:26:12+00:00</dc:date>
        <dc:creator>patbarnes</dc:creator>
        <title>4control_help - Page name changed from ti2_4control_help to 4control_help</title>
        <link>http://www.ti2.com.au/wiki/4control_help?rev=1245396372&amp;do=diff</link>
        <description></description>
    </item>
</rdf:RDF>
