Jump to content

sending data to PLC for program to run


plcnewbe

Recommended Posts

I'm designign a filling machine. BUT, each fill is unique as ordered by different customers.

 

our website will generate a code that represents the formula (ingrediants) chosen.

There are over 200 possible ingrediants but the customer will be limited to 20.

This "serial number" will consist of a long string of numbers. 20X6

 

The first 3 digets are the hopper number on the machine, the second 3 numbers in the sequence is the Qty. this 3 by3 string repeats over and over in sucession 20 times.

 

I will be getting a spread sheet download every night with all the orders.

 

I have to send this table, or one line at a time to the PLC where it will use the number to drive the loops in the programing and send the bottle to the various hoppers in the formula untill full.

 

What is the best practice for this type of senerio??

 

john h

newbeplc guy

Link to comment
Share on other sites

Thanks.

What i can gather from the manual, is that a serial communication over the onboard com port of the vision is easyest ( no add on eithernet card needed) Make sense?

It looks like I get a max of 255 characters whether text or variable per message?, haven't figured out which is best to use, or how to parse that serial number up into different registars for the program to referance and consume.

 

Found the strings webinar, I'll bone up as much as I can bfore coming back.

 

thanks for the heads up

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