Author Topic: Type checking problem in i=TRiLOGI V6.48  (Read 5335 times)

garysdickinson

  • Hero Member
  • Posts: 502
  • Old PLC Coder
    • View Profile
Type checking problem in i=TRiLOGI V6.48
« on: August 08, 2014, 05:19:30 PM »
I'm getting syntax errors while I compile the following:


for i = 1 to 8
   print #1 Load_EEP$(i)
next
[/font][/color]

but this works:

for i = 1 to 8
   A$ = Load_EEP$(i)
   print #1 A$
next
[/font][/color]

I think that your syntax checker for the Print #n statement has some type checking issues.

I've attached a screen shot showing the error messages

Best regards,

Gary D.

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3170
    • View Profile
    • Internet Programmable PLCs
Re:Type checking problem in i=TRiLOGI V6.48
« Reply #1 on: August 12, 2014, 03:40:04 PM »
Thank you for the bug report.

This will be fixed in the upcoming release of i-TRiLOGI 6.49 and 7.03. New commands will be added to the new version to let the Super PLC define its own SMTP server, DNS server and Gateway similar to the existing SETIPAddr command.
Email: support@triplc.com
Tel: 1-877-TRI-PLCS