10-04-2007 06:53 AM
10-16-2007 09:36 AM
Other way to do this, is the way most ready-mix batch processors handle it. Do all the work in the PLC, and just have Lookout handle the final updates on the spreadsheet.
Since the PLC already knows when, and how much cement is being used, have it keep the inventory. When cement is added, have Lookout accept the amount, and send it to the PLC with a flag (maybe a date/time of when it was added) that the PLC can use to say 'time to add inventory'. Then all Lookout has to do is get the running total that the PLC is keeping, and store it at appropriate times.
David
10-16-2007 05:13 PM
10-17-2007 07:19 AM
Use double precision BCD (which gives you 99,999,999), or do it in floating point. Other possibilities would be long integers (32 bits) between Lookout and the PLC, which then get converted to BCD internally.
Good luck.
David Dudley
10-17-2007 10:04 AM
10-17-2007 03:44 PM
Historically, we have had mixed results with Lookout. Probably related to the size or original programming for our system, which is around 6000 I/O points. Lookout runs, and crashes about once every couple of months. When it fails, you sometimes loose what's going on up to then, and things have even gotten so bad at times, that we have had to purge all our historical information just to get back in operation. Oh well, into every life some rain must fall.........
I try to do anything, and everything, that is of operational importance inside the PLC(s). If one of the PLCs fail, Lookout may survive, but without the PLC.... who cares about Lookout - you can't do anything anyway. Lookout makes a reasonable operator interface for things, but for something I expect to run for years..... Lookout isn't in the running. We have PLC systems around here that have run for 10 or 15 years without ever being shut down once. Lets see you do that with Lookout.
David
10-17-2007 03:44 PM
Historically, we have had mixed results with Lookout. Probably related to the size or original programming for our system, which is around 6000 I/O points. Lookout runs, and crashes about once every couple of months. When it fails, you sometimes loose what's going on up to then, and things have even gotten so bad at times, that we have had to purge all our historical information just to get back in operation. Oh well, into every life some rain must fall.........
I try to do anything, and everything, that is of operational importance inside the PLC(s). If one of the PLCs fail, Lookout may survive, but without the PLC.... who cares about Lookout - you can't do anything anyway. Lookout makes a reasonable operator interface for things, but for something I expect to run for years..... Lookout isn't in the running. We have PLC systems around here that have run for 10 or 15 years without ever being shut down once. Lets see you do that with Lookout.
David
10-18-2007 08:02 AM