Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - lloyd.maclean

Pages: [1]
1
Technical support / Trilogi 6.1 under XP
« on: February 26, 2007, 08:34:21 AM »
We can't seem to get 6.12 to run on our XP machine.  Server 3.0 runs fine.  We get "Could not find main class. Program will exit." error.  Any thoughts?

2
Technical support / Re:Ladder printing problem
« on: April 22, 2004, 11:20:19 AM »
I can't seem to find where I can update the software.  Is there a link?
Thanks,
Lloyd

3
Technical support / Ladder printing problem
« on: April 21, 2004, 10:19:24 AM »
I am having trouble printing the ladder portion of my program.  The very right edge of the coil names is always cut off.  I have tried to adjust the "width" as well as the printer scaling and have tried several different printers all with no effect.  Is there a solution????
Thanks,
Lloyd

4
Technical support / Re:Can't compile function
« on: February 20, 2004, 06:48:55 AM »
Sorry, here is the code:

IF CtrPV[11]=1 THEN
 DM[25]=CtrPV[20]
 SETBIT RELAY[42]
ENDIF
IF CtrPV[11]=0 THEN
 CLRBIT RELAY[41]
 X$=""
 W$=""
ENDIF
IF CtrPV[11]=2 THEN
 FOR C=0 TO 50
  CLRBIT DM[C+100]
  CLRBIT DM[C+200]
  CLRBIT DM[C+300]
  CLRBIT DM[C+400]
  CLRBIT DM[C+500]
  CLRBIT DM[C+600]
  CLRBIT DM[C+700]
 NEXT
ENDIF

5
Technical support / Can't compile function
« on: February 20, 2004, 06:48:13 AM »
I am having a strange problem with this custom function.  If I re-arrange the order of the IF-THEN-ELSE statements, it fails at different locations with "Syntax error"???  Is there a limit to the size of the file/ladder diagram/custom function  that I am running into?
Thanks,
Lloyd

6
Technical support / Re:Reading counter present value
« on: February 17, 2004, 06:21:41 AM »
Thanks support, you hit the nail on the head!

7
Technical support / Reading counter present value
« on: February 13, 2004, 01:09:55 PM »
I can't figure out why this statement in a custom function does not work...


IF CtrPV[9]=1 THEN
 SETBIT OUTPUT[1],0
ENDIF

Thanks,
Lloyd

Pages: [1]