Jump to content

Recommended Posts

Hi,

 i'm new on this forum so i'd like to say welcome at first. And second ask about some odd issue:

hardware spec : V700+ v200-18-e2b. Having startup display and two additional displays. one for automatic mode and one for manual mode. Every mode has own subroutine. In start-up display one can choose which mode. The PLC controller in automatic mode connects with servo and sends datas via modbus (that works). In manual mode there is simply (as a subroutine):

--/ /--()-

if button pressed (let's say MB 113) then  open (O 0)

 

For a connection I use com1  as a RS232. Watching this online I see I press the button (MB113  makes active-red color) but output remains still off. I started searching what is going on and checked that this happens when com1 is connected to servo but usb cable I use to programm is disconnected from the PC computer.

On the other hand when i disconnect com1 from PLCside or servo side then pressing button (MB113) makes output O0 active. If I connect usb cable to PLC and having connected com1 to plc and servo it works as well. Odd, at least for me. In main routine there is no modbus blocks, but at start-up com init and modbus config.  What can cause this problem?

Link to comment
Share on other sites

Hi,

I know but there is not problem with com1-usb.  the question is why with disconnected com1 i can set output (O0) ON but with connected i can't if the

--/ MB113/--(O0)-

is in subroutine?  But if i put this above in the main routine it works regardless of the rs232 cable (connected or disconnected)..

Link to comment
Share on other sites

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.   Paste as plain text instead

  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...