Do you have any examples for counters in python? Also, how would I activate a function during a pulse?
@OctoberAtRolla3 ай бұрын
Hi! I tried your code with NI USB-6008, but I got Error -50808 in NI MAX which makes the self test fail. Can't reset. Have you seen that before?
@lifephilic2 жыл бұрын
very helful video
@MHegazi8 ай бұрын
Hi Mr. Halvorsen, Thank you for such an informative video. Could you also create a tutorial showing how to transmit the logged data to a cloud server? Perhaps over Wifi or cellular? This would be ideal for mobile (in motion) systems.
@IndustrialITandAutomation8 ай бұрын
www.halvorsen.blog/documents/programming/python/
@hridakapoor15702 жыл бұрын
Thanks for the helpful video. How do we go about generating a sinusoidal voltage output? Do we use task.ao_channels.add_ao_func_gen_chan()?
@matiasmoreira64613 жыл бұрын
I have the KATE module installed, but line 3 does not show the dialog that contains the options for inputs, outputs, etc. Is there an additional module to see it? Thank you.
@rezahamzeh37363 жыл бұрын
@Hans: you are amazing! Thank you a lot for such amazing tutorials for free. Can you please produce some tutorials for data logging from PLCs using Modbus TCP and Python?
@srenpetersen32142 жыл бұрын
Hi your videos are very helpfull, thanks :) However, for my application im trying to measure the frequency of a square wave and i cannot seem to get the sampling time low enough. Current is 1/3 secs about - do you have any idea how i can lower the sampling time or where i can find out about it? Thansk in advance
@elliotwadge88383 жыл бұрын
hey this was really helpful I was wondering if you had any advice on how to learn about this stuff without your help. I've tried to look at the documentation and it's really not helpful, even knowing what the method im looking for is i cannot locate it let alone when i don't already know what the method name is.