Search the Community

Showing results for tags 'basics of plc'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 2 results

  1. Hi all, i'm creating a ComboBox using Visual Basics on Factory Talk View SE. My issue comes when i tried to add items to the ComboBox. But this items must be values from a P - Parameters List. How can i do this? I have a little code created but doesn't work. Anyone can help me? Thanks in Advanced PD: Here is my actual code. Private Sub Display_AnimationStart() Dim List As StringList Dim Msg1 As String     Set List = Me.TagParameters     Msj1 = Lista.Item(1)          ComboBox1.AddItem (Msj1,1) End Sub
  2. Hello admin, Im new to PLC domain , i have one OMRON CP1E N30 with in built RS 232 port and ladder program to run in Homing and forward and reverse motion. I want to control the PLC from a computer using RS 232 communication. From what little i read from manual supplied for programming ,i came to know that there are two type of commands C mode as well as Fins commands. My doubt is whether these commands can read/write CIO memory addresses that are used to set and reset the motor enable/disable in ladder program through CX programmer software? for example: in my ladder program CIO memory address 30.00 is the motor enable/disable address so if i want to control externally from a PC to enable/disable the motor ,which commands should i use and is there a format to send these commands as well as the value. I am planning to build a GUI in Labview to cotrol the PLC via Serial RS 232 . How can i do it ? Thanks in advance.