Click here to Skip to main content
15,887,350 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Extracting from DLLs Pin
MatrixCoder1-Mar-07 5:34
MatrixCoder1-Mar-07 5:34 
GeneralRe: Extracting from DLLs Pin
MatrixCoder1-Mar-07 16:54
MatrixCoder1-Mar-07 16:54 
GeneralRe: Extracting from DLLs Pin
The ANZAC1-Mar-07 19:00
The ANZAC1-Mar-07 19:00 
GeneralRe: Extracting from DLLs Pin
MatrixCoder2-Mar-07 3:26
MatrixCoder2-Mar-07 3:26 
GeneralMaybe Someone else can help. Pin
The ANZAC2-Mar-07 16:21
The ANZAC2-Mar-07 16:21 
GeneralRe: Extracting from DLLs [modified] Pin
TwoFaced2-Mar-07 19:23
TwoFaced2-Mar-07 19:23 
GeneralRe: Extracting from DLLs Pin
MatrixCoder3-Mar-07 5:42
MatrixCoder3-Mar-07 5:42 
QuestionSmall Project - Looking For Community Input Pin
Ian Woods28-Feb-07 14:45
Ian Woods28-Feb-07 14:45 
Hello coding community,

I have had a request from one of my clients to build a (VB 2005 per client) application for a particular in house task. Before I start coding, I would like to here some feedback comments to see that I ‘m approaching this project in the correct way.

Task Overview:
The client has multiple fixed scanning devices, reading carton barcodes (unique) on particular production lines. The scanning devices output the barcode data via TCP communications at a rate of approximately one barcode a second /per scanning device.

The requirement at stage one, is that the barcode data scanned will be sent to an in house server box, de-coded and written to a SQL table.

My Project Scope Ideas:
1. Based on the scanning devices are communicating via TCP, I should be looking at socket Client/Server application to receive the scanned barcode data.

2. To guarantee that data from all the devices will be sent to my application, should I make the scanning devices connect as a socket client?

3. The scanning devices only have a limited onboard buffer to hold the scanned barcodes. This in mind, I think that I should break the task into two different applications. One application handles the communications and data received. The second application does the barcode de-coding and writing the data to an SQL table.

4. Because of the limited onboard buffer issue, the applications need to be independent of user logins. Therefore, I think maybe making the applications into windows services would make more sense.

Overview of My Ideas:
The “DeviceCommunications” windows service would listen for scanning device connections on a particular TCP port. On receiving any data from a device connection, the service would write the data to disk (I/O file). Writing the data to a disk file, achieves two things, one the data from all devices as stored in a single file object and secondly it makes the process independent of de-coding the barcode and making database connections to write the data to an SQL table.

The “DataImport” windows service would run at periodical times and check to see if barcode data has been written too the file object. If so, then it would check if a database connection possible, then de-code each barcode and write the de-coded data to the SQL table.

Because a service should not interact with the desktop, a third windows application would be required to allow for configuration of the services and maybe some monitoring the services actions.

Sorry this is a bit long winded, I was trying to you some detail info to work with. Please feel free to make any comments you like. I have an open mind on this project, just want to achieve a good result.



Regards Ian

QuestionPLEASE HELP :( Pin
İsmail Durmaz28-Feb-07 10:42
İsmail Durmaz28-Feb-07 10:42 
QuestionVb Forms and Crystal Reports Pin
China-Gary28-Feb-07 9:45
China-Gary28-Feb-07 9:45 
QuestionVB6.0 -> VB.NET conversion (A question about COM references) Pin
BRShroyer28-Feb-07 8:45
BRShroyer28-Feb-07 8:45 
AnswerRe: VB6.0 -> VB.NET conversion (A question about COM references) Pin
Christian Graus28-Feb-07 10:04
protectorChristian Graus28-Feb-07 10:04 
QuestionReading Excel Data with VB.NET 2005 Pin
Jawa200628-Feb-07 8:41
Jawa200628-Feb-07 8:41 
Questionhow can we add winsock control in our vb.net application Pin
onrivman28-Feb-07 5:53
onrivman28-Feb-07 5:53 
AnswerRe: how can we add winsock control in our vb.net application Pin
Tim Carmichael28-Feb-07 8:05
Tim Carmichael28-Feb-07 8:05 
QuestionColor DataGridView cell on exception Pin
penguin500028-Feb-07 5:06
penguin500028-Feb-07 5:06 
Newsselectin in combobox........ Pin
manni_n28-Feb-07 2:43
manni_n28-Feb-07 2:43 
GeneralRe: selectin in combobox........ Pin
CPallini28-Feb-07 4:42
mveCPallini28-Feb-07 4:42 
QuestionRe: selectin in combobox........ Pin
manni_n28-Feb-07 6:35
manni_n28-Feb-07 6:35 
AnswerRe: selectin in combobox........ Pin
CPallini28-Feb-07 9:02
mveCPallini28-Feb-07 9:02 
QuestionCrystal reports Problem in vb.net2005 Pin
amaneet28-Feb-07 2:35
amaneet28-Feb-07 2:35 
Questionapplication.Run Pin
amaneet28-Feb-07 2:19
amaneet28-Feb-07 2:19 
AnswerRe: application.Run Pin
Colin Angus Mackay28-Feb-07 4:07
Colin Angus Mackay28-Feb-07 4:07 
QuestionImplicit and explicit conversion Pin
amaneet28-Feb-07 2:14
amaneet28-Feb-07 2:14 
AnswerRe: Implicit and explicit conversion Pin
Bassam Saoud28-Feb-07 3:47
Bassam Saoud28-Feb-07 3:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.