Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with PLC syntax required

Status
Not open for further replies.

Markloch

Computer
Joined
Mar 17, 2002
Messages
1
Location
NZ
Can anyone help with, or suggest a resource for, the syntax used in the following code lines, used with the Italian "Technit" PLC series:
<code>
1560 aspi 1.10, 0, 0, 9054
1570 muovi 2, maxind2, 4, 2, 2
1580 if (*22.20) != 0 goto 1650
1602 if 3 !! cx - 1 # 5 < (-400) goto 1607
1660 if movx >= 1 ## 0 goto 1715
</code>
It seems like a Basic variant, and I guess the &quot;!=&quot; means &quot;not equals&quot;, but I'm struggling with the meanings of &quot;!!&quot;, &quot;#&quot;, and &quot;##&quot;, and the number of parameters following some operators.

Help with Italian commands like &quot;aspi&quot;, &quot;muovi&quot;, &quot;aspo&quot;, would also be appreciated.

thanks - Mark

 
My berlitz Italian dictionary says:

aspi -- reels
muovi -- you move
aspo -- reel

Some of the major plc groups have Italian counterparts that will look at your code for you. It may be option.

Carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top