Beckhoff string array and .NET

Taco

Lifetime Supporting Member
Join Date
Aug 2004
Location
Maastricht
Posts
27
Hi all,

I want to read an array of strings (3500) out off a Beckhoff CX with VB.net and place them in a combobox.
The simple way is to make 3500 handles to every item in the array, and read them in. But this takes too long (about 20sec.).
Does anyone know a faster way to do this?
 
Why is 20 secs too long - the combo box isn't displaying all 3500 strings at the same time is it ?
 
Yes it is. Actually I have 4 arrays of strings in the Beckhoff, each with 3500 items maximum. In the PC program I have 4 comboboxes I want to fill, each with an array. So 4 times 20 seconds makes....... too long for a user to wait for.
 
Where are the strings coming from and why would they change - can't you read the strings in a background thread ?
 
The strings are items like Badgenumbers, employee numbers, RFID-chip codes, etc.
I guess I can make a thread doing it in the background. I only have to read them in when the PC program starts. After that the arrays don't change very often.
 
Last edited:

Similar Topics

Hello! Sorry, my english is poor:rolleyes: Please tell me how to remove the line from the file. The library TsSistem no suitable function. Can be...
Replies
5
Views
3,005
Hi everyone, This is my first time posting, so please forgive any omissions or mistakes. I am attempting to control the velocity of a stepper...
Replies
18
Views
1,009
Hello sameone have Beckhoff PLC Siemens Sinamics V90 configuration example?
Replies
0
Views
99
hello, I am using Beckhoff with TwinCAT3 and when I change or add some new hardware or for any reason, there is a mismatch in the real hardware vs...
Replies
1
Views
126
I have a Beckhoff CX7000 IPC with some digital I/O built-in and I additionally need two analog inputs 0-10V. Can I install both Ethernet terminals...
Replies
4
Views
208
Back
Top Bottom