Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - LDmicro.GitHub news v3.4.0

(you are viewing a thread; or go back to list of threads)

LDmicro.GitHub news v3.4.0 (by Ihor Nehrutsa)
= Release 3.4.0
* Added: This release include fork https://github.com/f1oat/LDmicro.

Compressed bytecodes, Controllino Maxi support, MODBUS support.
http://cq.cx/ladder-forum.pl?action=viewthread&parent=5007
MODBUS use RTU over TCP. But that should work also in RS485 mode by
linking with the proper Arduino library.

Announcing LDuino, an Arduino based PLC software compatible with LDmicro
http://cq.cx/ladder-forum.pl?action=viewthread&parent=5070

Controllino is here: http://controllino.biz/
This a nice product. Unfortunately the creator got bad reputation on Kickstarter.

More information you can get from author of Controllino Maxi support in LDmicro:
Frederic Rible <[email protected]>

You can download it at page
https://github.com/LDmicro/LDmicro/releases/tag/3.4.0
Wed Jun 22 2016, 03:03:42
executable (by kev m)
Hi Can't find executable in latest ldmicro zip file.
Can anyone help?
Thu Jun 23 2016, 20:06:28
(no subject) (by Ihor Nehrutsa)
There is build340.zip at the github release page:

https://github.com/LDmicro/LDm...es/download/3.4.0/build340.zip

It contains EXE and BAT files.
Fri Jun 24 2016, 01:43:52
pwm error (by zoo)
target PWM frequency 0,000Hz, closest achievable is -0,000 Hz
(warning, >5% error)
Fri Jun 24 2016, 02:18:22
(no subject) (by Ihor Nehrutsa)
== Release 3.4.1
* Bugfix: PWM frequency error fixed.

https://github.com/LDmicro/LDmicro/releases/tag/3.4.1
Mon Jun 27 2016, 11:17:20
how much pwm max ? (by zoo)
how much pwm max ?
Wed Jun 29 2016, 11:49:58
(no subject) (by Ihor Nehrutsa)
SET PWM DUTY CYCLE element in LD file is a
wrapper(envelope) around hardware
8-bit Timer/Counter2 with PWM in AVR
and
Timer/Capture/Compare/PWM2 (CCP2) in PIC.

Please read datasheets.

For PIC
freq = (1.0*Prog.mcuClock) / (256.0*prescaler);
prescaler can be 1,8,32,64,128,256,1024 or
can be 1,8, 64, 256,1024 for different PICs.
For example, if you use 16 MHz quartz resonator, you can give
maximum 62.5kHz PWM carrier frequency and
minimum 15.625kHz PWM carrier frequency.
Thu Jun 30 2016, 10:38:16, download attachment AVR PWM.JPG
(no subject) (by Ihor Nehrutsa)
Sorry. In upper post I meant "For AVR".

For PIC
int dv = 4*prescale*target;
pr2 = (Prog.mcuClock + (dv/2))/dv;

and prescaler only 1,4,16,
Thu Jun 30 2016, 10:52:39, download attachment PIC PWM.JPG
thank (by zoo)
you can add pic 18f is not to give people with learning? thank you very much
Thu Jun 30 2016, 11:13:19
adc atmega 328 No run in protuse 8.4 (by zoo)
adc atmega 328 No run in protuse 8.4 .
Sat Jul 2 2016, 02:12:06
adc atmega 328 No run in protuse 8.4 (by zoo)
adc atmega 328 No run in protuse 8.4 .
Sat Jul 2 2016, 02:13:45, download attachment protuse 8.4.pdsprj
file ld (by zoo)
heple
Sat Jul 2 2016, 02:15:42, download attachment dac.ld
(no subject) (by MGP)
Use A1 <=20 or A1 >=20 or both (window), because it's very difficult to set the analog input at exactly 20 or 499.
Sat Jul 2 2016, 03:37:48
3.41co version supports spi for ld (by zoo)
nrf24l01
Sat Jul 2 2016, 09:52:06
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):