PLC simulator/emulator released
Posted by Niklas on 28 May 2002, 17:26 GMT
Kuashio has released has released TI-PLC, a PLC simulator/emulator for the Ti-89. The program is based around ladder programming and has a variety of controls and tools to play with. It also supports controlling stuff through the link port, and therefore comes with schematics for building an interface (and a weird example for it that can be a great learning experience :) ). More TI-89 stuff from the same author can be found on his homepage. BTW, as you've probably seen over the last few days, we're working our way through the pending files and hope to be back to near-instantaneous (meaning within 24hrs) file adding soon.
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: PLC simulator/emulator released
|
Travis Butler
|
First Post :D
Sounds cool
|
|
28 May 2002, 17:44 GMT
|
|
Re: PLC simulator/emulator released
|
esweecoo
(Web Page)
|
first post (i think!)
|
|
28 May 2002, 17:44 GMT
|
|
Re: PLC simulator/emulator released
|
KermMartian
(Web Page)
|
Awesome program! Check out UnreaL TOurnaMent, a cool game in ReaL3D, at the address above ^Web^Site^.
|
|
28 May 2002, 18:05 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: Re: Re: PLC simulator/emulator released
|
no_one_2000_
(Web Page)
|
Dang, you remember that! j/k Well, that was when I didn't know what the heck assembly was, that's when I only owned a TI-82. That's when I only programmed in BASIC (even though the account says so), and that's when I was.... well... weird, though I still am, but at least now, I can TRY to stay on topic LOL. I tried to delete it, because I wasn't going to use it anymore, but I couldn't find out how. I guess only the ticalc staff members can do that (except for hackers). :)
|
|
30 May 2002, 01:49 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: Re: Re: PLC simulator/emulator released
|
Chickendude
(Web Page)
|
This program allows Y's (as in multiple ones, not just one)
The Y's are converted to X's (all the sloppy code in the middle) for you, so you don't have to enter X's (although you may).
Sorry for the sloppy code x-{:~(
PROGRAM:CHICKEND
:Input "X=",Str1
:DelVar X
:Lbl 1
:If inString(Str
1,"Y")!=0
:Then
:inString(Str1,"
Y")->X
:If X!=0
:Then
:X-1->Y
:If X=length(Str
1)
:Then
:sub(Str1,1,Y)+"
X"->Str1
:Else
:sub(Str1,1,Y)+"
X"+sub(Str1,Y+2,
length(Str1)-X)->
Str1
:End
:End
:Else
:Goto 2
:End
:Goto 1
:Lbl 2
:String>Equ(Str1
,Y1)
:FnOff
:DrawInv Y1
|
|
29 May 2002, 22:37 GMT
|
|
1 2 3 4 5 6 7 8
You can change the number of comments per page in Account Preferences.
|