-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
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 |
Hello @eeycn0128 , Can we assume that my message answered your questions? If yes I will close this issue. Thank you. |
@mtrellet Is there any command for initialization? I didn't find it in the manual. |
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, |
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: I tried the question mark, no success. Mark |
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 |
I have a pressure controller PX1. Where could I find the communication protocol, e.g. command for writing and reading info?
The text was updated successfully, but these errors were encountered: