10-15-2024 11:10 PM
Conveyor goods counting system
Use random data 1-10
Will start counting if the data has occurred twice, for example
random data 1,2,9,4,3,1 -> one has occurred twice then counted one then started from zero again buffer conditions There are 10 groups A(1), (2), C(3), D(4), E(5), F(6), G(7), H(8), 1(9), 3(10) > Data / events can be saved automatically with the date month, year and number of counting items per group
If the random data produces a prime number twice then one of the 10 groups is reduced by one the accumulated reduction results are stored in the reject group data.
10 Groups will be processed in turn to enter the latest 10 Groups folder with a delay of 1000 ms (producer and c
Translated with DeepL.com (free version)
10-16-2024 12:02 AM
Since you posted here, I assume this has something to do with LabVIEW. What is your question?
10-16-2024 12:38 AM
guide me to make this program
Conveyor goods counting system
Use random data 1-10
Will start counting if the data has occurred twice, for example
random data 1,2,9,4,3,1 -> one has occurred twice then counted one then started from zero again buffer conditions There are 10 groups A(1), (2), C(3), D(4), E(5), F(6), G(7), H(8), 1(9), 3(10) > Data / events can be saved automatically with the date month, year and number of counting items per group
If the random data produces a prime number twice then one of the 10 groups is reduced by one the accumulated reduction results are stored in the reject group data.
10 Groups will be processed in turn to enter the latest 10 Groups folder with a delay of 1000 ms (producer and c
10-16-2024 01:27 AM
Which part is giving you problems?
A program cannot be better than the requirements document, and yours is not clear at all. Also note that your post is truncated, so we don't get the full story.
10-16-2024 01:28 AM
Hi rahiltzy,
@rahiltzy wrote:
guide me to make this program
Sounds like homework, so the answer most often will be:
What have you tried so far?
Where are you stuck?
And in your specific case: please explain the problem with more details (or try GoogleTranslate). Right now the translations sounds rather crude…
10-16-2024 02:54 AM
how to save random data to an array
10-16-2024 03:03 AM
first I use random data 1-10 then
how to make
will start counting if the data occurs twice.
10-16-2024 03:19 AM
how to create an array of size 10 with initialize array
10-16-2024 03:39 AM - edited 10-16-2024 03:40 AM
Hi rahiltzy,
@rahiltzy wrote:
how to save random data to an array
first I use random data 1-10
how to create an array of size 10 with initialize array
This is very basic LabVIEW stuff: you learn how to create arrays in the Core1 lessons!
Again: this is very basic LabVIEW stuff!
10-16-2024 09:49 AM
@rahiltzy wrote:
... 10 Groups will be processed in turn to enter the latest 10 Groups folder with a delay of 1000 ms (producer and c
.
The question is still incomplete. I guess that sentence should continue e.g. as follows:
.. ... a delay of 1000 ms (producer and consumer ...<...and probably many more words...>
As ai first step, post the entire homework question, preferably in the original language.