Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Communication Protocol #55

Closed
eeycn0128 opened this issue Nov 15, 2022 · 6 comments
Closed

Communication Protocol #55

eeycn0128 opened this issue Nov 15, 2022 · 6 comments
Labels
question Further information is requested

Comments

@eeycn0128
Copy link

I have a pressure controller PX1. Where could I find the communication protocol, e.g. command for writing and reading info?

@mtrellet mtrellet added the question Further information is requested label Nov 15, 2022
@mtrellet
Copy link
Member

Hello,

Please find below the manual datasheet where are listed the commands used to control a PX via the RS232 protocol. Note that it is also available on our website, in the product page: https://www.fluigent.com/industrial/industrial-products/standard-industrial-components/fluigent-px/)

Manual datasheet: px_manual_datasheet_v3.pdf

If you want to control the PX via USB, then follow the SDK manual and use it as you would do for an MFCS.

Hope this helps

@mtrellet
Copy link
Member

Hello @eeycn0128 ,

Can we assume that my message answered your questions? If yes I will close this issue.

Thank you.

@eeycn0128
Copy link
Author

@mtrellet
Hi,

Is there any command for initialization? I didn't find it in the manual.

@Ygor-Oliveira
Copy link
Collaborator

Hello,

When using the RS-232 interface, there is no initialization command. You can open the serial port and enter any of the commands listed in the manual directly.

When using the USB interface with the SDK from this repository, there is the fgt_init function, but it is called implicitly if needed when any of the other functions is called.

Best,
Ygor

@mtrellet mtrellet closed this as completed Apr 5, 2023
@mtrevisiol
Copy link

I am controlling the PX-345 through the RS-232 port. I can set and query successfully. I do not see a command to Read the current pressure setpoint. Alpha can be set and checked, pressure SP cannot (that I can see).

The query equivalent of:
CHAN:1P:XXX

I tried the question mark, no success.

Mark

@mtrellet
Copy link
Member

This is a closed issue that is different from your own issue. I've opened a new issue where we can continue the discussion: #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants