Does anyone have experience using C# and a Cognex camera? I wish to extract information from an in-sight explorer spreadsheet and display it on a C# program using:
Cognex.InSight.Cell.CvsCellFloat
but I don't know how. I am new to C# so any help will be greatly appreciated.
C# extract Cell Information from In-Sight Explorer (Cognex)
6.9k Views Asked by Jennifer21 At
1
I am assuming you have already purchased and installed the In-Sight SDK. If not, please contact your local Cognex distributor.
Here's instructions for a very simple demo application:
Note: The ResultsChanged event doesn't only occur on an inspection. I would suggest you add an inspection counter to your spreadsheet (using an Accumulate function triggered by event A0) and add code at the start of the ResultsChanged event to check if the inspection count has changed since the occurrence of the ResultsChanged event. If the counter hasn't changed, simply exit the ResultsChanged event handler by using a 'return;' statement.