Please login or register.

Login with username, password and session length

News:

Registration is only required if you want to post, and is not needed to read any posts. To avoid excess 'spam' accounts, all accounts where no posts have been made will be deleted after two weeks. Please register again if you wish to post.

Author Topic: Instrumentation Options  (Read 7137 times)

May 09, 2019, 02:51:22 PM
  • Member
  • **
  • Posts: 6
    • View Profile
Instrumentation Options:

For those interested in an alternative instrumentation option for the bridgecommand NEMA output I have done the following:

I have a program that converts the UDP NEMA output from bridgecommand and turns it into both an update NEMA.txt file and an http (port 8080) output. 
https://github.com/vpelss/BridgeCommand_NEMA_UDP_to_File_HTML

This output can be used in an HTML / Javascript page to display your NEMA output.

The benefits are:
-easy to modify
-cross platform (can use on a tablet or phone)
-easily resized as browser is resized (if so designed)

A demo can be seen here (click on DEMO to start):
http://www.emogic.com/bc/
« Last Edit: May 29, 2019, 02:58:41 PM by vpelss »

May 28, 2019, 01:36:02 AM
Reply #1
  • Member
  • **
  • Posts: 6
    • View Profile
This is a quick modification to the NEMA.CPP code to bypass my program and adds the NEMA.txt output and an HTTP server also:

https://github.com/vpelss/BridgeCommand_NEMA_UDP_to_File_HTML/tree/master/Alternate_NEMA

It has been tested on Windows and Linux, but not a MAC.