2.6 Application Reference Manual

Discuss issues and ideas you have to configuring displays with PowerVision
drphil69
Posts: 139
Joined: Wed Mar 02, 2011 5:59 pm

2.6 Application Reference Manual

Post by drphil69 » Wed Sep 25, 2013 10:44 am

Hello,

I need info on the application usage. On p. 50 of 00-02-0875 PV Config Studio Core, it says the following:

NOTE: The applications are defined in a separate document. Please see: 00-02-0800 PowerVision Studio 2.6 Application Reference Manual.

I searched the Murphy website for this document. No results.

I am trying to bring DTCs in from Modbus serial port, but do not have the information to know how to do it, as the document that might help is not available.

Also asked a question on Monday and still waiting for some help. ANY HELP!!

My customer is starting up the equipment today PLEASE HELP!

Phil
pcebuhar
Enovation Controls Development
Enovation Controls Development
Posts: 23
Joined: Tue Feb 07, 2012 4:08 pm

Re: 2.6 Application Reference Manual

Post by pcebuhar » Wed Sep 25, 2013 5:34 pm

Dear Dr. Phil,
Attached is the 00-02-0873 PowerVision Configuration Studio Application Reference Manual. There is also a Programming and Page Designer manuals attached which may be of value. I think you already have the 00-02-0875 Core Manual.

On a Display, one can setup Modbus Gauge variables which can be read over the Modbus as holding registers. There is no defined Modbus, but you can typically provide Gauge variables. If you set up the Display as a Modbus Master, it will periodically broadcast Engine RPM, Oil Temperature, Oil Pressure, etc. as Gauge variables. If the display is a slave, you would have to poll for these gauge variables.

Most of the time DTC messages (such as DM1 messages) come in from an ECU, a transmission controller, or other devices. These messages are captured in the DM1 message queue. You can tell the DM1 to go to the first record with "DM1GoToFirst" action which copies the first diagnostic message into the DM1 variable. Check the Dm1.VariablesWriteOk to see if the data is transferred successfully. All of these DM1 variable fields are strings. You can get the Dm1.SPN and Dm1.FMI but you should convert to integers if your are considering updates to the Modbus. Use the "DM1GoToNext" action to go to the next DM1 message and repeat the process. You may need some handshaking to tell the Modbus when you have received a message.

I hope I'm on target with what you are trying to do, but without more specific information I do not have a good example to provide.
Thanks,
Phil Cebuhar
Attachments
00-02-0876-PVConfigStudioPageDesigner.pdf
Page Designer Reference Manual
(3.94 MiB) Downloaded 14 times
00-02-0874-PowerVision Configuration Studio Programming RF v2.6-HR.pdf
PV Programming Manual
(1.77 MiB) Downloaded 15 times
00-02-0873-PowerVision Configuration Studio Applications Reference Manual v2.6-HR.pdf
Application Reference Manual
(2.73 MiB) Downloaded 17 times
drphil69
Posts: 139
Joined: Wed Mar 02, 2011 5:59 pm

Re: 2.6 Application Reference Manual

Post by drphil69 » Thu Sep 26, 2013 8:07 am

Thank you.