Library

Video Player is loading.
 
Current Time 0:00
Duration 4:51
Loaded: 0%
 

x1.00


Back

Games & Quizzes

Training Mode - Typing
Fill the gaps to the Lyric - Best method
Training Mode - Picking
Pick the correct word to fill in the gap
Fill In The Blank
Find the missing words in a sentence Requires 5 vocabulary annotations
Vocabulary Match
Match the words to the definitions Requires 10 vocabulary annotations

You may need to watch a part of the video to unlock quizzes

Don't forget to Sign In to save your points

Challenge Accomplished

PERFECT HITS +NaN
HITS +NaN
LONGEST STREAK +NaN
TOTAL +
- //

We couldn't find definitions for the word you were looking for.
Or maybe the current language is not supported

  • 00:00

    CLICK PLUS has now added data  logging to the CLICK PLC platform.  
    CLICK PLUS has now added data  logging to the CLICK PLC platform.  

  • 00:05

    This feature will allow logging for up to 16 data  points which then is stored in a CSV file format,  
    This feature will allow logging for up to 16 data  points which then is stored in a CSV file format,  

  • 00:12

    on a micro SD card. This does require  software version 3.00 and above.  
    on a micro SD card. This does require  software version 3.00 and above.  

  • 00:18

    To set up data logging, go to the Function tab of the navigation pane. Select Data Logging setup.  
    To set up data logging, go to the Function tab of the navigation pane. Select Data Logging setup.  

  • 00:29

    Select Here to enable the logging.  
    Select Here to enable the logging.  

  • 00:33

    Now that you have the logging enabled, you  can now select to have a bit to trigger the  
    Now that you have the logging enabled, you  can now select to have a bit to trigger the  

  • 00:37

    logging. This can be done with a bit that is  triggered from your ladder code, or you can use  
    logging. This can be done with a bit that is  triggered from your ladder code, or you can use  

  • 00:42

    a system bit. For this example, I am going to  make it simple and use a 1-second system bit SC7.  
    a system bit. For this example, I am going to  make it simple and use a 1-second system bit SC7.  

  • 00:50

    Typically, you won’t need to log at this speed,  but I want to make sure we have plenty of data  
    Typically, you won’t need to log at this speed,  but I want to make sure we have plenty of data  

  • 00:55

    to show when we look at the file later. Now that I have the trigger selected you  
    to show when we look at the file later. Now that I have the trigger selected you  

  • 01:00

    can select the trigger action; you  can select is want rising or falling.  
    can select the trigger action; you  can select is want rising or falling.  

  • 01:06

    Here is a list of the system registers that are associated with data logging. These are straight  
    Here is a list of the system registers that are associated with data logging. These are straight  

  • 01:11

    forward but I would like to quickly mention how the SD card eject works. Once you enable logging
    forward but I would like to quickly mention how the SD card eject works. Once you enable logging

  • 01:18

    in your project, then load that project to your CPU. The SD card is present in the CPU
    in your project, then load that project to your CPU. The SD card is present in the CPU

  • 01:25

    and the CPU is placed in Run. The logging will write your data to the micro SD card. When this  
    and the CPU is placed in Run. The logging will write your data to the micro SD card. When this  

  • 01:32

    SD card eject is triggered, logging will be  disabled until the Micro SD card is removed from the CPU
    SD card eject is triggered, logging will be  disabled until the Micro SD card is removed from the CPU

  • 01:39

    and then when the card is returned to the CPU  the logging will automatically begin again.  
    and then when the card is returned to the CPU  the logging will automatically begin again.  

  • 01:46

    When this bit is triggered both the  Error Log and Password Entry Log  
    When this bit is triggered both the  Error Log and Password Entry Log  

  • 01:51

    is then copied to the micro SD card. Now, here by default, the data logging  
    is then copied to the micro SD card. Now, here by default, the data logging  

  • 01:57

    will write to one log file. As you can  see here the file name will be Log.CSV,  
    will write to one log file. As you can  see here the file name will be Log.CSV,  

  • 02:04

    or you can select to create a new  file based upon triggering a bit.  
    or you can select to create a new  file based upon triggering a bit.  

  • 02:12

    When you select this option, the log file will be  named Log and then the following based upon the  
    When you select this option, the log file will be  named Log and then the following based upon the  

  • 02:19

    system time of when the file was created. You can store up to 999 files on the micro SD card. When  
    system time of when the file was created. You can store up to 999 files on the micro SD card. When  

  • 02:27

    you go above 999 files, the first file will then be deleted. Basically, first created, first deleted.  
    you go above 999 files, the first file will then be deleted. Basically, first created, first deleted.  

  • 02:36

    For this example, I am going to  select the one file option.  
    For this example, I am going to  select the one file option.  

  • 02:39

    Here is the header format for both Time and Date - has three data ways to display  
    Here is the header format for both Time and Date - has three data ways to display  

  • 02:44

    the data. I will show how this looks  when we get to the created file later.  
    the data. I will show how this looks  when we get to the created file later.  

  • 02:49

    Here is where we define the up  to 16 data points for logging.  
    Here is where we define the up  to 16 data points for logging.  

  • 02:52

    For each point, you can define an  individual header and file formatting.  
    For each point, you can define an  individual header and file formatting.  

  • 02:56

    I am going to set this up to log the System Scan  counter so we can see some data later.  
    I am going to set this up to log the System Scan  counter so we can see some data later.  

  • 03:04

    Once we set the register, we can define  the format option for this point.  
    Once we set the register, we can define  the format option for this point.  

  • 03:09

    The format defaults to variable digits or set  a fixed number of digits and suppress the zeros.  
    The format defaults to variable digits or set  a fixed number of digits and suppress the zeros.  

  • 03:17

    From here, you can simulate a value and see how  it will display like in the eventual log file.  
    From here, you can simulate a value and see how  it will display like in the eventual log file.  

  • 03:24

    I will set it back to  the default of variable digits.  
    I will set it back to  the default of variable digits.  

  • 03:29

    Now that we have all of this setup, I am  just going to send this project to the CPU.  
    Now that we have all of this setup, I am  just going to send this project to the CPU.  

  • 03:41

    Once the project is loaded, the CPU is in run mode  
    Once the project is loaded, the CPU is in run mode  

  • 03:45

    and the micro SD card is present, logging will begin. I am going to let this run  
    and the micro SD card is present, logging will begin. I am going to let this run  

  • 03:51

    for a little while and set up a data view  so we can trigger the SD eject bit.  
    for a little while and set up a data view  so we can trigger the SD eject bit.  

  • 04:03

    Now, I will pull that data out, load  my micro SD card into my laptop here  
    Now, I will pull that data out, load  my micro SD card into my laptop here  

  • 04:09

    and this is the way the  folder structure will look.  
    and this is the way the  folder structure will look.  

  • 04:13

    Here is our file. I am going to open this up.  As you can see, here are your file headers,  
    Here is our file. I am going to open this up.  As you can see, here are your file headers,  

  • 04:19

    your individual data registers header,  everything quick, easy and simple to set up.  
    your individual data registers header,  everything quick, easy and simple to set up.  

  • 04:25

    Once again, CLICK makes advanced simple. If you have any questions on this or any  
    Once again, CLICK makes advanced simple. If you have any questions on this or any  

  • 04:30

    other features of the CLICK PlUS PLC, please  feel free to comment below or call into our  
    other features of the CLICK PlUS PLC, please  feel free to comment below or call into our  

  • 04:35

    technical support department. Select here to  see more videos on the CLICK PLUS platform and  
    technical support department. Select here to  see more videos on the CLICK PLUS platform and  

  • 04:40

    select here to subscribe to our YouTube channel  to see more of our many products and solutions.
    select here to subscribe to our YouTube channel  to see more of our many products and solutions.

