Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| logicpython:index [2026/04/14 05:13] – [Memory and Storage] mfranklin | logicpython:index [2026/05/15 05:29] (current) – [PWM] mfranklin |
|---|
| |
| |
| ==== Memory and Storage ==== | |
| |
| * [[logicpython:cubloc_api:eeread|EERead]] - Read data from a non-volatile memory. | |
| * [[logicpython:cubloc_api:eewrite|EEWrite]] - Write data to a non-volatile memory. | |
| |
| |
| ==== PWM ==== | ==== PWM ==== |
| |
| * [[logicpython:cubloc_api:pwm|Pwm]] - ''Output'' a PWM waveform on the specified ''channel''. | * [[logicpython:cubloc_api:pwm|PWM]] - ''Output'' a PWM waveform on the specified ''channel''. |
| * [[logicpython:cubloc_api:pwmoff|PwmOff]] - Stop PWM output on the specified ''channel''. | * [[logicpython:cubloc_api:pwmoff|PWMOff]] - Stop PWM output on the specified ''channel''. |
| |
| ==== MDOBUS RTU Communication ==== | ==== Modbus RTU Process ==== |
| |
| * [[logicpython:cubloc_api:setmodbus|SetModbus]] - Start the LogicPython Modbus RTU slave worker using a pre-opened UART ''channel''. | * [[logicpython:cubloc_api:setmodbus|SetModbus]] - Start the LogicPython Modbus RTU slave worker using a pre-opened UART ''channel''. |