- Aug 25, 2021
-
-
Jared Croese authored
-
Jared Croese authored
-
Jared Croese authored
-
Jared Croese authored
-
Jared Croese authored
-
Jared Croese authored
-
Jared Croese authored
-
- Aug 18, 2021
-
-
Marcus Jankowski authored
-
Marcus Jankowski authored
-
Marcus Jankowski authored
Bitfile with successful implementation of timestamp for gated pulse data added to FPGA project. Update reference
-
Marcus Jankowski authored
-
Marcus Jankowski authored
-
- Aug 13, 2021
-
-
Marcus Jankowski authored
Changed minimum window width to ensure that the drop below the trigger threshold is actually recognized (avoids undershooting due to miss of the end of the signal).
-
- Aug 06, 2021
-
-
Marcus Jankowski authored
-
Marcus Jankowski authored
Changed Write Channel Data.vi to write the data based on the corresponding channel (not WCM anymore)
-
- Jul 08, 2021
-
-
Marcus Jankowski authored
-
- Jul 01, 2021
-
-
Marcus Jankowski authored
-
Marcus Jankowski authored
Update to get the VITO Scope back into the initiate state once a measurement has been finished, i.e. it will not go back to idle but instead wait for the next trigger to start another data acquisition. To do so, we changed VITO Scope actor core to send a 'send start acquisition' message in order to set the acquisition state machine on the FPGA side right back into the initiaed state. Also changed StartAcquisition.vi and StopAcquisition.vi: They now check the acquisition state in the private data and the FPGA acquisition state for a change and now send the new acquisition state rather than the old one (had been incorrectly wired incorrectly). Notes: scope gives an error when someone now pushs the stop button. Also, scope will send delayed pulses when it's started instead of waiting for the first trigger. Pulses for every follwing trigger are sent corretly.
-
- Jun 29, 2021
-
-
Marcus Jankowski authored
Changes made to set the desired data acquisition time before stopping the measurement. Already allows to read a data acquisition time from the .ini file
-
Marcus Jankowski authored
VCS corresponding to the updated FPGA project with the corrected FIFOs for eight instead of four pulse properties
-
- Jun 18, 2021
-
-
Marcus Jankowski authored
-
Holger Brand authored
-
Marcus Jankowski authored
-
Marcus Jankowski authored
-
Marcus Jankowski authored
-
- Jun 17, 2021
-
-
Holger Brand authored
- Add logging base path - Improve error handling
-
- May 11, 2021
-
-
Holger Brand authored
Fix broken dialog maybe caused by merging LV2019 version.
-
Holger Brand authored
-
Holger Brand authored
-
Holger Brand authored
-
Holger Brand authored
-
- May 10, 2021
-
-
Holger Brand authored
-
- Mar 22, 2021
-
-
Holger Brand authored
-
- Mar 19, 2021
-
-
Holger Brand authored
Add three new parameter to be used to avoid error -52000 "The specified number of bytes could not be allocated." or 'Not enouph memory to complete operation" • VITO_Scope:VITO_Scope.MaxNofSetsCDS=15625 ○ Maximum number of sets of 32 U16 elements to read from DMA. • VITO_Scope:VITO_Scope.MaxNofSetsPP=15625 ○ Maximum number of sets of 8 U64 elements to read from DMA. • VITO_Scope:VITO_Scope.TDMSSortPPByChannel=False ○ Sort pulse properties by channel or not.True: Sort into individual TDMS channel groups.False: Store all channels in one TDMS channel group.
-
- Mar 18, 2021
-
-
Holger Brand authored
This is tried for performance reason, but 'Not enouph memory to complete' error still occurs after very short time of logging.
-
Holger Brand authored
Same data structure as in VITO_DeviceSession driver example.
-
- Mar 17, 2021
-
-
Holger Brand authored
-
- Mar 12, 2021
-
-
Holger Brand authored
- New message to improve Actor Core.vi for interactive usage.
-
Holger Brand authored
-
- Mar 11, 2021
-
-
Holger Brand authored
-