How does one find out what program is loaded in a BS2?
Jonmar
Posts: 9
Howdy all,
Is there any way to read what is programmed into a BS2?
We have several automation boxes installed at one location and need to find out which version of code is installed in one of the boxes.
Thanks in advance.
Jonmar
Is there any way to read what is programmed into a BS2?
We have several automation boxes installed at one location and need to find out which version of code is installed in one of the boxes.
Thanks in advance.
Jonmar
Comments
-Phil
SEROUT 16, 16468, [noparse][[/noparse]"Program xyz, version 1.2, 12/18/2007", CR]
This way, all I have to do is put the BS2 in the BOE, connect a PC to the DB-9, startup Hyperterm, hit RESET on the BOE, and voila, I know what's loaded.
-Phil
·Great ·
Personally, the first thing I put in any BS2 program is a SEROUT statement like:
SEROUT 16, 16468, [noparse][[/noparse]"Program xyz, version 1.2, 12/18/2007", CR]
This way, all I have to do is put the BS2 in the BOE, connect a PC to the DB-9, startup Hyperterm, hit RESET on the BOE, and voila, I know what's loaded.
I nerver thought of doing that Thanks for sharing this thought
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
Thank You for posting how to do this
I try it and it works great
Now when i write code that i am testing and· have to find a code routine that i·have used·for that completed project
I had a little trouble setting up Hyperterminal but once i had it set up it work great
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any··that you may have and all of your time finding them
·
·
·
·
Sam
I will implement embedding a version number in future programming projects.
Jonmar