Jump to content

Recommended Posts

Posted (edited)
-(SM)- is a retentive latch instruction (Set) -(RM)- is the corresponding unlatch (Reset) Retentive means that the coil will resort to its former state following a power interruption or other stoppage of the PLC. The corresponding non-retentive instructions are: -(S)- and -{R}- The -(^)- instruction is a positive transition (one-shot) coil. Edited by Steve Bailey
Posted
The MOVE instruction should realy be called COPY. It copies the data at the IN node to the address defined at the Q node. The data at the IN node can be a constant or the value from a register. The LEN parameter defines how many words are copied. If you have a MOVE instruction with a LEN parameter of 2, CONST 5 at the IN node, and %R00100 at the Q node, when enabled, it will place the value of 5 in registers %R00100 and %R00101. The same instruction but with %R00001 at the IN node will copy the value in %R00001 to %R00100 and the value in %R00002 to %R00101.
Posted (edited)
4.= http://globalcare.gefanuc.com/search/glbCareProdManuals.asp3. PID Proportional Integral Derivative, Independant 2. Rotate Left _ Word 1. Up Counter Edited by RussB
Posted
At the url that Russ provided, I recommend the manual GFK-0467. That is the Logicmaster 90-30 reference manual. Logicmaster is obsolete software, but the manual provides a good description of the available functions.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...