plc storereviewsdownloads
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc.
 
Try our online PLC Simulator- FREE.  Click here now to try it.

---------->>>>>Get FREE PLC Programming Tips

New Here? Please read this important info!!!


Go Back   PLCS.net - Interactive Q & A > PLCS.net - Interactive Q & A > LIVE PLC Questions And Answers

Get the book!

If you're really looking to learn about PLCs, you NEED our book...

"Your Personal PLC Tutor - A Guide to Understanding PLCs"

Easy to read and uses 'plain' language!
Get $$FREE$$ priority mail shipping too!!!
You WILL be glad you did!!

Click Here now to order

Reply
 
Thread Tools Display Modes
Old February 7th, 2010, 03:27 PM   #1
Damaged
Member
United States

Damaged is offline
 
Join Date: Oct 2008
Location: Alabama
Posts: 18
ML110 MSG SetUp

Ok I have been reading for three days. I need some help determining if I can do this or not. I apologize before hand for any information that I will leave out. This is what I have:

ML1100 bul.1763 series b.
Chnl 0 is reading barcode scanner (no problems).
chnl 1 is on a LAN. Communing with a PV + (No problems)

The other device that is on the LAN is a Sensopart FA 45 Eyesight camera (PT#522-91082 (or 92)). The camera is looking down at products and giving a Pass/Fail signal. The camera has 5 configurations that have to be trigger in order for the camera to identify the Parts.

The vendor that specified the parts in this job was under the impression that the cameras config could be changed by discreet triggering using pulse from the PLC. (I had to order a 1762-OB8 to do the switching in the time the camera needed). The reality is that the camera can use the discreet siganl to trigger the capture but needs a command string to change the configuration of the cameras. The actually string is "#007<FILENAME>.ckp#".

How can I set the MSG instruction to write this command to the camera? I have setup MSG instructions for PLC to PLC communication but never for a "Non-AB" device.

The camera manual is very vague on the actual communication setup other that that it is an "UDP protocol" and that the receiving port is "5952".

Camera Site.... Manual is on the right

How can I direct the MSG to that specific port. I could only get as far as the IP address. Then when I choose the generic CIP, it tells me that the "string" format is invalid.

I sure could use some advice on this.
__________________
Evil Me Is.....Bubba Army
  Reply With Quote
Old February 7th, 2010, 04:26 PM   #2
robertkjonesjr
Member
United States

robertkjonesjr is offline
 
Join Date: Jan 2009
Location: NH
Posts: 113
I don't think you can get there from here. My understanding is that there is no general ethernet comms available on the built-in port. You need raw socket access to a UDP socket, and it just can't do it. I think your going to have to add hardware. If it was TCP I know what I would do, but with UDP I would have to do some research.

The Digi One IAP might do this...
also check RTA - this application wasn't explicitly listed as they are pretty specific about use of TCP, but might be worth a phone call.

Last edited by robertkjonesjr; February 7th, 2010 at 04:41 PM.
  Reply With Quote
Old February 7th, 2010, 11:35 PM   #3
Mike Lamond
Member
United States

Mike Lamond is offline
 
Join Date: Oct 2009
Location: Syracuse, NY
Posts: 30
I looked at the manuals briefly. The camera programming language does seem to lack a command to switch programs, so that it could respond to a discrete input as the vendor thought. However, the Quickstart manual lists serial text string commands equivalent to the LAN commands. If you have access to the camera's serial port, I suggest putting in a second ML1100 and using the ASCII commands to command the camera through that PLC's RS232 port.

Mike
  Reply With Quote
Old February 8th, 2010, 07:27 PM   #4
Damaged
Member
United States

Damaged is offline
 
Join Date: Oct 2008
Location: Alabama
Posts: 18
Thanks Robert and Mike!

I realize that I will probably have to do this with an external device, but was just checking myself. I was/am in doubt, so I thought I would ask. Now my question is the what is the most efficient ($$ : )) to do this.

If any one else would like to chime in ... all responses welcome.
__________________
Evil Me Is.....Bubba Army
  Reply With Quote
Old February 8th, 2010, 07:37 PM   #5
JeffKiper
Member
United States

JeffKiper is offline
 
JeffKiper's Avatar
 
Join Date: Jun 2006
Location: Indiana
Posts: 541
What is the 1100 for just to pass info or to do controll off the data?
I would look at a Red lion G3 you can't get better support than that and you could do away with the PV+. Then next would be Real Time Automation the 460 line is great they are running a sell now just to get them out to the market.
__________________
"Nothing counts as much as blood. The rest are just strangers."
  Reply With Quote
Old February 12th, 2010, 06:54 PM   #6
Damaged
Member
United States

Damaged is offline
 
Join Date: Oct 2008
Location: Alabama
Posts: 18
UPDATE!

The vendor that speced out the parts for the project met with the sensopart distributor and with help from the German manufacturer, they have it where we will be able to switch the setup config by discreet pulses.

From what I understand, in the camera config software, these guys set up a counter that monitored a configurable input and did a comparison. C=x then "this".

NOW, if I can just get the 1762-OB8 modules in that I ordered 2 weeks ago I could finish this project. What is going on with AB and the "Part Shortage", anyone know?

Thanks for all your replies!!
__________________
Evil Me Is.....Bubba Army
  Reply With Quote
Old May 26th, 2010, 08:59 PM   #7
Damaged
Member
United States

Damaged is offline
 
Join Date: Oct 2008
Location: Alabama
Posts: 18
Update!

Changed out all the cameras, replaced with Banner Cams.
__________________
Evil Me Is.....Bubba Army
  Reply With Quote
Old May 26th, 2010, 10:35 PM   #8
JeffKiper
Member
United States

JeffKiper is offline
 
JeffKiper's Avatar
 
Join Date: Jun 2006
Location: Indiana
Posts: 541
Banner makes some nice stuff. Did you get it all up and running OK?
__________________
"Nothing counts as much as blood. The rest are just strangers."
  Reply With Quote
Old May 27th, 2010, 12:58 PM   #9
Damaged
Member
United States

Damaged is offline
 
Join Date: Oct 2008
Location: Alabama
Posts: 18
Yes up and running, but not totally integrated into production due to factors that I have no control over.
__________________
Evil Me Is.....Bubba Army
  Reply With Quote
Old May 27th, 2010, 01:03 PM   #10
JeffKiper
Member
United States

JeffKiper is offline
 
JeffKiper's Avatar
 
Join Date: Jun 2006
Location: Indiana
Posts: 541
just a little FYI.I install all of my cameras to be powered off an output in a PLC. That way I can cycle power to them when the comms lock up without walking out to the machine. I am lazy. This usually only happens when you are doing startups on the cameras and flood them with info. They may have cleaned that up in the latest firmware.
__________________
"Nothing counts as much as blood. The rest are just strangers."
  Reply With Quote
Reply
Jump to Live PLC Question and Answer Forum

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Topics
Thread Thread Starter Forum Replies Last Post
MSG read/write versus HMI read/write - most efficient rguimond LIVE PLC Questions And Answers 7 January 6th, 2010 05:32 PM
MSG setup delt LIVE PLC Questions And Answers 0 October 10th, 2009 04:56 PM
How To Enter Rslogix 5000???? sundar_scada LIVE PLC Questions And Answers 9 October 8th, 2009 11:29 AM
ControlLogix MSG setup Kev77 LIVE PLC Questions And Answers 10 September 22nd, 2009 12:21 AM
Another SLC MSG problem Russff LIVE PLC Questions And Answers 3 March 22nd, 2006 03:25 PM


All times are GMT -5. The time now is 02:35 AM.


.