All noun
platform
/ˈplatfôrm/

word

Flat, raised structure that people stand on

CLICK PLUS PLC: Data logging

8,004 views

Intro:

CLICK PLUS has now added data  logging to the CLICK PLC platform.  
This feature will allow logging for up to 16 data  points which then is stored in a CSV file format,  
on a micro SD card. This does require  software version 3.00 and above.  
To set up data logging, go to the Function tab of the navigation pane. Select Data Logging setup.  
Select Here to enable the logging.  . Now that you have the logging enabled, you  can now select to have a bit to trigger the  
logging. This can be done with a bit that is  triggered from your ladder code, or you can use  
a system bit. For this example, I am going to  make it simple and use a 1-second system bit SC7.  
Typically, you won’t need to log at this speed,  but I want to make sure we have plenty of data  
to show when we look at the file later. Now that I have the trigger selected you  
can select the trigger action; you  can select is want rising or falling.  
Here is a list of the system registers that are associated with data logging. These are straight  
forward but I would like to quickly mention how the SD card eject works. Once you enable logging
in your project, then load that project to your CPU. The SD card is present in the CPU
and the CPU is placed in Run. The logging will write your data to the micro SD card. When this  
SD card eject is triggered, logging will be  disabled until the Micro SD card is removed from the CPU
and then when the card is returned to the CPU  the logging will automatically begin again.  
When this bit is triggered both the  Error Log and Password Entry Log  
is then copied to the micro SD card. Now, here by default, the data logging  
will write to one log file. As you can  see here the file name will be Log.CSV,  

Video Vocabulary

/ˈprez(ə)nt/

adjective noun verb

in particular place. period of time now occurring. To give a speech or presentation.

/ˈfēCHər/

adjective noun verb

Main; important. Distinctive or important point of something. have as prominent attribute or aspect.

/ˈvərZHən/

noun verb

New or different form of something. create new version of.

/əˈsōsēˌādid/

adjective verb

connected with something else. To spend time with other people; mix with.

noun verb

A planned piece of work for specific purpose. estimate on basis of present trends.

/ˈlôɡiNG/

noun verb

Act of cutting down trees. To record something in an official account.

/rəˈtərn/

other verb

To come back after being away from somewhere. To repay someone's actions, kindness etc..

/ˈtriɡəriNG/

adjective verb

causing particular action, process, or situation to happen. To start a process off e.g. a memory.

/ˌôdəˈmadiklē/

adverb

by itself with little or no direct human control.

/ˈmen(t)SH(ə)n/

noun verb

reference to someone/thing. To refer to or talk or write about something.

/ˈpasˌwərd/

noun

Secret phrase allowing you to get access.

/ˈtriɡər/

noun verb

Device that starts a process. To start a process off e.g. a memory.

/ˈsôf(t)wer/

noun

programs and other operating information used by computer.

/ˈfôrwərd/

adjective adverb noun verb

directed or facing towards front. towards front. attacking sports player. To send something to another address or person.