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 - Joel Moore

Pages: 1 ... 7 8 [9]
121
Technical support / Linux?
« on: May 05, 2003, 05:55:53 AM »
Since TLServer is apparantly a pure java program, am I correct in assuming it should run in Linux once the Linux version of the Java runtimes are installed?

If so, is anyone doing this?  Any feedback?

The pain and suffering of keeping computers up to date and legit with Microsoft's bloated software isn't worth it for an application like this.  Leaving TLServer running on someone's working desktop makes it vulnerable to too much (accidental closure, etc.).  Having it running on and old discarded PC running Linux that no one would bother would be so much more attractive.

122
Technical support / Separate power supply for an output?
« on: May 08, 2003, 05:32:40 PM »
I'm running my T100MD-888+ with a 24v power supply.  I have an LED strip that requires 12v and I want to use one of the PWM outputs as a "dimmer".  Can I connect a separate 12v supply to this load or am I asking for trouble.

123
Technical support / Re: Trigonometry Calculation
« on: May 05, 2003, 01:25:39 PM »
I know this is an old post but I just thought I'd mention the idea of using tables of trig calculations (wasn't that how they did it in the old days?).  It uses up space but if you have it and you can tolerate the imprecision then you can load up a few hundred memory locations with calculation results and just reference them.  Scale them by 100 or 1000 to avoid losing too much precision.

124
Technical support / Jogging with a joystick
« on: August 05, 2003, 01:16:55 PM »
I'm thinking about using the T100MD888+ as a 2-axis stepper controller.  I want to do this using an analog joystick.  I read this post but something about this answer bothers me.

A joystick should be controlling speed and direction,  not distance (typically).  Converting the joystick value to a distance and then plugging that into a call to STEPMOVE doesn't sound right to me.  Wouldn't you get a "stuttering" effect as the motor accelerates and decelerates repeatedly for each STEPMOVE call?  Can you call STEPSPEED on the fly to change pps?

So am I missing something?  Is it possible to use the T100MD888+ for smooth jogging using a joystick?

125
Technical support / Re: Active Server Page Control
« on: February 04, 2004, 12:02:02 PM »
Personally I don't see why this isn't possible.  I'm not sure what the above response means by "network based".

You would need to convert the example into an ActiveX server or wrap it in one.  Or you might even be able to rewrite the code directly as ASP script.

The .NET framework would probably make this fairly trivial.

EDIT:

I guess I may have been confused about what you are trying to do.  For some reason I thought there was a VB sample that came with the TRILOGi software or something.

If you are looking to interact with the PLC using a web page then you will need quite a bit more than the VB serial port sample.  You will have to implement the MODBUS protocol that the PLC supports.  You also might be able to purchase a third-party OPC server control that knows how to interface with MODBUS devices and can be called from an ASP page.  Still not simple, though.  

126
Technical support / Backlight repair on MD-HMI?
« on: February 09, 2004, 03:35:41 AM »
Is there anything I can try to do myself to troubleshoot the backlight on our MD-HMI?  This is the first time I've ever hooked it up but I'm pretty certain I've done it right.  I've got the 150 ohm 5W resistor in series with the 24 volt power and connected to the + terminal.  Then the other end of the power supply is tied to the - terminal.  But no backlight.

The only thing that I can think of that might have caused a failure is that I accidentally left the power supply on when I connected it to the terminal blocks which led to an audible spark.  I'm not even sure if something like this is damaging to a circuit but I figured I should mention it.

I'd like to try to see if I can repair it myself since we don't really have time to send the module back before it ships.  We can live without the backlight but it'd be nice to get it working.

127
Technical support / Re: Custom Function as ladder contact?
« on: February 05, 2004, 11:32:49 AM »
Another way of saying it is that custom functions can only be associated with outputs (coils) which are on the right-hand side of the ladder.

For some reason the editor allows you to associate a custom function with an input (contact) anyway but that must simply be an editor bug or something.

Looking at it from a VB6 perspective think of the inputs on the left-hand side of the ladder as events (timer ticks, an input closes, the ladder is scanned for the first time, etc) and the custom function that is associated with the output coil on the right-hand side is the event code.

128
Technical support / How can you input this ladder structure?
« on: February 11, 2004, 09:01:01 AM »
In the triloghelp.pdf file in the section discussing the interlock function you show an equivalent circuit that can be replaced by the interlock functions.   It looks similar to this:

Code: [Select]
----| |----------| |------------------( )
                                           |
                                           `----| |------------------( )
                                           |
                                           `----| |------------------( )

But I can't for the life of me figure out how to create that.   Is it even possible in TRiLOGI to do this?

Pages: 1 ... 7 8 [9]